* {
  font-size:12px;
}

a {
   color:#565656;
}

a:hover {
   text-decoration: underline;
}



body {
    margin:0px;
    padding:0px;
    background:#B0B0B2;
    color: #6a5563;
    font-weight: normal;
    font-family:Arial, Helvetica, sans-serif;
}


.Main {
    width:990px;
    border:0px solid red;
}


.Kopf {
   background:white;

   height:237px;
}

.Kopf2 {
   background:white;
}

.Kopf2 .Linie {
  margin-left:30px;
  margin-right:30px;
  border-bottom:1px dotted #A1A1A1;
}

.Kopf2 .Text1 {
  text-align:left;
  padding:20px;
  padding-left:30px;
}

.Kopf2 .Text2 {
  text-align:left;
  padding-left:30px;
  font-size:18px;
  color:#004775;
}

.Links {
   position:absolute;
   margin-left:30px;
   border-left:3px solid #004775;
   text-align:left;
   width:180px;
   top:348px;
   background:#F1F1F1;
}

.Rechts {
   position:absolute;
   text-align:left;
   width:180px;
   margin-left:780px;
   top:348px;
}

.Inhalt , .Inhalt2 {
   text-align:left;
   border-left:220px solid white;
   border-right:220px solid white;
   border-top:15px solid white;
   background:white;
   min-height:500px;
   height:auto !important;
   height:500px;
}

.Inhalt .Text,.Inhalt2 .Text {
   padding:10px;
   padding-top:0px;
}

.Inhalt2 {
   border-right:2px solid white;
}

/* navi links */

.NaviKopf {
  padding:5px;
  padding-left:10px;
  background:#004775 ;
  text-decoration: underline;
  color:white;
  font-weight:bold;
}


.NaviVerlauf {
   background-image:url(/bergheim/bilder/navi_verlauf.gif);
   background-repeat:repeat-x;
   height:86px;
}

.LinksNavi {
   text-align:left;
   padding-left:10px;
}

.NaviUL {
   margin:0px;
   padding:0px;
}


.navi {
   color:#000000;
   text-decoration:none;
   font-weight:bold;
}

.unavi {
   text-decoration:none;
   font-weight:normal;
}

.linavi {
   list-style-type:none;
   padding-top:5px;
}

.liunavi {
   list-style-image:url(/bergheim/bilder/li.gif);
   padding-top:5px;
   margin-left:15px;
   margin-bottom:6px;
}

small {
   font-size:80%;
}


