*html html
{
	overflow:			     				hidden;
	width:				     				100%;
	height:				     				100%;
}

*html body
{
	overflow-y:			     				scroll;
	width:				     				100%;
	background-attachment:	       					fixed;
}

*+html html
{
	overflow:			      				hidden;
}

*+html body
{
	overflow-y:			   				scroll;
	position:			  				absolute;
	background-attachment:	    					fixed;
}

*html #camping_meier
{
	margin-left:					     		150px;
	margin-top:							0px;
}

*+html #camping_meier
{
	margin-left:					      		300px;
}

*html #camping_meier_eng
{
	margin-left:					      		150px;
	margin-top:							0px;
}

*html #camping_meier_swe
{
	margin-left:					      		150px;
	margin-top:							0px;
}

*html #navi
{
	position:							absolute;
}

*html #navi_unten
{
	position:							absolute;
	margin-bottom:							-10px;
}

*html #stamm_1
{
	margin-left:					     		-2px;
	position:							fixed;
         margin-top:							-4px;
}

*html #stamm_2
{
	margin-left:					       		51px;
	width:								9px;
	margin-top:							-43px;
	position:							fixed;
}

*html #stamm_3
{
	margin-left:					   		0px;
	margin-top:							0px;
	position:							fixed;
}


*html #down
{
	margin-top:100px;
}

/*	GOOGLE CHROME - SAFARI HACKS */

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	html
			{
				overflow-y:			scroll;
			}
	body
			{
				position:			absolute;
			}
	#content_bg
			{
				float:				left;
			}
	#cm_kontakt
			{
				clear:				both;
			}
}

*html .text
{
	margin-left:						12px;
}

*html .text_headline
{
	margin-left:						12px;
}

*html .text_full
{
	width:								680px;
	margin-left:						8px;
	margin-top:							20px;
}

*html .text_center
{
	width:								600px;
	margin-top:							0px;
	margin-left:						auto;
	margin-right:						auto;
	text-align:							center;
}

*html .text_agb
{
	margin-top:							0px;
}