body {
 background: #4f5a46 url('Bilder/topcenter.jpg') repeat-x top center; 

font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0px;
margin:0px;
}
a {color: #000099}
a:visited {color:#000099;}
a:hover {color: #0000ff;}

a:link {
   font: bold 0.97em Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   text-align: none;
   }
   
a:visited {
font: bold 0.97em Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: none;

   /*background: url('menuhover1.gif') no-repeat;*/
 }


h1 {
font-size: 16px;
font-family: Baskerville Old Face,
/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
color: #9A1212;
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

h5{
color: #DB7093; 
font-size: 12px; }




/* ----------container to center the layout-------------- */
#container {
width: 960px;
background: #ffffff;
margin-left: auto;
margin-right: auto;
height:100%;
border:2px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
height:114px;
text-align: center;
background:  url('Bilder/header3.jpg') no-repeat bottom left;
background-color: #000000;

padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:50px;font-size:2em;font-weight:bold;}


/* -----------------content--------------------- */
#content {

background: #ffffff url('Bilder/Auszeichnung.gif') no-repeat bottom center;
padding: 0px;
margin-left: 200px;
margin-right: 0px;
width: 554px;

}
div#content { 
min-height:700px;
/*height:expression(this.scrollHeight > 700 ? "auto":"700px"); */
}

p, pre{
padding: 5px 10px;
margin: 0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
background:#ffffff url('Bilder/left-neu.png') repeat top right;

 
height:700px;
}

/* --------------right navi------------- */
#right {
float: right;
width: 200px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
background:#ffffff url('Bilder/right.png') repeat top right;
 
height:700px;
}

/* --------------box------------- */
#box {
float: right;
width: 200px;
height:200px;
margin-top: 20px;
padding: 0px 0px;
text-align: center;

 
}
/* --------------box2------------- */
#box2 {
float: right;
width: 200px;
height:200px;
margin-top: 20px;
padding: 0px 0px;
text-align: bottom;

 
}

/* --------------menue2------------- */

#menue2 {
  width: 100%; 

}

/* --------------space------------- */

#space {
  width: 200px; 

height:20px;
}

/* --------------reg11------------- */
#reg11 {
background: url('Bilder/ecke02.gif') #999999 no-repeat top right;
margin:1px;
float: left;
text-align:left;
height:20px;
width:49%;
}
/* --------------reg12------------- */
#reg12 {
background: url('Bilder/ecke02.gif') #cccccc no-repeat top right;
margin:1px;
float: left;
text-align:left;
height:20px;
width:49%;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;

height:0px;
text-align: right; 
background:   url('Auszeichnung1.gif') no-repeat top right
}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
/*list-style-image: url("bullet.gif")*/


 padding: 10px;
 margin: 0px;
}

 .verticalmenu li, .verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover {

   font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
   color: #9A1212;
   text-decoration: none;
   text-align: none;
   
   width: 140px;
   height: 32px;
   /*background: url('menuhover1.gif') no-repeat;*/
 }


 .verticalmenu a:hover{
   background: url('menuhover1.gif') no-repeat;
   color: #dc4d1b;
 }


