/* CSS Document */

@page { size:landscape; }

html, body {
 background-color: white;

   margin:0px;
   padding:0px;
   height: 1000px;
}
 
#header {
   width:100%;
   height:120px;
   padding:0px;
   margin:0px;
}
 
#navigation {
   position:absolute;
   background-color: transparent;
   top:250px;
   left:25px;
   width:200px;
   margin:0px;
   padding:0px;
}

#navigation LI {
   background-color: transparent;
   padding: 0;
   margin: 0;
   list-style: none;
   width: 180px;
   }
#navigation UL {
   background-color: transparent;
   padding: 0;
   margin: 0;
   }
#navigation A {
   font: bold 0.8em/25px sans-serif;
   text-decoration: none;
   display: block;
   padding: 5px 10px;
   border: none;
   margin: 0;
   width: 180px;
   display: block;
   }
#navigation A:link, #navigation A:visited {
   color: black; /*#fff;*/
   background: transparent /*#600*/
               url(../bilder/navback3.gif)
               no-repeat
               0% 100%;
   }
#navigation A:hover, #navigation A:focus {
   color: black; /*#fff;*/
   background: transparent /*#600*/
               url(../bilder/navback3.gif)
               no-repeat
               0% 0%;
   } 
 
#content {
   margin-top:0px;
   margin-left: 260px;/*180px;*/
   margin-right:180px;
}
 
#features {
   position:absolute;
   background-color: transparent;
   top:120px;
   right:0px;
   width:180px;
   margin:0px;
   padding:0px;
}
 /*
#logo {
   position:absolute;
   top:30px;
   left:30px;
   width:220px;
   height:190px;
}
 
#kasten_1 {
 width:156px;
   height:160px;
   margin:0px;
   padding:0px;
   }
*/
/* NAVIGATION
----------------------------------------------------------*/ 
#impress {
  position: absolute;
  top: 20px;
  right: 8px;
  font-size: 13px;
  border: none;
} 

#impress a { text-decoration: none; }

#impress a:hover{ text-decoration: underline; }

/* NAVIGATION
----------------------------------------------------------*/ 
#top_navigation {
   position:absolute;
   top:79px;
   left:196px;
   border:none
   width:459px;
   height:21px;
}
 
#main_navigation {
   width:180px;
   height:343px;
}
 
h1,h2,p.text,p.intro,ul,ol,table.text {
   margin-left:16px;
   margin-right:16px;
   font-family:"Century Schoolbook",serif;
}
 
h1 {
   font-weight:bold;
   font-style:normal;
   font-size:130%;
   line-height:1.1em;
   color:rgb(90,115,135);
   border-left:rgb(190,215,235) solid 20px;
   border-bottom:rgb(190,215,235) solid 4px;
   padding-left:12px;
   margin-top:32px;
}
 
h2 {
   font-weight:bold;
   font-style:normal;
   font-size:110%;
   line-height:1.1em;
   color:rgb(90,115,135);
   border-bottom:rgb(190,215,235) solid 2px;
   margin-top:24px;
}

table {
    font-style:normal;
   font-size:100%;
    }
 
p.intro {
   text-align:left;
   font-weight:normal;
   font-style:italic;
   font-size:100%;
   line-height:1.1em;
   margin-left:48px;
   color:black;
}
 
p.text {
   text-align:justify;
   font-weight:normal;
   font-style:normal;
   font-size:100%;
   line-height:1.1em;
   color:black;
}
 
li {
   text-align:left;
   font-weight:normal;
   font-style:normal;
   font-size:100%;
   line-height:1.1em;
   color:black;
}
 
td,th {
   text-align:left;
   font-style:normal;
   font-size:100%;
   line-height:1.1em;
   color:black;
}
 
th {
   font-weight:bold;
}
 
div.box_title {
   margin-top:16px;
   margin-left:8px;
   margin-right:8px;
   background-color:rgb(130,130,130);
   color:white;
   font-family:Tahoma,sans-serif;
   font-size:12px;
   font-weight:bold;
   padding:1px;
}
 
div.box_content {
   margin-left:8px;
   margin-right:8px;
   margin-bottom:8px;
   background-color:white;
   border:rgb(130,130,130) solid 1px;
   color:black;
   font-family:"Century Schoolbook",serif;
   font-size:80%;
   font-weight:normal;
   padding:3px;
}

/* FOOTER
----------------------------------------------------------*/
p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: transparent /*#fed; border: 1px solid silver; */
  }
#bottommenu {  position:relative; 
width:420px; 
height:33px; 
margin-left:195px; 
text-align: center;
border-top:1px solid #4EA32C;}
