
/* ------------------------------------
   rootsystem 
 ------------------------------------ */

/* colors
	linien grau: D1D1D1
	hgrau: EFF0F0
	blue: 065EE2
	hellblau: 84A8DF
*/ 

/* text */
/* background */
/* border */
/* dimensions */
/* others */

/* ------------------------------------
   content
 ------------------------------------ */
 .rsys_content {
 	/* border */
	padding: 0px;	
	margin: 5px 5px 5px 5px;
	min-height: 480px; 
	border-left: solid 1px #6A6B6D;
		
 	/* others */
   	float: left; 
	clear: none;
	
	/* others */
	display:inline;
 }
/* for Internet Explorer */ <<< hier der IE-Hack
    /*\*/
    * html .rsys_content {
        height: 480px;
        }
    /**/
    
/* --- picture left --- */
div#rsys_content_0 {
	/* dimensions */
	width: 359px;
	margin: 0px;
	
	/* border */
	margin: 4px 0px 0px 0px;
	padding: 10px 30px 10px 20px;
	border-top: solid 1px #6A6B6D;

	/* background */
	background:#ffffff;
	
	/* others */
	display:inline;
	float: left;
	clear: left;
}

/* --- text left --- */
div#rsys_content_1 {
	/* dimensions */
	width: 148px;
	margin: 0px;
	
	/* border */
	margin: 4px 0px 0px 0px;
	padding: 10px 30px 10px 20px;
	border-top: solid 1px #6A6B6D;
	border-left: solid 0px #6A6B6D;
	
	/* background */
	background:#ffffff;	
	
	/* others */
	display:inline;
	float: left;
	clear: none;
}
    




