@CHARSET "UTF-8";

@import url("reset.css");
@import url("text.css");
@import url("960.css");

.col1-col-1 {
	width: 100%;
	float: left;
	clear: both;
}

.col2-col-1 {
	width: 50%;
	float: left;
	clear: both;
}

.col2-col-2 {
	width: 50%;
	float: left;
}

.col3-col-1 {
	width: 33%;
	float: left;
	clear: both;
}

.col3-col-2, .col3-col-3 {
	width: 33%;
	float: left;
}

.col4-col-1 {
	width: 25%;
	float: left;
	clear: both;
}

.col4-col-2, .col4-col-3, .col4-col-4 {
	width: 25%;
	float: left;
}

.checkbox_conditional_text_1_container {
	float: left;
	clear: both;
	margin-right: 10px;
}

.checkbox_conditional_text_2_container {
	float: left;
	display: none;
}

.text_simple_2rows_row1 {
	
}

.text_simple_2rows_row2 {
	width: 100%;
}

body {
	background-image: url('../img/de/wasser.jpg');
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.5em;
	margin: 40px 0 0 0;
}

a {
	color: #600715;
}

.question {
	display: block;
	margin-bottom: 20px;
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clearb {
	clear: both;
}

.tacenter {
	text-align: center;
}

.taleft {
	text-align: left;
}

.vatop {
	vertical-align: top;
}

.vabottom {
	vertical-align: bottom;
}

.vamiddle {
	vertical-align: middle;
}

.displayb {
	display: block;
}

.tr-on, .tr-on td {
	background-color: #e7e5cf;
	padding: 4px 0 4px 4px;
}

.tr-off, .tr-off td {
	background-color: transparent;
	padding: 4px 0 4px 4px;
}

#user-login-form {
	display: block;
	width: 270px;
	margin: auto;
}

#user-login-form h1, #user-login-form h2 {
	text-align: center;
}

#user-login-form img {
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

#user-login-form fieldset {
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
}

#user-login-form legend {
	display: inline-block;
	padding: 0 5px;
	margin: 0 5px;
}

#user-login-form table {
	width: 100%;
}

#user-login-form #submit, .button {
	margin-top: 10px;
	display: block;
	float: right;
	background-color: #fff;
	border: 2px solid #4e0000;
}

.footer-table {
	width: 100%;
}

.footer-table .button {
	width: 65px;
	display: inline-block;
	margin-top: 0;
	float: none;
}

.footer-table td {
	height: 40px;
}

.error {
	border: 2px solid #f00;
	background-color: #fcc;
	padding: 10px;
	text-align: center;
}

.rounded {
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
}

#footer {
	margin-bottom: 20px;
	border-top: 2px solid #ccc;
/*	border-bottom: 2px solid #ccc;*/
	height: 40px;
}

.icon img {
	height: 25px;
}

.icon2 img {
	height: 22px;
}

.yn-radio-w-condition table {
	margin-top: 5px;
}

table td {
	padding: 2px;
	vertical-align: top;
}

.table-5-3-2, .table-5-5 {
	 border-collapse: collapse;
	 width: 100%;
}

.table-5-3-2 th, .table-5-5 th {
	 font-weight: normal;
	 padding: 3px;
	 line-height: 1.2em;
}

.w10p {
	width: 10%;
}

.w30p {
	width: 30%;
}

.w40p {
	width: 40%;
}

.w50p {
	width: 50%;
}

textarea {
	width: 98%;
	font-size:1em;
	padding: 2px;
	font-family: verdana, sans-serif;
}

input {
	font-size: 11px;
	font-family: verdana, sans-serif;
}
