/** OVERALL **/body{	margin: 0px;	padding: 0px;	background-image: url('../media/img/bodyBackground.jpg');	background-repeat: repeat-x;	background-color: #e8e6e1;	font-family: Arial;	font-size: 12px;	color: #5d5d5d;}a{	outline: none;}/** Layout **/#layout_rahmen{	position: absolute;	left: 50%;	top: 50%;	height:	609px;	width:	968px;	margin-left: -488px;	margin-top: -308px;}#layout_logo{	position: absolute;	right: 27px;	top: 25px;	width: 152px;	height: 31px;	z-index: 999;}#layout_header{	height: 77px;	width: 968px;	background-image: url('../media/img/header_background.jpg');}	#layout_header ul	{		margin: 0px;		padding: 0px;		padding-left: 41px;		padding-top: 32px;		list-style: none;		clear: both;	}	#layout_header ul li	{		float: left;		margin-right: 27px;	}#layout_content{	position: relative;	height: 373px;	width: 968px;}	.bg_dienstleistungen	{		background-image: url('../media/img/content_background_dienstleistungen.jpg');	}	.bg_home	{		background-image: url('../media/img/content_background_home.jpg');	}	.bg_clean	{		background-image: url('../media/img/content_background_clean.jpg');	}	.bg_kontakt	{		background-image: url('../media/img/content_background_kontakt.jpg');	}	.bg_lageplan	{		background-image: url('../media/img/content_background_lageplan.jpg');	}	#content	{		position: absolute;		right: 105px;		top: 60px;		width: 330px;	}	#contentLeft	{		position: absolute;		left: 105px;		top: 60px;		width: 330px;	}	#contentFull	{		position: absolute;		left: 0px;		top: 0px;		width: 968px;		height: 373px;		overflow: auto;	}#layout_footer{	height: 159px;	width: 968px;	background-image: url('../media/img/footer_background.jpg');}#footer{	padding-left: 60px;	padding-top: 36px;	font-size: 11px;}#footer .infoBox{	float: left;	width: 180px;	height: 80px;	padding-left: 14px;	margin-right: 80px;	border-left: 1px #c0d6bd solid;}	#footer .infoBox h1	{		margin: 0px;		padding: 0px;		margin-bottom: 5px;		font-size: 14px;		color: #9eb19a;	}	#footer .infoBox p	{		margin: 0px;		padding: 0px;	}	#footer .infoBox ul	{		margin: 0px;		padding: 0px;		padding-left: 15px;		list-style-image: url('../media/img/footer_bullet.jpg');	}	#footer .infoBox a	{		color: #5d5d5d;		text-decoration: none;	}	#footer .infoBox a:hover	{		text-decoration: underline;	}/** Navigation Next Back **/#NavigationNextBack{	color: #D7E3D5;}#NavigationNextBack a{	text-decoration: none;	color: #9EB19A;}#NavigationNextBack a:hover{	color: #4C6347;}/** STYLES **/h1{	font-size: 16px;}/** POPUP **/.link{	color: #5D5D5D;	text-decoration: none;}.link:hover{	text-decoration: underline;}table tr td{	font-family: Arial;	font-size: 12px;	color: #5d5d5d;}#designinmotion{	position: absolute;	left: 50%;	top: 50%;	height:	10px;	width:	105px;	margin-left: 375px;	margin-top: 302px;}
