/*----------------------------------------------------------------------------
Test Style

version:	1.0
autor:		Kai Müller
email:		info@xanario.de
website:	http://www.xanario.de

*+html - nur für IE
----------------------------------------------------------------------------*/

.box_center_xxx_container{
	width:100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px;
}

*+html .box_center_xxx_container{
	width:101%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px;
}

.box_4x1,
.box_4x4_left,
.box_4x4_right,
.box_3x1_left,
.box_3x1_right,
.box_3x2_left,
.box_2x1,
.box_2x1_left,
.box_2x1_right,
.box_2x1_left_unten,
.box_2x2_container,
.box_1x1,
.box_1x1_left,
.box_1x1_right,
.box_1x1_left_unten,
.box_1x2_container,
.box_1x2,
.box_1x2_left,
.box_1x2_right,
.box_1x2_left_unten {
	float: left; 
	border: 1px solid #cccccc; 
	overflow: hidden;
}

.box_4x1,
.box_4x4_left,
.box_4x4_right,
.box_3x1_left,
.box_3x1_right,
.box_3x2_left,
.box_2x1,
.box_2x1_left,
.box_2x1_right,
.box_2x1_left_unten,
.box_1x1,
.box_1x1_left,
.box_1x1_right,
.box_1x1_left_unten,
.box_1x2,
.box_1x2_left,
.box_1x2_right,
.box_1x2_left_unten {
	background-color: #F0F3F9;
}

.box_4x1,
.box_4x4_left,
.box_4x4_right,
.box_3x1_left,
.box_3x1_right,
.box_3x2_left, 
.box_2x1_left,
.box_2x1_right,
.box_2x2_container,
.box_1x1_left,
.box_1x1_right,
.box_1x2_container,
.box_1x2_left,
.box_1x2_right {
	margin-bottom: 4px; 
}

.box_4x4_left,
.box_3x1_left,
.box_3x2_left,
.box_2x1_left,
.box_1x1_left,
.box_1x2_left,
.box_2x1_left_unten,
.box_1x1_left_unten,
.box_1x2_left_unten,  
.box_2x2_container,
.box_1x2_container {
	margin-right: 4px;
}

.box_4x1,
.box_3x1_left,
.box_3x1_right,
.box_2x1,
.box_2x1_left,
.box_2x1_right,
.box_2x1_left_unten,
.box_1x1,
.box_1x1_left,
.box_1x1_right,
.box_1x1_left_unten {
	height: 144px; 
}

.box_4x4_left,
.box_4x4_right,
.box_3x2_left,
.box_1x2,
.box_1x2_left,
.box_1x2_right,
.box_1x2_left_unten  {
	height: 294px; 
}

.box_4x1 {
	width: 594px; 
}

.box_4x4_left,
.box_4x4_right,
.box_2x1,
.box_2x1_left,
.box_2x1_right,
.box_2x1_left_unten {
	width: 294px; 
}

.box_3x1_left,
.box_3x1_right,
.box_3x2_left {
	width: 444px; 
}

.box_1x1,
.box_1x1_left,
.box_1x1_right,
.box_1x1_left_unten,
.box_1x2,
.box_1x2_left,
.box_1x2_right,
.box_1x2_left_unten {
	width: 144px; 
}

.box_2x2_container,
.box_1x2_container {
	height: 296px; 
}

.box_2x2_container {
	border: 0px solid #ffffff; 
	width: 296px; 
}

.box_1x2_container {
	border: 0px solid #ffffff; 
	width: 146px; 
}