/*
 * Projekt:	cult-at-home - Webseite
 * Version:	1.0.0 
 * Datum:	29.04.08
 * Autor:	Tobias Goldkuhle
 * 
 * Cult at home
 * http://www.cult-at-home.de
 *
 */

/*   #################  LAYOUT  ##############################################*/

.box2_1 {
	/*background-color: #075fff;*/
	width: 288px;
	height: 432px;
	float: left;
}

.box2_2 {
	/*background-color: #ffccc0;*/
	width: 288px;
	height: 288px;
	float: left;
}

.box2_3 {
	/*background-color: #afdf34;*/
	width: 144px;
	height: 288px;
	float: left;
}

.box2_4{
	/*background-color: #aaccc0;*/
	width: 288px;
	height: 144px;
	float: left;
}

.box2_5 {
	/*background-color: #00ffc0;*/
	width: 144px;
	height: 144px;
	float: left;	
}

/*

.box2_6 {
	background-color: #a0ffaa;
	width: 144px;
	height: 144px;
	float: left;	
}

.box2_7{
	background-color: #aaaac0;
	width: 144px;
	height: 144px;
	float: left;	
}

.box2_8 {
	background-color: #3300C0;
	width: 144px;
	height: 144px;
	float: left;	
}

.box2_9 {
	background-color: #a00daa;
	width: 144px;
	height: 144px;
	float: left;	
}

.box2_10 {
	width: 144px;
	height: 144px;
	float: left;
	background-color: #ffaa65;
}

.box2_11 {
	background-color: #f43cc0;
	width: 144px;
	height: 144px;
	float: left;	
}

.box2_12 {
	background-color: #00ccc0;
	width: 144px;
	height: 144px;
	float: left;	
}

.box2_13 {
	width: 144px;
	height: 144px;
	float: left;
	background-color: #aaaaff;
}

.box2_14 {
	background-color: #333;
	width: 144px;
	height: 144px;
	float: left;	
}


.box2_15 {
	background-color: #ff0;
	width: 144px;
	height: 144px;
	float: left;	
}

*/

#clearboth1 {
	clear: both;
}

