html {
   background-color:white;
   margin:0px;
   padding:0px;
}

body {
   width:798px;
   margin-top:25px;
   margin-left:auto;
   margin-right:auto;
   padding:0px;
   font-family: verdana, arial, helvetica,sans-serif;
}

#header {
   position:absolute;
   width:798px;
   height:125px;
   margin-top:0px;
   margin-left:0px;
   background-color:rgb(239,239,239);
}

#navigation {
   position:absolute;
   background-color:rgb(239,239,239);
   margin-top:125px;
   margin-left:0px;
   width:180px;
}

a.navi, a.navi_first, a.navi_self {
   display:block;
   white-space:nowrap;
   overflow:hidden;
   border-left:1px solid black;
   border-right:1px solid black;
   border-bottom:1px solid black;
   font-family:Tahoma,sans-serif;
   font-size:12px;
   font-weight:bold;
   text-decoration:none;
   letter-spacing:0.1em;
   padding:3px;
   text-align:center;

}

a.navi_first {
   border-top:1px solid black;
}

a.navi:link, a.navi_first:link,
a.navi:visited, a.navi_first:visited {
   background-color:rgb(130,130,130);
   color:white;
}

a.navi_self:link, a.navi_self:visited {
   background-color:red;
   color:white;
}

a.navi:hover, a.navi_first:hover, a.navi_self:hover,
a.navi:active, a.navi_first:active, a.navi_self:active {
   background-color:white;
   color:black;
}

#content {
   position:absolute;
   margin-top:125px;
   margin-left:180px;
   margin-right:180px;
   width:440px;
   border:1px solid black;
}

#features {
   position:absolute;
   margin-top:125px;
   margin-left:620px;
   width:180px;
}

#logo {
   position:absolute;
   top:25px;
   left:58px;
   width:64px;
   height:75px;
}

h1,h2,p.text,p.intro,ul,ol,table.text {
   margin-left:16px;
   margin-right:16px;
}

h1 {
   position:absolute;
   top:35px;
   left:135px;
   font-weight:bold;
   font-style:normal;
   font-size:18pt;
   line-height:1.1em;
   color:rgb(0,0,0);
}

h2 {
   font-weight:bold;
   font-style:normal;
   font-size:16pt;
   line-height:1.1em;
   color:rgb(0,0,0);
   border-left:rgb(130,130,130) solid 2px;
   border-top:rgb(130,130,130) solid 2px;
   padding-left:12px;
   padding-top:4px;
   margin-top:36px;
   width:90%;
   text-align: left;
}

h3 {
   font-weight:bold;
   font-style:normal;
   font-size:14pt;
   line-height:1.1em;
   color:rgb(0,0,0);
   padding-left:12px;
   padding-top:4px;
   margin-top:24px;
   width:90%;
   text-align: left;
}

hr {
   font-weight:bold;
   font-style:normal;
   font-size:110%;
   line-height:1.1em;
   color:rgb(0,0,0);
   border-top:rgb(130,130,130) solid 2px;
   width:90%;
}

p.intro {
   text-align:center;
   font-weight:normal;
   font-style:italic;
   font-size:100%;
   line-height:1.1em;
   margin-left:48px;
   color:black;

}

p {
   text-align:justify;
   font-weight:normal;
   font-style:normal;
   font-size:12pt;
   line-height:1.3em;
   color:black;
   margin-left:16px;
   margin-right:16px;

}

li {
   text-align:justify;
   margin-left: 16px;
   margin-right: 16px;
   font-weight:normal;
   font-style:normal;
   font-size:12pt;
   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;
}

.kasten {
   font-size: 12pt;
   text-align: center;
   padding: 5px;
   color: black;
   background-color: #ffff99;
   border-style: solid;
   border-width: 1px;
   border-color: black;
   width:400px;
}

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;
   text-align: center;
}

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-size:80%;
   font-weight:normal;
   padding:3px;
   text-align: justify;
}

#bannerklein {
   position:absolute;
   top:35px;
   left:541px;
   width:234px;
   height:60px;
   background-color:rgb(255,255,255);

}

#table {
   position:absolute;
   top:0px;
   left:541px;
   background-color:rgb(239,239,239);
}

#td {
   width:75px;
   text-align:center;
   height:18px;
   font-size:10px;
   font-weight:bold;
   padding-top:1px;
}

div.box_kopf {
   text-decoration:none;
   margin-top:16px;
   margin-left:8px;
   margin-right:8px;
   background-color:rgb(130,130,130);
   color:white;
   font-size:12px;
   font-weight:bold;
   padding:1px;
   text-align: center;
}

div.box_links {
   text-decoration:none;
   margin-left:8px;
   margin-right:8px;
   margin-bottom:8px;
   background-color:rgb(239,239,239);
   border:rgb(0,0,0) solid 1px;
   font-size:75%;

}

.links {
   text-decoration:none;
   font-weight:bold;
   color:red;
   text-align:center;
   padding-left:5px;
   border: 1px solid black;
   width:35%;
   background-color:white;
}

.rechts {
   font-weight:normal;
   color:black;
   text-align:justify;
   padding:5px;
   border: 1px solid black;
   width:65%;
   background-color:white;
}

#tabelle {
   position:absolute;
   top:5px;
   right:5px;
   height: 20px;
   text-decoration:none;
   text-align:center;
   font-size:10pt;
   font-weight:bold;
}
