body {
	background-image: url(bilder/design/sitebgrblue.jpg);
	background-repeat: repeat;
	background-color: #D1C0AE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999;
	margin: 0px;
	padding:0px;
	margin-top:10px;
	text-align:center;
	font-size:100.01%;
	width:100%;
	
	scrollbar-base-color:#fff;
  	scrollbar-3dlight-color:#ababab;
  	scrollbar-arrow-color:#ababab;
  	scrollbar-darkshadow-color:#888383;
  	scrollbar-face-color:#fff;
  	scrollbar-highlight-color:#ababab;
  	scrollbar-shadow-color:#888383;
  	scrollbar-track-color:#fff;
}

/* scrollbar~ nur fuer Iexpl, muss fuer neue Version im html ebenfalls angegeben werden*/
html{
scrollbar-base-color:#fff7;
  	scrollbar-3dlight-color:#ababab;
  	scrollbar-arrow-color:#ababab;
  	scrollbar-darkshadow-color:#888383;
  	scrollbar-face-color:#fff;
  	scrollbar-highlight-color:#ababab;
  	scrollbar-shadow-color:#888383;
  	scrollbar-track-color:#fff;
}

h1{
	font-size:1.1em;
	color:#c33;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;

}

h2{
	font-size:1.0em;
	color:#b0b7c1;
	padding-top:0px;
	padding-bottom:5px;
	margin:0px;
}

a {
	text-decoration:none;
	border-bottom:1px solid #c33;
}

p{
padding-bottom:10px;
margin:0px;
}

#seite{
	position:relative;
	width:800px;
	margin: 0px auto; /* zum zentrieren des inhalts! alle ausser iexpl */
}

#inhalt{
	text-align:left;
	width:800px;
	padding:1px;
	background-color:#FFFFFF;
	height:570px;
	font-size:0.7em;
	
}


#kopf{
	width:800px;
	height:123px;
	background:url(bilder/design/schraegeoben.jpg);
}

#logohomelink{
	width:100px;
	height:100px;
	position:absolute;
	top:25px;
	left:235px;
	z-index:100;
}

#logohomelink a {
	text-decoration:none;
	border-bottom:none;
}

#spaene{
	position:absolute;
	top:123px;
	left:250px;
	width:76px;
	height:28px;
	background:url(bilder/design/spaene.jpg) no-repeat;

}

#navi{
	position:absolute;
	top:170px;
	left:15px;
	width:140px;
	height:200px;
	font-size:11px;
	z-index:200;
}

#navi ul{
	margin:0px;
	padding:0px;

}

#navi li{
	list-style:none;
	padding-bottom:7px;
	padding-top:7px;
	padding-left:5px;
	border-bottom:1px solid #999;
	color:#C33;
}

#navi li a {
	text-decoration:none;
	border-bottom:none;
	color:#c33;
	display:block;
}

#navi li.firstlist{
	padding-top:0px;
}
#navi li.firstlistaktiv{
	padding-top:0px;
	font-weight:bold;
}

#navi li.aktiv{
	font-weight:bold;
}


#text{
	position:absolute;
	top:170px; /* 170px */
	left:215px; /* 215px */
	width:435px;
	height:250px;
	overflow:auto;
	padding-right:5px;
}

#text a{
	color:#999;
	text-decoration:none;
	border-bottom:none;
}

#voegelin{
	z-index:100;
	position:absolute;
	top:358px;
	left:20px;
	width:200px;
	height:200px;
	background:url(bilder/design/voegelin.gif) no-repeat;
}

#erde{
	z-index:200;
	position:absolute;
	top:150px;
	right:0px;
	width:82px;
	height:233px;
	background:url(bilder/design/erde.jpg) no-repeat;

}

#fuss{
	width:800px;
	height:149px;
	background:url(bilder/design/schraegeunten.jpg) bottom no-repeat;
	position:absolute;
	bottom:1px;
}

#linkleiste{
	width:499px;
	height:123px;
	position:relative;
	left:180px;
	top:0px;
}

