body {
  font-family:		Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  background-color:	#E4E4E6;
  height:		100%;
}

img {
  border:		0;
}

a {
  text-decoration:	none;
  color:		#0095bf;
  font-weight:		bold;
}

a:hover {
  text-decoration:	underline;
}

div.header {
  position:		fixed;
  top:			0;
  left:			0;
  right:		0;
  height:		225px;
  background-color:	#1F407A;
}

span.logo {
  position:		fixed;
  padding-top:		30px;
  padding-left:		110px;
}

div.inhalt {
  position:		fixed;
  margin-left:		50%;
  width:		930px;
  -moz-transform:	translate(-50%);
  -ms-transform:	translate(-50%);
  -o-transform:		translate(-50%);
  -webkit-transform:	translate(-50%);
  transform:		translate(-50%);
  background-color:	#FFFFFF;    
  padding:		50px;
  padding-right:	0;
  top:			195px;
  bottom:		35px;
  overflow:		auto;
}

div.footer {
  position:		fixed;
  margin-left:		50%;
  width:		980px;
  -moz-transform:	translate(-50%);
  -ms-transform:	translate(-50%);
  -o-transform:		translate(-50%);
  -webkit-transform:	translate(-50%);
  transform:		translate(-50%);
  bottom:		0px;
  height:		30px;
  background-color:	#1F407A;
  color:		#FFFFFF;
}

span.footer-left {
  width:		250px;
  float:		left;
  padding-top:		10px;
  padding-left:		20px;
  font-size:		8pt;
  font-weight:		bold;
}

span.footer-right {
  float:		right;
  width:		330px;
  padding-top:		10px;
  font-size:		8pt;
  font-weight:		bold;
}

a.footer {
  text-decoration:	none;
  color:		#FFFFFF;
}

a.footer:hover {
  text-decoration:	underline;
}

h1 {
  color:		#1F407A;
  font-size:		20pt;
  font-weight:		bold;
}

h2 {
  color:		#1F407A;
  font-size:		16pt;
  font-weight:		bold;
  padding-top:		15pt;
}

p {
  padding-left:		20px;
  font-size:		12pt;
}

li {
  font-size:		12pt;
}

span.wichtig {
  font-weight:		bold;
}
