body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(../pic/bg.jpg);
	background-repeat: repeat-y;
}
.schwarz {
	color: #000000;
	font-weight: bold;
}

#nav {
	position: absolute;
	width: 150px;
	left: 75px;
	top: 150px;
	padding-top: 40px;
	height: 246px;
	display: none;
}
#nav a {
	font-weight: bold;
	color: #373C40;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
}

#content {
	position: absolute;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 10px;
}
#logo {
	position: absolute;
	height: 100%;
	width: 250px;
	left: 710px;
	background-color: #333333;
}
#content h1 {
	font-size: 15px;
	font-weight: bold;
	color: #373C40;
	margin-top: 30px;
	margin-bottom: 20px;
}
.bildbeschrieb {
	font-size: 10px;
	color: #666666;
}

#content p {
	margin-top: 3px;
	margin-bottom: 3px;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #373C40;
	margin-top: 30px;
	margin-bottom: 10px;
}
#content ul {
	margin: 0px;
	padding: 0px;
}
#content li {
	padding: 1px;
	background-color: #CCCCCC;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#content a {
	color: #416678;
	text-decoration: underline;
}
#bg {
	display: none;
}
