/************/
/*  GLOBAL  */
/************/


*.content {
				/* Fix IE floating margin bug*/
	width:800px;							/* Only needed for IE. Complete content area is 640 but with margin-left:19px + margin-right:19px + border 2x 1px it is 600 */

	
							/* If content in box is to large, it will cutted at the end of the box*/
	/* background-color:green; */
	/*border: 1px solid white; */				/* Border is needed for enlarging empty content area to the min-width, as otherwise an empty area is not displayed */
}



*.right {
	float:left;								/* the following elements float around this element, neccessary for horizontal distributed div's */
	display:none; 						/*Fix IE floating margin bug*/
	width:180px;
	/* background-color:yellow; */
}


