html {
  font-family: Helvetica, Veradana, Arial, sans-serif;
  font-size: 11pt;
  height: 100%;
}
body {
  margin: auto;
  width: 900px;
  height: 100%;
  background: #F96908;
}

a, a:active, a:visited {
  outline: 0px;
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

div#site {
  height: 100%;
  background: url(/img/menu.png) no-repeat bottom left white;
}


div.logo {
  height: 122px;
  width: 900px;
}
div#logo1 {
  background-image: url(/img/pretty/0.jpg);
  background-position: 0px 0px;
  }
div#logo2 {
  /*display: none;*/
  z-index: -1;
  position: absolute;
  top:0;
}
div.titel {
  text-align: center;
  width: 900px;
}
div.titel a,
div.ondertitel {
  font-family: 'Times', serif;
  font-size: 2em;
  font-weight: bold;
  color: #3267FF !important;
  text-decoration: none !important;
}

div#status {
  position: absolute;
  top: 0;
}
div#status a {
  color: white;
}
div#menuA {
  /*
  position: absolute;
  top: 92px;
  */
  width: 900px;
  float: left;
  background: #3267FF;
}
div#menuA table {
  /*background: rgba(0, 51, 204, 0.6);*/
}
div#menuA table td:first-child {
  padding-left: 205px;
}
div#menuA table td:last-child {
}
div#menuA a {
  font-size: 1em;
  text-decoration: none;
  color: white;
  font-size: 1em;
  font-weight: bold;
  display: block;
  padding: 5px 10px;
}
div#menuA a:hover,
div#menuA td.selected a{
  color: #111;
  background: white;
  background: rgba(255, 255, 255, 0.6);
}
div#menuB {
  float: left;
  min-width: 175px;
  /*border-right: 2px solid #353535;*/
  padding: 1em;
  background: white;
}
div#menuB a {
  color: #444;
}
div#menuB a:hover {
  color: #111;
}
div#menuB div.menuadres {
  font-size: .8em;
}
div#main {
  padding: 1em;
  padding-top: 3em;
  margin-left: 190px;
  background: white;
}
div#main div.title {
  font-weight: bold;
  font-size: 1.5em;
  
}



#footer { visibility: hidden;}

span.edit a {font-size: 14px; float:right; border: 1px solid blue; padding: 2px; text-decoration: none; color: rgb(0,51,204);}
span.edit a:hover {font-size: 14px; float:right; border: 1px solid red; padding: 2px;}


