/*************** VERWALTUNG ***************/

#verwaltung{
   text-align:center;
   padding:8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
   color : #333;
   background-color: #dee6f3;
   margin:0 5px;
   padding:5px;
   font-weight : normal;
   text-decoration : none;
   border: 1px dotted #fff;
}
#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
   background-color: #0065b5;
   color: #fff;
}
