/* Alle Stile der Seitenstruktur */
html {
	height:100%;
}
body {
	text-align:center;
	background-color:#EF9A21;
	margin:0;
	padding:0;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#topnav, #fullpage, #footer, #partner {
	margin-right: auto;
	margin-left: auto;
}
#topnav {
	text-align:left;
	font-size: 11px;
	color:#FFFFFF;
	width:965px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:5px;
	padding-bottom:5px;
}
#topnav .sprache {
	width:400px;
	float:left;
}
#topnav .servicelinks {
	text-align:right;
	width:400px;
	float:right;
}
#fullpage {
	text-align:left;
	width:965px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
	background-color: #FFFFFF;
}
#fullpage #header {
	height: 236px;
	width: 965px;
	position:relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #home {
	position:absolute;
	top: 10px;
	left:165px;
	width:150px;
	height:110px;
	z-index:95;
}
#header #flashheader {
	position:absolute;
	right:0px;
	bottom:0px;
	height: 205px;
	width: 630px;
	background-color:#CC9933;
	z-index:80;
}
#header #fotos {
	position:absolute;
	left:255px;
	height: 124px;
	width: 230px;
	z-index:90;
	bottom: 0px;
}
#fullpage #nav {
	width:965px;
	height:25px;
	margin-top: 5px;
	background-image: url(../images/css/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#fullpage #page {
	width:965px;
	padding:0px;
	margin:0px;
}
#page #left {
	width:190px;
	float:left;
	padding:0px;
	margin:0px;
}
#page #twocols {
	width:750px;
	float:right;
	padding:0px;
	margin:0px;
}
#page #twocols #content {
	width:535px;
	float:left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page #twocols #right {
	width:190px;
	float:right;
	padding:0px;
	margin:0px;
}
#footer {
	font-size: 10px;
	width:965px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	color:#FFFFFF;
}
#footer .adresse {
	width:700px;
	float:left;
}
#footer .copyright {
	width:200px;
	float:right;
	text-align:right;
}
#partner {
	width:965px;
	text-align:center;
	background-color:#FFFFFF;
	padding:5px;
	margin-top:20px;
}