body,html{
	background-color:#C7C7C7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#000000;
	margin:0;
	padding:0;
	margin:auto;
	margin-left:auto;				/*zentrierung wen dies steht*/
	margin-right:auto;

}

#container{
	background-color:#FFFFFF;
	width:900px;
	min-height:600px;
	height:600px;					/*wichtig für ie*/
	height:auto;
	margin:0px auto;				/*Abstände zwischen div Boxen*/
	margin-top:20px;				/*Abstand von Bildschirm oben*/
	/*margin-bottom:20px;				Abstand von Bildschirm unten*/
	/*padding:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;*/
}

#top{
background-color:#FFFFFF;
position:relative;
height:95px;
min-height:95px;
height:auto;
width:880px;
padding:10px;						/*innerhalb des divs*/
border-bottom:1px;
border-bottom-color:#000000;
border-bottom-style:solid;
}

#main{
/*background-color:#CC0000;*/
background-color:#FFFFFF;
width:900px;
height:500px;						/*wichtig für ie*/
min-height:500px;
height:auto;
/*margin-top:10px;*/
}

#subnavigation{

background-color:#FFFFFF;
width:180px;
height:100px; 						
min-height:100px;
height:auto;
float:left;
padding:10px;						/*innerhalb des divs*/
}

#inhalt
{
background-color:#FFFFFF;
border-left:1px;
border-left-color:#000000;
border-left-style:solid;
float:right;
width:679px;
height:480px;
min-height:480px;
height:auto;
padding:10px;
padding-bottom:30px;
}

#footer{
clear:both;							/*weil in main ein float anweisung ist, sonst geht div nicht runter!*/
/*background-color:#C7C7C7;*/
background-color:#FFFFFF;
/*width:900px;*/
width:880px;
height:20px;
/*min-height:20px;*/
min-height:20px;
height:auto;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;

border-top:1px;
border-top-color:#000000;
border-top-style:solid;
margin-bottom:20px;
}



/*IE Hacks, div Tag passt sich dem Inhalt an*/
* html #top { 
height:95px;
}
* html #main{
height:500px;
}

* html #subnavigation
{
height:100px;
}

* html #inhalt { 
height:480px;
}

* html #footer{
/*height:20px;*/
height:20px;
}




/*Schrift Deklarationen*/
#h1
{
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

#top a
{
text-decoration:none;
color:#0033FF;
}
