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

body, table, p {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4697cf;
}
a { text-decoration: none; color: #4697CF; font-weight: bold; }
a:hover {text-decoration: underline}

/* ************************************************* */
/*CSC*/
/* VM-Spezial Header
 h1 wird nur für die Hauptüberschrift verwendet.
 z.B. der Kundenname o.ä. im Template der Webseite
*/
/*Überschrift 1*/
h2.vmHeader {
	color: #f8931f;
	line-height: 22px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 15px 0px 8px 0px;
	font-family: "Times New Roman", Verdana, Geneva, Arial, Helvetica, sans-serif; white-space: nowrap;
}
/*Überschrift 2*/
h3.vmHeader {
	font-weight: bold;
	color: #f8931f;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 100%;
	margin: 15px 0px 8px 0px;
	/* border-bottom: 1px dotted rgb(0,130,250); */
	font-family: "Times New Roman", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Überschrift 3*/
h4.vmHeader {
	font-weight: bold;
	color: #f8931f;
	line-height: 14px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	width: 100%;
	margin: 15px 0px 8px 0px;
	border-bottom: 1px dotted rgb(0,130,250);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*****************/
/*Inhaltstext*/
p.bodytext,
#content ul,
#content li,
#content ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-bottom: 0px;
	margin-bottom: 6px;
	color: #4697cf;
}
/* Aufzählungen */
#content ul,
#content ol {
	padding-top: 0px;
	margin-top: 0px;
}

#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: #4697cf
}
.bodytext a:hover {
	color: #4697cf;
	text-decoration: underline;
	}

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

DIV.csc-frame-rulerAfter {
	border-bottom: 1px solid #f8931f;
	margin-bottom: 10px;
	margin-top: 10px;
}

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

DIV.csc-frame-frame2 {
	border: 1px inset #f8931f;
	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-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #f8931f;
	font-size: 11px;
	font-style: normal;
}
/******************/
/*Kontaktformular*/
.csc-mailform { 
	border: none; 
}
.csc-mailform-field label {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #f8931f;
  display:block;
  font-size:0.8em;
  margin-top:1em;
}
.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: Verdana, Geneva, Arial, 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: #f8931f;
	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;
}
