a:link {
	color: #934b6e;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #934b6e;
}
a:hover {
	text-decoration: underline;
	color:#999999;
}
a:active {
	text-decoration: none;
}


#container {
	width:800px;
	margin: 0 auto;
	z-index:10;
}

#site {
	position:absolute;
	top:0;
	width:800px;
	z-index:10;
}

body{
	margin:0;
	background-image:url(../images/hg_y.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#f7f7f8;
}

#weite {
	width:100%;
	height:690px;
	position:absolute;
	background-image:url(../images/hg_x.jpg);
	background-repeat:repeat-x;
	top:0;
	left:0;
	z-index:1;
	}
#head {
	width:670px;
	height:169px;
	position:absolute;
	z-index:10;
	background-image:url(../images/head.jpg);
	top:0;
	left:65px;
}

#left{
	width:65px;
	height:690px;
	position:absolute;
	z-index:10;
	background-image:url(../images/left.jpg);
	top:0;
	left:0;
}

#right {
	width:65px;
	height:690px;
	position:absolute;
	z-index:10;
	background-image:url(../images/right.jpg);
	top:0;
	left:735px;
}

#textfeld {
	width:670px;
	height:486px;
	position:absolute;
	z-index:10;
	top:204px;
	left:65px;
	background-color:#FFFFFF;
}

#menufeld {
	width:670px;
	height:35px;
	left:65px;
	top:169px;
	position:absolute;
	z-index:10;
	background-color:#FFFFFF;
}

#text {
	width:640px;
	height:456px;
	position:absolute;
	z-index:10;
	top:204px;
	left:65px;
	padding-left:20px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

h3{
	font-size:14px;
	color:#934b6e;
}

span.fehler {
	color:#FF0000;
	font-weight:bold;
}
span.korrekt {
	color:#009900;
	font-weight:bold;
}

span.haftung {
	font-size: 90%;
}

.klein{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:15px;
}