/* Teil Standardkonform */
body {
    margin:0;
    padding:0;
    background: #FFFFFF;
    font-family: Arial;
}
#kopf {
    position:fixed;
    top:0px;
    background:#FFFFFF;
    text-align:left;
    padding:0px;
    width:100%;
    z-index: 90;
}
#container {
    padding-top: 10px;
    padding-bottom: 25px;
}
#footer {
    position:fixed;
    bottom:0px;
    background:#FF0000;
    text-align:left;
    padding:10px;
    width:100%;
}
/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */
* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}
* html #kopf {
    background:#FFFFFF;
    height:10%;
    text-align:left;
    padding-top:0;
}
* html #container {
    padding:0;
    height:86.5%;
    overflow:auto;
}
* html #footer {
    background:#FF0000;
    height:3.5%;
    text-align:left;
    padding-top:0;
}
/* meins */
img {
 border: 0px;
}
#top {
 position: absolute;
 top: 0px;
 margin: 0px;
 width: 100%;
 height: 70px;
 background-color: #FFFFFF;
}
#bottom {
 position: relative;
 top: 70px;
 width: 100%;
}
#titel {
 position: absolute;
 top: 0px;
 left: 0px;
 font-size: 16pt;
 font-weight: bold;
 font-style: italic;
 text-decoration: none;
 text-align: center;
 color: #FFFFFF;
 background: #FF0000;
 width: 100%;
 height: 25px;
 padding-top: 2px;
}
#menu {
 position: fixed;
 bottom: 0px;
 left: 0px;
 height: 25px;
 width: 100%;
 background: #FF0000;
 padding-top: 2px;
 z-index: 90;
}
#menu a {
 font-size: 10pt;
 text-decoration: none;
 color: #FFFFFF;
 font-weight: bold;
}
#menu span {
 padding: 7px;
 padding-top: 3px;
 border-right: 1px solid #FFFFFF;
}
#inhalt {
 position: relative;
 top: 0px;
 left: 00px;
 width: 550px;
}
#vw3 {
 position: absolute;
 bottom: 10px;
 left: 84px;
}
/* Typo3 */
.textt {
 font-family: Arial;
 font-size: 11pt;
 font-weight: bold;
 text-decoration: none;
 text-align: left;
 color: #FFFFFF;
 background: #FF0000;
 padding: 3px;
 padding-left: 10px;
}
.text {
 font-family: Arial;
 font-size: 9pt;
 text-decoration: none;
 text-align: left;
 color: #000000;
 border: 1px solid #FF0000;
 padding: 2px;
}
p, td {
 font-family: Arial;
 font-size: 9pt;
 text-decoration: none;
 text-align: left;
 color: #000000;
}
 a {
 font-family: Arial;
 font-size: 9pt;
 text-decoration: underline;
 color: #808080;
}
 a:hover {
 color: #FF0000;
}
