html, body {
	width: 100%; 
	height: 100%; 
	margin: 0px;
	padding: 0px; 
	font-family: Candara, Verdana;
	color: #5C532C;
	background: url("images/hg.jpg");
}

a {
	text-decoration: none;
	color: #0A9227;
}
a:visited {
	text-decoration: none;
	color: #0A9227;
}

#main {
	position: relative;
	width: 990px;
	margin: 0px auto;
}

#header {
	position: fixed;
	width: 990px;
	height: 150px;
	text-align: left;
	background: url("images/friedrichskoog14_05.jpg") 1px 0px no-repeat;
}

#topnews {
	position: relative;
	width: 196px;
	top: 0px;
	left: 26px;
	height: 148px;
	padding: 2px;
	text-align: center;
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
	background-image:url(hgtrans.png);
}

#topnews a {
	color: #121A2D;
}

#menue {
	position: fixed;
	width: 965px;
	top: 150px;
	height: 31px;
	padding: 2px 0px 0px 25px;
	text-align: left;
	background: url("images/friedrichskoog14_04.jpg") 1px 0px  no-repeat;
}

#left {
	position: fixed;
	top: 600px;
	width: 196px;
	margin-left:26px;
	z-index:1;
	text-align: center;
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
}

#content {
	position: fixed;
	width: 715px;
	top: 183px;
	height: 387px;
	height: 80%;
	padding: 0px 25px 0px 250px;
	text-align: left;
	overflow: auto;
	background: url("images/friedrichskoog14_02.jpg") center 183px repeat-y fixed;
}

#footer {
	position: fixed; 
	width: 990px;
	height: 30px;
	bottom: 0;
	text-align: left;
	background: url("images/friedrichskoog14_03.jpg") 1px 0px no-repeat;
}

.menuelink {
	float: left;
	display: block;
	height: 20px;
}

    /* IE6 */
    * html .clearfix{
      height: 1%;
      overflow: visible;
    }
    /* IE7 */
    *+html .clearfix{
      min-height: 1%;
    }
    /* rest */
    .clearfix:after{
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
    }
