body {
    color: #000000; background: #fff;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

div#top {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 30px auto 30px;     /* standardkonforme horizontale Zentrierung */
    width: 1010px;
    padding: 0;
  }

div#logo {
    float: left; width: 1000px; height: 133px;
    margin: 0; padding: 0;
    background-image: url(bilder/top.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
  }
div#inhalt  {
    float: left; width: 1000px;
    margin: 0; padding: 0;
    background: #000000;
    background-image: url(bilder/back.png);
    background-position: 0px 0px;
    background-repeat: repeat-y;
  }
  
div#navi {
    clear: both;
    margin: 0;
    padding: 10px 10px;
    float: left;
    width: 230px;
    background-image: url(bilder/line.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
  }

div#seite {
    margin: 0;
    padding: 10px 10px;
    float: left;
    width: 730px;
    background-image: url(bilder/line.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
  }
  
div#foot {
    clear: both;
    margin: 0;
    padding: 10px 10px;
    float: left;
    width: 980px;  min-height: 30px;
    background: #000000;
    background-image: url(bilder/line.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    text-align: center;
    }

*html div#seite {
    padding: 20px 10px;
  }

*html div#foot {
    padding: 10px 10px;
  }

div#bottom {
    clear: both;
    margin: 0;
    float: left;
    width: 750px; height: 30px;
    background: #ffffff;
    }
    
/* Menue links */

#navi-left {
  width: 230px;
  margin: 0px;
}
#navi-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navi-left a:link, #navi-left a:visited {
  color: #aa8833;
  height: 24px;
  font-size : 14px;
  font-family : Verdana,Arial;
  font-weight: bold;
  text-decoration:none;
  padding: 6px 0 0 30px;
}
#navi-left a:hover, #navi-left a:focus {
  color: #ffffff;
}
#navi-left li a {
  height: 24px;
  font-size : 14px;
  font-family : Verdana,Arial;
  font-weight: bold;
  text-decoration:none;
}
#navi-left li a:link, #navi-left li a:visited {
  color: #000000;
  display: block;
  background: url(bilder/navi-left.png);
  background-repeat: no-repeat;
  padding: 6px 0 0 30px;
}
#navi-left li a:hover, #navi-left li a:focus {
  color: #ffffff;
  background: url(bilder/navi-left.png) 0 -30px;
  background-repeat: no-repeat;
  padding: 6px 0 0 30px;
}
#navi-left li a:active {
  color: #000000;
  background: url(bilder/navi-left.png) 0 -60px;
  background-repeat: no-repeat;
  padding: 6px 0 0 30px;
}
#navi-left #current a {
  color: #000000;
  background: url(bilder/navi-left.png) 0 -60px;
  background-repeat: no-repeat;
  padding: 6px 0 0 30px;
}
#navi-left #current a:hover {
  color: #ffffff;
  background: url(bilder/navi-left.png) 0 -30px;
  background-repeat: no-repeat;
  padding: 6px 0 0 30px;
}

P  {
	color : #000000;
	font-size : 14px;
	font-family : Verdana,Arial;
}

h1  {
	color : #775500;
	font-size : 16px;
	font-family : Verdana,Arial;
	font-variant : small-caps;
}

.white  {  color : #ffffff;
	         font-size : 10px;
	         font-family : Verdana,Arial; }
.white a:link { color:#ffffff;
           font-size : 10px;
           font-weight : bold;
	         font-family : Verdana,Arial; }
.white a:visited { color:#ffffff;
           font-size : 10px;
           font-weight : bold;
	         font-family : Verdana,Arial;  }
.white a:active { color:#ff0000;
           font-size : 10px;
           font-weight : bold;
	         font-family : Verdana,Arial;  }
.white a:hover { color:#ff0000;
           font-size : 10px;
           font-weight : bold;
	         font-family : Verdana,Arial; }

h3  {
	color : 775500;
	font-weight : bold;
	font-size : 14px;
	font-family : Verdana,Arial;
}

a:link  {
	color : #775500;
	font-size : 14px;
	font-family : Verdana,Arial;
}

a:visited  {
	color : #664400;
	font-size : 14px;
	font-family : Verdana,Arial;
}

a:active  {
	color : #ccaa55;
	font-size : 14px;
	font-family : Verdana,Arial;
}

a:hover  {
	color : #ccaa55;
	font-size : 14px;
	font-family : Verdana,Arial;
	text-decoration : underline;
}

a:focus  {
	color : #ccaa55;
	font-size : 14px;
	font-family : Verdana,Arial;
	text-decoration : underline;
}

ul  {
	color : #664400;
	font-size : 14px;
	font-family : Verdana,Arial;
}

img  {
	border-width : 2;
	border-style : solid;
	border-color : #664400;
	font-size : 14px;
}

.but  {
	font-family : Verdana,Arial;
	font-weight : bold;
	font-size : 14px;
	color : #ffffff;
	background-color : #000000;
}

.list {
   padding:2px;
   border-width:1px;
   border-style:solid;
   border-color:#775500;
   }

.form  {
	font-family : Verdana,Arial;
	font-size : 14px;
	color : #ffffff;
	background-color : #000000;
}

hr  {
	color : #664400;
	height : 2px;
	border-style : solid;
}

