/*framework.css
Autor: Mike Kaden
Datum: 2009-07-17
*/


body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
		
#page {
	width: 900px;
	margin: 0em auto;
	padding: 0px;
	border: 0px;
}


 /*------------------------------------------------------------------------------------------------------*/
		
#advertiser {
	height: 30px;
	width: 100%;
	margin: 5px 0 5px 0;
}

	
 /*------------------------------------------------------------------------------------------------------*/
	
#left {
	width: 220px;
	display: block;
	min-height: 300px;
	float:left;	
	margin-bottom: 10px;
}	
		
#leftTop {
	width: 100%;
	display: block;
}			
		
#leftBottom {
	width: 100%;
	display: block;
}	

 /*------------------------------------------------------------------------------------------------------*/
		
#content {
	margin-left: 225px;
	min-height: 300px;

	margin-bottom: 10px;
}
				
#contentTop {
	width: 100%;
	display: block;
	min-height: 200px;
}			
		
#contentBottom {
	width: 100%;
	/*display: block;*/
	display: none;
}

 /*------------------------------------------------------------------------------------------------------*/

#footer {
	width: 900px;
	margin: 0em auto;
	padding: 0px;
	border: 0px;
}

 /*------------------------------------------------------------------------------------------------------*/

/**
  * @section subtemplates
  * @see     http://www.yaml.de/en/documentation/practice/subtemplates.html
  */

  .subcolumns { width: 100%; overflow:hidden; }

  /* (en) alternative class for optional support of old Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { width: 100%; float:left; }

  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

  .c25l, .c25r { width: 25%; }
  .c33l, .c33r { width: 33.333%; }
  .c50l, .c50r { width: 50%; }
  .c66l, .c66r { width: 66.666%; }
  .c75l, .c75r { width: 75%; }
  .c38l, .c38r { width: 38.2%; }
  .c62l, .c62r { width: 61.8%; }

  .subc  { padding: 0 0.5em; }
  .subcl { padding: 0 1em 0 0; }
  .subcr { padding: 0 0 0 1em; }

 /*------------------------------------------------------------------------------------------------------*/