html,body 
{
	width: 100%; 
	height: 100%;
	background-color: #8f9398;
}

*, img
{
	margin: 0;
	padding: 0;
	border: 0;
}

* html body
{
	text-align: center;	
}

body
{
	margin: 0;
  padding: 120px 0 0 0;
	background-color: #676767;
	overflow: hidden;
	
}

div#outline
{
	margin: 0px auto 0px;
	padding: 25px;
	width: 500px;
	height: 333px;
	background-color: #fff;
	color: #000;
	
}

div#content
{
	background-color: #009ee0;
	color: #000;
	height: 333px;
	width: 500px;
	position: relative;
}

h1, h2, p#adress
{
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

h1
{
	background:url(logo_geiselhart-medien.gif) bottom center no-repeat #009ee0;
	color: #009ee0;
	height: 135px;
	width: 500px;
}

h2
{
	visibility: hidden;
}

p#adress
{
	background:url(adress.gif) top center no-repeat #009ee0;
	color: #009ee0;
	height: 74px;
	width: 500px;
	margin: 82px 0 0 0;
}

p#email
{
  position: absolute;
  top: 249px;
  left: 20px;
}