@charset "UTF-8";
/* CSS Document */




body
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
		background-image:url(images/bg_gesamt.jpg);
		background-repeat:repeat-x;
		background-color:#033084;
	
	}
	
	
a:link {

		color: #e36929;
		text-decoration: none;
		font-weight:bold;
	


}

a:visited {

		text-decoration: none;
		color: #e36929;
		font-weight:bold;
	

}

a:hover {

		text-decoration: underline;
		color: #033084;
	
	
}

a:active {

		text-decoration: none;
		color: #033084;
	
}


h1 {	

		
		font-size:14px

}

h2 {	

		
		font-size:13px

}

h3 {	

		
		font-size:12px

}
h4 {	

		
		font-size:11px

}
h5 {	

		
		font-size:9px

}

#container{

		width:738px;
		margin: 1em auto;
		margin-top:20px;
		text-align: left;
		background-color:#ffffff;
		border: 0px solid black;
}
	
#header{
		height:119px;
		background-color:#FFFFFF;
		background-image:url(images/bg_header.jpg);
}

#logo{
		float:left;
		
}

#suche{
		float:right;
		height:50px;
		margin-top:10px;

}

#navi{
		
		float: left;
		width: 175px;
		padding-left:0px;
		background-color:#ffffff;
	
}

#content{
		
		margin-left: 175px;
		padding: 0px 5px;
		width:550px;
		
		/*Anfang Mindesthöhe DIV*/
		min-height:465px;
		height:auto !important;  /* für moderne Browser */
		height:465px;  /*für den IE */
		/*Ende Mindesthöhe DIV*/
		
		background-color:#ffffff;
		
}

#spacer{
		width:738px;
		height:17px;
		background-image:url(images/spacer_schatten.jpg);
		background-repeat:no-repeat;

}

#footer{
		width:738px;
		height:222px;
		background-image:url(images/bg_footer.gif);
		background-repeat:no-repeat;
		background-color:#d4d4d4;

}

#newsletteranmeldung{
		float:left;
		margin-left:18px;
		margin-top:18px;
		width:165px;
		height:170px;
		/*background-color:green;*/
		border-left:5px solid #e36929;
		padding-left:10px;

}

#dax{
		float:left;
		margin-left:18px;
		margin-top:18px;

		width:285px;
		height:170px;
		/*background-color:green;*/
		border-left:5px solid #e36929;
		padding-left:10px;

}

#kontakt_foot{
		float:left;
		margin-left:18px;
		margin-top:18px;
		width:170px;
		height:170px;
		/*background-color:green;*/
		border-left:5px solid #e36929;
		padding-left:10px;

}
	
.heading_foot {
	color:#e36929;
	font-weight:bold;
}

.image_ohne_border{
		
		border:0px;

}


.newsbild{

		border:0px;
		float:left;
		margin:0px 5px 5px 0px;
		padding:3px;
		border:1px solid #e5e5e5;

}

.news{	
		padding:5px;
		border:1px solid #e5e5e5;
		
		/*Anfang Mindesthöhe DIV*/
		min-height:150px;
		height:auto !important;  /* für moderne Browser */
		height:150px;  /*für den IE */
		/*Ende Mindesthöhe DIV*/

}

.news:hover{
		/*Wird vom IE ignoriert funktioniert erst ab 7.0*/
		padding:5px;
		border:1px solid #e5e5e5;
		background-color:#efeeee;
	
}


#navi ul{

		width:130px;

}

#navi li{
		margin:0 0 0 0px;
		padding:3px 3px 3px 0;
		/*width:300px;*/
		list-style:none;
	
	
}

#navi a{
		display: block;
		width: 120px;
		text-decoration: none;
		font-weight: normal;
		color: #666666;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		text-indent: 0px;
		text-align: left;
		padding: 10px 3px 3px 0px;
		/*margin-top: 1px;*/
}

#navi a:hover{
		color: #ff7400;
		border-bottom:1px solid #ff7400;
		/*border-left:2px solid #ff7400;*/
		/*background-image:url(images/bg_hover_link2.jpg);
		background-repeat:repeat-x;*/
}


#navi a#current{
		color: #ff7400;
		border-bottom:1px solid #ff7400;
		/*background-image:url(images/bg_hover_link2.jpg);
		background-repeat:repeat-x;*/
		}
		
		
#footer_text{

		width:738px;
		margin: 0em auto;
		margin-top:0px;
		text-align:center;
		border: 0px solid black;
}

.footer_text{

		color:#999999;

}

.suchtreffer{

		background-color:#e5e5e5;
		padding:5px;
		margin-top:10px;
		margin-bottom:10px;

}



input {

		border-top-width: thin;
		border-right-width: thin;
		border-bottom-width: thin;
		border-left-width: thin;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-color: #e36929;
		color: #666666;
		background-color:#e5e5e5;


}




