body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
	font-weight: bold;
}

a:link {
	color:#FF0000;
}
a:visited {
	color:#FF0000;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
a:active {
	color:#FFFFFF;
}


div#menue
{
	position: absolute;
	width: 125px;
	height: auto;
	background: red;
	border: 2px solid white;
	left: 10px;
	color: #000000;
}

div#intruder
{
	position: absolute;
	width: 125px;
	height: auto;
	background: red;
	border: 2px solid white;
	left: 10px;
	top: 235px;
}
            
div#haupt
{
	width: auto;
	height: auto;
	background: black;
	border: 2px solid white;
	margin-left: 135px;
	position: relative;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
