html {
   font-size: 100.1%;
}

html, body {
   margin: 0;
   padding: 0;
   line-height: 1.5;
}

body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.8em;
   color: #363636;
}

#print_head {
   display: none;
}

hr {
   color: #888888;
   background-color: #888888;
   border: 0;
   height: 1px;
}

/*************** Verwaltung ****************/

#verwaltung{
   background-color: #fff;
   border-bottom: 1px solid #363636;
   text-align:center;
   padding:8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
   color : #363636;
   background-color: #ebebeb;
   margin: 0 5px;
   padding:5px;
   font-weight : normal;
   text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
   background-color: #FFCC01;
   color: #363636;
}
