@CHARSET "utf-8";

div#header {
	margin-top: 20px;
	postition: relative;
}

div#logo_holder {
/*	background-image: url("../img/logo_holder.png");
	background-repeat: no-repeat;*/
	background-color: white;
	border: solid 5px white;
	position: absolute;
	top: 0px;
	left: calc(50% + 225px);
	border-radius: 0px 0px 0px 15px;
}

div#logo {
	margin-left: 20px;
	width: 180px;
	height: 115px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url("../img/vsb_logo.jpg");
}

.quiz_logo {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 20px;
	background-image: url("../img/vsb_logo_small.jpg");
	background-repeat: no-repeat;
	background-position: center center;	
}

.quiz_checkbox {
	width: 100px;
	height: 50px;
	float: left;
	margin-right: 20px;
}

a.checked .quiz_checkbox {
	background-image: url("../img/checked.png");	
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: 50px 50px;
}

.quiz_title {
	margin-left: 110px;
	border: 1px solid white;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	padding-left: 10px;
	/*height: 96px;*/
}

.quiz_title span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.box_100 {
	padding-left: 15%;
	padding-right: 15%;
	display: block;
	margin-top: 20px;
	height: 100px;
	line-height: 96px;
	font-size: 25px;
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
	overflow: hidden;
}

.box_50 {
	padding-left: 15%;
	padding-right: 15%;
	display: block;
	margin-top: 20px;
	height: 50px;
	line-height: 46px;
	font-size: 25px;
	background-repeat: repeat-x;
}

div#quiz_game {
	display: none;
}

.question {
	display: block;
	height: 100px;
	
	padding-left: 10%;
	padding-right: 10%;
	
	border: 1px solid white;
	border-radius: 15px;
	-moz-border-radius: 15px;
	
	margin-top: 20px;
	margin-left: 15%;
	margin-right: 15%;
	
	line-height: 96px;
	font-size: 25px;
	
	background-repeat: repeat-x;
	overflow: hidden;
	text-align: center;
}

.question span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;	
}

.answer_line {
	width: 100%;
}
.answer_container {
	float: left;
	width: 50%;
}

.answer {
	margin-top: 24px;
	padding-left: 5%;
	padding-right: 5%;
	display: block;
	width: 50%;
	height: 56px;
	background-repeat: repeat-x;
	border: 1px solid white;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	margin-left: 12px;
	margin-right: 12px;
}

#answer0, #answer2 {
	float: right;
}

.answer_letter {
	float: left;
	width: 50px;
	font-size: 40px;
	color: #ffcc00;
	line-height: 56px;
}

.answer_text {
	margin-left: 50px;
	font-size: 20px;
	height: 56px;
	line-height: 53px;
}

.answer_text span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	max-height: 50px;
	font-size: 18px;
}

.joker {
/*
	display: block;
	margin-top: 100px;
	margin-left: 15px;
	height: 75px;
	line-height: 75px;
	font-size: 20px;
	background-repeat: repeat-x;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: solid 1px white;
	overflow: hidden;
	float: left;
	text-align: center;
	width: 210px;
	*/
}

.buttoncontainer {
	text-align: center;
}

.button {
	display: inline-block;
	margin-top: 20px;
	margin-left: 6px;
	margin-right: 6px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	background-repeat: repeat-x;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: solid 1px white;
	overflow: hidden;
	text-align: center;
	min-width: 150px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.oneline {
	padding-left: 15%;
	padding-right: 15%;
	display: block;
	margin-top: 20px;
	height: 75px;
	line-height: 95px;
	font-size: 20px;
	background-repeat: repeat-x;
	padding-bottom: 15px;
	margin-left: 110px;
	border: 1px solid white;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.questionbuttons {
	text-align: center;	
}

.question_button {
	display: inline-block;
	margin-top: 20px;
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 10px;
	padding-right: 10px;
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	font-size: 20px;
	border: solid 1px white;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}

.oneline:hover {
	background-image: url("../img/box_back_75_hover.png");
}

.green {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7aaa3c+0,415e24+100 */
	background: rgb(122,170,60); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(122,170,60,1) 0%, rgba(65,94,36,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(122,170,60,1) 0%,rgba(65,94,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(122,170,60,1) 0%,rgba(65,94,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aaa3c', endColorstr='#415e24',GradientType=0 ); /* IE6-9 */
	
}

.green:hover {
}

.red {
	background-image: url("../img/box_back_75_red.png") !important;
}

.red:hover {
	background-image: url("../img/box_back_75_red_hover.png") !important;
}

.yellow {
	background-image: url("../img/box_back_75_yellow.png") !important;
}

input.nr {
	font-family: Arial, Helvetica, sans-serif;
	width: 50px;
	height: 46px;
	font-size: 20px;
	background-color: transparent;
	border: 1px solid white;
	color: white;
	text-align: center;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-left: 25px;
}

.grade {
	display: block;
	margin-left: auto;
	margin-right:  auto;
	border: 1px solid white;
	font-size: 50px;
	width: 200px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}

