/* $Id$ */

.template__survey {
	background-color: #eee;
}

.template__survey form {
	padding: 0px;
	margin: 0px;
}

.template__survey .umfrageName {
	background-color: #ccc;
	padding: 5px 10px;
	margin: 0px;
}

.template__survey .content {
	padding: 10px;
}

.template__survey .content .navigation {
	padding: 5px;
	background-color: #ddd;
}
* html .template__survey .content .navigation .controls {
	margin-bottom: -5px;
}

.template__survey .content .navigationTop {
	margin-bottom: 10px;
}
.template__survey .content .navigationBottom {
	margin-top: 10px;
}

.template__survey .content .navigation .user {
	float: left;
	margin-top: 0.2em;
	margin-left: 5px;
	font-weight: bold;
}

.template__survey .content .navigation .controls {
	float: right;
}

.template__survey .content .navigation .controls .control {
	float: left;
	margin-left: 5px;
}
.template__survey .content .navigation .controls .controlPages {
	margin-top: 0.2em;
}


.template__survey .dialog {
}

.template__survey .dialog .eingabeUser .anschrift .eingabe {
	margin-bottom: 5px;
}
.template__survey .dialog .eingabeUser .anschrift .eingabe .beschriftung {
	display: block;
	width: 10ex;
	float: left;
	margin-top: 0.2em;
}
.template__survey .dialog .eingabeUser .anschrift .eingabe .element {
	display: block;
	width: 30ex;
	float: left;
}
.template__survey .dialog .eingabeUser .anschrift .eingabe input {
	width: 95%;
}


.template__survey .dialog .eingabeUser .anschrift .eingabe .plz {
	width: 25%;
}
.template__survey .dialog .eingabeUser .anschrift .eingabe .ort {
	width: 68%;
}


.template__survey .dialog .eingabeUser .pflichtfelder {
	margin-top: 10px;
	font-size: 0.8em;
	color: #666;
}

.template__survey .dialog .frageName {
	font-weight: bold;
	padding: 2px;
}
.template__survey .dialog .frageListe {
	border: 1px solid #888;
	padding: 10px;
}

.template__survey .dialog .frageListe .frage {
	margin-bottom: 3px;
	background-color: #ddd;
	width: 80%;
}
.template__survey .dialog .frageListe .frage .auswahl {
	float: left;
	padding: 3px;
	border-right: 1px solid #eee;
	margin-right: -1px;
}
.template__survey .dialog .frageListe .frage .auswahl .item {
	float: left;
	text-align: center;
}
.template__survey .dialog .frageListe .frage .antwort {
	float: left;
	padding: 3px 6px;
	border-left: 1px solid #eee;
}
.template__survey .dialog .frageListe .frage .antwort .beschreibung {
	display: block;
	padding: 2px 0px;
}
.template__survey .dialog .frageListe .row .frage.col .antwort textarea {
	width: 20ex !important;
}



.template__survey .dialog .frageListe .row .frage.col {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.template__survey .dialog .frageListe .row .frage.col3 {
	margin-right: 0px;
}
.template__survey .dialog .frageListe .row .frage.antwortInfo {
	width: 100%;
}




.template__survey .dialog .frageListe .frage .auswahlNote .itemText {
	cursor: pointer;
	padding: 2px;
}
.template__survey .dialog .frageListe .frage .auswahlNote .itemImage {
}


.template__survey .dialog .frageListe .frage .auswahlSchule .itemRadio input {
	display: block;
	margin-bottom: 2px;
}
.template__survey .dialog .frageListe .frage .auswahlSchule .itemRadio label {
	display: block;
}

.template__survey .dialog .frageListe .frage.antwortInfo {
	float: none;
	clear: both;
}
.template__survey .dialog .frageListe .frage.antwortInfo label {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
}

.template__survey .dialog .hinweis {
	background-color: #ddd;
	font-size: 1.1em;
	padding: 10px;
}