#logo
{
	position: absolute;
 	left: 0px;
 	top: 0px;
}

#navigation
{
 	position: absolute;
 	left: 0px;
}

#counter
{
	position: absolute;
	height: 100px;
}

#headline
{
 	position: absolute;
 	top: 0px;      
}

#content
{
  position: absolute;
  background-color: #F6EDCB;
	overflow: auto;
	padding: 15px;
	font-family: arial;
	font-size: 13px;
}

#copyright
{
  position: absolute;
  height: 20px;
}

img.logo
{
}

img.headline
{
}

img.imgmenu
{
}
h2 {
font-family: arial;
font-size:15px;
}
h3 {
	font-family: arial;
	font-size:13px;
}
