/* Alle Stile der Seitenstruktur */
body {
	text-align:center;
	background-color:#EEEEEE;
	margin:0;
	padding:0;
}
#fullpage, #footer, #copyright {
	margin-right: auto;
	margin-left: auto;
}
#fullpage {
	text-align:left;
	width:940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
}
#fullpage #header {
	height: 240px;
	width: 940px;
	position:relative;
	background-image: url(../images/header-08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#fullpage #header #logo {
	position:absolute;
	left:15px;
	top:0px;
	width:190px;
	height:150px;
}
#fullpage #header #topnav {
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	font-size:11px;
	z-index:500;
	line-height:14px;
}
#fullpage #header #topnav .topleft {
	float:left;
	height:27px;
}
#fullpage #header #topnav .topcenter {
	float:left;
	height:20px;
	background-image: url(../images/top-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom:5px;
	padding-top:2px;
	padding-right:10px;
}
#fullpage #inhalt {
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width:940px;
}
#fullpage #left {
	width:210px;
	float:left;
	margin-top:10px;
}
#fullpage #twocols {
	width:725px;
	float:right;
	margin-top:10px;
}
#fullpage #twocols #content {
	width:480px;
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#fullpage #twocols #right {
	width:218px;
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#right .infobox {
	padding:5px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#right .infobox hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#left #leftbox p {
	margin:0px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}
#footer {
	font-size: 10px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:910px;
	padding-left:25px;
	padding-right:25px;
	clear:both;
	height:50px;
	text-align:left;
}
#footer .adresse {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top:5px;
}
#copyright {
	font-size: 10px;
	width:910px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:5px;
	padding-top:0px;
	text-align:right;
}