/* Body Tag anpassen */
body {
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#FFFFFF;
}


/* Bei allen HTML-Elementen standard-margin&padding entfernen */
* {
	margin:0;
	padding:0;
}

ul {
	padding-left:30px;
}

/* grundsätzliche schrift der seite anpassen */
p, span, h1, h2, h3, h4, li, td, b, I, body, form, select, alt, bodytext, .bodytext {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	font-style:normal;
	
}


/* beispiel für eine überschrift anhand h1 */
h1, .h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	color:#0D5084;
	font-style:normal;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:5px;
}


/* standard-linkanpassung für alle links */
a, a:link, a:visited {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#0D5084;
	font-style:normal;
	font-decoration:underline;
}
a:hover, a:active {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#2673AB;
	font-style:normal;
	font-decoration:none;
}

.ebene1, .ebene1 a, .ebene1 a:visited, .ebene1 a:hover, .ebene1 a:active, .ebene1 a:link { font-weight:bold; background:#E6F1E9; height:25px; padding-left:5px; line-height:25px; }
.ebene2 { line-height:25px; background:#FFFFFF; }
.ebene3 { line-height:25px; background:#FFFFFF; }
.ebene4 { line-height:25px; background:#FFFFFF; }

.footer, .footer a:link, .footer a:hover, .footer a:visited, .footer a:active  {
	color:#858585;
	text-decoration:none;
	font-size:11px;
}


.willkommen {
	font-size:23px;
	padding-left:13px;
	padding-bottom:11px;
}

.menu {
	text-align:left;
	vertical-align:middle;
	height:20px;
}

.menu a:link, .menu a:visited {
	font-size:12px;
	color:#1C1C1E;
	text-decoration:none;
}
.menu a:hover, .menu a:active {
	font-size:12px;
	color:#1C1C1E;
	text-decoration:none;
	
}


.menu_act {
	text-align:left;
	vertical-align:middle;
	height:20px;
}

.menu_act a:link, .menu_act a:visited {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}

.menu_act a:hover, .menu_act a:active {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}


/* Beispiel für einen link (alle zustände), der eine andere klasse bekommen soll (kann entfernt werden, falls nicht benötigt) */
.inner_links a:link, .inner_links a:visited {
	font-size:10px;
	color:#0D5084;
}
.inner_links a:hover, .inner_links a:active {
	font-size:10px;
	color:#2673AB;
}


/* Anpassung für extension css_styled_img, damit keine weißen rahmen um bilder */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; }
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }


/* anpassungen für typo3-kontaktformular */
.csc-textpic-caption {
	font-size:10px;
	padding-bottom:0px;
	padding-top:5px;
}
form { padding:0px; margin:0px; }
.csc-mailform {
        border: 0px;
}
fieldset {
	border:0px;
}
legend {
	display:none;
}
.csc-mailform-field label {
	width:213px;
	display:block;
	float:left;
}
.csc-mailform-radio label {
	width:auto;
	display:inline;
	float:none;
}