
html {
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  min-width: 40em;
  background-color: #FFF9E3;
}

#container {
  width: 99%;
  text-align: center;
}

#navigation {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 250px;
  /* background: url(../gfx/nav-middle.png) repeat-y; */
  text-align: center;
}

html>body #navigation {
  position: fixed;
}

div#navigationTop {
  width: 250px;
  height: 150px;
  background: url(../gfx/nav-top.png) no-repeat top;
}

div#navigationMiddle {
  width: 250px;
  padding: 5px 1px;
  background: url(../gfx/nav-middle.png) repeat-y;
}

div#navigationBottom {
  width: 250px;
  height: 50px;
  background: url(../gfx/nav-bottom.png) no-repeat bottom;
}

#navLogo {
  position: relative;
  top: 10px;
}

#navTeutsch {
  position: relative;
  top: 1px;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
}

#navigation ul li {
  margin: 10px 1px;
  width: 150px;
  height: 25px;
  padding-top: 4px;
  background: url(../gfx/nav-inactive.jpg) no-repeat;
}

#navigation ul li a {
  color: black;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: #EAEAEA 3px 2px 4px;
  padding: 0 10px;
}

#navigation ul li:hover {
  background-image: url(../gfx/nav-active.jpg);
}

#navigation ul li.navActive {
  background-image: url(../gfx/nav-active.jpg);
}

#main {
  margin-left: 280px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}

h1 {
  font: bold 24pt sans-serif;
}

h2 {
  font: bold 20pt sans-serif;
}

h3 {
  font: normal 16pt sans-serif;
}

h4 {
  font: normal 14pt sans-serif;
}

p {
  font: normal 12pt serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
