body {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	line-height:1.3em;
	text-align:center;
	color:#999999;
	background-color:#eeeeee;
}
#wrapper {
	background-image:url(/_img/bg.jpg);
	background-repeat:no-repeat;
	margin:50px auto;
	width:750px;
	height:465px;
	text-align:left;
	padding-top:40px;
	padding-left:50px;
}
#wrapperImprint {
	background-color:#ffffff;
	margin:50px auto;
	width:750px;
	text-align:left;
	padding-top:40px;
	padding-left:50px;
	padding-bottom:50px;
}
#header {
	width:400px;
	height:90px;
}
#headerImprint {
	width:360px;
	height:60px;
}
#main {
	width:360px;
	height:310px;
}
#main a:link, a:visited {
	color:#999999;
	text-decoration:underline;
}
#main a:hover, a:focus {
	color:#55a3e3;
	text-decoration:none;
}
#mainImprint {
	font-size:12px;
	width:560px;
}
#mainImprint a:link, a:visited {
	color:#999999;
	text-decoration:underline;
}
#mainImprint a:hover, a:focus {
	color:#55a3e3;
	text-decoration:none;
}
#footer {
	clear:both;
	width:360px;
	height:16px;
	margin-bottom:10px;
	vertical-align:bottom;
	font-size:13px;
}
#footerImprint {
	clear:both;
	width:360px;
	height:16px;
	font-size:13px;
}
#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover, #footer a:focus {
	color:#55a3e3;
}
#footerImprint a:link, #footerImprint a:visited {
	color:#999999;
	text-decoration:underline;
}
#footerImprint a:hover, #footerImprint a:focus {
	color:#55a3e3;
	text-decoration:none;
} /* headlines */
.pagetitle {
	font-size:23px;
}
.pageopen {
	font-size:20px;
}
.slogan {
	font-size:13px;
}
.blue {
	color:#55a3e3;
} /* navigation */
#navlist {
	width:320px;
}
#navlist dd {
	height:190px;
}
dt {
	cursor:pointer;
	margin-bottom:7px;
	padding:0.1em;
	font-size:20px;
}
dt.selected {
	cursor:default;
}
dt.active {
	color:#55a3e3;
}
dt.notActive {
	color:#999999;
}
dd {
	padding:0.1em;
	margin:0;
	font-size:13px;
}
#log {
	position:absolute;
	top:0;
	right:1em;
	text-align:right;
}
form {
	display:inline;
}
.hyde {
	position:absolute;
	top:-500px;
	height:auto;
	width:auto;
}

