#kasten {
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  width: 800px;
}
body {
  height: 100%;
}
html {
  height: 100%;
}
#bildleiste {
  height: 150px;
}
#menu {
  width: 200px;
  text-align: right;
  background-image: url(image/menubg_1.png);
  background-repeat: repeat-y;
  background-position:  center center;
  float: left;
}
#current {
  background-image: url(image/menumarker_2.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
#menubar {
  margin-bottom: -10px;
}
#wappen {
  margin-right: 20px;
}
#menulist {
  margin: 20px 20px 20px 25px;
  display: block;
  text-align: left;
}
#footer {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -15px;
}
#content {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 200px;
  padding-bottom: 15px;
}

* {
  margin: 0px;
  padding: 0px;
}

#menuheader {
  margin-top: -4px;
}
li.menu {
  margin: 15px 0px 0px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.2em;
}
li {
  margin: 5px;
  padding-left: 10px;
}
ul {
  margin: 15px;
  list-style-type: none;
}
ul.menu {
  margin: 0px;
  list-style-type: none;
}
#contentimage {
  margin-left: 10px;
  margin-right: 10px;
  float: right;
}
h1 {
  margin: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: bold;
}
h2 {
  margin: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
}
h3 {
  margin: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
p {
  margin: 10px;
  font-weight: inherit;
  font-size: 1.1em;
}
a {
  text-decoration: none;
  color: #223d80;
}
a:visited {
  color: #223d80;
}
li.menu:hover {
  background-image: url(image/menuhover_2.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
table {
  margin: 10px;
  border-spacing: 1px;
  border-style: solid;
  border-width: 2px;
  border-color: gray;
  border-collapse: collapse;
}
th {
  margin: 5px;
  border-width: 2px;
  padding: 1px;
  border-style: solid;
  border-color: gray;
}
td {
  text-align: center;
  margin: 5px;
  border-width: 2px;
  padding: 1px;
  border-style: solid;
  border-color: gray;
}
