div#Seite
{
  text-align                 : left;   /* Seiteninhalt wieder links ausrichten */
  margin                     : 0 auto; /* horizontale Zentrierung */
  width                      : 900px;
  padding                    : 0;
  background-color           : #FAEBD7;
  border                     : 1px solid #B22222;
}

.Oben
{
  font-size                  : 20px;
  font-weight                : normal;
  font-family                : Verdana, Arial, Helvetica, sans-serif;
  line-height                : 36px;
  background-color           : #E5BB96;
  height                     : 80px;
  padding-top                : 30px;
  padding-bottom             : 10px;
  padding-left               : 80px;
  padding-right              : 20px;
  margin                     : 0;
  border                     : 0px;
  text-align                 : right;
  border-bottom              : 1px solid #B22222;
}

#Navi
{
  width                      : 240px;
  color                      : #b22222;
  background-color           : #EFD2B6;
  padding-left               : 10;
  float                      : left;
  border-right               : 1px solid #B22222;
  border-bottom              : 1px solid #B22222;
}

#Navi a:link
{
  color                      : #b22222;
  font-weight                : normal;
  text-decoration            : none;
}

#Navi a:visited
{
  color                      : #b22222;
  font-weight                : normal;
  text-decoration            : none;
}

#Navi a:hover
{
  color                      : #b22222;
  font-weight                : normal;
  text-decoration            : underline;
}

#Navi a:active
{
  color                      : #0000C0;
  text-decoration            : none;
  font-weight                : normal;
}


#Navi ul
{
  padding-top                : 0px;
  padding-bottom             : 0px;
  padding-left               : 0px;
  padding-right              : 0px;
  margin                     : 0;
}

#Navi ul li
{
  list-style                 : none;
  text-align                 : left;
  font-family                : Verdana, Arial, Helvetica, sans-serif;
  font-size                  : 14px;
  font-weight                : bold;
  line-height                : 24px;
  color                      : #B22222;
}

#Navi ul ul
{
  padding-top                : 0px;
  padding-bottom             : 0px;
  padding-left               : 0px;
  padding-right              : 0px;
  margin                     : 0;
}

#Navi ul ul li
{
  font-family                : Verdana, Arial, Helvetica, sans-serif;
  font-size                  : 12px;
  font-weight                : normal;
  line-height                : 14px;
  color                      : #B22222;
}

#Navi ul ul ul
{
  font-size                  : 10px;
  font-weight                : normal;
  font-family                : Verdana, Arial, Helvetica, sans-serif;
  line-height                : 16px;
  color                      : #B22222;
  background-color           : #EFD2B6;
  width                      : 230px;
  padding-top                : 4px;
  padding-bottom             : 4px;
  padding-left               : 0px;
  padding-right              : 2px;
  margin                     : 0;
  border                     : 0px;
  text-align                 : left;
}

#Navi ul ul ul li
{
  list-style-position        : inside;
  list-style-image           : url(home/anstrich.png);
  font-family                : Verdana, Arial, Helvetica, sans-serif;
  font-size                  : 10px;
  font-weight                : normal;
  line-height                : 14px;
  color                      : #B22222;
}

#Navi ul ul ul ul
{
  font-size                  : 10px;
  font-weight                : normal;
  font-family                : Verdana, Arial, Helvetica, sans-serif;
  line-height                : 16px;
  color                      : #B22222;
  background-color           : #EFD2B6;
  width                      : 218px;
  padding-top                : 2px;
  padding-bottom             : 2px;
  padding-left               : 4px;
  padding-right              : 2px;
  margin                     : 9;
  border                     : 1px solid #B22222;
  text-align                 : left;
}

* html #Navi ul ul ul ul
{
  margin                     : 0;
  /* für Internet Explorer, sonst ggfs Menue zu lang und Fusszeile passt nicht. */
}

#Navi ul ul ul ul li
{
  list-style                 : none;
}

.space1
{
  font-size                  : 1px;
  margin                     : 3px 0;
}

div#Inhalt
{
  width                      : 640px;
  font-size                  : 12px;
  color                      : #B22222;
  background-color           : #FAEBD7;
  padding                    : 4;
  line-height                : 14px;
  font-weight                : normal;
  font-family                : Verdana, Arial, Helvetica, sans-serif;
  float                      : right;
}

.Tab
{
  width                      : 640px;
  font-size                  : 12px;
  color                      : #B22222;
  background-color           : #FAEBD7;
  padding                    : 4;
  line-height                : 14px;
  font-weight                : normal;
  font-family                : Verdana, Arial, Helvetica, sans-serif;
  float                      : right;
}

div#NaviBox
{
  width                      : 620px;
  float                      : Left;
  color                      : #b22222;
  background-color           : #EFD2B6;
  margin-top                 : 20px;
  margin-left                : 0px;
  margin-right               : 0px;
  margin-bottom              : 10px;
  padding-left               : 15px;
  border                     : 1px solid #B22222;
}

* html div#NaviBox
{
  /* für Internet Explorer */
  width                      : 630px;
  padding                    : 13px;
}

p#Fusszeile
{
  clear                      : both;
  margin                     : 0;
  padding                    : 4px;
  text-align                 : center;
  font-size                  : 12px;
  font-weight                : normal;
  font-family                : Verdana, Arial, Helvetica, sans-serif;
  color                      : #B22222;
  background-color           : #E5BB96;
  line-height                : 20px;
  border-top                 : 1px solid #B22222;
}
