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

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

.fliessgross { 
	font-size: 14px;
}

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


/* Container */
#container {
	position:absolute;
	width:784px;
	height:500px;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-392px;
	background-color:#FFFFCC;
	z-index:1;
	overflow:hidden;
}

/* Scrollbarer div-layer, der sich unten rechts positioniert */
#inhalt {
	position:absolute;
	width:764px;
	height:300px;
	right:0px;
	bottom:0px;
	overflow:auto;
	z-index:2;
}

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