/* Allgemeine Einstellungen */
html,body {  
	font-family: Verdana, Univers, Arial, sans-serif; 
	background-color:#ADD8E6; 
	margin:0px; 
	height:100%;  
	font-size: 12px;
	font-family: Verdana, Univers, Arial,sans-serif;
	color: #000000
} 

/* Text groß bzw. klein */
.fliessklein {  
	font-size: 9px;
}

.fliessgross { 
	font-size: 14px;
}

.fliessblack {  
	font-size: 11px;
      font-family: Verdana, Univers, Arial,sans-serif;
	color: #000000
}

a:active {  color: #B22222; text-decoration: none; font-size: 11 px}
a:link {  color: #B22222; text-decoration: none; font-size: 11 px}
a:visited {  color: #B22222; text-decoration: none; font-size: 11 px}


/* Container */
#container {
	position:absolute;
	width:950px;
	height:650px;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-475px;
	background-image:url(BG_drehung.gif);
	z-index:1;
	overflow:hidden;
}


/* Div Layer fürs Impressum */
#impressum {
	position:absolute;
	width:150px;
	height:15px;
	right:10px;
	bottom:10px;
	text-align:right;
	z-index:3;
}

/* Div Layer für Kontaktzeile */
#kontakt {
	position:absolute;
	width:950px;
	height:-650px;
	right:0px;
	bottom:0px;
	text-align:middle;
	z-index:4;
}

