*{/*global reset*/
  list-style: none;
  margin: 0;
  padding:0;
  text-decoration: none;
  background: none;
 }

a:link { color:#09008b;}
a:visited { color:#09008b;}
a:focus { color:#09008b;}
a:hover { color:#066fff;}
a:active { color:#09008b;}
html {
   background: #e1e2f1;
   }
body{
  font: 14px Arial, Verdana, sans-serif;
  color: #41414e;
  line-height: 150%;
  }
h1, h2, h3, h4, h5 {
  font-weight: bold;
  color: #09008b;
  }
h1 { font-size: 18px;}
h2 { font-size: 17px;}
h3 { font-size: 16px;}
h4 { font-size: 15px;}
h5 { font-size: 14px;}


/***Hauptpositionierung***/
#wrapper{
   width: 950px;
   }
#header{
   background: #cdcddb;
   height: 200px;
   margin-top:10px;
   }
#body{
   background: #fff;
   overflow: hidden;
   }
#links{
   width: 239px;
   float: left;
   display: inline;
   background: #cdcddb url(../images/back_nav.jpg) no-repeat;
   min-height: 400px;
   padding-bottom: 9999px;
   margin-bottom: -9999px;
   }
#mitte{
   float: left;
   width: 650px;
   background: #fff;
   padding-bottom: 9999px;
   margin-bottom: -9999px;
   }
#content{
   margin-left: 50px;
   margin-top: 50px;
   }
#content li{
   list-style-position: outside;
   list-style-type: circle;
   margin-left: 15px;
   }
#navigation{
   margin-left: 25px;
   margin-top: 30px;
   float: left;
   display: inline;
   width: 180px;
   }
#navigation li{
   border-bottom: 1px dotted grey;
   vertical-align: center;
   }
#navigation a{
   display: block;
   padding-top: 5px;
   padding-left: 20px;
   height: 25px;
   }
#navigation a:hover{
   display: block;
   background: url(../images/back_hover.png) no-repeat;
   }
#footer{
   font-size: 11px;
   }
.current{
   background: url(../images/back_hover.png) no-repeat;
   }
