html
{
   height: 100%;
}
body
{
   margin: 0px; height: 100%;

   background: #B8B8B8 url(img/backgr1.jpg) repeat-x center bottom;
   background-attachment: fixed;

   font-family: Helvetica, Arial, Sans-Serif;
   font-size: 11px;
}

a:link
{
   color: #000000;
   text-decoration: underline;
}

a:visited
{
   color: #000000;
   text-decoration: underline;
}

a:hover
{
   color: #000000;
   text-decoration: underline;
}

a:active
{
   color: #000000;
   text-decoration: underline;
}


.navigation a:link
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

.navigation a:visited
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

.navigation a:hover
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
}

.navigation a:active
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

table
{
   color: #000000;
   font-size: 11px;
   text-align: left;
}

img
{
   border: 0px;
}

.infoBoxHeading
{
   height: 22px;
   padding-left: 5px;

   background-image: url(img/head.jpg);

   color: #FFFFFF;
   font-weight: bold;
}

.infoBox
{
   margin: 5px;

   border: solid 1px #4F81BC;
   border-collapse: collapse;
}

.infoBoxText
{
   padding: 5px
}

.navigation
{
   color: #FFFFFF;
}

.content
{
   padding: 10px;
}

.banner a
{
   margin-top: 82px;

   color: #FFFFFF;
   margin-bottom: -1px;
   margin-left: 5px;
   display: block;
   width: 95px;
   height: 29px;

   float: right;
   text-decoration: none;
   text-align: center;
   line-height: 2.5em;
   font-weight: bold;

   background-image: url(img/button.jpg);
}

.banner a:hover
{
   background-image: url(img/button_hover.jpg);
}

#rueckruf
{
   background-image: url(img/button_rueckruf.jpg);
}

#rueckruf:hover
{
   background-image: url(img/button_rueckruf_a.jpg);
}

#active
{
   background-image: url(img/button_active.jpg);
}

.copyright
{
   margin-top: -55px;
}

.pageHeading
{
   font-size: 16px;
   font-weight: bold;
}

input
{
   font-family: Helvetica, Arial, Sans-Serif;
   font-size: 11px;
}