body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}

a { color: #0C3E92; }
a:visited { color: #0C3E92; }

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #0C3E92 1px solid;
	border: #999 1px solid;
	background-image: url(images/inputbg.png);
	background-repeat: repeat-y;
}
input.button {
	border: #aaa 1px solid;
	border-bottom: #0C3E92 1px solid;
	border-right: #0C3E92 1px solid;
	background: #ccc;
}

div.titel {
	margin: 10px 0px 20px 10px;
}
div.topbar {
	padding-bottom: 30px;
	padding-left: 50px;

}
span.analyse {
	float: left;
	font-weight: bold;
	font-size: 14px;
	width: 200px;
}
span.kandidat {
	float: left;
}
.kandidat h1 {
	font-size: 14px;
	display:inline;
}
span.navigation {
	float: right;
	font-size: 11px;

}
div.introtext {
/*	background-color: #EEEEEE;
	background-image:  url(images/navibalken.gif);
	background-repeat: no-repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 50px;
	clear: both;
	margin-top: 10px;
}
.introtext .introinhalt {
	float: right;
	width: 550px;
}

.introtext .introdescription {
	height: 100px;
}
.introtext .fixedheight {
	height: 450px;
}

#description {
	position: absolute;
	margin-top: 26px;
	height: 330px;
	width: 550px;
	overflow:auto;
	background-color: #eee;
	display: none;
	padding: 10px;
	border: 1px solid #666;
}

#description table * {
  font-size: 12px;
}
#description table td {
  width: 50% !important;
}

.introtext h1 {
	float: left;
	margin: 0;
	padding: 8px 0 0 0;
	padding: 0px 0 0 0;
	width: 180px;
	font-size: 14px;
}

.introtext h1 .saveerror {
	font-size: 12px;
	color: #c00;
	border: 2px solid #c00;
	display: block;
	padding: 2px;
	margin-top:20px;
}

.introtext h1 .saved {
	font-size: 12px;
	color: #9c9;
	border: 1px solid #9c9;
	display: block;
	padding: 2px;
	margin-top:20px;
}
.gruen { background-color: #99CC99;}
.gelb { background-color: #FFFF99;}
.rot { background-color: #FF9999;}

.introinhalt h1 {
	float: none;
	margin: 0;
	padding: 0px 0 10px 0;
	font-size: 14px;
	width: 550px;
}

div.introtext p {
	margin: 0 0 0.25em 0;
	padding: 0;
}

.clearer {
	clear: both;
	height: 1px;
	margin-bottom: 2px;
	font-size: 1px;
	line-height:1px;
}
span.introtitel {
	font-weight: bold;
	position: absolute;
	left: 50px;
}

.finishbox textarea {
	margin: 0 0 20px 0;
}

/* Fragen NEU */

.bewertung * {
	font-size: 11px;
}

.bewertung td {
	vertical-align: top;
	padding: 0 0 10px 0;
}
.bewertung td.desc {
	vertical-align: top;
	padding: 2px 0 10px 0;
}
.bewertung .spacer {
	padding: 2px 0 10px 0;
	border-right: 1px solid #999;
}

.bewertung th {
	vertical-align: top;
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: 1px solid #999;
}


.bewertung td p {
	padding: 0;
	margin: 0;
}

.introtext textarea {
	width: 550px;
	height: 60px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




div.progress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 30px;
	margin-top: 0px;
}

.progress .numbers {
	float: right;
	width: 550px;
}

.progress .intronav {
	float: left;
	width: 190px;
	text-align: right;
}


.qnav {
	border-collapse: collapse;
}
.qnav td {
	width: 5%;
	text-align: center;
	border: 1px solid #999;
	background: #0C3E92;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

.qnav td a {
	background: #eee;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.qnav td.solved a { background-color: #9c9; }
.qnav td.partial a { background-color: #ff9; }

.qnav td a:hover {
	background-color: #fff;
	color: #000;
}
.qlight td a { font-weight: normal; }



div.titel {
	background-image:  url(images/xcg_logo_bg.gif);
	background-repeat: repeat-x;
}

div.navfunction {
	padding: 5px 0px 5px 300px;
}

div.navfunction input {
	margin: 0px 30px 0px 0px;
	position: absolute;
	left: 250px;
}

input.cbutton {
	border: none;
	background: transparent;
}

div.navfunction span.foption {
}

td label { display:block;}

div.buttons {
	margin: 30px 0 30px 250px;
	display: block;
	width: 550px;
	height: 30px;
	font-size: 11px;
}
div.buttons input {
	border: #aaa 1px solid;
	border-bottom: #0C3E92 1px solid;
	border-right: #0C3E92 1px solid;
	background: #ccc;
}

div.buttons form { display: inline; }
.forwardbutton {
	width: 200px;
	float: right;
	text-align: right;
}
.backbutton {
	width: 350px;
	float: left;
	text-align: left;
}
.startbutton {
	position: absolute;
	left: 250px;
}
div.content {
	width: 800px;
}

table.loginbox td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table.loginbox input.eingabe {
}
table.loginbox input.button {
}

.error { color: #c00; }

.blocktable * {
	font-size: 12px;	
}