/* CSS Document */

#content {
width:463px;
}

.data2 {
	border-top:1px solid #006ab3;
	border-bottom:5px solid #006ab3;
	border-left:1px solid #006ab3;
	border-right:1px solid #006ab3;
}

table.data2 td {
	border-bottom:1px solid #b1b2b4;
	padding:2px 10px 1px 10px;
}

table.data td {
	padding:4px 2px 3px 5px;
}
.indent {
	margin-left:13px;
}

td { vertical-align: top; }

td.leftcolumn {

	width:175px;
	font-weight:bold;
}

td.rightcolumn {

	width:275px;
	padding-bottom:7px;
}


.rightcolumn input{
	width:275px;
	border:1px solid #71787d;
}

input.anfrage_checkbox {
	padding-left:30px;
}

.rightcolumn textarea {

width:275px;
border:1px solid #71787d;
}

tr.odd {
	background-color:#edeff0;
}

tr.eve {
	background-color:#fff;
}

tr.kopf {
	color: #fff;
	background-color:#006ab3;
}

td.datenColLeft {
	font-weight:bold;
	width:200px;
	vertical-align: top; 
	}
	
.smallcharsdown {
	
	font-size:8px;line-height:12px;vertical-align:-2px;
	}
.smallcharsup {
	
	font-size:8px;line-height:12px;vertical-align:3px;
	}
	
	
	
div.error2 {
color:red;
}