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

/*Author: Timo Jahnke*/

/*Links*/

	a:link {
	color: #000;
	text-decoration: none;
	}

	a:visited {
	color: #000;
	text-decoration: none;
	}

	a:hover {
	color: #666;
	text-decoration: none;
	}

	a:active {
	color: #000;
	text-decoration: none;
	}
	
/*Wrapper*/

	#container 
	{
	position:absolute;
	width:900px; 
	height:690px; 
	left:50%; 
	margin-left:-450px;
	background-color:#FFF
	}

/*Body*/

	body
	{	
	background-color: #FFC;
	font: Verdana, Geneva, sans-serif;
	text-align:center;
	}

/*Logo*/

	#logo
	{
	width: 400px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 25px;
	}

/*Navigation*/
	
	#navi
	{
	text-align:right;
	height: 60px;
	width: 500px;
	position:absolute;
	top: 20px;
	left: 400px;
	}
	
	#subnav
	{
	height: 50px;
	width: 300px;
	position:absolute;
	top: 100px;
	left: 575px;
	font: Verdana, Geneva, sans-serif;
	font-size:28px;
	text-align:right;
	}

/*Inhalt*/

	#inhalt	
	{
	clear: none;
	height: 425px;
	width: 300px;
	position:absolute;
	top: 175px;
	left: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:400;
	text-align:justify;
	}
	
/*Kontakt-Inhalt*/
	
	#kontakt	
	{
	clear: none;
	height: 425px;
	width: 300px;
	position:absolute;
	top: 150px;
	left: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:600;
	}
	
/*Kontakt-Bild*/
	
	#kontakt_Bild	
	{
	clear: none;
	height: 150px;
	width: 150px;
	position:absolute;
	top: 120px;
	left: 490px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:600;
	}

/*Bildbox*/

	#bild	
	{
	clear: none;
	height: 300px;
	width: 300px;
	position: absolute;
	top:300px;
	left:575px;
	}
	
/*Impressumbox*/
	
	#impressum	
	{
	clear: none;
	height: 280px;
	width: 280px;
	position: absolute;
	top:300px;
	left:575px;
	font-size:11px;
	margin-left: 10px;
	margin-right: 10px;
	font-family:Verdana, Geneva, sans-serif;
	}
	
/*Footerleiste*/
	
	#footer
	{
	clear: none;
	height: 15px;
	width: 900px;
	background-color: #CCC;
	position: absolute;
	top:675px;
	left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	}
	
/*Bilder Startseite*/

	#bildlinks
	{
	height: 300px;
	width: 300px;
	position:absolute;
	top: 200px;
	left: 25px;
	}
	
	
	#bildmitte
	{
	height: 200px;
	width: 200px;
	position:absolute;
	top: 300px;
	left: 350px;
	}
	
	
	#bildrechts
	{
	height: 300px;
	width: 300px;
	position:absolute;
	top: 300px;
	left: 575px;
	}
	
/*Body*/
	
	body 
	{
	text-align: center;
	background-image: url(img/bodyback.jpg);
	font: Verdana, Geneva, sans-serif;
  	}

	body 
	{
  	margin: 0 auto;
  	width: 900px;
  	text-align:center;
  	font: Verdana, Geneva, sans-serif;
  	}

