* {
	margin:0;
	padding:0;
}
body {
	background-color: #FFFFFF;
	background-image: url(../skin/back-white.jpg);
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color: #152B02;
	font-weight: bold;
}

h1, h2, h3, p {
    margin-bottom:10px;
}

b, strong {
    color: #FFF;
}

.hall, .halltop {
    border-bottom: 1px solid white;
    padding:5px;
}

#main {
	position:absolute;
	margin-left: 50%;
	left: -322px;
	top:0px;
	width:644px;
	background-image: url(../skin/back-green.jpg);
	background-repeat:repeat-y;
}

#inmain {
	width:544px;
    padding:50px;
    padding-top:230px;
    padding-bottom:0;
	background-image: url(../skin/header.jpg);
	background-repeat:no-repeat;
}



#line01 {
	position:absolute;
	margin-left: 50%;
	left: -273px;
	top:189px;
}

#line02 {
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
}
 .footer {
    text-align: center;
}
* html  #main {
/*
	left: -376px;


	position:absolute;
	margin-left: 50%;
	top:57px;
	width:739px;
	background-image: url(../skin/main_back.gif);
*/
}



#topmenu {
    position:absolute;
    top:180px;
	margin-left: 50%;
	left: -248px;
    list-style-type: none;
	display: inline;
	overflow: hidden;
	height: 20px;
}



#topmenu li {
	margin: 0;
	margin-left:7px;
	padding: 0;
 	list-style-type: none;
	display: inline;
	float: left;
	border-left:0px solid white;
}



/* Hier verstecken wir den Linktext, */
/* der von Screenreadern nachwievor gelesen */
/* und dargestellt wird */

#topmenu a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* nur IE5/Win */
}


/* mouseover-Zustand */
/* Wir verschieben das Hintergrundbild um 30 Pixel nach oben */
/* Dadurch wird das mittlere Drittel dargestellt */

#topmenu a:hover {
	background-position: 0 -20px;
	}


/* mousedown-Zustand */
/* Wir verschieben das Hintergrundbild um 60 Pixel nach oben */
/* Dadurch wird das untere Drittel dargestellt */

#topmenu a:active #topmenu a.selected {
	background-position: 0 -20px;
	}



/* Zustand der Vorauswahl */
/* Hier wird das mittlere Drittel dargestellt */
/* M?chte man einen Button vorausw?hlen, braucht man lediglich */
/* dem a-Tag ein class="selected" hinzuf?gen */

#topmenu a.selected #topmenu a:hover.selected {
	background-position: 0 -20px;
	}



/* unser Button */

#home a  {
	width: 86px;
	background: url(../skin/bu_home.gif) no-repeat 0 0;
}

#fame a  {
	width: 86px;
	background: url(../skin/bu_fame.gif) no-repeat 0 0;
}

#shame a  {
	width: 86px;
	background:  url(../skin/bu_shame.gif) no-repeat 0 0;

}
.clear {
	   clear:both;
	   overflow:hidden;
	   height:0;
	   display:block;
}

html>body .clear {
	overflow:visible;
}

.question, .static, #resultdiv, .register {
    margin: auto;
    width: 485px;
    margin-top:20px;
}

.question h2 {
    text-align:right;
    color: #56691D;
}
.questcount {
    /* text-align:right; */
    font-size: 12px;
    color:#FFF;
}

.question form {
    margin-top: 10px;
    padding-top: 10px;

    margin-bottom: 20px;
    padding-bottom: 10px;
}

.question form input, button {
    cursor:pointer;
}
.quest {
    margin-left: 40px;
    width:358px;
    padding:20px;
    border:1px solid white;
    font-size: 16px;
    line-height:20px;
    background-color: #CFDB9D;
    text-align:center;

}


#resultdiv {

    margin-top: 10px;
    padding-top: 10px;

    margin-bottom: 20px;
    padding-bottom: 10px;
}

.result {
	margin-top:30px;
	margin-bottom:30px;
	line-height:18px;
}

.result p {
	margin-bottom:0px;
}

#resultdiv h1 {
	margin-top:20px;
	margin-bottom:20px;
	color: #56691D;

}

#resultdiv h2 {
	margin-bottom:20px;
	color: #E67500;

}
a {
	font-weight: normal;
}

a:link, a:visited {
	color: #152B02;
}
a:hover, a:active {
	color: #FFF;
}


.quiz {
    margin: auto;
    width: 485px;
    background-image: url(../skin/big-middle.gif);
}

.inquiz01 {
    background-image: url(../skin/big-top.gif);
    background-repeat:no-repeat;
    background-position: top;
}
.inquiz02 {
    background-image: url(../skin/big-bottom.gif);
    background-repeat:no-repeat;
    background-position: bottom;
    padding:20px;
    padding-left: 250px;
}


.quiz h1 {
    font-size:18px;
    line-height: 22px;
	color: #E67500;
}

.error {
    margin-bottom:10px;
    list-style-type:none;
    font-weight: bold;
    color: red;

}


.registerin  {
    border: 1px solid #342215;
    background-color: #EFEFEF;
    padding:2px;
    width: 150px;
}


.noregister {
    border: 1px solid #C2E145;
    width: 200px;
    color: #C2E145;
    background-color: #B6D341;
}


#hall {
	width: 530px;
	height: 388px;
	/*
	background-image: url(../skin/back-big530x388.jpg);
	background-repeat:no-repeat;
	*/
	padding:30px;
}
#inhall {
	width: 465px;
	height: 318px;
	overflow:auto;
}
button {
    width: 200px;
    height: 150px;
    font-weight: bold;
    float:left;
    padding:5px;
    margin-left: 40px;
    color: #FFF;
    border: 0px solid #FFF;
}

.buttonstyle_0 {
    background-image: url(../skin/answer01.jpg);

}
.buttonstyle_1 {
    margin-left: 0px;
    background-image: url(../skin/answer02.jpg);
}
.buttonstyle_2 {
    background-image: url(../skin/answer03.jpg);
}
.buttonstyle_3 {
    margin-left: 0px;
    background-image: url(../skin/answer04.jpg);
}


#kidtop {
    position:absolute;
    margin-left: 50%;
    left: 100px;
    top:30px;
}
#kids {
    width:500px;
    margin:auto;
    height:200px;
}

#kidstart {
    position:relative;
    top: -210px;
    left:-10px;
}
