@charset "utf-8";
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.4em;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.oneColFixCtr #container 
{
  position:relative;
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url('Bilder/BG.jpg');
	background-repeat: no-repeat;
	height: 965px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin: 290px 94px 10px 450px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a 
{
  color: #fff;  
}

h1
{
  background: url('Bilder/h1.png');
  background-position: left;
  background-repeat: no-repeat;
  
  width: 455px;
  height: 48px;
 
  text-indent: -999em;
}
h2
{
  font-size: 1.1em;
  margin-top: 1.7em;
  margin-bottom: -1em; 
}

table
{
  font-size: 0.8em;
  width: 100%;
  border-spacing: 0px;
  border-color: transparent;
  margin-top: -1.1em;
}
.col1
{
  width: 66%;  
}
.col2
{
  text-align:right;
}

.links 
{
  position: absolute;
  left: 85px;
  top: 620px;  
  font-size: 0.9em;
  line-height: 1.6em;
}

.impressum
{
  margin-top: 5em;
  text-align: center;  
  font-size: 0.8em;
}