body {
height: 95%;
}


#content {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -100px;
	position: absolute;
	top: 4%;
	bottom:4%;
	left: 50%;
	width: 200px;
	height: 92%;
	}

#content #links {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 100%;
	background-color: #b23434;
}

#content #rechts {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 180px;
	height: 100%;
	background-color: #b23434;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#logotext {
	position: absolute;
	top: -95px;
	left: 0px;
	width: 180px;
	height: 180px;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 65px;
	background-image: url(/img/logo.png);
	background-repeat: no-repeat;
}

#text {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 140px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	font-family: verdana;
	font-size: 10px;
}

a:link, a:visited, a:active {
	color: #4A1616;
	text-decoration: none; 
}
a:hover {
	color: #ffffff;
}