/*
-----------------------------------------------
Author:   aktivwerk 2009
Version:  15.2
----------------------------------------------- */
/* Main 
----------------------------------------------- */

html, body
{
   margin:0px;
   padding:0px;
  	width:100%;
	height:100%;
	background-image: url(../img/bg_main.jpg);
background-repeat: no-repeat; 
	background-position: center top;
	
	
  } 
  
body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 17px;
	

}

#header
{
   margin:0px;
   padding:0px;
  	width:100%;
	height:100%;
	
background-repeat: no-repeat; 
	background-position: center top;
	
	
  } 
  #footer
{
	
   color: #008fc5;
	text-decoration: none;

	
  } 
    #footer-container
{
	 position: absolute;
   bottom: 0px;
   left:20px;
   color: #008fc5;
	text-decoration: none;
	width:200px;
	height:10px;
	margin: 0px 0px 20px 20px;
	
  } 
.blank
{
 margin: 0px 5px 0px 5px;
   color: #008fc5;
	text-decoration: none;

  } 
  	#logo
	{
				 
    position: absolute;
   top: 50px;
  right: 20px; 
 

	text-decoration: none;
	width:222px;
	
	margin: 0px 0px 20px 20px;
			
	}
	  	#claim
	{
				 
    position: absolute;
   top: 70px;
  left: 30px; 
 

	text-decoration: none;
	width:511px;
	height:130px;
	margin: 0px 0px 20px 20px;
			
	}
	#logo-container
   {
   margin-left: -450px;
   position: absolute;
   top: -125px;
   left: 50%;
   width: 900px;
   height: 580px; 
  
  
	color: #008fc5;
   } 
     	#imprint
	{
				 
   position: absolute;
   top: 50px;
   left: 0px;
   width: 100%;
   height: 500px;
   overflow: visible;
  
   display: block ;
   
				
				z-index:8;
	
				
				
				
	}
	#imprint-container
   {
   margin-left: 20px;
   position: absolute;
   bottom: 30px;
   left: 30px;
   width: 550px;
   height: 120px; 
   
  
	color: #008fc5;
   } 
 	#closeContainer
	{
			position:absolute;
			right:0px;
			margin-top:-15px;
			border:0;
			z-index:5;
	}
			
	#closeContainer img
	{
			border:0;
	}

 