@charset "UTF-8";
* {
	    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

			
body  {
 		background: #fff url(/img/bg.jpg);
 		background-repeat: repeat-x;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 

    }
	
h1{
 		font-size: 18px;
 		color: #0071bc;
		font-weight: bold;
	}

p{
 		color: #999;
 		font-size: 12px;
 		line-height: 14px;
	}
	
.i{
		color: #0071bc;
		font-style: italic;
}
 
img {
		border: 0px;
	}
	
a {
  		text-decoration: none;
 		 color: #0071bc;
	}
	
a:hover {
		color: #29abe2;
}

    .thrColElsHdr #container { 
		border: solid 1px #cccccc;
    	width: 800px;  
	    background:transparent;
    	margin: 0 auto; 
    	text-align: left; 
		padding: 0px;
    } 
	
	.thrColElsHdr #header { 
    	background: transparent; 
    } 
    .thrColElsHdr #header h1 {
    	margin: 0; 
		padding:0;
	    background: transparent url(/img/header.jpg) no-repeat left;
	    width: auto;
		height:148px;
    }
    #bgweiss {
		width:800px;
		margin-top:-300px;
		padding-top:0px;
		background-color: #FFF;
	}
	
    .thrColElsHdr #sidebar1 {
    	background: transparent;
		position:relative;
    }
	
	#sidebar1 {
		height: 49px;
		width: 200px;
		margin-left: 0px;
		margin-top: 300px;
		border-right: 1px dotted #06C;
	}
	
	#sidebar1 ul {
		list-style: none;
		text-align: right;
		padding-right: 10px;
	}
	
	#sidebar1 ul li {
		height: 15px;
	}
	
	#sidebar1 ul li a {
		font-size: 11px;

	}
	
	.thrColElsHdr #mainContent {
     	float:left;
		width:500px;
		margin-left: 215px;
		overflow:visible;
		position:relative;
		margin-top: -55px;
    }
	
	.footer {
		float:left;
		width:800px;
		overflow: visible; 
	}
	
    .thrColElsHdr #footer { 
   		width: 800px;
    } 
    .thrColElsHdr #footer p {
    	margin: 0;
    }
   
	.clear {clear:both;}
	
    .fltrt {
		font-size: 10px;
		font-style: normal;
		color: #faa91d;
    	float: right;
		padding-right: 40px;
		position:relative;
		margin-top:100px;
    }
    .fltlft { 
    	float: left;
    	padding-left: 10px;
		padding-right: 10px;
		margin-top: -580px;
		border-right: 1px dotted #06C;
    }
	
	.impr_dat_agb_gruen {;
		font-size: 8px;
		font-style: normal;
		color: #acb510;
	}
	
	
