body {
	background: #6ec5f1 url(bg.png) top left repeat-x;
	margin: 0;
	padding: 0; 
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em/90%;
	color: #fff;
	height: auto;
}

#page {
	text-align: center;
	width: 600px;
	margin: 100px auto;
	padding: 0;
}

.header {
  height: 146px;
	width: 600px;
}

.header a h1 {
  text-indent: -9999px;
  height: 146px;
	width: 600px;
  padding: 0;
  margin: 0;
	background: url(logo.png) top no-repeat;
	cursor: hand;
}

h2 {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #fff;
  padding: 0;
  margin: 0;
}

textarea {
  font-size: 0.9em;
  font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #4d7d94;
  padding: 2px;
  margin: 0;
  border: 2px solid #4d7d94;
  width: 430px;
}

.content-1 {
  background: url(1.png) top left no-repeat;
  height: 45px;
}

.content-2 {
  background: url(2.png) top left no-repeat;
  height: 273px;
  padding: 0 0 0 65px;
  margin: 0 auto;
	text-align: left;
}

.footer {
  background: url(3.png) top left no-repeat;
  height: 74px;
  text-align: right;
  padding: 37px 67px 0 0;
  margin: 0;
}

.footer a.imprint {
  padding: 0;
  margin: 0 40px 0 0;
}

.footer a.ekaabo {
  padding: 0;
}

a {
	font-size: 1em;

}

a:link, a:visited {
  color: #4d7d94;
  text-decoration: none;
  font-weight: bold;
}

a:active, a:hover {
  color: #72a8c2;
  text-decoration: none;
  font-weight: bold;
}


hr {
  display: none;
}
