/* Basic Elements */
html, body {
	text-align: center;
	padding: 0;
    margin: 10px auto;
    text-align: center;   

    }
		
#container {
	width: 765px;
	height: auto;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;
	}
    
	
#header {
	background: url("pics/header.gif") repeat-x 0% 0%;
	width: 765px;
	height: 184px;
	}
	
#header img.logo { 
	margin-left: 300px; 
	margin-top: 45px;
	}	
			
#header p { position:relative; 
			left:550px; 
			top:-110px;
			color: white;
			font-family: Arial;
			font-size: 8pt;
			}	
						
#content_links {
	background: url("pics/content_links.gif") repeat-x 0% 0%;
	width: 125px;
	height: 318px;
	float:left;
	}	
	
#content_links p {
	margin-left: 20px; 
	}
	
#content_mitte {
	background: url("pics/content_mitte.gif") repeat-x 0% 0%;
	width: 429px;
	height: 318px;
	float:left;
	}
		
#content_mitte p {margin-left: 5px; 
  		          font-family: Arial;
			      font-size: 8pt;
	}
	
#content_mitte h1 {  margin-left: 10px; 
				     margin-top: 10px; 
				     padding: 2px;
				     font-family: Arial;
	   				 font-size: 12pt;
	}
	
#content_mitte h2 {  margin-left: 10px;
					 
				     padding: 2px;
				     font-family: Arial;
	   				 font-size: 8pt;
	}
	
#content_mitte ul {
	font-family: Arial;
	font-size: 8pt;
	}	
	
#content_mitte a {
	font-family: Arial;
	font-size: 8pt;
	color: black;
	text-decoration: none;
	}	
	
#content_mitte a:hover {
	font-family: Arial;
	font-size: 8pt;
    color: #ccff33;
	text-decoration: none;
	}
	
#ausstattung p {
	font-family: Arial;
	font-size: 8pt;
	margin-top: -20px;
	}	
	
	
	
		
#content_rechts {
	background: url("pics/content_rechts.gif") repeat-x 0% 0%;
	width: 207px;
	height: 318px;	
	float:left;
	}	
	
#content_rechts p {margin-right: 20px; 
	}	

#footer {
	clear: both;
	margin: 0 auto;
	background: url("pics/footer.gif") repeat-x 0% 0%;
	width: 765px;
	height: 19px;	
	font-family: Arial;
	}

#footer p {
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
	padding-top: 18px;
	}

#footer a {
	color: black;
	text-decoration: none;
	}
#footer a:hover {
	color: #ccff33;
	text-decoration: none;
	}

/* Nav Menu */
#nav {
	background: url("pics/menue.gif") repeat-x 0% 0%;
	width: 765px;
	height: 18px;	
	}
#nav ul {
	margin: 0;
	padding: 0px 0px 0px 30px;
	}
#nav li {
	display: inline;
	padding: 0px 3px 0px 3px;
	}
#nav li a {
    font-family: Arial;
	font-size: 8pt;
	color: white;
	background: url(pics/punkt.gif) left no-repeat; 
	text-decoration: none;
	padding: 0 20px 0px 8px;
	}
#nav li a:hover {
	color: #ccff33;
	text-decoration: none;
	background: url(pics/punkt-green.gif) left no-repeat; 
	}
	
/* Content Nav */
#content_nav {
	text-align: center;
	margin-top: -8px;
	}
#content_nav ul {
	margin: 0;
	padding: 0;
	}
#content_nav li {
	display: inline;
	padding: 0;
	}
#content_nav li a {
    font-family: Arial;
	font-size: 8pt;
	color: white;
	background: url(pics/punkt.gif) left no-repeat; 
	text-decoration: none;
	padding: 0 17px 0px 6px;
	}
#content_nav li a:hover {
	color: #ccff33;
	text-decoration: none;
	background: url(pics/punkt-green.gif) left no-repeat; 
	}	

/* Additional styles */
p {
	padding: 8px;
	margin: 0;
	font-family: Arial;
	}
img {
	border: 0;
	}
	}
a {
	color: white;
	text-decoration: none;
	}
a:hover {
	color: #ccff33;
	text-decoration: none;
	}
	
	
	
