/* CSS File für ESS */
html
{
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/back_streifen.jpg);
	background-repeat: repeat-x;
	color: #696969;
	background-color: #e9e9e9;
	height: 100%;
}


img
{
	border: 0px;

}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 16px;
}
* {
	margin:0;
	padding:0;
}

/************************ SCHRIFT *********************/	

h1, h2, h3, p 
{
	margin:0px;
	padding:0px;
}
	
h1
{
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 4px;
	font-weight: bold;
}

h2
{
	color: #364A86;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
}

	
h3
{
	color: #065081;
	font-size: 13px;
	font-weight: bold;
}	
	
h4
{
	color: #329EF2;
	font-size: 11px;
	font-weight: bold;
}
a
{
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #696969;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



#wrapper {
	height: auto;
	width: 1010px;
	margin: 15px auto 15px auto;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	min-height: 660px;
	background-color: #FFFFFF;
}
#header {
	float: left;
	width: 1010px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 115px;
}
#logo {
	height: 47px;
	width: 324px;
	margin-left: 30px;
	margin-top: 55px;
	float: left;
}
#navitop {
	float: right;
	height: 32px;
	width: 151px;
	margin-top: 83px;
	margin-right: 30px;
}

/* Hauptnavigation */
#navi {
	background-color: #1E3565;
	float: left;
	height: 301px;
	width: 277px;
}
#navi .nav ul {
	padding-left: 15px;
	padding-top: 20px;
}
#navi .nav li {
	display: block;
	list-style-image: none;
	list-style-type: none;
	padding-top: 25px;
	padding-bottom: 0px;
}

#navi .nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 17px;
}
#navi .nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navi .nav a:hover {
	color: #4A97E3;
	text-decoration: none;
}
#navi .nav a.selected {
	color: #4A97E3;
	text-decoration: none;
}


#navi .navsub ul {
	padding-left: 15px;
	padding-top: 5px;
}
#navi .navsub li {
	display: block;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

#navi .navsub a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#navi .navsub a:hover {
	color: #4A97E3;
	text-decoration: none;
}
#navi .navsub a.selected {
	color: #4A97E3;
	text-decoration: none;
}
#content
{
	height: auto;
	width: 950px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003466;
	margin-right: 30px;
	margin-left: 30px;
	min-height: 500px;
	padding-top: 5px;
}
#content .schatten {
	height: 10px;
	width: 950px;
	float: left;
	background-image: url(images/schatten_kante.jpg);
	background-repeat: repeat-x;
}
#content a {
	text-decoration: none;
	color: #1E3565;
}
#content a:visited {
	text-decoration: none;
	color: #1E3565;
}
#content a:hover {
	text-decoration: none;
	color: #4A97E3;
}
#content a:active {
	text-decoration: none;
	color: #1E3565;
}
#content p
{
	line-height: 17px;
}
#content li
{
	line-height: 17px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
#content .inhalt_links {
	float: left;
	height: auto;
	width: 235px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#content .inhalt_links .pdf {
	padding-right: 8px;
	padding-bottom: 40px;
	float: left;
	padding-top: 3px;
}
#content .inhalt_rechts {
	float: right;
	height: auto;
	width: 643px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 10px;
}
#content .inhalt_rechts2 {
	float: right;
	height: auto;
	width: 630px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 25px;
}
#content .head
{
	font-weight: bold;
	color: #065081;
}
#content .quelle
{
	color: #065081;
	font-size: 10px;
}
#content .section
{
	clear: both;
	padding-top: 15px;
	width: 615px;
}
#content .column
{
	float: left;
	width: 30%;
	margin-right: 10px;
}
#sub {
	background-color: #364A86;
	float: left;
	height: 251px;
	width: 196px;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#sub p {
	line-height: 17px;
	margin-bottom: 8px;
}
#sub a {
	text-decoration: none;
	color: #4C9FF3;
}
#sub a:visited {
	text-decoration: none;
	color: #4C9FF3;
}
#sub a:hover {
	text-decoration: underline;
	color: #4C9FF3;
}
#sub_anim {
	background-color: #364A86;
	float: left;
	height: 301px;
	width: 427px;
}
#bilder {
	background-color: #364A86;
	float: left;
	height: 301px;
	width: 673px;
}
#mitarbeiter  {
	background-color: #364A86;
	float: left;
	height: 251px;
	width: 623px;
	color: #FFFFFF;
	padding: 25px;
	font-size: 11px;
}
#mitarbeiter .icon {
	float: left;
	height: 35px;
	width: 40px;
	margin-right: 10px;
}
#mitarbeiter .bild {
	border: 5px solid #FFFFFF;
	float: right;
	height: 219px;
	width: 239px;
	margin-top: 10px;
	margin-right: 10px;
}
#kontaktbereich {
	background-color: #364A86;
	float: left;
	height: 251px;
	width: 623px;
	color: #FFFFFF;
	padding: 25px;
	font-size: 11px;
}
#kontaktbereich a {
	text-decoration: none;
	color: #FFFFFF;
}
.formbox
{
	color: #185D8A;
	border: 1px solid #C0C0C0;
	height: 16px;
	font-size: 11px;
	background-color: #D4E6F3;
}
.formbutton
{
	color: #333333;
	border: 1px solid #D4E6F3;
	height: 20px;
	font-size: 11px;
	background-color: #CCCCCC;
	width: 50px;
}
#footer
{
	width: 1010px;
	height: 45px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	clear: both;
	padding: 0px;
	font-size: 10px;
	color: #A2A2A2;
	text-align: right;
}
#footer a
{
	text-decoration: none;
	color: #A2A2A2;
	line-height: 28px;
}
#footer a:hover
{
	text-decoration: underline;
}
