body
	{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	/*letter-spacing: 1px;*/
	color: #2A1672;
	line-height: 150%;
	text-align: justify;
	/*background: #FFFDE9 url(../img/main/bg.gif);*/
	}

#site
	{
	position: absolute;
	width: 900px;
	height: 500px;
	left: 50%;
	top: 30px;
	margin-left: -450px;
	background-color: #ffffff;
	padding: 0;
	}
	
#content
	{
	position: relative;
	top: 1px;
	left: 1px;
	width: 898px;
	height: 498px;
	background-color: #ffffff;
	/*float: right;*/
	}

	#logo
	{
	position: relative;
	top: 166px;
	left: 308px;
	width: 280px;
	height: 65px;
	}
	

#logos
	{
	position: relative;
	top: 200px;
	left: 0px;
	width: 898px;
	height: 55px;
	vertical-align: middle;
	}
	
#logo a, #logo a:hover, #logo a:visited, #logos a, #logos a:hover, #logos a:visited
	{
	border: none;
	text-decoration: none;
	}

td 
  {
  vertical-align: middle;
  }
	

	
#footer
	{
	position: absolute;
	left: 1px;
	width: 998px;
	height: 22px;
	text-align: center;
	background-color: #2A1672;
	color: white;
	font-size: 9px;
	padding: 3px 0 0 0;
	}
	
#footerspace
	{
	position: relative;
	top: 0px;	
	left: 0px;
	width: 998px;
	height: 30px;
	text-align: center;
	bottom: 0px;
	/*background-color: aqua;*/
	padding: 3px 0 0 0;
	padding-bottom: 0px;
	}
	
#footer a
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
	line-height: 150%;
	text-align: left;
	padding: 3px 0px 0px 0px;
	}

#footer a:hover
	{
	text-decoration: none;
	border-bottom: 1px solid white;
	text-align: left;
	}
	
#startbild
	{
	position: absolute;
	top: 80px;
	left: 188px;
	width: 825px;
	height: 600px;
	}
	
img
  {
  border: none;
  }

