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

html, body {
  scrolling: auto;
  scrollbar-base-color: #EFF6FF;
  scrollbar-arrow-color: #3D336F;
  scrollbar-face-color: #EFF6FF;
  scrollbar-track-color: #EFF6FF;
  scrollbar-dark-shadow-color:#3D336F;
  scrollbar-highlight-color:   none;
  scrollbar-shadow-color:#3D336F;
 width: 100%;
 height:100%;
 background-image: url('../image/hg.jpg');
 text-align:center;
 }
 
 #left{float:left;}
 #right{float:right;}
 
 #document {
 width: 952px;
 background-color: #EFF6FF;
 margin-left: auto;
 margin-right: auto;
 }
 
#borderleft {
 width:1px;
 height: 542px;
 background-image: url('../image/borderleft.jpg');
 background-repeat: no-repeat;
 float: left;}
 
#mainconatainer {
 float:left;
 height: 542px;
 width: 943px;
 background-color: #EFF6FF;
 text-align:left;
 } 
 
 #topbar{
 height: 147px;
 background-color: #FFFFFF;
 background-image: url('../image/header.jpg');
 background-repeat: no-repeat;
 } 
 
#left {
 overflow:hidden;
 width: 236px;
 height: 395px;
 background-image: url('../image/left.jpg');
 float: left;
 } 
 
 #content {
  overflow:auto;
  width: 707px;
  height: 395px;
  background-color: #EFF6FF;
  float: right;
 }

 #contentcenter {
  margin-left:10px;
  width: 677px;
  height: 395px;
 }

#right {
overflow:hidden;
 width:8px;
 height: 542px;
 background-image: url('../image/rightshade.jpg');
 background-repeat: no-repeat;
}

#bottom {
 clear:both;
 width:952px;
 height: 10px;
 background-image: url('../image/bottomshade.jpg');
 background-repeat: no-repeat;
  margin-left: auto;
 margin-right: auto;
}

/*************************
 *  INHALTE FORMATIEREN  *
 *************************/
 
#content *{
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px
}
#content h1,
#content h2,
#content h3,
#content p{
 margin-bottom:10px;
}

#content h1{
  color: #3d336f;
  font-family: Verdana;
  font-size: 14px;
}

#content h2{
  color: #dba964;
  font-family: Verdana;
  font-size: 12px;
}

#content a{
   color: #3d336f;
  text-decoration: none;}
  
#content a:hover{
  text-decoration: none;
  color: #DBA964;} 
  
 #content a:active{
  text-decoration: none;
  color: #DBA964;} 
  
p {margin:0 0 0;}

input, textarea, select { 
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background: #EFF6FF;
  border: 1px;
  border-style: solid;
  border-color: #DBA964;
  }
ul 
{list-style-type:disc;
margin-top: 5px;
margin-left: 50px;}

ul li {margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;}

ol 
{/*list-style-type:disc;*/
margin-top: 5px;
margin-left: 50px;}

ol li {margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;}

div.divider {
 height:10px;
  margin-top:5px;
  margin-bottom:5px;
}



