/* Allgemeines */

html, body {
  background-color:#8eb1d6;
  background-image:url(../../images/Salutano/verlauf.png);
  background-repeat:no-repeat;
  /*background-attachment:fixed;*/
  margin:0px;
  height:100%;
  width:100%;
}
html {
  overflow: -moz-scrollbars-vertical;
  overflow:scroll;
  overflow-x:hidden;
}
div, p, span {
  font-family:Verdana,Helvetica,sans-serif;
  font-size:12px;
  line-height:16px;
  margin:0px;
  padding:0px;
}
a {
  position:relative;
}
div.full {
  height:100%;
  width:100%;
}
div.center {
  text-align:center;
}
div.right {
  text-align:right;
}
div.clear {
  clear:both;
  height:56px;
}
#body {
  width:100%;
  height:100%;
  text-align:center;
}
#body_inner {
  position:relative;
  width:899px;
  margin:0px auto;
  top:0px;
  left:0px;
  height:100%;
}

