body {
 margin: 0px;
 padding: 0px;
 background: #9c9d9f;
 text-align: center;
}

/* Rahmen (gesamter Kasten) */

#Rahmen {
 width: 850px;
 background: white;
 margin: auto;
 text-align: left;
}

/* Navigation */

#Navigation {
 float: left;
 width: 133px;
 min-height: 170px;
 padding: 10px 5px 0px 20px;
 background: #AB111C;
 border: 3px solid white;
 color: white;
 font: 90%/1.3em Arial;
}

* html #Navigation {
 width: 165px;
 height: 170px;
 border-top: none;
}

#Navigation ul {
 list-style: square;
 margin-top: 0px;
 padding-left: 5px;
 margin-left: 5px;
 font-size: 95%;
}

#Navigation ul ul {
 list-style: circle;
 margin-top: 0px;
 padding-left: 5px;
 margin-left: 5px;
 font-size: 95%;
}

#Navigation a {
 color: white;
 text-decoration: none;
}


/* Inhalt */

#Kopf {
 background: url(../Bilder/Kopf-HG.gif) repeat-x;
 height: 174px;
}

*Kopf {
 height: 176px;
 border-bottom: 2px solid white;
}


#Inhalt {
 float: left;
 padding: 15px 10px 10px 10px;
 font: 90%/1.3em Arial;
 max-width: 610px;
 min-width: 610px;
 min-height: 350px;
}

* html #Inhalt {
 width: 620px;
 padding: 15px 10px 10px 10px;
 height: 350px;
}

h1 {
 font-size: 110%;
 font-weight: bold;
 padding: 0px;
 margin: 0px 0px 5px 0px;
}

h2 {
 font-size: 100%;
 font-weight: bold;
 padding: 0px;
 margin: 0px 0px 5px 0px;
}

hr {
 color: white;
 background-color: white;
 border: 0px none;
 border-top: 1px dotted #909090;
}

#Inhalt ul {
 list-style-image: url(../Bilder/ul.gif);
 margin-top: 4px;
 margin-bottom: 4px;
}

#Inhalt li {
 margin-bottom: 4px;
}

* html #Inhalt li {
 padding-top: 0px;
}

#Inhalt a {
 color: #AB111C;
 font-weight: bold;
 text-decoration: none;
 border-bottom: 1px solid #AB111C;
}

#Inhalt a:hover {
 color: #AB111C;
 border-bottom: 1px solid #AB111C;
}

/* Fusszeile und Hilfe*/

#Hilfe {
 text-align: right;
 font: 80%/1.3em Arial;
 color: #707070;
}

#Hilfe a {
 font-weight: normal;
 color:#707070;
 border-bottom: none;
 padding-left: 3px;
 padding-right: 3px;
}

#Fusszeile {
 width: 828px;
 background: #efefef;
 font: 75%/1.3em Arial;
 color: #707070;
 padding: 2px 20px 2px 2px;
 text-align: center;
}

* html #Fusszeile {
 width: 850px;
}

#Fusszeile a {
 color: #707070;
}
