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

* {
	margin:0px;
	padding:0px;
}
body, html {
	background: url(../images/bg.jpg) repeat-x #2f2f2f;
	height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#000000;
}
/* Standards 
============================================== */

a:link { text-decoration: none; color: #0e4675; }
a:visited { text-decoration:none; color: #0e4675; }
a:hover { text-decoration: underline; color: #0e4675; }
a:active { text-decoration: underline; color: #0e4675; }

p { margin-bottom:15px; }

h1 { color:#0e4675; font-size:16px; margin-bottom:10px; font-weight:bold; }
h2 { color:#0e4675;	font-size:14px;	margin-bottom:10px;	font-weight:normal;	line-height:18px; }
h3 { color:#0e4675;	font-size:14px;	margin-bottom:10px;	font-weight:bold; margin-top:30px; }

#content li { list-style:inside; list-style-type:circle; margin-bottom:5px; }
#content ul { margin-bottom:20px; }

/* Aufbau 
============================================== */

#shadow {
	background:url(../images/schatten.png);
	width:978px;
	min-height:100%;
	margin:0 auto;
}
* html #shadow {
	height:100%;
}
#wrapper {
	width:940px;
	min-height:100%;
	margin:0 auto;
	background:#FDE494;
}
* html #wrapper{
	height:100%;
}
/* Header 
============================================== */
#header {
	background:url(../images/header.jpg);
	width:940px;
	height:283px;
}
#randoms {
	width:554px;
	height:214px;
	padding:32px 0 0 337px;
}
/* Navi 
============================================== */
#navi, #navi ul {
	list-style-type:none;
} /* Style-Reset */
#navi li {
	float:left;
	
} /* Horizontale Anordnung */
#navi li ul {
	display:none;
	position:absolute;
	z-index:1;
	top:20px;
	left:404px;
} /* Normalzustand eingeklappt */
#navi li:hover ul {
	display:block;
} /* Ausgeklappt */
/*###################*/
	  /* Styles fuers Auge */
	  /*###################*/
	  
	#navcontainer {
	width:865px;
	background:url(../images/navigation_alt.jpg) no-repeat;
	height:137px;
	padding:17px 0 0 75px;
	font-size:12px;
	position:relative;
}
#navi {
	position:absolute;
	width: 842px;
	left: 45px;
	top: 11px;
}

#navi ul li {
	border:none;
	display:block;
	float:none;
	background:#CF263B;
	position:relative;
	
	padding:5px;
	
}
#navi a {
	padding:5px;
	width:129px;
	text-align:center;
	display:block;
	border-right:1px solid #fff;
}

#navi a#kont {
	border-right:0!important;
	}
	
#navi a:link, #navi a:visited {
	color:#FFF;
	text-decoration:none;
}
#navi a:active, #navi a:hover {
	color:#fffea5;
	text-decoration:none;
}
#gbook { width:226px; height:108px; float:right; margin-top:26px; padding-right:30px;}
/* Inhalt 
============================================== */

#content {
	width:576px;
	min-height:168px;
	background:url(../images/content.jpg) no-repeat;
	height:100%;
	float:left;
	padding-left:10px;
	padding-right:30px;
}
.spalte_links {
	width:280px;
	float:left;
}
.spalte_rechts {
	width:280px;
	float:left;
	margin-left:10px;
}
/* Left 
============================================== */

#left {
	background:url(../images/left.jpg) no-repeat;
	width:277px;
	min-height:434px;
	float:left;
	padding:11px 15px 0 32px;
	color:#fff;
}
#left a, #left a:visited {
	color:#FFFEA5;
}
#left a:hover, #left a:active {
	color:#FFFEA5;
}

#subnavi {
	width:277px;
	text-align:center;
	margin-top:66px;
	font-size:10px;
}
#subnavi li {
	list-style:none;
	float:left;
}
#subnavi .anfahrt { margin-left:17px;}
#subnavi .kontakt { margin-left:51px;}
#subnavi .impressum { margin-left:45px;}

#subnavi a, #subnavi a:visited {
	color:#fff;
}
#subnavi a:hover, #subnavi a:active {
	color:#fffea5;
	text-decoration:none;
}
/* Footer 
============================================== */

#footer {
	background:url(../images/footer.jpg);
	width:940px;
	height:66px;
	text-align:center;
	padding-top:33px;
	color:#fff;
}
#footer a:link, #footer a:visited {
	color:#FFFEA5;
}
#footer a:active, #footer a:hover {
	color:#FFFEA5;
}
/* Classen 
============================================== */

.clear {
	clear:both;
	float:none;
}
.linie {
	height:1px;
	border-bottom:1px dotted #0e4675;
	width:568px;
	margin:0px 0 15px 0;
}
.gelb {
	color: #fffea5;
}
.img {
	border:1px solid #95A4B3;
	padding:3px;
}
.img_floatleft {
	float:left;
	margin:0 15px 15px 0;
}
.img_floatright {
	float:right;
	margin:0 15px 15px 0;
}
#partner { color:#000000; padding-top:30px;}
#partner a:link, #partner a:hover, #partner a:active, #partner a:visited { color:#BC3242; }


