/******************************************************************************
		
		C  S  S   -   D  A  T  E  I
		
		Projekt		:	Deine Körbchengröße		PAGE	2012
		
		Copyright	:	a-concept internet.studio
						http://a-concept.de
		
******************************************************************************/


html {
	background: no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url('560947_original_r_k_b_by_peter_smola_pixelio.de.jpg');
/*	background-image: url('343521_mirror_R_K_B_by_Stephanie  Hofschlaeger_pixelio.de.jpg'); */
/*	background-image: url('343521_original_r_k_b_by_stephanie__hofschlaeger_pixelio.de.jpg '); */
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:105%;
	color:#120D0A;
}

#wrapperContainer {
	width:900px; 
	min-height:100%; 
	margin:0 auto; 
	background: url('white90percent.png') repeat top left;
}

#header {
	position: relative;
	height: 200px;
}

#navi {
	position: absolute;
	bottom: 20%;
	left: 5%;
}

#contentContainer {
	position: relative;
	width: 100%;
}

#leftContainer {
	width:728px;
	float:left;
}

#rightContainer {
	width:160px;
	float:right;
}
