* {
	margin: 0;
	padding: 0;
}

html, body{
  height:100%;
}

#spacer, #center{
  position:absolute;
}

#spacer{
  width:100%;
  height:100%;
  min-width:760px;
  min-height:500px;
}

* html #IEspacer {
  width:760px;
  height:500px;
}

#center {
  width:760px;
  min-height:500px;
  position:absolute;
  background-color: #202E4E;
  top:50%;                  
  left:50%;
  margin:-250px 0 0 -380px;
}

* html #center {
  height:500px;
}

body {
	background: url(gfx/bg01.gif) #202E4E;
}

h1, h2 , h3 , p , div , span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.spalte {
	padding-top: 20px;
	width:375px;
	height: 400px;
	float: left;
	background-color: #202E4E;
}

.logo {
	text-align: center;
	height: 100px;
}

.text {
	font-size: 12px;
	color: #fff;
	padding: 10px;
	text-align: justify;
	line-height: 140%;
}

h1, h2 , h3 {
	padding: 10px;
	color: #fff;
	text-align: center;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 14px;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}
