@import 'navigation.css';


body {
	padding: 0px !important;
	margin: 0px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	background-color: #d7e7b8;	
	background-image: url('background.jpg');
	background-repeat: repeat-x;
	/*border: 1px solid black;*/
	min-height: 100%;
}


#main {
	width: 950px;
	margin: 0px auto;
	margin-top: 25px;
	background-color: #FFFFFF;
	padding-bottom: 55px;
	min-height: 100%;
}

#footer {
	width: 950px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 0px;
	height: 30px;
	text-align: right;
	font-size: 10px;
}

#header {
	width: 948px;
	height: 115px;
	background-image: url('header_background.jpg');
	background-repeat: repeat-x;
	text-align: rigth;
	border-right: 1px solid white;
	border-left: 1px solid white;
	vertical-align: bottom;
}

#header_image {
	width: 950px;
	height: 108px;
	background-repeat: no-repeat;
}

#header_control {
	float: right;
	margin-top: 85px;
	margin-right: 122px;
}
/*
Hack Für IE 6
Dieser Code wird vom IE 6 nicht interpretiert und gilt nur für alle anderen Browser die 
CSS richtig umsetzen. Es werden also alle nötigen Angaben angepasst
*/
html>body #header_control {
	margin-right: 244px;
}


#subnavi_container {
	width: 200px;
	margin-left: 15px;
	float: left;
}
/*
Hack Für IE 6
Dieser Code wird vom IE 6 nicht interpretiert und gilt nur für alle anderen Browser die 
CSS richtig umsetzen. Es werden also alle nötigen Angaben angepasst
*/
html>body #subnavi_container {
	margin-left: 30px;
}


#subnavi_main {
	margin: 0px;
	margin-top: 55px;
	background-image: url('subnavi_main_bg.jpg');
	background-repeat: repeat-y;
	height:auto;
}

#subnavi_top {
	width: 200px;
	padding-top: 20px;
	background-image: url('subnavi_top_bg.jpg');
	background-repeat: no-repeat;
	min-height: 205px;
}


#subnavi_bottom {
	width: 200px;
	height: 22px;
	background-image: url('subnavi_bottom_bg.jpg');
	background-repeat: no-repeat;
}


#main_content {
	margin: 0px;
	margin-top: 55px;
	margin-left: 15px;
	width: 685px;
	float: left;
}

#content {
	padding: 0px;
	margin:0px;
	margin-right: 10px;
	float: left;
	width: 455px;
}

#news_content {
	margin:0px;
	margin-right: 10px;
	width: 200px;
	float:right;
}	

.news_text {
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 10px;
	background-image: url('news_bg.jpg');
	background-repeat: no-repeat;
}

.clearfix {
	clear: both;
}

.address {
	font-size: 10px;
	margin-left: 19px;
}

a.address, a.address:link, a.address:visited {
	color: #000000;
	text-decoration: underline;
	margin-left: 0px;
}

a.address:hover {
	color: #000000;
	text-decoration: none;
	margin-left: 0px;
}

h1 {
	font-size: 15px;
	color: #385524;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 13px;
	color: #7b9f3d;
	padding: 0px;
	margin: 0px;
}

h3, h4, h5, h6 {
	font-size: 13px;
	color: #385524;
	padding: 0px;
	margin: 0px;
}

a, a:link, a:visited {
	color: #7b9f3d;
	text-decoration: underline;
}

a, a:hover {
	color: #7b9f3d;
	text-decoration: none;
}

ul {
	margin-top: 5px;
	list-style-image: url('pfeil_liste.gif');
	margin-bottom: 10px;
	margin-left: 19px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}


hr {
	border: 1px dotted #7b9f3d;
	height:1px;
}

div.image_legend {
	font-size: 10px;
}

.form {
	background-color: #FFFFFF;
	border: 1px solid black;
	width: 289px;
} 

.form_error {
	background-color: #FFDBB7;
	border: 1px solid black;
	width: 289px;
}


