/* Stylesheet für wahlumfrage2009.de */

/* neue Farbe logo: 33ADCC */

html {
	margin: 0;
	padding: 0;
	overflow-x: auto;
	overflow-y: scroll;
}

body {
	margin: 1% 10% 0 10%;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	background-color: #DDD;
	font-size: 85%;
	font-weight: normal;
}

div#overall {
	width: 100%;
	min-width: 600px;
	margin: 0;
	padding: 0;
	border: solid 1px #555;
	background-color: white;
	z-index: 0;
}


div#header {
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 15px 0 0 0;
	background-color: #888;
	background-image: url(../img/bg-3.png);
	text-align: right;
	z-index: 1;
}

div#header img {
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0;
}

div#content {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px 0% 30px 0;
	background-color: #FFF;
	min-height: 400px;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content p {
	margin-left: 2%;
	margin-right: 2%;
}

div#content p {
	
}

div#content a {
	color: #33ADCC;
	text-decoration: none;
}
div#content a:link {}
div#content a:visited {
	color: #33ADCC;
	text-decoration: none;
}
div#content a:hover {
	color: #33ADCC;
	text-decoration: underline;
}


div#footer {
	clear: both;
	font-size: 80%;
	margin-left: 0%;
	padding: 8px 5px 5px 5px;
	height: 3%;
	color: #CCCCCC;
	background-color: #888;
	background-image: url(../img/bg-footer.png);
	text-align: right;
}

div#footer a, div.helpwin div.close a {
	color: #CCCCCC;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 1px 2px;
}
div#footer a:link, div.helpwin div.close a:link {
}
div#footer a:visited, div.helpwin div.close a:visited {
	color: #CCCCCC;
}
div#footer a:hover, div.helpwin div.close a:hover {
	color: #BBBBBB;
	background-color: #777;
	border-color: #888;
}

div.helpwin div.close a {
	border: 0;
	font-size: 75%;
}

h1, h2 {
	font-weight: bold;
}

h1  {
	font-size: 120%;
	margin-top: 2%;
}	

p {
	font-size: 90%;
	font-weight: normal;
}

div.helpwin {
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 25%;
	background-color: #FFF;
	margin-bottom: 0;
	font-size: 85%;
	text-align: justify;
	border: 1px solid black;
	position: absolute;
	left: 50px;
	bottom: 0px;
}

div.helpwin p {
	font-size: 90%;
}

div.helpwin h1 {
	font-size: 100%;
}

div.helpwin div.close {
	background-color: #000;
	background-image: url(../img/bg-footer.png);
	text-align: right;
}

/************************ UMFRAGE *********************************/

div#umfrage {
	min-height: 350px;
	margin-left: 4%;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	text-align: justify;
}

div#umfrage p {
	font-size: 92.5%;
	line-height: 140%;
}

div#umfrage h4 {
	font-size: 90%;
	line-height: 120%;
	margin-top: 3%;
	width: 80%;
	/* margin-left muss gesetzt sein wegen default-Wert in umgebender Ebene */
	margin-left: 0;
	margin-bottom: 5px;
}

div#umfrage table {
	font-size: 100%;
	line-height: 140%;
	margin-top: 5%;
	margin-bottom: 1%;
}


div#umfrage table td {
	padding-left: 2%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}

div#umfrage table tr {
	padding: 0%;
}

div.answer {
	width: 100%;
	margin-bottom: 7%;
}

ul.answer {
	width: 60%;
	margin-left: 0%;
	padding-left: 0%;
}

li.radio, li.checkbox {
	cursor: default;
	list-style: none;
	font-size: 90%;
	padding: 3px 0 3px 0;
	margin: 2px;
	vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
	cursor: pointer;
	margin: 2px 6px 0 0;
	padding: 0;
}

/* das eventuell rausnehmen - nervig? */
/*li.radio:hover {
	color: white;
	background-color: #699;
}*/

.odd {
	background-color: #FFF;
}

.even, tr.single  {
	background-color: #EEE;
}

form {
	/*border: solid 1px black;*/
	padding: 0% 0% 2% 0%;
	margin-left: 0;
	width: 80%;
	text-align: left;
}

div#submitbutton {
	width: 80%;
	text-align: right;
}

/* wu2009 Weiter-Button */
input[type="submit"] {
	color: #CCCCCC;
	font-weight: normal;
	border-bottom: groove #FFF 3px;
	border-right: groove #FFF 3px;
	background-color: #222;
	cursor: pointer;
}
a.submit {
	font-size: 95%;
	color: #CCCCCC;
	font-weight: normal;
	border-bottom: groove #FFF 3px;
	border-right: groove #FFF 3px;
	background-color: #222;
	cursor: pointer;
	padding: 2px 6px;
}
a.submit:link {
	color: #CCCCCC;
}
a.submit:visited {
	color: #CCCCCC;
}
a.submit:hover {
	color: #CCCCCC;
}
a.submit:hover {
	color: #CCCCCC;
}


table {
	font-size: 90%;
	max-width: 110%;
	margin-top: 0px;
	padding-top: 0px;
}

tr {
	margin-top: 0px;
	padding-top: 0px;
}

thead, tbody {
	margin-top: 0;
	padding-top: 0;
}

tr.single {

}

td {
	text-align: left;
}

td.item {
	font-size: 82%;
	line-height: 125%;
	padding-right: 0;
	margin-right: 0;
	min-width: 120px;
}

th, td.value {
	text-align: center;
	/*min-width: 70px;*/
}

th.left_empty {
	/*border:1px solid #000000;*/
}

th.category {
	text-align:center;
	font-size:75%;
	width: 50px;
	vertical-align: bottom;
}

th.longdesc {
	line-height: 120%;
}

th.lleft {
	text-align: left;
}

th.lright {
	text-align: right;
}

/* damit der tablehead nicht unterlegt wird */
tbody tr.multi:hover {
	color: white;
	/*background-color: #699;*/
	background-color: #33ADCC; 
	cursor: pointer;
}

/* "Hinweise" (in h4 normales Schriftgewicht) */
h4 span.note {
	font-weight: normal;
	font-size: 90%;
}

/* Statusbalken */
div#statusbalken  {
	background-color: transparent;
	position: relative;
	margin-top: -40px;
	padding-right: 5px;
	margin-bottom: 50px;
	/*width: 100%;*/
	text-align: left;
	z-index: 9;
}

div.errormsg  {
	border: 1px solid #33ADCC;
	width: 60%;
	font-weight: bold;
	color:#33ADCC;
}
div.errormsg p  {
	font-weight: bold;
}

.wucolor {
	color:#33adcc;
	font-weight: bolder;
}