*{margin: 0; padding: 0;}
			
body {background-color: #cccccc; text-align: center;}

/*Layout*/
			
#site {
	margin: 10px auto;
	width: 1000px;
	color: #383838;
	background-color: #ffffff;
	font-family: arial, sans-serif;
	text-align: left;
	font-size: small;
	background-image: url(images/middle_hg.jpg);
	}
				
#header{
	height: 154px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}
#header h1 {display: none;}
			
#content{
	background-repeat: repeat-y;
	padding: 10px 80px;
	}
							
#footer{
	clear: both;
	padding: 20px 0 0 0;
	background-image: url(images/footer_hg.jpg);
	background-repeat: no-repeat;
	}
	
/*Layout Ende*/

/*Navigation*/

#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 80px;
	list-style: none;
}

#nav li {
	display: block;
	float: left;
	margin: 0;
}

#nav a {
	float: left;
	background: url(images/leiste_04.jpg) repeat-x bottom left;
	margin: 0;
	color: black;
	text-decoration: none;
	border-right: 1px solid #717171;
}

#nav a.active {
	font-weight: bold;
	}

#nav a#nav_lastitem {
	border-right: 0;
}


#nav span {
	float: left;
	display: block;
	margin: 0;
	padding: 5px 15px;
	background: url(images/leiste_03.jpg) repeat-x top left;
	cursor: pointer;
}

#nav a:hover {
	color: #0059a9;
	background: url(images/leiste_04.jpg) repeat-x bottom right;
}

#nav a:hover span {
	background: url(images/leiste_03.jpg) repeat-x top right;
}

li#nav_anfang span {
	display: block;
	width: 5px;
	float: left;
	background: url(images/leiste_01.jpg) no-repeat top left;
	padding: 5px 0;
}

li#nav_anfang {
	width: 5px;
	display: block;
	float: left;
	background: url(images/leiste_02.jpg) no-repeat bottom left;
}

li#nav_abschluss span {
	display: block;
	width: 5px;
	float: left;
	background: url(images/leiste_05.jpg) no-repeat top left;
	padding: 5px 0;
}

li#nav_abschluss {
	width: 5px;
	display: block;
	float: left;
	background: url(images/leiste_06.jpg) no-repeat bottom left;
}
/*Navigation Ende*/	

/*Formatierung Inhalt*/

#content h2 {
	padding: 0 0 0.7em 0;
	font-size: 160%;
	}
	
#content h3 {
	padding: 0 0 0.7em 0;
	color: #0059a9;
	}
	
#content p{
	padding: 0 270px 1em 0;
	}
	
#content a {
	color: #0059a9;
	}
	
#content ul {
	padding: 0 0 1em 18px;
	}
	
#content hr {
	border: 0;
	border-top: 1px solid #383838;
	margin: 0 0 1em 0;
	}
	
#content img.imagebild {
	width: 250px;
	display: block;
	float: right;
	margin-left: 20px;
	}

/*Formatierung Inhalt Ende*/
		
