@charset "utf-8";
/* CSS Document */
#header
	{ 
		background-color:#eee;
	}

.homepage div#main 
	{
		background-image:none;
	}

#headline
	{
		width:480px;
		height:50px;
		position:absolute;
		left:0px;
		top:430px;
		background-color:#FFF;
		
	}
	
#headline h1
	{
		width:auto;
		text-align:left;
		text-indent:20px;
		font-size:22px;
	}
	
#einleitung .ce_text
	{
		width:440px;
		float:left;
		margin-right:40px;
	}
	
#einleitung .ce_list
	{
		width:440px;
		float:left;
		
	}
	
.angebote	
	{
		width:440px;
		float:left;
		margin-top:40px;
	}
	
.links	
	{
		margin-right:40px;
	}

.angebote h2
	{
		color:#FFF;
		background-color:RGB(75,128,158);
		width:440px;
		height:40px;
		text-align:center;
		line-height:40px;
		margin:0;
	}
	
body.homepage div.image_container
	{
		margin-bottom:10px;
	}
	

	