body {
	margin:0px;padding:0px;
	background-color:  transparent;
	background-image: url(../images/body.jpg);
	background-position: top center;
	background-repeat:  repeat-y;
   font-family:  Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:black;
}
.img_right{float:right;}
.img_left{float:left;}

#back{
	margin:0px;padding:0px;
	width:100%;
	height:21px;
	background-image:  url(../images/back.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
table, td {
	font-size:100%;
}

/*******************************************************************/
#site {
   margin:0px;padding:0px;
	width:965px;
	left:50%;
	margin-left: -482px;
	position:absolute;
	background-image: url(../images/site.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
/*******************************************************************/
#head {
	margin:0px;padding:0px;
	width:100%;
	height:223px;
	background-color: transparent;
	float:left;
}
#top01 {
	margin:0px;
	padding:0px;
	width:791px;
	height: 107px;
	background-image: url(../images/back_search.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
}
#search_box{float:right;padding-right:5px;}
.suchpfeil{top:10px;margin-top:75px;float:left;margin-left:2px;}
.inputfields{background-color: white;width:180px;margin-top:75px; float:left;}
/*---------------*/
#navigation_top {
	margin:0px;padding:0px;
	width:791px;
	height:22px;
	background-image: url(../images/menu1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
}
.menu1 {
	margin:0px;padding:0px;
	list-style-type:none;
	padding-left:178px;
}
.menu1_level1 {float:left;}
.menu1_level1 a, .menu1_level1 a:visited{
	margin:0px;padding:0px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	border-right:1px solid white;
	padding-left:30px;
	padding-right:30px;
	line-height:20px;
}
.menu1_level1 a:hover {text-decoration:underline;}
.menu1_level1_act {float:left;}
.menu1_level1_act a, .menu1_level1_act a:visited{
	margin:0px;padding:0px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	border-right:1px solid white;
	padding-left:30px;
	padding-right:30px;
	line-height:20px;
	text-decoration:underline;
}
/*******************************************************************/
#navigation {
	margin:0px;padding:0px;
	width:177px;
	float:left;
	clear:both;
}
.menu2_1 {
	margin:0px;padding:0px;
	list-style-type:none;
}
.menu2_level1 {}
.menu2_level1 a, menu2_level1 a:visited {
	text-decoration:none;
	line-height:32px;
	background-image: url(../images/back_menu2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display:block;
	padding-left:10px;
	color:black;
}
.menu2_level1 a:hover{
	text-decoration:underline;
	color:#A50020;
}
.menu2_level1_act a, menu_level1_act a:visited {
	text-decoration:none;
	line-height:32px;
	background-image: url(../images/back_menu2_act.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display:block;
	padding-left:10px;
	color:white;
}
.menu2_2 {
	margin:0px;padding:0px;
	list-style-type:none;
	text-align:right;
}
.menu2_level2 a, menu2_level2 a:visited {
	text-decoration:none;
	background-image: none;
	background-position: top left;
	background-repeat: no-repeat;
	display:block;
	border-right:5px solid #A50020;
	padding-right:10px;	
	line-height:18px;
	color:gray;
}
.menu2_level2 a:hover{
	border-right: 5px solid gray;
	color:#A50020;
}
.menu2_level2_act a, menu2_level2_act a:visited {
	text-decoration:none;
	background-image: none;
	background-position: top left;
	background-repeat: no-repeat;
	display:block;
	padding-right:10px;	
	line-height:18px;
	border-right: 5px solid gray;
	color:black;
}
/*******************************************************************/
#right{
	margin:0px;padding:0px;
	width:175px;
	background-color: #E3E3E3; 
	float:right;
}
.box_adresse{
	margin:0px;padding:0px;
	width:auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
	background-color:  transparent;
	background-image: url(../images/back_adresse_box.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #D7D7D7;
	color:black;
}
.box_ansprechpartner {
	font-size:85%;
	clear:both;
}
/*******************************************************************/
#center{
	width:600px;
	float:left;
	padding-left:0px;
	background-color: transparent;
}
#content{
	margin:0px;padding:0px;
	background-color: transparent;
	width:570px;
	height: 450px;
	margin-left:20px;
	float:left;
}
/*******************************************************************/
#footer{
	margin:0px;padding:0px;
	width:965px;
	height:14px;
	background-image: url(../images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	clear:both;
	background-color: transparent;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}