/* Generated by KompoZer */
html
{
  background-color: #BFA280;
  background-image: url("../GRAPHICS/JPG/footer.jpg");
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 100%;
  border: medium solid blue;
  overflow: auto;
}

body
{
margin: 0px;
border: medium solid lime;
}

#header {
  background-repeat: repeat-x;
  background-image: url("../GRAPHICS/JPG/bruecke.jpg");
  height: 188px;
  background-position: left top;
  text-align: right;
  padding-right: 30px;
  margin-top: 0;
  /* MSIE 6 and MSIE 7 do not collapse adjoining margins (see section 8.3.1 of CSS 2.1):
  this is a nasty, persistent and frustrating bug in MSIE 6 and in MSIE 7 !
  So here, it may look like we need to remove the default margin on block-level elements
  in Firefox but that's not true. There is a gap at the top because Firefox collapse
  adjoining margins and MSIE 6 and MSIE 7 do not! */
}

h1 {
  font-family: sans-serif;
  color: #300;
  position: relative;
  top: 120px;
  border: 0px none red;
  margin-top: 0;
  /* MSIE 6 and MSIE 7 do not collapse adjoining margins (see section 8.3.1 of CSS 2.1):
  this is a nasty, persistent and frustrating bug in MSIE 6 and in MSIE 7 !
  So here, it may look like we need to remove the default margin on block-level elements
  in Firefox but that's not true. There is a gap at the top because Firefox collapse
  adjoining margins and MSIE 6 and MSIE 7 do not! */
}

#menu1 ul, #menu2 ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#menu1
{
  float: left;
  width: 130px;
  margin-left: 20px;
}

#menu1 a, #menu2 a
{
  border-style: solid dotted solid solid;
  border-color: #300;
  border-width: 1px 1px 1px 4px;
  text-align: center;
  text-decoration: none;
  color: #630;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  display: block;
}

#menu1 a:hover, #menu1 a:focus, #menu2 a:hover, #menu:focus
{
  border-left-style: double;
  border-left-width: 4px;
  background-color: #630;
  font-weight: normal;
  color: #FFC;
}

#menu1 a:active, #menu2 a:active
{
  color: #C00;
}

#menu2
{
  margin-right: 50px;
  float: right;
  width: 130px;
}

#content
{
  margin-left: 220px;
  margin-right: 200px;
}

#footer {
  margin-bottom: 50px;
}
#footer p {
  padding-left: 20px;
  padding-right: 20px;
}
#extra1 {
  display: none;
}
a {
  text-decoration: none;
  color: #630;
}
a:hover {
  text-decoration: underline;
}
#list a {
  padding-right: 10px;
}