@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #595959;
}

#wrapper {
	width: 955px;
	margin: 0 auto;
	margin-top: 20px;
	overflow:hidden;
	position:relative;
}

#navi {
	width: 698px;
	height: 37px;
	border: #e5e5e5 1px solid;
	float: left;
	background-image:url(bilder/bg-navi.gif);
	background-repeat:repeat-x;
	margin-top: 101px;
}

#logo {
	width: 240px;
	height: 141px;
	float:left;
	margin-left: 15px;
}

#bild {
	width: 698px;
	height: 353px;
	float:left;
	margin-top: 20px;
	border: #e5e5e5 1px solid;
	z-index:1;
	position:relative;
}

#spalterechts {
	width: 228px;
	/*border: #e5e5e5 1px solid;*/
	float:right;
	min-height: 630px;
   height: auto !important;
   height: 630px;
	/*background-image:url(bilder/bg-info.gif);*/
	background-repeat:repeat-x;
	/*margin-top: 20px;*/
	/*padding: 5px;*/
	/*margin-left: 15px;*/
	overflow: hidden;

}

#content {
	width:715px;
	float:left;
	overflow:hidden;
	margin-top: 20px;
}

#fuss {
	margin-top: 20px;
	padding-top: 10px;
	border-top: #e5e5e5 1px solid;
	text-align: right;
	font-size: 11px;
	color: #7e7e7e;
	margin-bottom: 50px;
}
	
/*-------------------------------------- Navigation -------------------------
*/

#navi li {
	list-style: none;
	float:left;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #595959;
	
}

#navi li a {
	background-image:url(bilder/bg-navi.gif);
	background-repeat:repeat-x;
	line-height: 37px;
	display: block;
	text-decoration: none;
	padding: 0 15px;
	color: #595959;
	border-right: #e5e5e5 1px solid;
	border-left: #fff 1px solid;
}

#navi li.first a {
	border-left: none;
}

#navi li.last a {
	border-right: none;
}
	
#navi li a:hover {
	background-image:url(bilder/bg-navi-over.gif);
	color: #006ab3;
}

#navi li.active a {
	color: #006ab3;
}
	
/*-------------------------------------------- Tags --------------------------------*/

p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

hr {
	border: none;
	border-top: #d6d6d6 1px solid;
	margin: 5px 0;
}

strong {
	color: #006ab3;
}

p a:link, p a:visited, p a:active, li a:link, li a:visited, li a:active {
	color: #006ab3;
}

p a:hover, li a:hover {
	color: #333333;
}

 a:link .box p, a:visited .box p, a:active .box p {
	color: #595959;
}

a:hover .box {
	background-image:none;
	background-color: #fffaea;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:normal;
	color:#006ab3;
	margin-bottom: 15px;
}

h2, h3 {
	font-size: 18px;
	color:#006ab3;
	margin-bottom: 15px;

}

#content li {
	margin-left: 30px;
	padding-left: 15px;
	list-style:square;
	font-size: 14px;
	margin-bottom: 10px;
}

#content p, #content h1, #content h2 {
	padding-right: 20px;
}

#content .box p {
	padding-right: 0px;
}


#fuss a:link, #fuss a:visited, #fuss a:active {
	color: #006ab3;
	text-decoration: none;

}

#fuss a:hover {
	color: #000;
}



/*----------------------------------- Klasse ----------------------------------*/

.adresse {
	margin-left: 88px;
	/*margin-top: 20px;*/
	display: block;
	
}

.box {
	width: 211px;
	float:left;
	background-image: url(bilder/bg_box.gif);
	background-repeat: repeat-x;
	text-align:center;
	padding: 5px;
	border: #e5e5e5 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior:url(border-radius.htc);
}

.clear {
	clear: both;
}

.center {
	text-align:center;
}