html, body {
	height: 100%;	}
body {
 	margin: 0; 
 	padding: 0; 
 	text-align: center; 
	background: #a9bed3 url("img/bg-ocean-2011.jpg") no-repeat center 240px fixed;
	background-size: 100% 100%;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: #000;
	font-size: 12px;
	} 
#head  {
	margin: 0 auto;
	width: 920px; 
	height: 260px;
	background: url("img/header-sunny.jpg") no-repeat center top;
	border-top: 1px dotted #adbfd5;
	}	
.address {
	text-align: right;
	color: #000;
	line-height: 20px;
	padding: 82px 140px 0 0;
	}
#content  {
	clear: both;
	margin: 40px auto;	
	padding: 0;
	width: 800px; 
	line-height: 20px;
	text-align: left;
	background: url("img/wh-50.png") repeat;
	border: 3px solid #fdec84;

	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	}	
.inner {
	padding: 20px 20px 0 20px;
	}
.bottom {
	margin: 0;
	padding: 20px 0 8px 0;
	font-size: 11px;
	text-align: center;
	}
#foot {
	clear: both;
	margin: 0 auto;	
	width: 900px;
	font-size: 11px;
	color: #000;
	padding-bottom: 10px;}		

.clear {
	clear:both; height:1px	}
	
a:link, a:visited 			{color: #000;	}
a:focus, a:hover, a:active 	{color: #072844;	}

#foot a:link, #foot a:visited 	{ color: #000; }
#foot a:hover, #foot a:active 	{ color: #ffffff; }

h1 {
	font-size: 14px;
	}

.shadowleft {
	float: left;
	margin:10px 14px 9px 0px;
	background-image: url("img/black-38.png");
}
.shadowright {
	float: right;
	margin:0px 20px 9px 14px;
	background-image: url("img/black-38.png");
}
.shadowleft img, .shadowright img {
	margin: -4px 4px 4px -4px;
	display: block;
	position: relative;
	padding: 8px;
	background-color: #fcfcfc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}

#menue  {
	margin: 35px 0px 0px 240px;    
	}	
#nav, #nav ul {
	float: left;		/* alte IE spinnen sonst */
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 10;
	}
#nav a {
	display: block;	
	color: #951d1b;
	font-size: 14px;
	text-shadow: #747474 4px 3px 5px;
	font-weight: bold;
	width: 114px;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	}
#nav li {
	float: left;
	}
#nav .current a {
	color: #fff;
	text-decoration: none;
	}
#nav a:hover {
	color: #000;
	text-decoration: underline;
	}	

.kreis {
	list-style: square inside url(img/kreis.gif);
	}
