/* ---------------------------------------------------------------------

	Farben:
	#CCCCCC = BG-grau
	#003368 = Typo-Blau
	#01a6d3 = Typo - Hellblau

/* ----------------------- Grundlayout ----------------------- */


* { 
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, non-serif;
	font-size: 13px;
	line-height: 18px;
	color:#003368;
}

body {  
}

/* ----------------------- Layout Bereiche ----------------------- */

#wrapper {
	width:1005px;
	min-height:879px;
	background: url(../gif/gradient-wrapper.jpg);
	background-repeat:no-repeat;
	background-position:left top;	
}


#logoheader {
	float: left;
	height:189px;
	width:700px;
}

#logo {
	float: left;
	display: inline;
	margin: 44px 0px 0px 45px;
	height:72px;
	width:252px;
}

#contentnavigation {
	clear:both;
	float: left;
	width:777px;
}

#navigation {
   	float: left;
	width: 245px;
	line-height:0px;
	vertical-align:top;
}

#contentwrapper {
	float:right;
	width: 519px;
	background: #AAA;
	background: url(../gif/bg-content-shadow.jpg);
	background-repeat:no-repeat;
	background-position:left top;	
}


#content {
	float:right;
	width: 514px;
	background: #000;
	min-height:550px;
	background: #FFF;
}

#footer {
	clear:both;
	float: left;
	height:100px;
	width:700px;
}

#adresse {
	margin-top:57px;
	clear:both;
	float:left;
}


/* ----------------------- Navigation ----------------------- */

#navigation ul {
	list-style: none;
}

#navigation li {
	list-style: none;
}

li.blind, ul.blind {
	list-style: none;
	background: url(../gif/00_linie.gif) no-repeat;
	background-position:left top;	
	display:block;
	height:2px;
	line-height:2px;
	font-size:2px;
	width:243px;
}


#navigation a.aktiv, #navigation a:link.aktiv {
	display: block;
	width: 180px;
	height: 27px;
	font-size: 13px;
	line-height:26px;
	color: #003368;
	display:block;
	margin-left:70px;
	text-decoration: none;
}

#navigation a.passiv, #navigation a:link.passiv,#navigation a:hover.passiv, #navigation a:hover.aktiv {
	display: block;
	width: 180px;
	height: 27px;
	font-size: 13px;
	line-height:26px;
	color: #01a6d3;
	display:block;
	margin-left:70px;
	text-decoration: none;
}

#navigationwrapper {
	margin:37px 0px 20px 0px;
	float:left;
}

#navigation ul.sub {
	list-style: none;
	margin-top:10px;
	margin-bottom:10px;
}


/* ----------------------- Content ----------------------- */


p { display:block;
	margin:0px 43px 0px 43px;
}

#content img {
	margin:0px 0px 10px 0px;
}

#content img.headline {
	margin:47px 0px 13px 0px;
}

#content ul {
	margin:0px 43px 0px 58px;
	list-style-type:square;
}


#adresse p {
	background: none;
}

#content a, #adresse a {
	font-weight:bold;
	text-decoration:underline;
	}

#content a:hover, #adresse a:hover {
	color: #01a6d3;
}

#content .contact-map {
	float:right;
	width: 514px;
	min-height:310px;
	background: #FFF url(../gif/contact-map.jpg);
	background-repeat:no-repeat;
	background-position:left top;	
}

#content .contact-map p {
	margin:0px 0px 0px 43px;
}