/* Watschengesicht //////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////*/

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

/* Allg. Positionen /////////////////////////////////////////////////////*/

#container {
	position: absolute;
	width: 850px;
	height: 470px;
	left: 50%;
	top: 50%;
	margin-left: -425px;
	margin-top: -280px;
	z-index: 10;
}

/* Linkfarben allgemein */

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

/* Positionen für bestimmte Sektionen //////////////////////////////////////////////*/

#watschengesicht {
	position:absolute;
	width: 850px;
	height: 470px;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#anzeige {
	position: absolute;
	height: 90px;
	width: 782px;
	top: 470px;
	left: 35px;
	z-index: 20;
	background-color: #FFFFFF;
}

