* {
	margin:0px;
	padding:0px;
    font-family:'Verdana','Helvetica',sans-serif;
}

body {
  font-size:0.75em;
  text-align:center;
  background:url('/rahmen/bg_body.png');
  margin-top:5px;
  color:#444;
}

#container {
  margin:0px auto;
  width:939px;
  text-align:left;
  position:relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background:url('/rahmen/bg.png');
}

#footer {
  margin:0px auto;
  width:939px !important;
  width:919px;
  text-align:left;
  background:#c1c1c1;
  background:url('/rahmen/footer.png') no-repeat;
  padding:12px 10px 5px 10px !important;
  padding:12px 10px 20px 10px;
}

a {
  color:#B73400;
}

a.ohne {
  text-decoration:none;
}

:link:focus, :visited:focus { -moz-outline: 0px dotted WindowText; }

p {
  margin-bottom:10px;
}