@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bereich.jpg) repeat-y #093E7A;
	background-position: 50% 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
} 

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #026299;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #026299;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #026299;
	margin-bottom: 0.8em;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #026299;
	margin-bottom: 0.8em;
}

p {
	margin-bottom: 0.8em;
	
}

hr {
	border: 0;
	border-bottom: 1px solid #EDAF35;
	margin-top: 1em;
	margin-bottom: 1em;
	
}

a.internal-link:link, a.internal-link:visited, a.internal-link:hover,
a.external-link-new-window:link, a.external-link-new-window:visited, external-link-new-window:hover,
a.mail:link, a.mail:visited, a.mail:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #026299;
}

a.internal-link:hover, a.external-link-new-window:hover, a.mail:hover {
	color: #026299;
}

#seite {
	background: url(images/header.jpg) no-repeat;
	width: 921px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#nav_top {
	width: 920px;
	height: 20px;
	text-align: center;
	float: left;
	margin-top: 300px;
}
#nav_top ul {

}

#nav_top ul li {
	display: inline;
	padding-left: 23px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-image: url(images/btn_nav_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	margin-left: 10px;
	line-height: 20px;
}

a.nav_top:link, a.nav_top:visited, a.nav_top:hover, a.anav_top:link, a.anav_top:visited, a.anav_top:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

a.nav_top:hover, a.anav_top:link, a.anav_top:visited, a.anav_top:hover {
	color: #026299;
}

#content {
	width: 880px;
	height: auto;
	float: left;
	margin-left: 35px;
	margin-top: 60px;
}

#nav_left {
	width: 187px;
	height: auto;
	float: left;
}

a.nav_main:link, a.nav_main:visited, a.nav_main:hover, a.anav_main:link, a.anav_main:visited, a.anav_main:hover {
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 27px;
	margin-bottom: 10px;
	background: url(images/btn_nav.jpg) no-repeat left top;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.nav_main:hover, a.anav_main:link, a.anav_main:visited, a.anav_main:hover {
	color: #026299;
}

a.nav_sub:link, a.nav_sub:visited, a.nav_sub:hover, a.anav_sub:link, a.anav_sub:visited, a.anav_sub:hover {
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 36px;
	margin-bottom: 5px;
	margin-left: 27px;
	background: url(images/btn_sub_nav.jpg) no-repeat left 3px;
	padding-top: 0px;
	padding-bottom: 3px;
}

a.nav_sub:hover, a.anav_sub:link, a.anav_sub:visited, a.anav_sub:hover {
	color: #026299;
}

#content_inhalt {
	width: 550px;
	height: auto;
	float: left;
	margin-left: 30px;
}

textarea, select, input {

	margin-bottom: 0.8em;

}



fieldset.csc-mailform {

   border: 0;

}



fieldset.csc-mailform .csc-mailform-field label {

   display: block;

   font-weight: bold;

   width: 200px;

   float: left;

}

