
/* schriftstil,abstände */

body
{ color:#0C0C0C;  background-color: #ffffff; font-family: verdana,arial; font-size: 10pt;}


table,tr,td
{margin-top: 0px; margin-left: 0px; margin-right: 0px; color: #0C0C0C ;font-family: verdana,arial; font-size: 10pt; }

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: #ffffff; scrollbar-base-color: #ebebeb;
scrollbar-highlight-color : #9F9F9F; scrollbar-shadow-color :#ffffff;
SCROLLBAR-TRACK-COLOR: #DFDFDF;}

div.inhalte {
  width:980px;height:460px;
  padding:0px;
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:black;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:black;
  background-color:#f9f9f9;
  background-image:url(images/back.jpg);
}

div.textbereich {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 20px;
  margin-bottom:20px;
}

div.oben {
  width:980px;height:35px;
  padding:0px;
}

div.unten {
  width:980px;height:40px;
  padding:0px;
}

/* menue oben */

#menu  a:link, #menu2  a:visited, #menu  a:visited  {display: inline;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 11px 6px 11px;
        text-decoration: none;
        color: #800000; float: left;
}

 #menu a:hover {color: #000000;
        background: url(images/pfeil.gif) no-repeat bottom center;
}




/* allgemeine links im text */

a:link{ color: black; text-decoration:underline; ;font-family: verdana; font-size: 10pt; }

a:visited{color: black;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:active{ color:black;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:hover{ color: white;background-color: #800000;  text-decoration:none;font-family: verdana; font-size: 10pt; }


form {margin-bottom:0px;}
