html {  overflow: -moz-scrollbars-vertical; }

body {
  background-color: #fff;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
	}
	
#inhalt { 	
  position:absolute;
  height:644px; 
  width:948px;
  margin:-322px 0px 0px -474px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
  background-color: #fff;
  overflow: auto;
 	border-left-style:solid;
    border-left-color:#97979B;
	border-left-width:1px;
	border-right-style:solid;
    border-right-color:#97979B;
	border-right-width:1px;
	 	border-top-style:solid;
    border-top-color:#97979B;
	border-top-width:1px;
		 	border-bottom-style:solid;
    border-bottom-color:#97979B;
	border-bottom-width:1px;
		 
}
p, h1 {
margin: 0px; 
padding: 10px; 
}
h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
}

a { 
color: #ff66cc;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}