html {
   width:100%;
   height:100%;
   margin:0px;
   padding:0px;
   overflow:auto;
   font-size:100.1%;
   font-family: 'Alike', serif
}

body {
   position:relative;
   width:100%;
   height:100%;
   margin:0px auto 0px auto;
   overflow:hidden;
   background:#8C2016 url('../bilder/bg2.png');
   color:#8C2016
}

.seite {
   position:relative;
   width:770px;
   height:100%;
   margin:0px auto auto 0px;	 /* Positioned on the LEFT   */
   margin:0px auto 0px auto;	 /* The horizontal centering */
   padding:20px;
   padding-top:0px;
   overflow:auto;
   background-color: #ffffff;
   box-shadow:-5px 10px 20px 20px #ffffff;
   -moz-box-shadow:-5px 10px 20px 20px #ffffff;
   -webkit-box-shadow:-5px 10px 20px 20px #ffffff
}

.kopf {
   background:#ffffff url("../bilder/Kopfbild.png") no-repeat top right;
   height:115px;
   margin-top:0px
}

.navi {
   position:relative;
   top:40px;
   height:50px;
   font-size:small;
   text-align:justify;
   overflow:hidden
}

.inhalt {
   text-align:justify;
   margin-top:70px;
   margin-bottom:50px
}

h1 {
   font-size:16pt;
   text-align:center
}

h2 {
   font-size:14pt
}

h3 {
   font-size:12pt
}

li {
   margin-bottom:7px
}

a:link {
   padding:5px;
   text-decoration:none;
   color:#8C2016
}

a:hover {
   padding:5px;
   background-color:#FEE45E
}

a:visited {
   padding:5px;
   text-decoration:none;
   color:#8C2016
}

a.nichts:hover {
   background-color:#ffffff;
   cursor:text
}

.sp1 {
   padding: 5px;
   width:40%;
   text-align:left;
   vertical-align:top
}

.sp2 {
   padding: 5px;
   width:40%;
   text-align:left;
   vertical-align:top
}

.sp3 {
   padding: 5px;
   width:20%;
   text-align:right;
   vertical-align:top
}