body {
    color: black; background-color: #653205;
    font-size: 100.01%;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0; padding: 0em;
    min-width: 800px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
a:link { font-weight:bold; color: #653205; text-decoration:none; }
a:visited { font-weight:bold; color: #653205; text-decoration:none; }
a:focus { font-weight:bold; color: #653205; text-decoration:none; }
a:hover { font-weight:bold; color:#653205; text-decoration:none; }
a:active { font-weight:bold; color:#653205; text-decoration:none; }

#page {
padding: 0;
top: 50px; 
bottom: 50px;
position: relative;
width: 890px;
margin-left:auto; margin-right:auto;
}

#container
{
color: #333;
background-color: #fff;
padding: 0px;
/* border: 1px dashed #b9821a; */
}

#left
{
float: left;
width: 148px;
min-height: 169px;
max-height: 291px;
/* border: 1px ridge green; */
overflow: visible;
position: relative;
z-index:1;
}

#left p {
padding: 240px;
margin-top: 188px;
text-align: center;
font-size: 0.8em;
}

#left ol {
margin-right: 3px;
margin-top: 183px;
text-align: left;
font-size: 0.7em;
background-color: #ffffff;
list-style-type: none;
}

#left ul {
margin-right: 3px;
margin-top: 1px;
text-align: left;
font-weight: normal;
font-size: 0.7em;
background-color: #ffffff;
list-style-type: square;
}

#left a {
font-weight: normal;
}

#right {
position: relative;
left: 100%;
bottom: 325px;
width: 150px;
padding: 0px;
text-align: center;
/* border: 1px ridge blue; */
}

#right p {
padding: 5px;
margin-top: 0px;
text-align: center;
font-size: 0.8em;
}

#main {
margin-left: 148px;
padding-right: 0px;
padding: 0em;
min-height: 291px;
height: 100%;
/* border: 1px solid black; */
}

#content {
background-color: #fff;
margin-right: 150px;
padding-right: 0px;
/* Next padding: Abstand Mittelparttext zum Flutlichtmast */
padding: 1.3em;
height: 100%;
position: relative;
font-size: 0.9em;
}

#content p {
text-align: left;
}
#contenthead
{
padding: 0em;
background: transparent;
padding: 0;
text-align:center;
margin-left:auto; margin-right:auto;
}

#content ol {
text-align: left;
background-color: #ffffff;
list-style-type: none;
font-size: 0.85em;
}

#content ul {
text-align: left;
background-color: #ffffff;
list-style-type: square;
}

#content h1#content h2 { 
margin: 1em 0 .5em 0;
}

#footer
{                                                                                                             
clear: both;                                                                                                  
background: transparent;                                                                                      
padding-top: 100px;                                                                                           
position: relative;                                                                                           
top: 0px;                                                                                                     
left: 0px;                                                                                                    
height: 163px;                                                                                                
/* border: 3px ridge blue; */                                                                                 
} 

#footernav {                                                                                                  
background-color: #653205;                                                                                    
/* border: 1px ridge red; */                                                                                  
padding: 0em;                                                                                                 
position: relative;                                                                                           
bottom: -50px;                                                                                                
text-align:center;                                                                                            
}

#footernav li {
   padding: 0;
   margin: 0;
   list-style: none;
   display:inline;
}

#footernav ul {
   padding: 0;
   margin: 0;
}

#left p 
{ 
margin-top: 160px; 
padding: 2px;
}

#content h2 { 
font-size: 1.4em;
line-height: 2em;
text-align: left;
font-weight: bold;
}

#content h3 { 
font-size: 1em;
line-height: 0.05em;
text-align: left;
font-weight: bold;
}

a.navhome  {
    display:block;
    width: 80px;
    height:26px
}