a:link {
	color: #4763B6;
	font-weight:bold;
}
a:visited {
	color: #4763B6;
}
a:hover {
	color: #666666;
}

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

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

body {
	margin:0;
	background-color:#405db3;
}


#weite {
	width:100%;
	height:671px;
	background-image:url(../images/hg_x.jpg);
	background-repeat:repeat-x;
}

#image {
	width:200px;
	height:185px;
	top:0;
	left:0;
	position:absolute;
	z-index:10;
}

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

#textfeld {
	width:563px;
	height:448px;
	position:absolute;
	left:200px;
	top:185px;
	z-index:10;
	background-image:url(../images/textfeld.jpg);
}

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

#menu {
	width:200px;
	height:448px;
	position:absolute;
	z-index:10;
	left:0;
	top:185px;
	background-image:url(../images/menu_hg.jpg);
}

#text{
	width:525px;
	height:443px;
	position:absolute;
	left:200px;
	top:185px;
	z-index:10;
	padding-left:10px;
	padding-right:15px;

	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	overflow:auto;
}

h3 {
	color:#003399;
	font-size:13px;
}

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

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