body {
	margin:0%;
	padding:0%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
}

p, pre{
padding: 5px 10px;
margin:0;
}
#header {
	background-image:url(../images/header_1.jpg);
	width:954px;
	height:128px;
}
#logo {
	width:265px;
	height:61px;
	position:relative;
	float:left;
	margin-left:30px;
	margin-top:20px;

}
#second_header {
	width:954px;
}
#infoline {
	width:954px;
	height:57px;
}
#infoline #kategorien {
	width:201px;
	height:57px;
	float:left;
	background-image:url(../images/kategorien.jpg);
}
#infoline #location {
	float:left;
	width:242px;
	height:57px;
	background-image:url(../images/location.jpg);
	
}
#infoline #location #title {
	color:#6D95C3;
	position:relative;
	margin-left:-25px;
	padding-top:37px;
	font-weight:bold;

}
#infoline #location #title a {
	color:#6D95C3;
	text-decoration:none;
}
#infoline #spacer {
	float:left;
	width:95px;
	height:57px;
	background-image:url(../images/spacer.jpg);
}
#infoline #affiliate1 {
	float:left;
	height:57px;
	width:133px;
}
#infoline #affiliate2 {
	float:left;
	height:57px;
	width:128px;
}
#infoline #affiliate3 {
	float:left;
	height:57px;
	width:155px;	
}
#content_begin {
	width:954px;
	height:18px;
	background-image:url(../images/content_start.jpg);
	
}

#content_container {
	width:954px;	
	background-image:url(../images/content.jpg);
}
div#content { 
	min-height:350px;
	height:expression(this.scrollHeight > 350 ? "auto":"350px"); 
	
}
#content_end {
	width:954px;
	height:32px;
	background-image:url(../images/content_end.jpg);
	margin-bottom:20px;
}
#left {
	float:left;
	margin-left:8px;
	width:193px;
	/* border:1px solid #0f0; */
}
#content {
	margin-left:210px;
	margin-right:40px;
	text-align:left;
	padding-bottom:20px;
	/* border:1px solid #f00; */
}





/* SUBNAVIGATION */
#nav  {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:left;
	font-size:12px;
} 



#nav  ul { /* all lists */
	line-height: 1;
	font-size:11px;


	list-style: none;	
	
}

#nav  a {
	display: block;
	width:163px;
	padding-left:30px;

	text-decoration:none;
	line-height:26px;
	color:#FFF;

}
#nav  a:hover {
	line-height:26px;
	background-image:url(../images/menu_over.jpg);

	background-color:#a0a0a0;
}

#nav  li { /* all list items */
float: left;


	 /* width needed or else Opera goes nuts */
}
#nav  li a:hover {

}
#nav ul li { /* all list items */
	background-color:#4D75A8;


	 /* width needed or else Opera goes nuts */
}
#nav  li ul { /* second-level lists */

	position: absolute;
	display:block;
	margin-left:135px;
	width:180px;
	margin-top:-26px;
	left: -999em /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a {
width:150px;

}
#nav li ul a:hover {

background-color:#A0A0A0;
}
#nav :hover > a {
	
	background-color:#A0A0A0;
	color:#FFF;
}



#nav li ul ul { /* third-and-above-level lists */
	margin-left:140px;
	margin-top:-26px;

}


#nav li li ul ul  { /* third-and-above-level lists */
	
	background-color:#213349;
	width:100px;

}
#nav li ul ul a {
width:100px;

}


#nav li ul ul a:hover {
background-color:#A1a1a1;
color:#FFF;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}














