
/* 	CSS Basisscript Seiteneinstellungen 
	2 Spalten
	Copyright: Veit Krahl	
	
	-3 Spalten Layout basiert auf 3 Spalten Layout mit leerer 3.Spalte
	
	######################
	# col1 # col3 # col2 #
	
	
*/


@CHARSET "ISO-8859-1";

  	/*html * 		{ font-size: 100.01%; } */
  	body 			{ /*font-size: 85%;*/ }
  	
  		/* Klasse .box dient als Float Container *
		/* Clearen im IE 5+6 -> siehe Bulletproof S.113 */
		* html .box { height: 1%; zoom: 1; }
		/* Clearen im IE 7 */
		*:first-child+html .box { min-height: 1px; }

	.box:after		{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }



#page-margins	{ width: 900px; margin: 0 auto; }
#page			{}

#header			{ }

#main			{}

#col1			{ float: left; width: 449px; }
#col2			{ float: right; width: 449px; }
#col3			{ width: auto; margin: 0 499px 0 399px; }

#col1-content	{}
#col2-content	{}
#col3-content	{}







/* DEBUG */
/*
#header			{ background-color: #ccc; }
#col1-content	{ background-color: #ccc111; }
#col2-content	{ background-color: #ccc555; }
#col3-content	{ background-color: #eee; }
*/
