/* @override http://quizdemo.ebugz.de/css/templates/default/default.css */

/*  HTML TAGS --- */

/*body{
	background-color: #555;
}*/

/* @group html-Elements */
h3{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 20px;
}
ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* @end */

/* @group wrapper & layout */


#ebugzquiz_overlay{
	font-family: "Calibri Bold", Calibri, Helvetica, Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background-color: #494949;
}



/*  LAYOUT --- */

#ebugzquiz_wrapper {
	width:650px;
	margin:30px auto; 
	position: relative;
}





/* @end */

/* @group Close Button */

#ebugzquiz_close {
	/*width:640px;*/
}

#ebugzquiz_close_img {
	float:  right;
	cursor: pointer;
	position: absolute;
	right: 13px;
	top: 3px;
	padding: 3px;
}



/* @end */

/* @group Logo & Top */

#ebugzquiz_top {
	overflow: hidden;
	background: #ff71ff url(img/topBg.png) no-repeat;
	height: 60px;
}

#ebugzquiz_top h1{
	color: #666;
	margin: 0;
	padding: 10px 0 10px 30px;
	font-size: 24px;
}



/* @end */

/* @group content Area */

#ebugzquiz_content {
	min-height: 320px;
	background: #434343 url(img/contentBg.png) repeat-y;
	padding: 0 0 0px 0;
	overflow: hidden;
}
#ebugzquiz_contentInner {
	margin: 0 30px 20px 20px;
	overflow: hidden;
}

#ebugzquiz_content h1 {
	font-size: 24px;
	color: #FFFFFF;
	float: left;
	margin: 0;
}



/* @end */

/* @group ebugzquiz_messages */
#ebugzquiz_messages{
	padding: 20px 0 0 0;
	position: relative;
}
#ebugzquiz_messages li{
	width: 100%;
	background-color: #E5E5E5;
	height: 60px;
	margin: 0 0 1px 0;
}
#ebugzquiz_messages li:hover{
	background-color: #FFD34D;
	color: #666;
	background: #FFD34D url(img/messagesLiHover.png) no-repeat 10px 4px;
}
#ebugzquiz_messages li a{
	display: block;
	line-height: 2.5em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 12px 0 0 55px;
}
#ebugzquiz_messages .last{

}
/* @end */

/* @group timeDisplay */

#ebugzquiz_timeDisplay {
	clear: both;
	position: absolute;
	font-size: 24px;
	font-weight:bold;
	/*color: #FFF;*/
	/*display: block;*/
	float: right;
	top: 95px;
	right: 30px;
}

#ebugzquiz_timeDisplay h4 {
	margin: 0;
	color: #fff;
	font-size: 42px;
}



/* @end */


/* @group Joker */

/*  Joker --- */
#ebugzquiz_joker {
	/*position: absolute;*/
	clear: both;
	/*overflow:hidden;*/
	padding: 20px 0px 0 0px;
}

#ebugzquiz_joker li {
	height: 30px;
	min-width: 120px;
	padding: 0 20px 0 0;
	float:left;
	margin: 0 1px 0 0;
}

#ebugzquiz_joker li a{
	color: #333;	
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 6px 10px 0 5px;
}

#ebugzquiz_joker1{
	cursor: pointer;
	background-color: #E0E0E0;
}
#ebugzquiz_joker1:hover,#ebugzquiz_joker2:hover,#ebugzquiz_joker3:hover{
	color: #000;
	background: #FFD34D url(img/jokerHover.png) no-repeat right 0px;
}
#ebugzquiz_joker2{
	cursor: pointer;
	background-color: #E0E0E0;
}
#ebugzquiz_joker3{
	cursor: pointer;
	background-color: #E0E0E0;

}
#ebugzquiz_joker1Off{
	background-color: #E0E0E0;
	}
#ebugzquiz_joker2Off{
		background-color: #E0E0E0;
}
#ebugzquiz_joker3Off{
	background-color: #E0E0E0;
	opacity: 0.5;
}

/* @end */

/* @group Questions */

#ebugzquiz_question {
	position: relative;
	clear: both;
	float: left;
	padding: 20px 1px 0 0;
}

#ebugzquiz_QuestionDiv{
	width: 235px;
	min-height: 283px;
	background-color: #fafafa;

}
#ebugzquiz_QuestionDiv h3{
	color: #333;
	font-size: 14px;
	padding: 5px;
}
/* @end */

/* @group answer */
#ebugzquiz_answers{
	float: left;
	margin: 0;
	padding: 20px 0px 0 0px;
}
.ebugzquiz_AnswersDiv{
	width: 350px;
	float: left;
	margin: 0;
}
.ebugzquiz_AnswersDiv li{
	/*width: 380px;*/
	background-color: #E5E5E5;
	min-height: 60px;
	margin: 0 0 1px 0;
	padding: 5px 5px 5px 5px;
	color: #333;
	font-weight: bold;
}
.ebugzquiz_AnswersDiv li:hover{
	background-color: #FFD34D;
	color: #000;
	background: #FFD34D 300px 4px;
}
#ebugzquiz_answers li a{
	
	padding-top: 3px;
	color: #207598;
	text-decoration: none;
}
#ebugzquiz_answers li a:hover{
	color: #fff;
}


.antwortRichtig{
	font-weight: bold;
	}

/* @end */

/* @group wrongAnswer */

.ebugzquiz_hint h5{
	/*width: 100%;*/
	font-size: 14px;
	background-color: #E5E5E5;
	color: #333;
	padding: 5px;
	/*border: 1px solid #FFD34D;*/
	font-weight: bold;
	margin: 0 0 10px 0;
}

#ebugzquiz_antwortFalsch h5{
	color: #de3425;
	font-weight: bold;
	font-size: 16px;
	background-color: #333;
	padding: 5px;
	margin: 0px 0 10px 0;
	width: 100%;
}
#ebugzquiz_antwortRichtig h5{
	background-color: #333;
	font-size: 16px;
	color: #72d166;
	padding: 5px;
	margin: 0px 0 10px 0;
}
#ebugzquiz_antwortFalsch p, #ebugzquiz_antwortRichtig p, .ebugzquiz_hint p{
	margin: 20px 0 0 0 ;
}

/* @end */


/* @group Level Button & li */
.level{

}
.level:hover{

}

/* @end */

/* @group Thema Buttons & li */

.thema:hover, .startBtn:hover, .btn:hover{
	 /*color: #333;
	 background-color: #FFD34D;*/
	 /*background: url(img/themaBg.png) no-repeat 0px 4px;*/
}
.btnGui:hover {
	 color: #333;
	 background-color: #FFD34D;
	 /*background: url(img/themaBg.png) no-repeat 0px 4px;*/
}
/*.thema, .startBtn, .btn{
	line-height: 2.5em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 5px 0 20px 30px;
	margin: 100px;
}*/



/* @end */

/* @group startBtn */
#ebugzquiz_messages .ebugzquiz_startBtn{
	background: url(img/startBtnBg.png) no-repeat;
	height: 60px;
	
	}
#ebugzquiz_messages  .ebugzquiz_startBtn:hover{
	background: url(img/startBtnBg.png) no-repeat 0 -60px;
	height: 60px;

	}	
#ebugzquiz_messages .ebugzquiz_startBtn a{
	display: block;
	/*line-height: 2.5em;*/
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 15px 0 0 55px;
	font-size: 18px;
}
.startBtn{

}

/* @end */

.btnGui{
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 7px 5px 10px 30px;
	background-image: url(img/themaBg.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	font-size: 12px;
}
#hall, #restartQuiz{
	float: left;
	margin: 0 20px 0 0;
}
#ebugzquiz_rating{
	float: right;
	padding: 5px 0 0 0;
}

.quizHero{
	color: #003366;
	text-decoration:blink;
}
.stefanGruen{
	color: #cb1f18;
}

/* @group footer */

#ebugzquiz_footer {
	clear: both;
	background: url(img/footerBg.png) no-repeat;
	height: 80px;
}
#ebugzquiz_footer ul {
	float: right;
	padding: 0px 30px 0 0;
}
#ebugzquiz_footer ul li{
	float: right;
	padding: 3px ;
}
#ebugzquiz_footer ul li a{
	font-size: 11px;
	color: #666;
		padding: 2px;
	text-decoration: none;
}
#ebugzquiz_footer ul li a:hover{
	font-size: 11px;
	color: #FFD34D;
	background-color: #666;
	text-decoration: none;
}
/* @end */

/* @group topList */

/*  TopList --- */
#ebugzquiz_topList{
	margin: 20px 0 0 0px;
	background: url(img/hallOfFameBg.png) repeat-x 0 30px;
}
#ebugzquiz_topList h3{
	height: 30px;
}
#ebugzquiz_topList ul{
	list-style-type: none;
	margin:0 0 0 0px
}
#ebugzquiz_topList li {
	list-style-type: none;
	height: 24px;
	width: 100%;
	text-indent:60px;
	color: #fff;
	font-weight: bold;
	padding-top: 7px;
	font-size: 16px;
}

#ebugzquiz_top1 {
	background-image: url(img/top1.png);
	background-repeat: no-repeat;
}
#ebugzquiz_top2 {
	background-image: url(img/top2.png);
	background-repeat: no-repeat;
	}
#ebugzquiz_top3 {
	background-image: url(img/top3.png);
	background-repeat: no-repeat;
	}
#ebugzquiz_top4 {
	/*background-image: url(img/top4.png);
	background-repeat: no-repeat;*/	
	}
#ebugzquiz_top5 {
	/*background-image: url(img/top5.png);
	background-repeat: no-repeat;*/
	}
#ebugzquiz_top6 {
	/*background-image: url(img/top6.png);
	background-repeat: no-repeat;*/
	}
#ebugzquiz_top7 {
	/*background-image: url(img/top7.png);
	background-repeat: no-repeat;*/
	}
#ebugzquiz_top8 {
	/*background-image: url(img/top8.png);
	background-repeat: no-repeat;*/
	}
#ebugzquiz_top9 {
	/*background-image: url(img/top9.png);
	background-repeat: no-repeat;*/
	}
#ebugzquiz_top10 {
	/*background-image: url(img/top10.png);
	background-repeat: no-repeat;*/
	}

/* @end */

/* @group Label */

.label{
	color: #fff;
}
.hide{
	display: none;
}
.show{
}

/* @end */


/* @group voting */

img.star_vote{width:10px;height:10px;background-image:url(img/vote_star.png);background-position:left 10px;padding:0;margin:0}
img.star_vote.has_vote{background-position:left 0px}
img.star_vote:hover{background-position:left 20px}
img.star_vote.cant_vote:hover{background-position:left 10px}
img.star_vote.has_vote.cant_vote:hover{background-position:left 0px;}


/* @end */




