@charset "utf-8";

/* layout classes */

* {
  margin: 0;
  padding: 0;
}
html, body, #wrapper {
  height: 100%;
}
html {
  overflow-y: scroll;
}
body {
  background-color: #e0e0e0;
  color: #333;
  font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
a {
  color: #069;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}

#wrapper {
  height: 100%;
  margin: 0 auto;
  width: 802px;
}
#page {
  height: 100%;
  width: 802px;
  
  position: relative;
  z-index: 20;
}
table.page {
  background-color: #fff; /* scroll background workaround */
  border-left: 1px solid #666; /* scroll workaround */
  border-right: 1px solid #666; /* scroll workaround */
  
  height: 100%;
  width: 100%;
}
#logo {
  height: 40px;
  margin: 20px;
}
#image {
  background-color: #eee;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  height: 240px;
  width: 800px;
}
#langmenu {
  text-align: right;  
}
#menu {
  float: left;
  width: 200px;
}
#content {
  /*margin-left: 200px;*/
  padding-right: 10px;
  width: 590px; /* 600px */
}
#foot {
  border-top: 1px dotted #333;
  line-height: 2em;
  padding: 0 1em;
}
#foot a {
  color: #333;
}
#impressum {
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  
  position: fixed;
  z-index: 10;
}
#impressum a {
  color: #c0c0c0;
  text-decoration: none;
}
#impressum a:hover {
  text-decoration: underline;
}
