/* CSS Document */

* {
	margin:0px;
	padding:0px;	
}

a:link, a:visited { color:#000066; text-decoration:none; }
a:hover, a:active { color:#0066FF; }

body { padding:75px 0 40px; text-align:center; background:#e7e9eb url(../images/bg_body.gif) repeat-x; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; }

#globalWrapper { 
	margin: 0px auto; 
	width:610px; 
	text-align:left; 
	background:#ffffff url(../images/bg_main.gif) repeat-y;
}

#header { background:#2150a1 url(../images/bg_header.gif) top center no-repeat; height:60px; overflow:hidden; }
#header h1 { display:none; }

#flashheader { margin-left:5px; }
#main { margin:0 5px; padding: 40px; min-height:200px; }
* html #main { height:200px; }

#main h2.question, #main h2.won { font-size:18px; line-height:24px; height:50px; margin-bottom:10px; color:#333333; }
#main h2 { font-size:15px; line-height:19px; margin-bottom:10px; color:#333333; }

#main h2.question .small { font-size:14px; line-height:18px; height:50px; margin-bottom:10px; color:#333333; }

#main p { font-size:14px; line-height:20px; margin:10px 0; }
#main div.small p, #main p.note,  #main p.small, #main span.small  { font-size:12px; line-height:16px; color:#666666; margin:0; }

#main label:hover { color:#2150a1; cursor:pointer; }

#main label.wrong { color:#990000; background:#ffffff url(../images/wrong.gif) center left no-repeat; }
* html #main label.wrong { background-position: 4px 5px; }
#main label.wrong input { visibility:hidden; }

#main label.error { color:#990000; font-style:italic; }

.statusBar { margin:15px 0; height:22px; }

.statusBar .bar { background:#ffffff url(../images/bg_statusbar.gif) repeat-x; width:392px; height:16px; padding:2px 2px 2px 1px; margin-right:15px; float:left; }
.statusBar table { width:100%; height:100%; }
.statusBar table td { border-left:1px solid #666666;  }

.statusBar table td.first { border-color:#ffffff; }
.statusBar table td.active { background:url(../images/bg_statusbar_active.gif) repeat-x; }
.statusBar table td.solved { background:url(../images/bg_statusbar_solved.gif) repeat-x; }


.statusBar input.send { 
	float:left; 
	background:#ffffff url(../images/bg_send.gif) no-repeat; 
	border:none; 
	width:100px; 
	height:20px; 
	cursor:pointer; 
	text-align:right; 
	overflow:hidden; 
	color:#ffffff;
	font-size:1px;
}

.statusBar input.send:hover, .statusBar input.send:focus { background-image:url(../images/bg_send_n.gif); outline-width:0; }

#footer { background:#dddddd url(../images/bg_footer.gif) repeat-x; min-height: 40px; margin:0 5px; line-height:40px; text-align:right; padding: 0 25px; clear:both; position:relative; }
* html #footer { height: 40px; }
#footer a { color:#333333; text-decoration:none; }
#footer a:hover { color:#000000; }

#footer .imprint { position:absolute; right: 20px; top:0px; }

#bottom { background:url(../images/bg_bottom_shadow.gif) no-repeat; height:7px; overflow:hidden; font-size:1px; line-height:1px; }


/* Fromular Formatierung */

#main .form { margin: 10px 0 0; float:left; width:100%; }
#main .form p {  padding: 4px 0; clear:both; font-size:11px; line-height:15px; color:#666666; margin:0; line-height:15px; float:left; width:100%; }
.form label { display:block; width:150px; height:15px; float:left; line-height:15px; }
.form input.text { width:300px; border:1px solid #999999; height:13px; line-height:13px; padding:1px 2px; color:#666666; font-size:10px; float:left; }
.form input.small { width:105px; }
.form label.small { width:73px; padding-left:10px; }

.form input.text:hover, .form input.text:focus { border-color:#333333; color:#333333; }

.form label.optionLabel { padding-right:8px; width:auto; margin-bottom:3px; }

label.optionLabel input { vertical-align:middle; height:13px; font-size:13px; }

label.highlight { font-weight:bold; color:#2150a1; }

.fixfloat { display:block; clear:both; height:1px; line-height:1px; font-size:1px; }

.hide { display:none; }
.show { display:true; }

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

p.minheight { min-height:80px; }
* html p.minheight { height:80px; }

