*		{
		padding: 0;
		margin: 0;
		}
		
div	{
		position: absolute;
		font-family: Times;
		}		

ul		{
		position: absolute;
		margin-left: 35px;
		font-size: 14pt;
		top: 80px;
		
		}
		
p		{
		text-align: center;
		}		

img		{border: 0;}

iframe	{
			position: absolute;
			height: 100%;
			width: 100%;
			border: 0;
			}
		
.rot		{
			color: #FF0000;
			}
			
.center	{
			text-align: center;
			}
		
#oben	{
		height: 90px;
		background-color: #00FF7F;
		left: 0;
		right: 0;
		top: 0;
		}
		
#links	{
		width: 190px;
		left: 0;
		top: 90px;
		bottom: 0;
		background-color: #FFFF00;
		}
		
#rechts	{
			left: 190px;
			top: 90px;
			right: 0;
			bottom: 0;
			}	

#logo	{
		position: absolute;
		left: 60px;
		top: 10px;
		}
		
#okv	{
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		}
		
#unten	{
			position: relative;
			top: 300px;
			}

#zaehler	{
			position: relative;
			top: 150px;
			left: 0px;
			}
			
