@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* linkdarstellung */
a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #dd7a04;
}
a:active {
	text-decoration: none;
	color: #dd7a04;
}
.toplink a:link, .toplink a:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #dd7a04;
	text-align: center;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	height: 20px !important;
	height: 25px;
	width: 100px;
	text-decoration: none;
}
.toplink a:hover,.toplink a:active  {
	background-position: 0px -25px;
	text-decoration: none;
	color: #000;
}
.toplink_current a:link, .toplink_current a:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	background-position: 0px -25px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	height: 20px !important;
	height: 25px;
	width: 100px;
	text-decoration: none;
}
/* seitendarstellung */
#logo {
background-image: url(../images/logo.png);
background-repeat: no-repeat;
height: 80px;
}
#header {
background-image: url(../images/header.png);
background-repeat: no-repeat;
width: 873px;
height: 82px;
}
#topmenu {
background-color:#000000;
height: 29px;
padding-left: 35px;
padding-right: 39px;
}
#content {
background-image: url(../images/bg_content.png);
background-repeat: repeat-y;
padding-top: 20px;
padding-left: 35px;
padding-right: 65px;
padding-bottom: 10px;
text-align: justify;
}
#footer {
background-image: url(../images/footer.png);
background-repeat: no-repeat;
height: 31px;
}
.toplink {
color: #FFFFFF;
width: 100px;

}
/* Formularfelder */
.inputbox {
margin-bottom: 10px;}

/* ueberschriften */
h1 {
font-size: 14px;
}

.textbox {
text-align:justify;
width: 100%;
}
.textbox_r {
text-align:justify;
width: 500px;
}
.textbox_left {
text-align:justify;
width: 500px;
padding-right: 200px;
}
.textbox_right {
text-align:justify;
width: 500px;
padding-left: 200px;
}