* {
margin: 0px;
padding: 0px;
}

html,body{
  margin:0; 
  padding:10px;
  border:0;
  height:100%;
  width=800px;
}

body{
  font: 11pt,  Arial, Verdana, Helvetica, sans-serif;
  width=100%;
}

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 11pt;
}

#header{
  height:149px; 
  overflow:hidden;
  background: white;
}

#ruler {
	position: absolute;
	top: 70px;
	margin-right=10px;
	width=720px;
}


#logo {
	position: absolute;
	top: 10px;
}

#logo img {
	float: left;
}

#menupfad{
	text-align: right;
	font-weight: bold;
}


#content-center{
	margin-top: 10px;	
	padding-bottom: 10px;
}

#content-center p {
}
