/* Generated by KaZcadeS */
* {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
/*  background-color: gray;*/
  background-color: white;
  margin-top: 0px;
}
#mother {
  top:0px;
  bottom:0px;
  border: 5px solid white;
  margin: 0px auto;
  width: 780px;
  text-align: left;
  background-color: white;
}
#header {
  height: 56px;
  background-color: white /*#ff9900*/;
  /*background-image: url(eckenlogo.gif);*/
  vertical-align:middle;
}
#menu {
  padding: 5px 0px;
  background-color: white /*#ffff99*/;
  height:20px;
}
#menu ul{
  list-style-type:none;
  text-align:center;
}
#menu ul li{
  display:inline;
  padding:5px 5px;
}
#submenu {
  padding: 5px 5px;
  float: left;
  width: 160px;
  min-height:450px;
  background-color: white /*#ffff99*/;
}
#submenu hr{
  width: 140px;
}
#submenua{
  padding-left: 20px;
  list-style-type:square;
  list-style-image:url(schoren_submenua.gif);
}
#submenua ul{
  padding-left: 10px;
  list-style-type:square;
  list-style-image:url(schoren_submenuaul.gif);
}
#submenua ul li ul{
  padding-left: 0px;
  list-style-type:none;
  list-style-image:none;
}
#submenub{
  list-style-type:none;
}
#main {
  padding:10px; 
  margin: 0px;
  margin-left:170px;
  background-color: white;
}
#footer {
  padding: 5px;
  clear: both;
  height: 30px;
  bottom: 0px;
  background-color: white /*silver*/;
  background-image: url(eckenfooter.gif);
  background-position: center bottom;
}
#footer ul{
  list-style-type:none;
  text-align:center;
  margin-top:5px;
}
#footer ul li{
  display:inline;
  padding:0px 15px;
  padding-top:0px;
  margin:2px;
  text-align:center;
  vertical-align:middle;
}
#footer ul li a{
  vertical-align:middle;
}

#column {
  padding: 5px 20px;
  float: right;
  right: 0px;
  width: 100px;
  overflow:auto;
  min-height:450px;
  background-color: silver;
}
