/*
  CSS Screen
*/

body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #003;
	margin: 20px;
	padding: 0;
	min-width: 925px;
}

#body {
	background-color: #fff;
	width: 950px;
	margin: 0px auto;
	text-align: left;
	height: 960px;
	position: relative;
	color: #036;
}

#body[id] {
	height: auto;
	min-height: 560px;
}

#content {
	margin-right: 230px;
	padding-left: 230px;
	margin-top: 25px;
}

#kopf {
	margin: 0;
}






p, td { 
  	font-size:12px;
}

h1 {
	font-size:14px;
	margin-bottom: 0px;
}

h2 {
	font-size:13px;
	margin-bottom: 0px;
	font-weight: bold;
}

h3 {
	font-size:12px;
	margin-bottom: 0px;
	color: #930;
}

a {
	color: #006;
	text-decoration: underline;
}

a:hover {
	color: #006;
	text-decoration: underline;
}

#menu {
	position:absolute;
	    top:203px;
	color: #006;
	padding: 25px 7px 0px 15px;
	background-image: url(../images/head2.gif);
	background-repeat: no-repeat;
	background-color:#E7E4D2;

}

#menu a {
	color: #006;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu2 {
	float:none;
	position:absolute;
		top:203px;
		right:0px;
		left:755;
	margin: 0px;
	padding: 34px 0px 0px;
	border: 0px solid #001E4C;
	width: 195px;
	height: 516px;
	background-color:#CFC9A7;
}

#metamenu {
	height: 30px;
	color: #036;
	text-align: right;
	position: absolute;
	left: 350px;
	top: 40px;
}

#metamenu a {
	text-decoration: none;
	color: #036;
}

#abbinder {
	border-top: 1px solid #bcd;
	padding-top: 4px;
	margin-top: 20px;
	font-size:10px;
}

/* Formatierungen für Formulare */
form td {
	font-size:11px;
	vertical-align:baseline;
	color:#001E4C;
}
td strong {
	font-size:12px;
}
.label {
	font-size:12px;
	padding:2px 0px 1px 0px;
}
.labelpflicht {
	font-size:12px;
	color:#AA2424;
	padding:2px 0px 1px 0px;
}
td.formfeld {
	padding:0px 2px 3px 2px;
}
td.formfeldpflicht {
	padding:0px 2px 3px 2px;
}
td.formfeld select {
	width:175px;
}
input.w100 {
	width:100px;
}
input.w220 {
	width:175px;
}
select.w220 {
	width:175px;
}
/* Ende Formulare */
