@charset 'utf-8';
@import url(reset.css);

body {
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #007a76;
	color: #494949;
}

#outer_wrapper {
	width: 100%;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../images/streifen.gif);
	border-bottom: 1px solid #000;
	float: left;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
}

#header {
	height: 194px;
	position: relative;
}

#header .logo {
	padding-top: 23px;
	height: 116px;
	width:  315px;
	float: left;
}

#header .bild {
	padding-top: 5px;
	height: 132px;
	width:  353px;
	float: right;
}

/***  Verlinkungen Begin ***/

a
{
	text-decoration: none;
	color: #3ca1a0;
}
a:link {
	text-decoration: none;
	color: #3ca1a0;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/***  Verlinkungen End ***/


/***  Schriften Begin ***/

h1, h2, h3, h4, h5, p {
	margin:0px;
	padding:0px;
}

p {
	line-height: 17px;
	margin-bottom: 8px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #007a76;
	margin-bottom: 8px;
	line-height: 24px
}

h2 {
	padding-bottom: 8px;
	font-size: 14px;
	color: #007a76;
}

h3 {
	padding-bottom: 6px;
	font-size: 13px;
	color: #007a76;
}

h5 {
	padding-bottom: 5px;
	font-size: 12px;
	margin-bottom: 5px;	
}

/***  Schriften End ***/

/***  Navigation Begin ***/

#navi {
	height: 43px;
	overflow: hidden;
	list-style-type: none;
	width: 940px;
	border-left: 1px solid #b3d7d6;
	float: left;
}

#navi ul {
	list-style: none;
}

#navi li {
	width: auto;
	float: left;
}

#navi a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	border-right: 1px solid #b3d7d6;
}

#navi a:hover, #navi a.selected, #navi ul li.active a {
	background-color: #3ca1a0;
}

#subnavi {
	width: 220px;
	margin-left: 10px;
	overflow: hidden;
	list-style-type: none;
	float: left;
}

#subnavi ul {
	list-style: none;
}

#subnavi li {
	width: 200px;
	float: left;
}

#subnavi li a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #007a76;
	padding-top: 10px;
	padding-bottom: 10px;
}

#subnavi li a:hover {
	color: #192e50;
}

#subnavi li a.active {
	font-weight: bold;
	color: #007a76;
}

#subnavi ul ul {
	margin-left: 20px;
}

#subnavi li li a {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #007a76;
	font-weight: normal;
}

#subnavi li li a:hover {
	color: #444;
	font-weight: normal;
}

#subnavi li li.active a {
	font-weight: bold;
	color: #007a76;
}

/***  Navigation End ***/


/*** Content Begin ***/

#content_wrapper {
	padding-top: 47px;
	width: 940px;
	height: auto;
	min-height: 500px;
	margin-bottom: 2px;
	padding-bottom: 20px;
	background-color: #FFF;
	float: left;
}

#content {
	width: 680px;
	margin-left: 20px;
	height: auto;
	float: left;
}

#content .links {
	width: 380px;
	float: left;
}

#content .rechts {
	width: 300px;
	float: right;
}

#content .rechts_bild {
	width: 300px;
	float: left;
}

#content .rechts_bild img {
	margin-bottom: 10px;
	margin-left: 5px;
	float: right;
	border: 1px dotted #a9aba7;
}

#content .rechts_beschreibung {
	width: 255px;
	float: right;
}

#content .rechts_beschreibung p {
	line-height: 14px;
	margin-bottom: 4px;
}

#content .rechts_pdf {
	width: 255px;
	margin-top: 10px;
	float: right;
}

#content ul {
	margin-left: 25px;
}

#content li {
	line-height: 18px;
	list-style-position: outside;
	list-style-type: square;
}

/*** Content End ***/

/*** Footer Begin ***/

#footer_wrapper {
	width: 940px;
	margin: 0 auto 0;
}

#footer {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	color: #FFF;
	background-color: #007a76;
	font-size: 11px;
	float: left;
}

#footer a, #footer a:link {
	color: #FFF;
}

#footer .left {
	width: 550px;
	float: left;
}

#footer .right {
	width: 350px;
	float: right;
	text-align: right;
}

/*** Footer End ***/

