/*colors*/
/* blue: #005395; */
/* green: #9bca3e; */


html {
	overflow-y: scroll;
}


body {
	margin:0px;
	background: #fff url('../../images/kunden-kompass/kundenkompass_background. png') 0px 21px repeat-x;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.01em;
	color:#000000;
}

/* ANFANG STRUKTUR */
#kunden-kompass {
	width: 950px;
	margin: 20px auto 20px auto;
	background: #fff;
	border: 1px solid #005395;
	border-top: 1px solid #005395;
}

#surveyHeader {
	width: 946px;
	height: 100px;
	margin: 1px 1px 0px 1px;
	background: #fff url('../../images/kunden-kompass/kundenkompass_background_100.png') no-repeat;
	border: 1px solid #9bca3e;
	text-align: right;
}

#logo {
	margin: 16px 0px 0px auto;
}


#surveyContent {
	width: 946px;
	height: 400px;
	margin: 1px 1px 1px 1px;
	text-align: left;
	border: 1px solid #9bca3e;
}

#surveyItem {
	margin: 30px;
}

#mainContent {
	height: 300px;
}


#surveyFooter {
	width: 100%;
	height: 30px;
	margin: 0px;
	background: #fff url('../../images/kunden-kompass/kundenkompass_background_blue_30.png') repeat-x;
	color: #fff;
}

#surveyFooter span {
	display: block;
	padding-top: 7px;
}

/* ENDE STRUKTUR */


/* ANFANG FORTSCHRITTSBALKEN */
.pagenumbering {
	width: 100%;
	position: relative;
	height: 20px;
}

.barcontainer {
	background-color: #fff;
	border: 1px solid #005395;
	width: 100px;
	height: 18px;
	position: absolute;
	z-index: 6;
	right: 0px;
}

.bar {
	background: #9bca3e url('../../images/kunden-kompass/kundenkompass_background_green_18.png') repeat-x;
	height: 18px;
	z-index: 4;
	position: absolute;
	left: 0px;
}

/* ENDE FORTSCHRITTSBALKEN */


/* ANFANG INTRO/ITEMS SPEZIELLE FORMATIERUNG*/

.weiterButton {
	clear: both;
	margin-top: 10px;
	text-align: center;
}

.weiterButton a {
	display: block;
	width: 180px;
	height: 18px;
	margin: 0px auto;
	padding: 3px;
	background: #005395 url('../../images/kunden-kompass/kundenkompass_background_blue_18.png') repeat-x;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.weiterButton input {
	display: block;
	width: 90px;
	height: 22px;
	margin: 0px auto;
	padding: 2px;
	background: #005395 url('../../images/kunden-kompass/kundenkompass_background_blue_18.png') repeat-x;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

.weiterButton input:hover {
    color: #9bca3e;
}

/* Anfang Matrix */
.matrixPolLeft {
	float: left;
	width: 100px;
	text-align: right;
	margin: 0px;
	color: #005395;
	font-weight: bold;
}
.matrixAnswers {
	float: left;
	width: auto;
	text-align: center;
	margin: 0px 10px 60px 10px;
}

.matrixPolRight {
	float: left;
	width: 100px;
	text-align: left;
	margin: 0px;
	color: #005395;
	font-weight: bold;
}

ul.radio_list {
	margin: 0px auto 0px auto;
	text-align: center;
}

ul.radio_list li {
	width: 60px;
	float: left;
	margin: 0px auto;
}

ul.radio_list li label {
	display: block;
	padding-right: 7px;
}
/* Ende Matrix */

/* Anfang offene Frage */
.openAnswer textarea {
	width: 884px;
	height: 176px;
}
/* Ende offene Frage */

/* Anfang Fehlermeldung */
ul.error_list li {
	color: #ff0033;
	font-weight: bold;
}
/* Ende Fehlermeldung */

/* ENDE INTRO/ITEMS SPEZIELLE FORMATIERUNG*/

/* ANFANG AUSLOSUNG */

table.lottery {
	border: none;
	margin-top: 20px;
}

table.lottery tr th {
	background: none;
	padding: 0px 10px 10px 0px;
	border: none;
	vertical-align: middle;
	text-align: left;
}

table.lottery tr td {
	padding: 0px 0px 10px 0px;
	vertical-align: middle;
}


/* ENDE AUSLOSUNG */

/* ANFANG TEXTFORMATIERUNG (siehe auch main.css) */

h1 {
	font-size: 1.2em;
	color: #005395;
	margin: 0px 0px 30px 0px;
	line-height: 135%;
}

h2 {
	font-size: 1.01em;
	color: #005395;
	margin: 0px 0px 60px 0px;
	line-height: 135%;
}

.questionNumber {
	font-weight: bold;
}

p, td, li {
	font-size: 1.01em;
	color:#000;
	line-height: 135%;
}

p {
	margin: 0px 0px 15px 0px;
}

#surveyFooter a {
	color: #fff;
}

#surveyFooter a:hover {
	color: #fff;
}

/* ENDE TEXTFORMATIERUNG */
