body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	/*position: absolute; */
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
}

.yellow {
    background-color:#FFFF00;
}

.content_box .content form .kursiv {
	background-color: transparent;
}

.err {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	display: block;
	border: 2px solid #FF0000;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.bold {
	font-weight: bold;    
}

.float_left {
	float: left;
	margin-right: 5px;
}

.float_right {
	float: right;
}

.header {
	background-color: #676767;
	margin: 0px;
	text-align: right;
	position: absolute;
	top: 0px;
	height: 100px;
	left: 0px;
	right: 0px;
	width: 100%;
}

.footer {
	background-image: url(images/footer.jpg);
	background-position: right;
	position: absolute;
	height: 10px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #676767;
	background-repeat: repeat-y;
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.box_left {
	position: absolute;
	width: 150px;
	left: 0px;
	top: 105px;
	overflow: auto;
	bottom: 15px;
}

.box_right {
	overflow: auto;
	position: absolute;
	width: 200px;
	top: 105px;
	right: 0px;
	bottom: 15px;
}

.box_center {
	top: 105px;
	overflow: auto;
	position: absolute;
	left: 155px;
	right: 205px;
	display: block;
	bottom: 15px;
}

.box_nav_oben {
	position: absolute;
	height: 35px;
	left: 0px;
	top: 65px;
	right: 0px;
	background-image: url(images/bg_nav2.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 100%;
}

.v_center {
	margin-top: 9px;
	margin-left: auto;
}

.box_nav_oben a {
	font-weight: bold;
	color: #000000;

}

.box_frame {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFC4C4;
	border-right-color: #9F0000;
	border-bottom-color: #9F0000;
	border-left-color: #FFC4C4;
	margin-right: 5px;
	margin-left: 5px;
}

.content_box {
	background-image: url(images/bg_table_head.jpg);
	background-repeat: repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

.content_box h1 {
	font-size: 160%;
	display: block;
	padding-left: 10px;
	margin: 0px;
	padding-bottom: 5px;
	background-position: right;
	color: #000000;
}
.content_box h2 {
	font-size: 120%;
	display: block;
	margin-top: 0px;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 0px;
	color: #000000;
	background-image: url(images/bg_table_head_20.jpg);
	background-color: #FF0000;
	background-repeat: repeat-x;
}

.content_box .nav {
	margin: 0px;
	padding: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFC4C4;
	border-right-color: #9F0000;
	border-bottom-color: #9F0000;
	border-left-color: #FFC4C4;
	background-color: #FF0000;
}

.content_box .nav_bg {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9F0000;
	border-right-color: #FFC4C4;
	border-bottom-color: #FFC4C4;
	border-left-color: #9F0000;
	background-image: url(images/bg_table_head_100.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
.content_box .nav li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

.content_box .nav li a {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFC4C4;
	border-right-color: #9F0000;
	border-bottom-color: #9F0000;
	border-left-color: #FFC4C4;
	background-color: #FFFFFF;
	padding-left: 5px;
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	height: 100%;
}
.content_box .nav li a:hover {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9F0000;
	border-right-color: #FFC4C4;
	border-bottom-color: #FFC4C4;
	border-left-color: #9F0000;
	background-color: #FF0000;
	padding-left: 5px;
	display: block;
}

.content_box .content {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9F0000;
	border-right-color: #FFC4C4;
	border-bottom-color: #FFC4C4;
	border-left-color: #9F0000;
	background-color: #FFFFFF;
}

.content_box .content h2 {
	font-size: 110%;
	background-image: none;
	background-color: transparent;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
}

.content_box .content form {
	margin-right: auto;
	display: block;
	width: 400px;
	margin-left: auto;
}
.content_box .content label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 180px; /* Breite.*/
}

.content_box .content form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

.content_box .content form input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

.content_box .content form label {
 text-align: right; 
 padding-right: 1em; 
}

h3 {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	display: block;

}
