/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/layout/background_curves_top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #2e73b9;
	color: #0b3972;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

div#um {
	background-image: url(../images/layout/background_curves_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}

div#container {
	background-image: url(../images/layout/background_y.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 1010px;
	margin: 0 auto;
}

div#content {
	background-image: url(../images/layout/container_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header {
	height: 247px;
}

div#menue {
	float: left;
	width: 173px;
	margin-left: -7px;
	padding-top: 13px;
}

div#text {
	float: left;
	width: 500px;
	padding: 12px;
	line-height: 150%;
}

div#news {
	float: right;
	width: 265px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:55px;
}

div#bottom {
	clear: both;
	background-image: url(../images/layout/bottom.jpg);
	height: 46px;
}

hr {
	background-color:#d0d0d2; /* Mozilla 1.4 */
	color:#d0d0d2; /* IE 6 */
	border: #d0d0d2; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 0px;
	margin-bottom: 10px;
}

/* FORMULAR */

.divdetails {
	width:400px;
	min-height: 19px;
	margin-bottom:3px;
	background-color:#f7f7f7;
	padding-top: 1px;
}

.divdetailspos1 {
	width:100px;
	background-color:#f7f7f7;
	border-right:1px dashed #000000;
	float:left;
	height:16px;
}

.divdetailspos2 {
	width:280px;
	background-color:#f7f7f7;
	padding-left:10px;
	float:left;
	height:16px;
}

.divdetailsposh1 {
	width:100px;
	background-color:#f7f7f7;
	border-right:1px dashed #000000;
	float:left;
	height:119px;
}

.divdetailsposh2 {
	width:280px;
	background-color:#f7f7f7;
	padding-left:10px;
	float:left;
	height:119px;
}

/* Formularfelder */

input {
	border:1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:150px;
}
input.senden {
	width:90px;
	background-color:#FFFFFF;
}
textarea { 
	border:1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	height:115px;
}
select {
	border:1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:150px;
}