	
	/*--- // -------------------------------------------------------
		
		@ Marti Frontend 
		@ /css/body_basic_small.css
		@ Style-Sheet für das Layout "Small" (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.gif) #fff left repeat-y;
	}
	
	div#service {
		float:left;
		width:150px;
		padding:24px 7px 10px 10px;
		background-color:#e7e7e7;
	}
	
	div#main-content {
		float:left;
		width:509px;
		background:#fff;
		/*padding:16px 20px 10px 30px;*/
		padding:24px 20px 50px 40px;
	}
	
	div#footer {
		position: relative;
		left: 238px;
		width: 525px;
		height: 35px;
		/*border-top:1px dotted #999;*/
		background-color: #fff;
		margin-top: -35px;
	}
		
