/* CSS Document */

* {margin:0px; padding:0px;} 
/* Nullsetzung der vorgegebenen Abstände von h1..,p */

body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
	margin-top:10px;
	background-color: #CCCCCC;
}

#seite 
{
width:900px;
background-color:#CCCCCC;
height:500px;
margin-left:auto;
margin-right:auto;
}

	#kopf 
	{
	height:90px;
	background-color:#FFFFFF;
	text-align:left;
	position:relative;
	padding: 10px;
	border: 6px solid white;
	}
#kopf h1 {
	font-size: 2em;
	position: absolute;
	right: 55px;
	top: 39px;
}
	
	#inhalt 
	{
	height:400px;
	background-color:#666666;
	position:relative;
	border: 6px solid white;
	}
	
	#inhalt:hover 
	{
	height:400px;
	background-color:#333333;
	position:relative;
	}
	
	#werbung
	{
	height:150px;
	width:700px;
	
	}
	

#kopf object
{
	position:absolute;
	top:-55px;
	left:-40px;
	margin:0;
	padding:0;
}


#inhalt objekt
{
position:absolute;
	bottom::10px;
	right::0px;
}

#werbung {
	position:absolute;
	left:180px;
	top:222px;
	width:700px;
	height:150px;
	z-index:1;
}