html,body
{
	background-color: #FFF;
	font-family: Monaco, "Microsoft sans serif", Georgia, Verdana, Arial, sans-serif;
	color: #333;
	font-size: 9px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a, a:link, a:visited
{
	color: #333;
	font-family: Monaco, "Microsoft sans serif", Georgia, Verdana, Arial, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

#oben
{
	height: 10%;
	text-align: center;
	background-color: #FFF;
}

#unten
{
	height: 9.9%; /*FUCKING INTERNET EXPLORER*/
	text-align: center;
	background-color: #FFF;
}

#mitte
{
	height: 80%; /*width: 100%;*/
	background-image: url(img/nordgestalten_logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#mail
{
	height: 30px;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	position: absolute;
	bottom: 30%;
}

#mail a:hover {
filter:alpha(opacity=40); -moz-opacity: 0.40; opacity: 0.40;
}