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

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff}


/* ************************************************* */
/*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: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin-bottom: 7px;
	letter-spacing: 1px;
}
/*Überschrift 2*/
h3.vmHeader {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11pt;
	font-size: 11pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin-bottom: 7px;
	letter-spacing: 1px;
}
/*Überschrift 3*/
h4.vmHeader {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin-bottom: 7px;
	letter-spacing: 1px;
	text-align: center;
}
/*****************/
/*Inhaltstext*/
.bodytext,
#col1_normal ul,
#col1_normal li,
#col1_normal ol,
#content_left ul,
#content_left li,
#content_left ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #fff;
	
}
/* Aufzählungen */
#col1_normal ul,
#col1_normal ol,
#content_left ul,
#content_left ol {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#col1_normal li {
	margin-left: 15px;
}
/*Absatz Inhaltstext*/
p.bodytext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #fff;
	padding-left: 0px;
	text-indent: 0px;
}
#content_left p.bodytext {
		font-size: 8pt
}

 /*Links Inhaltstext*/
.bodytext a,
#col1_normal ul a,
#col1_normal ol a {
	text-decoration: none;
	font-style : normal;
	font-weight : normal;
	color: #fff;
	border: 1px solid transparent;
	border-bottom: 1px solid #fff;
	padding-left: 2px;
	padding-right: 2px;
}
.bodytext a:hover,
#col1_normal ul a:hover,
#col1_normal ol a:hover {
	color: #fff;
	border: 1px solid #fff;
}

.bodytext img a,
#col1_normal img a {
	text-decoration: none;
	font-style : normal;
	font-weight : normal;
	color: #fff;
	border: none;
	border-bottom: none;
	padding: 0px;
}
.bodytext img a:hover,
#col1_normal img a:hover,
#col1_normal ol a:hover {
	text-decoration: none;
	font-style : normal;
	font-weight : normal;
	color: #fff;
	border: none;
	border-bottom: none;
	padding: 0px;
}

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

DIV.csc-frame-rulerAfter {
	border-bottom: 1px solid #fff; clear: both; margin: 5px 0; padding-top: 5px; 
}

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

DIV.csc-frame-frame2 {
	border: 1px inset #dc2437;
	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: #fff;
	font-size: 11px;
	font-style: normal;
}
/******************/
/*Kontaktformular*/
/*Ganzes Kontaktform*/
.csc-mailform { 
	width: 300px;
	border: none;
	padding: 0px;
	background-image: url("images/layout/backgr_contact_form.gif");
	background-repeat: repeat-y;
}
/*Einzelne Felder*/
.csc-mailform-field {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom: 1px solid #033C7F;
}

/*Beschrifttung der Felder*/
.csc-mailform-field label {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color:#033c7f;
  font-weight: normal;
  vertical-align: top;
  font-size: 9pt;
  letter-spacing: 1px;
}
/*EInzeilliges Eingabefeld*/
.csc-mailform-field input{
	border: none;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color:#033c7f;
	font-size: 9pt;
	letter-spacing: 1px;
}
/*Mehrzeilliges Eingabefeld*/
.csc-mailform-field textarea {
	border: none;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color:#033c7f;
   font-size: 9pt;
	letter-spacing: 1px;
	overflow: auto;
}
/*Radiobutton*/
.csc-mailform-radio label {
  display:inline;
  margin-left:0.3em;
}
.csc-mailform-radio legend {
  display:none;
}
/*Absenden-Button*/
.csc-mailform-submit {
	background-image: url("images/layout/col2_submit_backgr.gif");
	background-repeat: no-repeat;
	background-position: left top;
	
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 90px;
	
  font-family: Arial, Helvetica, sans-serif;
  color:#033c7f;
  font-weight: bold;
  font-size: 7pt;
}
/********************************/
/* 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: #fff;
	font-weight: bold;
	text-decoration: none;
	list-style-type: square;
	list-style-position: inside;
}
ul.csc-menu a:hover {
	color: #dc2437;
}

/****************************/
/* Contentelement-Tabellen */
.contenttable,
.contenttable td {
	border: none;
	vertical-align: middle;
}

.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: none;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	padding: 2px;
}

td .zelleGray {
	background-color: #F0F0F0;
	color: white;
	font-size: 12px;
}
.tx-srsendcard-pi1-image-wide-left-margin {margin-left: 0px; position: relative; left: -300px;}
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card-form form {font-size: 11px; color: #fff}
.tx-srsendcard-pi1 a:link {color: #fff; text-decoration: underline; }
.tx-srsendcard-pi1 p {line-height: 125%; color: #fff; }
.tx-srsendcard-pi1 a:link, .tx-srsendcard-pi1 a:visited { color: #fff;  font-size: 12px;}
.tx-srsendcard-pi1 a:hover {color: #fff;  text-decoration: underline}
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card  {border: 0px}
.tx-srsendcard-pi1-delivery-notify  {display: none}

.tx-srsendcard-pi1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff}
.tx-srsendcard-pi1 input,
.tx-srsendcard-pi1 select,
.tx-srsendcard-pi1 textarea {
	background-color: #346DB0;
	color: #fff;
	border-width: 1px;
	}

/* Fix Darstellung Kontaktform im IE7*/
*+html #kontakt {
	margin-top: 20px;
}
.wfqbe_table_result {color: #004B96}
*+html .news-latest-container .news-latest-item img {margin-bottom: -20px}