* {
  font-size:12px;
}

a {
   color:#3F577D;
}

a:hover {
   text-decoration: underline;
}


body {
    margin:0px;
    padding:0px;
    background:#333333;
    color: #6a5563;
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

    background-image:url(/dudenhofen/bilder/bg_body_all.gif);
    background-position: center;
    background-repeat:repeat-y;
}


.Main {
    width:978px;
}


.Kopf {
   background:white;
   background-image:url(/dudenhofen/bilder/logo_kopf.jpg);
   background-repeat:no-repeat;
   height:117px;
}


.KopfText {
   position:absolute;
   top:85px;
   font-size:96%;
   margin-left:770px;
   font-weight:bold;
}

.KopfText a {
   font-weight:bold;
   text-decoration:none;
}

.KopfNaviRechts {
   position:absolute;
   background:#334A73;
   background-image:url(/dudenhofen/bilder/bg_kopf2.gif);
   background-repeat:repeat-x;
   top:117px;
   width:9px;
   height:33px;
   margin-left:970px;
}

* html .KopfNaviRechts {
   height:35px;
}

.KopfNavi {
   background:#334A73;
   background-image:url(/dudenhofen/bilder/bg_kopf2.gif);
   background-repeat:repeat-x;
   width:978px;
   height:33px;
}

.KopfNavi ul {
   text-align:left;
   margin:0px;
   padding:0px;
   padding:8px;
   padding-left:0px;
}

.KopfNavi ul li {
   list-style-type:none;
   margin:0px;
   padding:0px;
   display: inline;
}

.KopfNavi ul li a {
   font-size:13px;
   font-weight:bold;
   text-decoration:none;
   padding:7px;
   padding-left:17px;
   padding-right:17px;
   color:#E4F9FF;
}

* html .KopfNavi ul li a {
   padding:8px;
}

.KopfNavi ul li a:hover {
   text-decoration:none;
   background:#334A73;
}

.KopfNavi .Active {
   text-decoration:none;
   background:#334A73;
}

.Links {
   position:absolute;
   height:81.8%;
   text-align:left;
   width:208px;
   top:160px;
   background:#D6DAE3;
}

.Rechts {
   position:absolute;
   text-align:left;
   width:210px;
   margin-left:769px;
   top:160px;
}

.Inhalt{
   text-align:left;
   border-left:208px solid #D6DAE3;
   border-right:208px solid #D6DAE3;
   margin-left:1px;
   min-height:500px;
   height:auto !important;
   height:500px;
}

.Inhalt .Text {
   padding:15px;
}

/* navi links */
.LinksNavi {
   text-align:left;
   border-top: 1px dotted #334A74;
   border-bottom: 1px dotted #334A74;
   margin:8px;
   margin-top:15px;
   padding-left:5px;
}

.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-type:none;
   list-style-position:outside;
   padding-top:5px;
   margin-left:15px;
   margin-bottom:6px;
   font-size:14px;
}

small {
   font-size:80%;
}

