@charset "UTF-8";

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a {
	color: #1B75A9;
}

a:hover, a:active {
	text-decoration: none;
	color: #1B75A9;
}

a:visited {
	color: #1B75A9;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


/* header */

.header {
	width: 880px;
	margin: 0 auto;
	padding-top: 10px;
	height: 50px;
	background-color: #ffffff;
}


/* logo */

#logo {
	width: 880px;
	height: 130px;
	margin: auto;
}
div.kammerlogo {
	float: right;
}


/* container */

#container {
	width: 880px;
	margin: 0 auto;
	background-color: #FFF;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
}


/* Content */

#content {
	margin: 0px;
}


/* question */

div.question {
	width: 90%;
	padding: 20px;
	margin: 20px auto;
	display: block;
	border: 1px solid #CCC;
}

.question h1 {
	padding: 0px 0 0 0px;
	background: url(images/img08.jpg) no-repeat left top;
	font-size: 24px;
	color: #28313A; 
}

.question h2 {
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #28313A; 
}

div.question_head {
	margin: -20px -20px 0px -20px;
	background-color: #EEE;
	padding: 20px 20px 20px 70px;
	font-weight: bold;
	font-size: 20px;
}

.q_number {
	float: left;
	margin-top: -20px;
	margin-left: -20px;
	height: 30px;
	width: 30px;
	padding: 10px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 25px;
	background-color: #AAA;
}

.q_instructions {
	color: #444;
	font-style: italic;
	width: 100%;
	font-size: 14px;
}



div.q_part {
	font-size: 20px;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dotted #DDD;
}
.q_part div span {
/*	text-align: left;	*/
}


/* level 2 question */
div.q_lvl2 {
	clear: both;
	margin-left: 80px;
}


/* Text element */
.text_head {
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 20px;
}

/* Progress Bar */
#statusbar {
	width: 794px;
	border: 2px solid #7A93AB;
	height: 12px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block;
	background-color: transparent;
}

/* Footer */
.footer {
	width: 880px;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	background: #c8d1db;
	color: #003;
	border: 3px solid #FFF;
}

html>body #footer {
	height: 30px;
}

.footer p {
	font-size: 12px;
	padding-left: 20px;
}

.answer_text {
	display: block;
	width: 330px;
	/* margin-left: 30px; */
	padding-top: 5px;
	padding-bottom: 5px;
}
.radiobox {
	margin-top: 5px;
	width: 30px;
	text-align: center;
	display: block;
	float: right;
	background-image: url(../images/bgLine.png);
	background-repeat: repeat-x;
	background-position: center;
}
.clearline {
	clear: both;
}
.answer_label_l {
	padding-top: 7px;
	text-align: right;
	width: 100px;
	padding-right: 2px;
	padding-left: 2px;
	float: right;
	font-size: 12px;
}
.answer_label_r {
	padding-top: 7px;
	text-align: left;
	width: 100px;
	padding-right: 2px;
	padding-left: 2px;
	float: right;
	font-size: 12px;
}
div.background_even {
	/* background-color: #D6E3BC; */
}
.background_odd {
	/* background-color: #FFF; */
}

span.textf {
	/* margin-left: 16px; */
	/* display: block; */
}
.textf_label {
	margin: 10px 20px;
	display: block;
	float: left;
	padding: 10px 0px;
	width: 500px;
}
div.q_lvl2 .textf_label {
	margin: 10px 20px 10px 0px;
	display: block;
	float: left;
	padding: 10px 0px;
	width: 430px;
}
.textf input {
	width: 200px;
	padding: 10px 20px;
	font-size: 16px;
	margin: 10px 0px;
}
span.textf input.text_full {
	width: 690px;
	padding: 10px 0px;
	font-size: 16px;
	margin: 10px 10px 10px 0px;
}
div.q_lvl2 span.textf input.text_full {
	width: 100%;
	padding: 10px 0px;
	font-size: 16px;
	margin: 10px 10px 10px 0px;
}



.textf textarea {
	width: 748px;
	height: 140px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #D6E3BC;
}

div.textarea_head {
	padding: 20px 20px 10px 20px;
}

.topline {
	width: 800px;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}


/* misc. elements */
.codeline {
	width: 800px;
	background: #FFF;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	text-align: center;
	font-size: 40px;
}
.codeline input {
	width: 60px;
	height: 60px;
	font-size: 40px;
	text-align: center;
	border: 1px solid #666;
}

.control_bar {
	width: 800px;
	background: #D6E3BC;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	text-align: center;
}
.control_bar input {
	width: 200px;
	height: 40px;
	font-size: 20px;
	border: 1px solid #666;
	background-color: #FFF;
}
.control_bar input:hover {
	background-color: #EAEFF5;
}

/* new code */

body {
	margin:0;
	padding:0;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	background:#eaeff5 12.1em top repeat-y;
} /* bodyBG + rgb see #navi */


/* ****** BODY CONTAINER ****** */
#body {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1000px;
}


/* ****** CONTENT WRAP ****** */
#wrap { position:relative; margin:0px; padding:0; width:100%; }



/* ****** CONTENT ****** */
#maincolumn {
	display: block;
	position: relative;
	margin: 0 14em 0 0; /* 14em defaults to approx. 225px */
	padding: 0;
}
#sidecolumn {
	/* <--------------------------------------------------------------------- sidebox fix 25-10-2009 */
	/* changed: position:relative to absolute */
	/* deleted: float:right */
	/* added: right:5px */
	display: block;
	position: absolute; 
	margin: 0;
	padding: 0;
	right: 5px;
	width: 12.5em; /* defaults to approx. 200px */
}

.mtxt { /* main(-column) text */
	margin:0; padding:0;
	/*font-size: 0.82em;  m-column font-size defaults to approx. 13px */
	font-size: 12px;
}
.ctxt { /* main(-column) text */
	margin:0; padding:0;
	font-size: 12px;
}

select {
	width: 600px;	
}

#topbar {
	background-color: #FFF;
	height: 80px;
	width: 100%;
	padding: 5px;
	margin: 0px;
	position: fixed;
	top: 0px;
	border-bottom: 1px solid #666;
	z-index: 999;
}
#wrapper {
	margin-top: 120px;
}




/* styles of questions */



/* radio buttons */
div.radiolist {
	color: #888;
	position: relative;
	float: left;
	width: 100%;
	min-height: 45px;
}
div.radiolist input[type=radio] {
	position: absolute;
	visibility: hidden;
}
div.radiolist label {
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 20px;
	padding: 10px 25px 15px 80px;
	margin: 0px auto;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	z-index: 9;
}
div.radiolist:hover label {
	color: #000;
}
div.radiolist .check {
	display: block;
	position: absolute;
	border: 5px solid #AAAAAA;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 5px;
	left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
div.radiolist:hover .check {
  	border: 5px solid #000;
}
div.radiolist .check::before {
  	display: block;
 	position: absolute;
	content: '';
  	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 5px;
	left: 5px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
div.radiolist input[type=radio]:checked ~ .check {
  	border: 5px solid #3B6F07;
}
div.radiolist input[type=radio]:checked ~ .check::before {
  	background: #3B6F07;
}
div.radiolist input[type=radio]:checked ~ label {
  	color: #3B6F07;
}


/* checkboxes */
div.checkboxlist {
	color: #888;
	position: relative;
	float: left;
	width: 100%;
	min-height: 45px;
}
div.checkboxlist input[type=checkbox] {
	position: absolute;
	visibility: hidden;
}
div.checkboxlist label {
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 20px;
	padding: 10px 25px 15px 80px;
	margin: 0px auto;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	z-index: 9;
}
div.checkboxlist:hover label {
	color: #000;
}
div.checkboxlist .check {
	display: block;
	position: absolute;
	border: 5px solid #AAAAAA;
	height: 25px;
	width: 25px;
	top: 5px;
	left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
div.checkboxlist:hover .check {
  	border: 5px solid #000;
}
div.checkboxlist .check::before {
  	display: block;
 	position: absolute;
	content: '';
	height: 15px;
	width: 15px;
	top: 5px;
	left: 5px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
div.checkboxlist input[type=checkbox]:checked ~ .check {
  	border: 5px solid #3B6F07;
}
div.checkboxlist input[type=checkbox]:checked ~ .check::before {
  	background: #3B6F07;
}
div.checkboxlist input[type=checkbox]:checked ~ label {
  	color: #3B6F07;
}


/* scales */
div.scale3 {
	width: 200px;
	overflow: hidden;
	float: right;
}
div.scale4 {
	width: 200px;
	overflow: hidden;
	float: right;
}
div.scale5 {
	width: 200px;
	overflow: hidden;
	float: right;
}
div.scale6 {
	width: 310px;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 10px;
	margin-top: 10px;
}
div.answer_label_r {
	position: relative;
	float: left;
	width: 70px;
	overflow: hidden;
	text-align: center;
	padding: 0px 5px;
}
div.answer_label_l {
	position: relative;
	width: 70px;
	overflow: hidden;
	text-align: center;
	padding: 0px 5px;
}
div.radiobox {
	position: relative;
	float: left;
	width: 23px;
	overflow: hidden;
	display: block;
	height: 50px;
	margin: 0px 1px;
}
div.radiobox input[type=radio] {
	position: absolute;
	visibility: hidden;
}
div.radiobox label {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px auto;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	z-index: 10;
	width: 100%;
	height: 100%;
}
div.radiobox .check {
	display: block;
	position: absolute;
	border: 1px solid #EEE;
	background-color: #EEE;
	height: 40px;
	width: 21px;
	top: 0px;
	left: 0px;
	z-index: 6;
	-webkit-transition: .25s linear;
	transition: .25s linear;
}
div.radiobox:hover .check {
  	border: 1px solid #AAA;
	background-color: #AAA;
}
div.radiobox .check::before {
  	display: block;
 	position: relative;
	content: '';
	height: 40px;
	width: 23px;
	top: 0px;
	left: 0px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
div.radiobox input[type=radio]:checked ~ .check {
  	border: 1px solid #3B6F07;
}
div.radiobox input[type=radio]:checked ~ .check::before {
  	background: #3B6F07;
}
div.radiobox input[type=radio]:checked ~ label {
  	color: #3B6F07;
}

div.answer_text {
	overflow: hidden;
	min-width: 150px;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 20px;
	color: #888;
}
@media only screen and (min-width: 550px) {
    div.scale6 {
		float: right;
		margin: 0px;
		padding-top: 0px;
		margin-top: 10px;
	}
	
	
	
}





/* TEMP */


div.clearline {
	clear: both;
}