/* Header */ 
 
#headLogo	{
	position:absolute;top:22px;left:22px;
}

#headSkyline {
	position:absolute;top:5px;left:250px;
}

#footer {
	clear:both;
	margin-top:20px;
	font-size:10px;color:rgb(150,150,150);
	text-align:center;
}

/* Spalte mittig */ 

#colMain {
 	position:absolute;top:175px;left:155px;
 	width:400px;
}

.conColM {
	margin:10px 6px 20px 6px;	
}

/* Spalte links */ 

#colLeft {
	position:absolute;top:135px;left:0px;
	width:150px;
	padding-top:360px;
 	background:url(../img/gaffelGirl.jpg) no-repeat;
}

.conColL {
	margin:0 0 5px 0;padding:18px 8px 8px 5px;
	background:url(../img/col/headL.jpg) no-repeat;	
}

/* Spalte rechts */

#colRight {
	position:absolute;top:175px;left:564px;
 	width:205px;
}

.conColR {
	margin:0 0 5px 0;padding:18px 13px 13px 13px;
	background:url(../img/col/headR.jpg) no-repeat;	
}

@media print{
	#colLeft, #colRight, #headLogo, #headSkyline, #menuMain, #menuSub, #imgRubrik, #footer, .imgDescC, .imgDescL, .imgDescR {display:none;} 
	#colMain 	{width:100%;position:absolute;top:0;left:0;}
}