@charset "utf-8";

body {
	font-family:"Franklin Gothic Book", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:Black;
	background-color:White;
}

/******************** LAYOUT ********************/
div#head_left {
	display : none;
}

div#head_left p {
	display : none;
}

div#head_right {
	display:none;
}

div#logobar {
	display:none;
}

div#logobar img{
	display:none;
}

div#maingraphic {
	display:none;
}


div#content {
	position:absolute;
	left:0px;
	top:0px;
	width:650px;
	background-color:#f7f7f7;
	padding : 40px;
	padding-top : 130px;
	line-height:100%;
	background-position : 0px 100px;
}

div#questionhead {
	position : absolute;
	left : 0px;
	top :0px;
	width : 630px;
	height : 100px;
	background-image : url(gfx/q_back.gif);
	font-size : 22px;
	color : #6b6e71;
	padding-left : 100px;
	background-color : #dde2e8;
	line-height:normal;
}

div#questionhead p {
	overflow:visible;
	margin : 0px;
	margin-top : 39px;
	padding : 0px;
	height : 23px;
	line-height:normal;
}

div#printbutton {
	display:none;
}

div#printbackbutton {
	position : absolute;
	left : 730px;
	top : 38px;
	padding-left : 20px;
}

div#printbackbutton a {
	color : Darkgreen;
}

div#evaluation_scroller {
	width : 100%;
	position : relative;
}

div.evaluation_picture {
	position : relative;
	min-height : 112px;
	padding-left : 95px;
	width : 200px;
	float : left;
	margin-right : 20px;
}

div.evaluation_picture img {
	position : absolute;
	left : 0px;
}


div#bottom {
	display : none;
}

div#bottom_left {
	display : none;

}

div#bottom_right {
	display : none;

}

div#navigation_right {
	display : none;

}

div#navigation_right div {
	display : none;

}

div#loading {
	visibility : hidden;
	position : absolute; 
	left : 404px;
	top : 400px;
	background-image : url(gfx/loading.gif);
	width : 16px;
	height : 16px;
}	

div#jsnotfound {
	display : none;
}

div#jsnotfound span {
	display : none;
}	


/************* BUTTONS *****************/

div.button {
	display : none;
}


/*************** SONSTIGE ELEMENTE *****************/
ul {
	padding : 0px;
	padding-left : 20px;
	margin : 0px;
}

span.smallgray {
	font-size : 11px;
	color : Gray;
}

p.evaluation_header {
	font-size : 16px;
	margin : 0px;
	padding : 0px;
	margin-bottom : 10px;
	margin-top : 20px;
	letter-spacing:2px;
}

span.evaluation_welcome {
	margin-top : 10px;
	font-size : 28px;
}

span.evaluation_right {
	color : Darkgreen;
	font-size : 14px;
}

span.evaluation_wrong {
	color : #cc3333;
	font-size : 14px;
}
