html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-family: inherit;
   vertical-align: baseline;
}
:focus {
   outline: 0;
}
body {
   line-height: 130%;
   font-size: 14px;
   color: #000;
   background-color: #fff;
   font-family: Arial, Helvetica, sans-serif;
   background-image: url(../images/bg_body.gif);
   background-repeat:  repeat-x;
   background-position: center 23px;
}
ol, ul {
   list-style: none;
}
table {
   border-collapse: separate;
   border-spacing: 0;
}
caption, th, td {
   font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: "";
}
blockquote, q {
   quotes: "" "";
}
#verwaltung{
   background-color: #fff;
   border-bottom: 1px solid #9ACB00;
   padding:8px;
   position: absolute;
   top: 115px;
   left: 0;
   width: 190px;
   
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
   color : #464646;
   background-color: #D7D7D7;
   margin:2px 5px;
   padding:5px;
   font-weight : normal;
   text-decoration : none;
   display: block;
}
#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
   background-color: #9ACB00;
   color: #fff;
}
address{
   font-style: normal;
}
