/* CSS Document */

 html[xmlns^="http"] {
	overflow-y: scroll;
}



*, html, body, table, td, div, p, h1, h2, h2, h4, h5,  
table, td, tr, form, img, map, area, object, map, navi {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	line-height: 22px;
	background-image:url(images/layout/bg.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	margin-left:1px;
}
#wrapper {
	width:903px;
	height:575px;
	margin: 0 auto;
	background-image:url(images/layout/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#links{
	width:254px;
	height:auto;
	float:left;
}
#anschrift{
	margin-top:197px;
	padding-left:31px;
	height:144px;
	width:223px;
}
#navi {
	width:254px;
	height:221px;
}
#rechts {
	width:624px;
	height:auto;
	float:left;
}
#subnavi{
	width:312px;
	height:105px;
}
#headline{
	width:624px;
	height:80px;
}
#content {
	padding:25px;
	width:574px;
	background-color: #FFFFFF;
	background-image: url(images/layout/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bottom{
	height:27px;
	width:624px;
}

/*-------------------------------------------------------------------------------------*/


a:link,a:active,a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #4e6c84;
	line-height: 22px;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	line-height: 22px;
	font-weight: normal;
	text-decoration: underline;
}
ul {
	padding-left:20px;
	list-style-type: square;
	color:#4e6c84;
}
.blu {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size:12px;
	color: #146379;
	line-height: 22px;
	font-weight: bold;
}
.img{
	border: 1px solid #ffb400;
}