
body {
	margin: 0;
	padding: 0;
	background-image: url(images/background.gif);
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color: #014E86;	
}
a:hover {
	color: #E00025;
}

.logininfo {
	position: absolute;
	top: 10px;
	left: 5px;
	border:  1px dotted #666666;
	padding: 5px;
}
.logininfo span {
	font-style: italic;
}

.header {
	margin-top:15px;
	text-align:center;
	width: 757px;
}
.header img {
	margin-top: 20px;
}

#sidebar {
	position: fixed; 
	top: 228px; 
	left: 780px; 
	width: 150px;
}

.login input {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
}

div.login {
	width: 757px;
	text-align:center;
	line-height:140%;
}

.login table {
	margin-top:40px;
	border:1px dotted #666666;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}

.register {
	padding-top:20px;
	padding-bottom:20px;
}
.register input, .register select {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
}
div.register  {
	width: 757px;
	text-align:center;
	line-height:140%;
	margin-bottom:10px;
}
.register table {
	border:1px dotted #666666;
	margin-bottom:5px;
	width: 400px;
	margin-left:auto;
	margin-right:auto;
}
.register td {
	text-align: left;
}
.register td.desc {
	width: 140px;
	
}
.register input {
	width: 90%;
}
.register .error {
	border: 1px solid #E00025;
	background-color:#FFD7D7;
}
.register .errortext {
	border: 1px solid #E00025;
	color:#E00025;
	font-weight:bold;
}


.content {
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
	width: 747px;

}

* html .content {
	width: 750px;
}


.content h1 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	text-align: center;
	
}

.pages-top {
	border-bottom:1px solid #E0E0E0;
}
.pages-bottom {
	border-top:1px solid #E0E0E0;
	margin-top:5px;
	margin-bottom: 10px;
	height:20px;
}
.pages {
	padding:2px;
	text-align:right;
}
.pages span {
	margin-left: 2px;
	margin-right: 2px;
}
.pages .active {
	font-weight: bold;
}
.pages div {
	float: right;
}

.question {
	background-color: #999999;
	width:100%;
}
.question tbody td {
	padding-left:3px;
	padding-right:2px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	vertical-align:top;
}
.question .desc {
	width: 250px;
	background-color:#F2F5FE;
	line-height:130%;
	font-weight: bold;
}

.question thead td {
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;

}
.question thead div {
	float:left;

}
.question thead span {
	display:block;
	float:right;
}

.question textarea {
	width:99%;
	height:100px;
}
.question-input {
	width:98%;
}

.question-image {
	float:left;
	border:1px solid #E0E0E0;
	margin-right: 3px;
	margin-bottom: 3px;
	text-align:center;
	
}
.question-image img {
	display:block;
/*	position:absolute;*/
	bottom:0;
	margin-left:auto;
	margin-right:auto;
}

.question-image div {
	position:relative;
	width:114px;
	height:120px;
}

.question-image select {
	margin-bottom:2px;
}

.question-bottom {
	background-color: #D0D0D0;
	width:100%;
}
.question-bottom tbody td {
	padding-left:3px;
	padding-right:2px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	vertical-align:top;
}
.question-bottom .desc {
	width: 250px;
	background-color:#F2F5FE;
	line-height:130%;
}

.question-bottom thead td {
	background-color:#D0D0D0;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;

}
.question-bottom thead div {
	float:left;

}
.question-bottom thead span {
	display:block;
	float:right;
}





.answer tbody td {
	padding-left:3px;
	padding-right:2px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#FFFFFF;
	vertical-align:top;
	width:auto;
}
table.answer {
	width:100%;
	table-layout:auto;
}

.question .spacer {
	width:6px;
	background-color:#FFFFFF;
	padding:0;
}
.question .correction {
	width:120px;
	background-color:#D3CEED;
}
.question .correction-answer {
	width:140px;
	background-color:#D3CEED;
	border-bottom:1px solid #FFFFFF;
}
.correction-answer table {
	background-color:none;
	width:140px;
}
.correction-answer tbody td {
	background-color:#D3CEED;
	padding:1px;
	font-size:11px;
}
.correction-answer .desc {
	background-color:#D3CEED;
	width:50px;
}
.correction-answer span {
	float:none;
}
.input-radio {
	width:11px;
	height:11px;
}
.input-score {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	width:30px;	
	font-size:11px;
}

.state-right {
	background-color:#00CC00;
}
.state-wrong {
	background-color:#FF6633;
}
.state-unknown {
	background-color:#FFCC33;
}




.countdown h1 {
	font-size: 22px;
	font-weight: bold;
	line-height:150%;
	color: #333333;
	font-family:"Courier New", Courier, mono;
	text-align: left;
	margin-left:220px;

}
.countdown {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
}

.buttons {
	border:1px solid #999999;
	padding:5px;
	text-align:right;
	margin-top:30px;
	background-color:#FFD7D7;
	height:20px;
}
.buttons button {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	float:right;
}
.buttons button#back {
	float:left;
}
input.krtext {
	position:absolute;
	padding:0;
	margin:0;
	display:block;
	border:1px solid #999;
	font-size:14px;
}
.kr_desc {
	position:absolute;
	font-size:9px;
}


.correction-menu {
	border:1px dotted #666666;
	background-color:#D3CEED;
	position:absolute;
	top:20px;
	left: 770px;
	
}
.correction-menu select {
	display:block;
	width:450px;
	height:550px;
}
.correction-menu table {
	display:block;
	width:450px;
}
.cross {
	position:absolute;
	padding:0;
	margin:0;
	display:block;
	border:1px solid #999;
	text-align:center;
	line-height:25px;
	text-transform:uppercase;
	font-weight:bold;
}


.result-div {
	text-align:left;
	font-size:10px;
}
.result-div h1 {
	text-align:left;

}

.result {
	background-color: #999999;
	width:100%;
}
.result tbody td {
	padding-left:3px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#FFFFFF;
	vertical-align:top;
}
.result .desc {
	width: 250px;
	background-color:#F2F5FE;
	line-height:130%;
}

.result thead td {
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;

}
.result thead div {
	float:left;

}
.result thead span {
	display:block;
	float:right;
}

/* ARC Buttons */

/* Off state for a ARC radio button */
.radioOff {
	display: inline;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #666;
	font: .8em/16px Verdana,Arial,Helvetica;
	/*background: transparent url(http://www.chancen-nrw.de/guetesiegel/images/off.gif) no-repeat 0% 50%;*/
	background-image: url('http://www.chancen-nrw.de/guetesiegel/images/off.gif');
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
/* On state for a ARC radio button */
.radioOn {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	color: #000;
	font: .8em/16px Verdana,Arial,Helvetica;
	/*background: transparent url(http://www.chancen-nrw.de/guetesiegel/images/on.gif) no-repeat 0% 50%;*/
	background-image: url('http://www.chancen-nrw.de/guetesiegel/images/on.gif');
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
/* use CSS to full effect with hover states. Ohhh, perty! */
.radioOn:hover {
	background-image: url(http://www.chancen-nrw.de/guetesiegel/images/on_hover.gif);
}
.radioOff:hover {
	color: #333 !important;
	background-image: url(http://www.chancen-nrw.de/guetesiegel/images/off_hover.gif);
}

/* Alternative Off state for a ARC radio button */
.altRadioOff {
	display: inline;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #000;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(http://www.chancen-nrw.de/guetesiegel/images/alt_off.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
	cursor: pointer;
}
/* Alternative On state for a ARC radio button */
.altRadioOn {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image: url(http://www.chancen-nrw.de/guetesiegel/images/alt_on.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
	cursor: pointer;
	text-decoration: underline;
}



