html, body {
   	 margin:0;
   	 padding:0;
   	 width:100%;
   	 background-color: #cd9;
   	 overflow:hidden;
	}

#kopf {
	height:35%;
	background-image: url(pics/hi_kopf.gif);
	color: transparent;
	}
#logo {
	border:none;
	position:absolute;
	left:0px;
	top:6%;
	width:39%;
	z-index:2;
	}
img {
	border:1pt solid #385;
	}
	
#hof {
	position:absolute;
	right:0px;
	top:30px;
	width:60%;
	border:1pt solid #385;
	z-index:1;
	}
#schild {
	position:absolute;
	top:40%;
	left:0%;
	bottom:7%;
	width:23%;
	}
#txt {
	display: block;
	position:absolute;
	top:44%;
	left:26%;
	width:52%;
	height:50%;
	font: normal 1em Arial, sans-serif;
	overflow:auto;
	}
	
#txt div {
	background-color:#DCE9B3;
	border:1pt solid #385;
	padding: 0px 5px 5px 5px;
	margin:0 10px 10px 0;
	}
	
#txt h2	{ 
	font-size:1em;
	margin-top:2px;
	}
#ecke {
	position:absolute;
	right:0%;
	top:40%;
	width:20%;
	}
#furchen {
	position:absolute;
	right:0%;
	bottom:7%;
	width:20%;
	}
	
/*horizontale navigation*/

 #navi 		{
 		position:absolute;
 		right:0%;
		top:35%;
 		display: block;
		margin: 0; /*entfernt Abstand in IE und Opera*/
		padding: 0; /*entfernt Abstand in Mozilla und NN7*/
		width:100%;
		height:5%;
		background-color: #86B470;
		z-index:4;
		}
		/*Formatierung für textbrowser soll nicht angezeigt werdent*/
 #navi  span 	{
 		display:none;

 		}
 a.nav1, a.nav1:link, a.nav1:visited,
 a.nav1:hover
 		{
		display: block;
		float:left;
		font: bold 1.2em Arial, sans-serif;
		padding: 3px 2px 3px 5px;
		border:1px solid #385;
		width: 25%;
		height:95%;
		text-decoration: none;
		overflow:visible;
		}
/* Link-Farben	*/
a.nav1, a.nav1:link, a.nav1:visited {
		background: #9cc;
		color: #000;
		}

/* hover-Farben */
a.nav1:hover	{
		background: #c8e8e8;
		color: #000;
		}

/* Fuß */
#footer {
	position:absolute;
	top: 97%;
	right:0%;
	width:100%;
	
	clear:both;
	background-color: #385;
	color: #cd9;
	font: normal 75% Arial, sans-serif;
}
#footer p {
	margin: 0.2em 0 0.2em 2em;
	padding: 0;
}
#footer span {
	margin-left:8%
}
#footer a, a:link, a:visited, a:hover {
	color: #cd9;
}


