body {
	font-family: Verdana;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
a:link, a:visited,  a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	cursor: hand;
}
a:hover {
	color: #990000;
}
#kopf {
	position: absolute;
	left: 300px;
	top: 0px;
	height: 125px;
	width: 300px;
}
#navi {
	position: absolute;
	height: 550px;
	width: 150px;
	left: 20px;
	top: 130px;
	color: #000000;
	font-weight: bold;
}
#inhalt {
	position: absolute;
	height: 550px;
	width: 700px;
	left: 208px;
	top: 138px;
	border: none;
	font-weight: bold;
}
#navi a:link, #navi a:visited, #navi a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	cursor: hand;
	line-height: 20px;
}
#navi a:hover {
	color: #990000;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
