html, body {
	margin:		0;
	padding:	0;
	height:		100%; 
	font-size:11px;
	color:#000000;
	font-family:Verdana;
	background:Url(images/back.gif);
	
}
html>body {
	height:		auto;
	min-height:	500px;
	min-width:	700px;
	font-family:Verdana;
	font-size:11px;
	background:Url(images/back.gif);
}

body a:link, body a:active, body a:visited {
	color:#026e95;
	text-decoration:none;
}

body a:hover {
	text-decoration:underline;
}

#linkstart {
	position:absolute;
	width:200px;
	height:200px;
	left:750px;
	top:0px;
	z-index:2000;
}

#gesamt {
	width:821px;
	height:408px;
	position:	absolute;
	top:		50%;
	left:		50%;
	margin-top:	-204px;  /* == halbe Zeilenhöhe. */
	margin-left:	-410px; /* == halbe Breite.     */
	z-index:0;
	vertical-align:top;
}

#menue {
	width:180px;
	height:26px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-235px;
	margin-left:220px;
}

#impressum {
	width:12px;
	height:53px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:140px;
	margin-left:-415px;
}

#startseite {
	width:10px;
	height:44px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:80px;
	margin-left:-415px;
}

.input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px;
}
