@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../images/kopf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	position: absolute;
	width: 135px;
	top: 130px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	left: 1px;
}
#adress {
	position: static;
	width: 135px;
	height: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	left: 3px;
	bottom: 10px;
}
#nav td {
	border-top-width: thin;
	border-top-style: none;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 4px;
	vertical-align: middle;
}
#Content {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 160px;
	left: 200px;
	height: auto;
	width: 700px;
}
.Stil1 {
	font-size: 16px;
	color: #FF9900;
	line-height: inherit;
}
.Stil5 {
	font-size: 13px;
}
.Stil8 {
	color: #000000
}
.Stil10 {
	font-size: 10px;
	line-height: 1.3em;
}
.Stil11 {color: #FFFFFF;
}

a:active {
	color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #BB0000;
	text-decoration: none;
}

