@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/backgr);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#kopf {
	text-align: center;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#fuss {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	bottom: 0px;
}
#fuss a:link, #fuss a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#nav {
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, #nav a:active {
	color: #CCCCCC;
}
#toc {
	vertical-align: bottom;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
#socialbookmarkeu {
	color: #FFFFFF;
}
.right {
	float: right;
	margin-right: 10px;
}
.left {
	float: left;
}
#haupt {
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 10px;
}
#haupt #linksb {
	height: 530px;
	width: 560px;
	float: left;
}
#haupt #rechtsb {
	height: 530px;
	width: 300px;
	float: left;
}

