html{
   overflow:hidden;
} 

body{ overflow: hidden;
font-family: Verdana, Arial, Helvetica, sans-serif;
			margin: 0;
            padding: 0;
            height: 100%;}

#header{ position: absolute;
            top: 0px;
            left: 15%;
            width: 85%;
            height: 18%;
			overflow: visible;
			background-color: #FFCC66;
			z-index: 2;}          

/* Vorgehensweise für nav ähnlich zu content (siehe unten) */
#nav{ position: absolute;
	 padding-left: 0px;
         top: 0px;
         left: 0px;
         height: 100%;
         width: 16%;
         background-color: #FFCC66;
         z-index: 3;}
* html #nav{    top: 0px;
				left: 0px;
                height: 100%;
				width: 16%;
				background-color: #FFCC66;
				z-index: 3;}

/* Content-Container ************************************************************ *
 * Nicht-IE-Browser lassen es zu, die Grösse über die absoluten Werte top, bottom *
 * left und right anzugeben.                                                      *
 * Content-Ebene liegt unter allen anderen Ebenen                                 *
 * ****************************************************************************** */
#content{ position: absolute;
	           top: 20%;
	           left: 17%;
			   padding-right: 0px; 
			   padding-left: 35px;
			   padding-top: 10px; 
			   padding-bottom: 25px;
			   width: 75%;
			   height: 75%;
			   background-color: #FFFFFF;
	           overflow: auto;
	           z-index: 1;}
			  
/* Content-Container (IE-Filter) ************************************************ *
 * IEs erkennen Grössenangaben über absolute Werte nicht. Deshalb muss hier       *
 * korrigierend eingegriffen werden. Zunächst werden alle bereits gesetzten Werte *
 * wieder entfernt. Anschliessend wird der gesamte Body ausgefüllt. Die Abstände  *
 * zu den Seitenrändern werden durch Rahmen realisiert. Damit erscheint auch der  *
 * Scrollbar an der richtigen Stelle. Da der Content-Container auf der tiefsten   *
 * Ebene liegt, sind die Rahmen auch nicht sichtbar!                              *
 * ****************************************************************************** */
* html #content{    position: absolute;
				    top: 20%;
	           		left: 17%;
			   		padding-right: 30px; 
					padding-left: 35px;
					padding-top: 10px; 
					padding-bottom: 25px;
					width: 75%;
			   		height: 75%;
					overflow: auto;
					background-color: #FFFFFF;
					z-index: 1;
					}
					
				

#navlinks
{
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-left: 5px;
line-height: 1.2em;
}


#fotobox {
	position: absolute;
	width: auto;
	height: auto;
	top: 180px;
	left: 50px;
	}
	
#footer {
	position: absolute;
	left: 30px;
	bottom: 30px;
	}
	
#changes {
	position: absolute;
	bottom: 60px;
	left: 20px;
	padding: 10px;
	}

#logo {
	position: absolute;
	top: 10px;
	left: 100px;
	width: 280px;
	height: 250px;
	background-image: url("/images/logo2.gif");
	background-repeat: no-repeat;
	background-position: center;
	}
			
#navrot {
	position: absolute;
	left: 92%;
	top: 16%;
	width: 20px;
	height: 84%;
	background-color: #CC0000;
	}
	
#headerrot {
	position: absolute;
	left: 0%;
	top: 89%;
	width: 100%;
	height: 20px;
	background-color: #CC0000;
	}
	
#navgrau {
	position: absolute;
	left: 65%;
	top: 12px;
	width: 8px;
	height: 100%;
	background-color: #CCCCCC;
	}
	
#headergrau {
	position: absolute;
	left: 0%;
	top: 12px;
	width: 100%;
	height: 8px;
	background-color: #CCCCCC;
	}
	
#left {
	position: absolute;
	top: auto;
	left: 20px;
	}
	
#right {
	position: absolute;
	top: auto;
	left: 200px;
	}
	
#email {
	position: absolute; 
	top: 120px;
	left: 70px;
	width: auto;
	height: auto;
	padding: 25px;
	background-color: #FFCC66;
	border: 5px solid #CC0000;
	z-index: 100;
	}
	
#static {
	left: auto;
	top: auto;
	height: auto;
	width: auto;
	}
		
a:link {text-decoration: underline;color: #CC0000;}
a:visited {text-decoration: none; color: #000099;}
a:active {text-decoration: none; color: #CC0000;}
a:hover {text-decoration: underline; color: #0000CC;}

a.nav:link {text-decoration: none; color: #CC0000; font-size: 14px;}
a.nav:visited {text-decoration: none; color: #CC0000; font-size: 14px;}
a.nav:active {text-decoration: none; color: #CC0000; font-size: 14px;}
a.nav:hover {text-decoration: underline; color: #CCFFFF; font-size: 14px;}

a.smallnav:link {text-decoration: none;color: #CC0000; font-size: 18px; font-weight: normal}
a.smallnav:visited {text-decoration: none; color: #CC0000; font-size: 18px; font-weight: normal}
a.smallnav:active {text-decoration: none; color: #CC0000; font-size: 18px; font-weight: normal}
a.smallnav:hover {text-decoration: none;color: #CCFFFF; font-size: 18px; font-weight: normal;}


a.unav:link {text-decoration: none;color: #CC0000; font-size: 10px; font-weight: normal}
a.unav:visited {text-decoration: none; color: #CC0000; font-size: 10px; font-weight: normal}
a.unav:active {text-decoration: none; color: #CC0000; font-size: 10px; font-weight: normal}
a.unav:hover {text-decoration: none;color: #CCFFFF; font-size: 10px; font-weight: normal;}


.header
{
font-size: 30px;
font-weight: bold;
line-height: 130%;
padding-left: 10%;
}

.headerlinks
{
line-height: 130%;
padding-left: 10%;
}

.text-1 {
	color: black;
	font-size: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none }

.text-10 {
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none }

.text-12 {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none }

.text-14 {
	color: black;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none }

.text-16 {
	color: black;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none }

.text-18 {
	color: black;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none }

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.bigheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.achtung {
	text-align: center;
	color: red;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; }
.firstrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-color: #CC0000;
	text-align:center;}
.tablecontent {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none ;
	background-color: #FFCC66;}

.bold10 {
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;}
	
.bold12 {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;}
	
	
.strike {
	text-decoration: line-through;}
	
.center {
	text-align: center;
	}
	
.thumb {
	width: 120px;
	hight: 120px;
	}

.news {
	font-family:georgia, verdana, arial, sans-serif;
	color:#666;
	font-size:12px;
	}
	
.newslow {
	font-family:georgia, verdana, arial, sans-serif;
	color:#666;
	font-size:10px;
	}

.gb-eintrag {
	width: auto;
	}
	
.kopfdaten {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	}
	
.inhalt {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	}