* {
	margin:0;
	padding:0;
}
body {
	font-family: "Trebuchet MS";
	background:url(22original.jpg) center top #ccebd6;
	
}
a {
	color:#000;
}
#nav a:hover {
	color:#fff;
}
#wrapper {
	width:1100px;
	margin:0 auto;
	
}

#hfu-logo {
	top:20px;
	left:800px;
	z-index: 104;
	position: relative;
}

#nav {
	margin:30px 0 0 0;
	xborder-bottom: 10px solid #fff;
	padding:0 0 10px 0;

	
}
#nav ul {
	list-style: none;
	
}
#nav li {
	float:left;
	margin:0 2px;
}
#nav ul#moduls {
	float:left;
}
/* links*/
#nav ul#links {
	float:right;
	margin:0 20px 0 0;
}
#nav ul#links li {
	padding:30px 0 0 0;
}
#nav ul#links a {
	
	padding:5px;
}


#nav ul#moduls li {
	width:120px;
}
#nav ul#moduls span {
	display:none;
}
#nav ul#moduls a {
	display:block;
	height:45px;

}
#nav #m1 a {
	background-image:url(m1n.png);

}
#nav #m2 a {
	background-image:url(m2n.png);

}

#nav #m3 a {
	background-image:url(m3n.png);

}
#nav #m4 a {
	background-image:url(m4n.png);

}
#nav #m1 a:hover {
	background-position:0px 43px;
}

#nav #m2 a:hover {
	background-position: 0px 45px;
}

#nav #m3 a:hover { 
	background-position:0px 51px; 
} 

#nav #m4 a:hover { 
	background-position: 0px 48px;
}
#content {
	clear:both;
	padding:0 38px;
	background:url(rahmen_links.png) repeat-y;
}
#content h1 {
	text-align:center;
	padding:20px 0;
}
#content form {
	padding:30px;
	
	
}
#content fieldset {
	padding:20px;
	margin:20px;
}
#content label {
	display:block;
	vertical-align: bottom;
	border-bottom:1px dashed #cecece;
	padding:10px;
}

#content label:hover {
	background:#eee;
}

#content input {
	margin: 0 15px;
	vertical-align: center;
}
#top {
	background: url(rahmen_oben.png);
	height:51px;
}
#quiz {
	background:#fff;
	clear:both;
	margin:30px 0;
}
#footer {
	background: #fff;
	text-align: center;
	font-size:11px;
	height:50px;
	background:url(rahmen_unten.png) repeat-y;
}
#footer ul li {
	display:inline;
	padding:0 5px;
	border-right: 1px solid #ccc;
	
}
.clear{
	clear:both;
}
dl img{
	float:left;
}
dl {
	float:left;
	border:2px solid #000;
	margin:5px;
	xmargin:0 auto;
	width:533px;
}
dl.q {
	width:399px;
}
dt {	
}
dl img {
	vertical-align: bottom;
}
dd {
	background:#444;
	padding:4px;
	color:#fff;
	text-align: right;
}
#info {
	padding:35px 2px 0 40px;
	font-size:10px;
}
#result {
	font-size:30px;
	padding:20px 60px;
}
.gelb {
	
	background-color: #fffe36;
	
}