/* Genrelle Formatierung - falls Mal irgendwo was vergessen geht */

table, p {
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
}

/* ************************************************* */
/*CSC*/
/*Header*/

.csc-header h1,
.csc-textpicHeader h1 {
	font-family:  Arial,Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
	color: #33211d;
}
.csc-header h2,
.csc-textpicHeader h2  {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	
}
/*****************/
/*Inhaltstext*/
.bodytext,
#content ul,
#content li,
#content ol {color: #fff;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/* Aufzählungen */
#content ul,
#content ol {
	padding-top: 0px;
	margin-top: -10px;
}

#content li {
	margin-left: 15px;
}
 /*Links Inhaltstext*/
.bodytext a:link,
.bodytext a:visited,
.bodytext a:hover {
	text-decoration: none;
	font-style : normal;
	font-weight : bold;
	color: #dfaec4
}
.bodytext a:hover {
	text-decoration: underline;
}

/*Linie vor oder nach Contentelement und Rahmen*/
DIV.csc-frame-rulerBefore {
	border-top: 1px solid #f29933;
}

DIV.csc-frame-rulerAfter {
	border-bottom: 1px solid #f29933;
}

DIV.csc-frame-frame1 {
	border: 1px outset #f29933;
	padding: 10px;
} 

DIV.csc-frame-frame2 {
	border: 1px inset #f29933;
	padding: 10px;
}

DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
/*****************/
/*Bilduntertext*/
.csc-textpic-caption {
	
	font-size: 11px;
	font-style: normal;
}
/******************/
/*Kontaktformular*/
.csc-mailform { 
	border: none; 
}
.csc-mailform-field label {
  display:block;
  font-size:0.9em;
  margin-top:1em;
color: white;
}
.csc-mailform-radio label {
  display:inline;
  margin-left:0.3em;
}
.csc-mailform-radio legend {
  display:none;
}
.csc-mailform-submit {
  margin-top:1em;
}
/********************************/
/* Inhaltselement Dateidownload*/
.csc-uploads-fileSize {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.csc-uploads-icon {
	
}

.csc-uploads-fileName {
	padding: 3px;
}

.csc-uploads-description {
	
}
/***************************/
/* Sitemap */
ul.csc-menu a:link,
ul.csc-menu a:visited,
ul.csc-menu a:hover {
	color: #f29933;
	font-weight: bold;
	text-decoration: none;
	list-style-type: square;
	list-style-position: inside;
}
ul.csc-menu a:hover {
	color: #639cc7;
}

/****************************/
/* Contentelement-Tabellen */
.contenttable,
.contenttable td {
	border: 1px solid black;
}

.tr-even {
	background-color: #F0F0F0;
}

.tr-odd {

}

.td-0, .td-1, .td-2, .td-3, .td-4, .td-5, .td-6, .td-7, .td-8, .td-9, .td-10,
.td-11, .td-12, .td-13, .td-14, .td-15, .td-16, .td-17, .td-18, .td-19, .td-20 {
	border: 1px solid black;
	padding: 2px;
}

/***************************/
/*Config für RTE-Tabellen */

table .tabelle,
.contenttable {
	border-collapse: collapse;
	margin: 0px;
	border: none;
	border-color: White;
}

table .tabelle td {
	border: 1px dashed #C0C0C0;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	padding: 2px;
}

td .zelleGray {
	background-color: #F0F0F0;
	color: white;
	font-size: 12px;
}

#rootline a {color: #33211d; font-size: 11px; font-weight: normal;}
