/*--Eigenschaften global--*/
*{margin:0; padding:0;}
body {
      font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:100.01%;
	  background:url(../bilder/hg_intro.jpg);
	  scrollbar-base-color:#666;
	  scrollbar-arrow-color:#000099;
	  }
#wrapper
      {
	  width:800px;
	  margin:0 auto;
	  }
	  
/*--Eigenschaften Kopfzeile--*/
#kopf {
       width:800px;
	   height:50px;
	   border-top:1px solid #000099;
	   border-bottom: 1px solid #000099;
	   background:url(../bilder/titel.gif) no-repeat;
	   }

/*--Eigenschaften Inhalt--*/
#inhalt {
       overflow:auto;
       width:660px;
	   height:490px;
	   padding-left:140px;
	   padding-top:10px;
	   background-color:white;
	   }

#inhalt li {
	   list-style-position:outside;}
.listmargin {
	   font-size:1em;
	   margin-left:30px;
	   padding-bottom:12px;}

.rechtsbuendig {
       padding-left:520px;
}

#inhalt a:link {
	   font-weight: bold;
	   color: #000000;
	   text-decoration: none;
}
#inhalt a:visited {
	   font-weight: bold;
	   color: #000000;
	   text-decoration: none;
}
#inhalt a:hover {
	   font-weight: bold;
	   color:#0000ff;
	   text-decoration: none;
}
/*--Eigenschaften Navigation--*/
#navi {
       width:130px;
	   height:500px;
	   background-image:url(../bilder/stein_bg.jpg);
	   font-weight:bold;
	   margin-left:0px;
	   position:absolute;
	   top:86px;
	   border-right: 1px solid #000099;
	   }
#navi li {
       width:130px;
	   height:30px;
	   list-style-type:none;
	   margin-top:45px;
	   }
#navi a {
       display:block;
       text-decoration:none;
	   color:#fff;
	   background-color:#666666;
	   padding-left:5px;
}
#navi a:hover {color:#000; background-color:#fff;}
#navi a.aktiv {color:#000; background-color:#fff;}

/* unsichtbar */
hr, .invisible {
position:absolute;
left:-1000px;
top:-1000px;
width:0;
height:0;
overflow:hidden;
}

/*--Eigenschaften Fusszeile--*/
#fuss {
       width:670px;
	   height:20px;
	   background-color:black;
	   background-image:url(../bilder/stein_bg.jpg);
	   color:#fff;
	   font-size:0.8em;
	   font-weight:bold;
	   border-top:1px solid #000099;
       border-bottom:1px solid #000099;
	   padding-left:130px;
	   }