/* CSS Document */

body {
	font-family: Arial;
        padding: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        top: 0px;
        left: 0px;
	bgcolor="#FFFF00"

}

#bodyContainer {
        position: absolute;
        left: 0px;
           background-position: 780px 0px;
        width: 100%;
        height: 240px;
}


#linkeseite {
        width: 110px;
}

#middlepane {
        position: absolute;
        top: 0px;
        left: 110px;
        background-color: #fff;
        border:solid 1px;
        border-color:#778748;
}

#headerpane {
        width: 786px;
}



#rechteseite {
        position:static;
        top: 0px;
        left: 780px;
        background-image:url(../img/abstandhalter2.jpg);
           background-repeat: repeat-x;
}



#footer {
        clear: both;
        width: 780px;

        margin-top: 5px;
        padding-top: 2px;
        margin-bottom: 5px;
        padding-bottom: 2px;
        border-top: 1px solid #778748;
        margin-right: 2px;
        text-align: right;
        margin-left: 2px;

        font: 8pt Verdana, sans-serif;
        font-weight: bold;
        color: #778748;
}


#menus{
         float: left;
         padding:20px 0;
         border-right:1px solid #778748;


        
         width:9em;
}



#inhalt{

 padding:20px 0 0 0;

 margin-left:13em;
 margin-right:3em;
 font-size: 10pt;
 text-align: center;
}


        
#footer a {
        text-decoration: none;
        font: 8pt Verdana, sans-serif;
        color: #333333;
        font-weight: bold;
}


#logo {
        float: left;
          
        width: 100%;
        height: 100px;
        
        margin: 0px; padding: 0px;
        vertical-align:bottom;
}




small {
        font-size: 7pt;
        color: #000000;
}


h2 {
        font-size: 11pt;
        font-weight: bold;
        color: #000000;
}

h3 {
        font-size: 9pt;
        font-weight: bold;
        color: #000000;
}
h5 {
        font-size: 10pt;
        font-weight: bold;
        color: #000000;
}

li {
	list-style-type: none;
}

dt {
        margin-bottom: 5px;
        font-weight: bold;
}

dd {
        margin-bottom: 10px;
}


#menue a:link, #menue a:active, #menus a:link, #menus a:active {
    color: #35430E;
        text-decoration: none;
        font-size: 10pt;
}

#menue a:visited, #menus a:visited {
        text-decoration: none;
        color: #35430E;
        font-size: 10pt;
}

#menue a:hover, #menus a:hover {
        text-decoration: underline;
        border-bottom: 0px;
    color: #35430E;
        font-size: 10pt;
}

#inhalt a:link, #inhalt a:active, #inhalt a:link, #inhalt a:active {
    color: #35430E;
        text-decoration: none;
        font-size: 10pt;
}

#inhalt a:visited, #inhalt a:visited {
        text-decoration: none;
        color: #35430E;
        font-size: 10pt;
}

#inhalt a:hover, #inhalt a:hover {
        text-decoration: underline;
        border-bottom: 0px;
    color: #35430E;
        font-size: 10pt;
}




