body {
 background-color:#CDB85D;
 font-family:Arial;
 margin:0px;
 padding:0px;
}
html {
 background-color:#CDB85D;
 font-family:Arial;
 margin:0px;
 padding:0px;
}
div {

 margin:0px;
 padding:0px;
}

img { padding:0px;margin:0px;}




p {
 margin:0px;
 margin-left:30px;
 margin-bottom:10px;
 margin-top:5px;
 padding:0px;
 font-size:12px;
 width:400px;
}

p.nav {
 margin:0px;
 margin-left:10px;
 margin-bottom:0px;
 margin-top:0px;
 padding:0px;
 font-size:16px;
 color:white;
}

p.navoben {
 margin:0px;
 margin-left:600px;
 margin-bottom:0px;
 margin-top:157px;
 padding:0px;
 font-size:12px;
 color:white;
}


td {
 margin:0px;
 padding:0px;
}


h1 {
 padding:0px;
 font-size:24px;
 color:black;
 margin: 25px 0px 10px 40px;
}
h2 {
 margin:0px;
 padding:0px;
 margin-left:30px;
 margin-bottom:20px;
 margin-top:20px;
 font-size:16px;
 font-weight:bold;
 color:#823B1D;

}
h3 {
 margin:0px;
 padding:0px;
 margin-left:40px;
 margin-top:40px;
 margin-bottom:20px;
 font-size:15px;
 font-weight:bold;
 color:black;
}

#center_header {
    position: absolute ;
    top:0px;
    left: 50%;
    margin: 0px 0px 0px -478px;
    width:955px;
    background-color:#823B1D;
    z-index:10;
    clear:both;
    height:100px;

    }

	  #header {
      position: absolute; top:0px; left:0px; z-index:3; width:100%; background-color :#6A411D; height: 180px;background-image: url(../bilder/titel.jpg);background-repeat:no-repeat;
    }

   * html #center_header {
  	border-top-width: 150px;	/* = Kopfzeilenhöhe */
  	border-left-width: 200px;	/* = Spaltenbreite links */
  	border-bottom-width: 50px;	/* = Fußzeilenhöhe */
  	border-right-width: 100px;	/* = Spaltenbreite rechts */
  	border-style: solid;
  }


     #toppad {  height: 100px; }

#center_scrolling {
    position: absolute ;
    top:180px;
    bottom:30px;
    left: 50%;
    margin: 0px 0px 0px -478px;
    width:954px;
    background-color:#823B1D;
    border-left:1px solid #6C2D1C;
    border-bottom:1px solid #6C2D1C;
    z-index:5;
    clear:both;
    overflow:hidden;
    height: expression((document.body.clientHeight - 200) + "px");

    }
#navigation-left {
    position: absolute ;
    top:0px;
    bottom:0px;
    left:0px;
    width:200px;
    background-color:#823B1D;
    z-index:5;
    clear:both;
    overflow:auto;
}
#scrollbereich {
    height: 100%;  overflow: auto ;  margin-left:200px; background-color:#EFE0B9;border-right:1px solid #6C2D1C;border-left:1px solid #6C2D1C;

}

table {
table-layout:fixed;
empty-cells:show;
font-size:13px;
}



a:link { font-weight:normal; color:white; text-decoration:none; }
a:visited { font-weight:normal; color:white; text-decoration:none; }
a:focus { font-weight:normal; color:white; text-decoration:none; }
a:hover { font-weight:normal; color:white;  text-decoration:underline; }
a:active { font-weight:normal; color:white;  text-decoration:none; }

p.subnav a:link { font-weight:normal; color:black; text-decoration:underline; }
p.subnav a:visited { font-weight:normal; color:black; text-decoration:underline; }
p.subnav a:focus { font-weight:normal; color:black; text-decoration:underline; }
p.subnav a:hover { font-weight:normal; color:black;  text-decoration:underline; }
p.subnav a:active { font-weight:normal; color:black;  text-decoration:underline; }


