body{
   background: #961824;
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   line-height: 130%;
   }

ul {
   margin: 0px;
   padding: 0px;
}

p, .bodytext p {
   margin: 0 0 14px 0;
}
 /*for a not so decent browser
.bodytext {
   margin: 0 0 14px 0;
}*/

#wrapper{
   width: 800px;
   margin: auto;
   border-left: 1px solid white;
   border-right: 1px solid white;
   height: 100%;
}
    
#schatten {
   width: 819px;
   margin:auto;
   background: url(gfx/schatten.jpg);
}

#container{
   width: 100%;
   margin: 0 -160px 0 0;
   float: left; 
   background: #EBD2D5;
   height: 100%;
}

#leftmenu {
   width: 140px;
   float: left;
   background: url(gfx/gradient1.jpg) no-repeat;
   color: #6F1F20;
   text-decoration: none;
   padding: 16px 10px 16px 10px;
}
.leftmenufirstentry {
   text-decoration: underline;
}
#leftmenu ul {
   list-style-type: none;
   margin: 0 0 0 8px;
}

#rightmenu{
   width: 160px;
   float: right;
   height: 100%;
   background: #D7A8AE url(gfx/gradient1.jpg) no-repeat;
   text-align: center;
}

#rightmenu p { text-align: center; }

.menuendline1 {
   margin-top: 11px;
   margin-left: -10px;
   margin-bottom: -18px;
}
*html .menuendline1 {
   margin-top: 15px;
   margin-bottom: -15px;
}
.menuendline2 {
   margin-left: 1px;
   margin-bottom: -2px;
}
*html .menuendline2 {
   margin-bottom: 1px;
}

#contentbox{
   margin: 0 160px 0 0;
}

#menu {
   color: #6F1F20;
   position: relative;
   top: -19px;
   z-index:1;
}
#contentboxreel {
   position: relative;
   top: -5px;
   padding: 0;
   margin: 0;
   /*border: 1px solid #00FF00;*/
   width: 448px;
   min-height: 432px;
}
*html #contentboxreel {
   height: 432px;
}

#box {
   margin: 0 0 0 160px;
   padding: 0 0 0 10px;
   padding-left: 10px;
   background: #F3E7E9;
   border: 1px solid white;
   border-bottom: 0px solid;
}

#header {
   clear: both;
   background: #E6BAB9 ;
   height: 128px;
   text-align: center;
   font-weight: bold;
   z-index:2;
}
h1 {
   font-size: 100%;
   font-weight: bold;
}
h4 {
   font-size: 15px;
   border-bottom: 1px dashed #000;
}
img { border: 0px; }

a:link, a:visited {
   color: #6F1F20;
   text-decoration: none;
}
a:hover {
   /*border-bottom: 1px dashed #00838B;*/
   color: #3F3F3F;
   text-decoration: none;
}
a:active {
   color: #3F3F3F;
   text-decoration: none;
}

a.noborder:hover {
border-bottom: 0px solid white;
}
/* active class for typo menu */
/* first one for decent browser */
a.active, #menu a.active {
   color: #3F3F3F;
}

#footer {
   clear:both;
   font-size: 10px;
   background: url(gfx/bg_content.gif);
   text-align: center;
   height: 18px;
}
.left {
   float: left;
}
