* {
    margin: 0;
    padding: 0;
}

html {
    height: 101%;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
    margin: 0;
    padding: 0;
}

#wrapper {
    background: #3C672B;
    min-width: 750px;
	max-width: 986px;
    margin-left: auto;
	margin-right: auto;
    padding: 0;
    margin-top: 0%;
    margin-bottom: 0%;
    height: 100%;
    text-align: center;
}

a {
	text-decoration: none;
	color: #333333;
}

h2, h4 {
	color: #3C672B;
	font-weight: normal;
}

hr {
    border: 0px;
    border-bottom: 1px #333 solid;
    margin: 10px 0 10px 0;
}

input[type="text"] {
    width: 250px;
    height: 18px;
    font-size: 12px;
    border: 1px solid #93AB8A;
}

textarea {
    font-size: 12px;
    border: 1px solid #93AB8A;
}

.kontakt_fehler {
    background-color: #FEA235;
    font-size: 1em;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#startwrapper {
	background: #3C672B;
	margin: 0% 0%;
	padding: 0% 0%;
	height: 100%;
}

#logo_mit_schrift, #treten_sie_ein {
	background: #3C672B;
	text-align: center;
}

#logo_mit_schrift {
	padding-top: 100px;
}

#start {
	background: #3C672B;
	margin-bottom: 40px;
}

#startbild {
	background: #fff;
	width: 60%;
	text-align: right;
}

/* Allgemein */
#links {
    text-align: left;
	background: #3C672B;
	float: left;
	width: 376px;
}

#impressum {
    padding-top: 30px;
    padding-bottom: 30px;
}

#impressum a {
	color: #fff;
	font-size: 0.7em;
	margin-left: 30px;
}

#rechts {
    text-align: left;
	background: #EBF0E9;
	margin-left: 376px;
}

#rechts_oben {
	background: #3C672B;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
}

#rechts_oben a {
	color: #fff;
}

#naviposition {
	color: #67895A;
	font-size: 2.8em;
	padding-top: 108px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#inhalt {
	padding-left: 25px;
	padding-top: 30px;
	width: 500px;
	padding-bottom: 30px;
}

#ul_liste {
	background: #d3ddd2;
	list-style-image: none;
	list-style-type: none;
}

#ul_liste li {
	border-bottom: 2px solid #ebf0e9;
	padding: 7px 15px;
}

#ul_liste_download {
	background: #3C672B;
	list-style-image: none;
	list-style-type: none;
	margin-right: 200px;
}

#ul_liste_download li {
    color: #fff;
	border-bottom: 2px solid #ebf0e9;
	padding: 7px 15px;
}

#ul_liste_download a {
    color: #fff;
}

/* Navigation */
#navigation_01 ul, #navigation_02 ul {
	color: #C5D2C0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#navigation_01 ul {
    padding-left: 5px;
}

#navigation_01 li, #navigation_02 li {
	float: left;
	padding: 5px 10px;
	margin: 5px 0px;
	border-right: 1px solid #739068;
}

#navigation_01 li.navi_ende, #navigation_02 ul#navi_02 li.navi_02_ende, #navigation_02 ul#navi_02 li.navi_02_01_ende {
	border-right: none;
}

#navigation_02 ul#navi_02 li {
	background: #93AB8A;
	border-right: 1px solid #DFE6DC;
}

#navigation_01 a, #navigation_02 a {
	color: #DFE6DC;
	text-decoration: none;
}

#navigation_02 {
	background: #93AB8A;
	height: 35px;
	width: 100%;
}

#navigation_02 ul {
	padding-left: 17px;
	width: 600px;
}

#unternavi {
	position: absolute;
	margin-left: -26px;
	margin-top: 10px;
}

#navigation_02 ul#unternavi li {
	background: none;
	border-right: 1px solid #739068;
}

#navigation_02 ul#unternavi a {
    color: #67895A;
}

