.quiz {
	float:left;
	font-size:100%;
	height:430px;
	margin-bottom:10px;
	width:570px;
}

div.quiz {
	position: relative;
}

.quiz a {
	color: #b00000;
	text-decoration: none;
}

.quiz #statusbar{
border-bottom:3px solid #FFFFFF;
width:562px;
height:16px;
padding:4px;
color:#fff;
font-weight:bold;
}

.quiz #statusbar_unten{
border-top:3px solid #FFFFFF;
width:558px;
position: absolute;
bottom:0px;
height:16px;
padding:4px;
padding-left:10px;
text-align:left;
color:#fff;
font-weight:bold;
}

.quiz #statusbar_unten a:link{
color:#fff;
width:100px;
}

.quiz #statusbar_unten a:visited{
color:#fff;
width:100px;
}


.quiz #statusbar_unten a:hover{
color:#fff;
background:#eba8a8;
width:100px;
}


.quiz #statusbar span {

}

.quiz .questiontext {
padding-top: 30px;

}

.quiz .pic_before {

}

.quiz .answertable {
	width:540px;
	text-align:center;
	/*position: absolute;*/
	margin-bottom: 10px;
}

.quiz .answertable tr {
height:40px;
}

.quiz .answertable .td1 {
background:#dddddd;
width:270px;
padding:2px;
}

.quiz .answertable .td2 {
background:#cecece;
padding:2px;
}

.quiz .answertable .td3 {
background:#cecece;
padding:2px;
}

.quiz .answertable .td4 {
background:#dbdbdb;
padding:2px;
}


.quiz .answertable td a {
display:block;
padding:9px
}
.quiz .answertable .td1 a:visited {

}

.quiz .answertable .td1 a:hover {
display:block;
background:#ccc;

}


.quiz .answertable .td4 a:link {

}
.quiz .answertable .td4 a:visited {

}

.quiz .answertable .td4 a:hover {
display:block;
background:#ccc;

}



.quiz .answertable .td2 a:link {

}
.quiz .answertable .td2 a:visited {

}

.quiz .answertable .td2 a:hover {
display:block;
background:#dbdbdb;

}


.quiz .answertable .td3 a:link {

}
.quiz .answertable .td3 a:visited {

}

.quiz .answertable .td3 a:hover {
display:block;
background:#dbdbdb;
}

.quiz .button a {
	padding: 10px 30px;
	background-color: #dbdbdb;
}

.quiz .button a:hover {
	background-color: #cecece;
}

.quiz .info {
	height:200px;
	margin-top:40px;
	text-align:center;
}

.quiz .info h3 {
	margin-left:20px;
	padding:0;
	text-align:left;
}

.quiz .info p {
padding-left: 20px;
padding-right: 20px;

}

.quiz .answer {
	margin-top:80px;
	padding-left:20px;
	padding-right:20px;
	text-align:center !important;
}

.quiz .navtable {
margin-left:5px;

}

.quiz .swfplayer{

}

.quiz .statistic {

  text-align:center !important;
}

.quiz .statistic h3{
  margin-top: 15px;
  
}

.quiz .statistic p{
  margin-left: 25px;
}

.quiz .highscore_head {
	margin-bottom:20px;
	margin-top:30px;
	text-align:center;
	width:100%;
}

.quiz .highscores {
	border:1px solid #CCCCCC;
	max-height:300px;
	margin:auto;
	overflow-y:scroll;
	width:400px;
}

.quiz .highscores .place {
	width: 10px
}

.quiz .highscores tr {
	height: 24px;
}

.quiz .highscores .points {
	width: 10px
}

.quiz .highscores_self {
	background-color: #e71b1c;
}

.quiz .navbar {
	bottom:5%;
	position:absolute;
}



/* neu 23.10.2008 */

.quiz-header
{
width:500px;
height:50px;
margin-top:-30px;
padding-bottom:5px;
top:0px;
}


.quiz #richtig
{
/*color:#269300;*/
margin-left:235px;
margin-right:10px;
}

.quiz #falsch
{
/*color:#eba8a8;*/
}


.quiz .frage
{
	text-align:left;
	color:#666666;
	height: 270px;
	margin-top:10px;
}


.quiz .nur_frage
{
text-align: center;
color:#666666;
height: 270px;
margin-top:10px;
padding-left: 20px;
padding-right: 20px;
}


.quiz h3
{
	line-height:1.3;
	margin:0;
}


/* neu 03.12.2008 */

.quiz_content {
	padding:30px 10px 10px;
	height: 391px;
	font-size:100%;
}


.quiz .start_grafik
{
float:left; 
margin-right:20px;
}

.quiz .start_content
{
margin-top:50px;
}


.quiz h2
{
font-size:110%;
margin:0px;
margin-top:5px;
margin-bottom:15px;
}

.quiz input
{
font-size:100%;
border-width : 1px; 
border-style : solid; 
border-color : #edebec;
margin-top:0.5px; 
}

.quiz #quizuser
{
display: none;
}

.quiz #start {
	background: none repeat scroll 0 0 transparent;
    height: 200px;
	text-align: left;
}
	

.quiz #start a{
position:relative;
left: 223px;
top: 100px;
}

.quiz #start a:hover{
text-decoration:none;
}


.quiz .statusbar_rechts
{
float:right; 
margin-right:10px;
font-weight:bold;
}

.quiz .punkte {
margin-left:145px;
}

