#container
	{
	width: 800px;
	margin: 0 auto;
	}
.icon
	{
	position: absolute;
	top: 39px;
	left: 752px;
	filter:alpha(opacity=2);
	opacity: 0.02;
	-moz-opacity:0.02;
	z-index: 2000;
	}
#content
	{
	width: 800px;
	background: url(../../img/bg_content.gif) top left repeat-y;
	}
#boxleft
	{
	width: 520px;
	z-index: 1000;
	min-height:500px;
	}
#boxright
	{
	width: 200px;
	z-index: 5000;
	}
#footer
	{
	width: 1000px;
	z-index: 1000;
	}
#quiz1,
#quiz2,
#quiz3,
#antwortbox
	{
	position: absolute;
	left: 25%;
	top: 25%;	
	width: 400px;
	padding: 20px;
	border: 1px solid #22b9f1;
	background: rgba(255,255,255,0.95);
	z-index: 20000;
	}	
#error p
	{
	visibility: hidden;
	padding:5px;
	margin-top: 10px;
	color: white;
	}
#header
	{
	margin-top: 15px;
	height: 24px;
	}
#navigation
	{
	float: left;
	}	
#p1 a,
#p2 a,
#p3 a,
#p4 a
	{
	width: 100px;
	padding: 5px 15px;
	display: block;
	text-decoration: none;
	background: #f6f6f6;
	margin-left: 3px;
	}
#p1 a:hover,
#p2 a:hover,
#p3 a:hover,
#p4 a:hover
	{
	width: 100px;
	padding: 5px 15px;
	display: block;
	text-decoration: none;
	background: white;
	margin-left: 3px;
	}
#active a
	{
	width: 100px;
	padding: 5px 15px;
	display: block;
	text-decoration: none;
	background: white;
	margin-left: 3px;
	z-index: 20000;
	}	
