body {
	font: normal 14px "Verdana", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	height: 100%;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0061cf;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0061cf;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#86bae7;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #86bae7;
}

.ueberschrift {
	font: normal 20pt "Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: solid #000000 2px;
	width: 100%;
}

img {
	border:0;
}

#head {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 100px;
	background: url(/include/images/background.jpg) repeat-y;
	background-color: #ffffff;
}

#header {
	position: fixed;
	left: 20px;
	width: 1004px;
	height: 100px;
	border-bottom: solid #000000 2px;
	border-right: solid #000000 2px;
}

#menu {
	position: fixed;
	top: 100px;
	width: 160px;
	padding-top: 20px;
	padding-left: 20px;
}

#content {
	position: absolute;
	top: 120px;
	left: 200px;
	padding: 20px;
	width: 794px;
	border-left: solid #000000 2px;
	border-bottom: solid #000000 2px;
}