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

body {
	background:url(images/bodybg.jpg) repeat;
}

#container
{
width: 1200px;
margin: 10px auto;
background: url(images/startneu/bodybg.jpg) top left no-repeat;
color: #333;
line-height: 130%;
border:thin #333 solid;
}


#top {

height:160px;
}

#logo {
	position:relative;
	left:30px;
	top:10px;
	width:300px;
	height:141px;
	background:url(images/startneu/logo.png) left top no-repeat;
}

#top h1
{
padding: 0;
margin: 0;
}




#left {
	width:215px;
	margin: 65px 0 0 15px;
	float:left;
}

#leftnav {
	width:215px;
	padding:0;
	margin:0;
	overflow:hidden;
}

#leftnav .box {
	padding: 0;


}



#leftnav .box div {

	padding: 16px 0 0 0;


}



#leftnav .box div div {

	padding: 0 0 0 14px;


}



#leftnav .box div div div {
 
	padding: 0 16px 16px 0;


}



#leftnav .box-blue {

	background: url(images/startneu/rahmen_rechts.png) top right no-repeat;

}



#leftnav .box-blue div {

	background: url(images/startneu/rahmen_links.png) top left no-repeat;

}



#leftnav .box-blue div div {

	background: url(images/startneu/rahmen_links.png) bottom left no-repeat;

}



#leftnav .box-blue div div div {
 
	background: url(images/startneu/rahmen_rechts.png) bottom right no-repeat;

}


#leftnav .box-text div div div div {
	background: none;

}



#content {
	float:left;
	margin: 20px 0 0 10px;
	width:950px;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #303030;
height:30px;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }



/* LINKS FOOTER */

#navunten {
	position:relative;
	left:33px;
	top:5px;
	width:1140px;
	height:23px;
	z-index:22;
}

.linkliste {
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height:12px;
	color:#fff9c7;
}

a:link {color:#fff9c7; text-decoration:underline;}
a:visited {color:#fff9c7; text-decoration:underline;}
a:hover {color:#ff0000; text-decoration:underline;}
a:active {color:#ff0000; text-decoration:underline;}

