	
	/*--- // -------------------------------------------------------
		
		@ Marti Frontend 
		@ /css/body_basic_wide.css
		@ Style-Sheet für das Layout "Wide" (kein rechter Balken)
		
		@ 3.10.2007 PH / JB
		@ alpha 0.1
		
		@ Content:
		-	Element Definitionen
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/* --------------------------------------------------
		Element Definitionen
	-------------------------------------------------- */
	body {
		color:#000;
		background:url(../images/layout/main-bg-wide.gif) #fff left repeat-y;
	}
	
	div#service {
		display:none;
		/*float:left;
		width:150px;
		padding:24px 7px 10px 10px;*/
	}
	
	div#main-content {
		float:left;
		width:680px;
		background:#fff;
		padding:24px 10px 50px 40px;
	}
	
	div#footer {
		position: relative;
		left: 238px;
		width: 690px;
		height: 35px;
		/*border-top:1px dotted #999;*/
		background-color:#fff;
		margin-top: -35px;
	}
		