/* Body Tag anpassen */
body {
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#FFFFFF;
}



.sitemap li {
	display:block;
}
.sitemap ul {
	display:block;
}

/* Bei allen HTML-Elementen standard-margin&padding entfernen */
* {
	margin:0;
	padding:0;
}

ul {
margin-left:20px;
}

/* grundsätzliche schrift der seite anpassen */
p, span, h1, h2, h3, h4, li, div, td, b, I, body, form, select, alt, bodytext, .bodytext {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#666666;
	font-style:normal;
}


/* beispiel für eine überschrift anhand h1 */
h1, .h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	color:#5B8054;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	margin:0;
	margin-bottom:14px;
	padding:0;
}

h2, .h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#5B8054;
	font-style:normal;
	font-weight:bold;
	line-height:12px;
	margin:0;
	margin-bottom:9px;
	padding:0;
}


/* standard-linkanpassung für alle links */
a, a:link, a:visited {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#5B8054;
	font-style:normal;
	font-decoration:underline;
}
a:hover, a:active {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#c3d4c5;
	font-style:normal;
	font-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;
}

/* neu hinzugefügt */
.link_oben_rechts a:link, .link_oben_rechts a:visited {
	font-size:10px;
	color:#ffffff;
}
.link_oben_rechts a:hover, .link_oben_rechts a:active {
	font-size:10px;
	color:#ffffff;
}

.link_oben_rechts {
	font-size:10px;
	color:#ffffff;
}

.menu_unten a:link, .menu_unten a:visited {
	font-size:10px;
	color:#ffffff;
}
.menu_unten a:hover, .menu_unten a:active {
	font-size:10px;
	color:#ffffff;
}

.menu_unten {
	font-size:10px;
	color:#ffffff;
}

.copyright {
	font-size:10px;
	color:#ffffff;
}

.breadcrumb a:link, .breadcrumb a:visited {
	font-size:10px;
	color:#ffffff;
}
.breadcrumb a:hover, .breadcrumb a:active {
	font-size:10px;
	color:#ffffff;
}

.breadcrumb {
	font-size:10px;
	color:#ffffff;
}


/* Beispiel für einen link (alle zustände), der eine andere klasse bekommen soll (kann entfernt werden, falls nicht benötigt) */
h1 a:link, h1 a:visited {
	font-size:15px;
	color:#5B8054;
	font-weight:bold;
}
h1 a:hover, h1 a:active {
	font-size:15px;
	color:#5B8054;
	font-weight:bold;
	text-decoration:none;
}

/* Top Menü */

#main_menu,
#main_menu ul {list-style: none; margin: 0; padding: 0;}

li.menu {
	text-align:left;
	vertical-align:middle;
	float: left;
	
	position: relative;
	border-left:1px solid #E6E6E6;
	
}

#main_menu ul {
	position: absolute;
	left: -999em;
	top: 54px;
}

#main_menu ul li.zweitebene a {
	padding: 5px 5px 4px 7px;
	display: block;
	background-color:#fff;
	color:#9CB397;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0px;
	text-decoration:none;
	white-space:nowrap;
	border-bottom: 1px solid #CBD7C9;
	border-left:1px solid #CBD7C9;
	border-right:1px solid #CBD7C9;
	font-weight:bold;
	height:20px;
	width:185px;
}

#main_menu ul li.zweitebene a:hover {
	font-weight: bold;
	color:#fff;
	background-color:#2A5E38;
}

#main_menu li.menu  ul.hover,
#main_menu li.menu_act ul.hover  {
	left: 0;
	padding: 0;
	margin: 0;
}

li.menu a:link, li.menu a:visited  {
	font-size:12px;
	color:#1C1C1E;
	text-decoration:none;
	display: block;
	position: relative;
	width:121px;
	height:54px;
}
li.menu a:hover, li.menu a:active {
	font-size:12px;
	color:#1C1C1E;
	text-decoration:none;
	width:121px;
	height:54px;
}

.menu_act  {
    float: left;
    height: 54px;
	width:121px;
    position: relative;
    text-align: left;
    vertical-align: middle;
	border-left:1px solid #E6E6E6;
}

.menu_act a:link, .menu_act a:visited {
	font-size:12px;
	color:#1C1C1E;
	text-decoration:none;
	padding: 4px 6px 10px;
	display: block;
	position: relative;
	height:20px;
}

.menu_act a:hover, .menu_act a:active {
	font-size:12px;
	color:#1C1C1E;
	text-decoration:none;
	padding: 4px 6px 10px;
	display: block;
	position: relative;
	height:20px;
}

.menu.main_menu_1, .menu_act.main_menu_1 { background: url(../images/menu1.jpg); background-repeat:no-repeat; }
.menu.main_menu_2, .menu_act.main_menu_2 { background: url(../images/menu2.jpg); background-repeat:no-repeat; }
.menu.main_menu_3, .menu_act.main_menu_3 { background: url(../images/menu3.jpg); background-repeat:no-repeat; }
.menu.main_menu_4, .menu_act.main_menu_4 { background: url(../images/menu4.jpg); background-repeat:no-repeat; }
.menu.main_menu_5, .menu_act.main_menu_5 { background: url(../images/menu5.jpg); background-repeat:no-repeat; }
.menu.main_menu_6, .menu_act.main_menu_6 { background: url(../images/menu6.jpg); background-repeat:no-repeat; }
/* ENG */
.menu.eng.main_menu_2, .menu_act.eng.main_menu_2 { background: url(../images/menu2_en.jpg); background-repeat:no-repeat; }
.menu.eng.main_menu_3, .menu_act.eng.main_menu_3 { background: url(../images/menu3_en.jpg); background-repeat:no-repeat; }
.menu.eng.main_menu_4, .menu_act.eng.main_menu_4 { background: url(../images/menu4_en.jpg); background-repeat:no-repeat; }
.menu.eng.main_menu_5, .menu_act.eng.main_menu_5 { background: url(../images/menu5_en.jpg); background-repeat:no-repeat; }
.menu.eng.main_menu_6, .menu_act.eng.main_menu_6 { background: url(../images/menu6_en.jpg); background-repeat:no-repeat; }


