/*
###########################################
## 3 box
###########################################
*/

#content{
    clear: both;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 0px 0px 0px 10px;
}


/*1 box*/
div#content div.oneBoxWrapper{
	background: url(../_img/layout/bg_1boxBody.png) repeat-y top left;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

div#content div.oneBoxWrapperFooter{
	width: 721px;
	height: 10px;
	background: url(../_img/layout/bg_1boxFooter.png) no-repeat top left;
	margin-bottom: 20px;
}

/*colors*/

body.item01 div#main{
	background: url(../_img/layout/bg_1boxHeader01.png) no-repeat top left;
}

body.item02 div#main{
	background: url(../_img/layout/bg_1boxHeader02.png) no-repeat top left;
}

body.item03 div#main{
	background: url(../_img/layout/bg_1boxHeader03.png) no-repeat top left;
}

body.item04 div#main{
	background: url(../_img/layout/bg_1boxHeader04.png) no-repeat top left;
}

body.item05 div#main{
	background: url(../_img/layout/bg_1boxHeader05.png) no-repeat top left;
}

body.item06 div#main{
	background: url(../_img/layout/bg_1boxHeader06.png) no-repeat top left;
}

/*text paddings*/
div#content div#main h1,
div#content div#main h2,
div#content div.twoBoxWrapper div.itemBox h2{
	margin-bottom: 12px;
}

div#content div#main div.block{
	padding: 10px 30px 10px 10px;
}



/*3 box*/

div#content div.twoBoxWrapper{
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

div#content div.twoBoxWrapperFooter{
	width: 721px;
	height: 10px;
	background: url(../_img/layout/bg_2boxFooter.png) no-repeat top left;
}

div#content div.twoBoxWrapper div.itemBox{
	display: inline;
	float: left;
	width: 357px;
	margin-right: 2px;
}

div#content div.twoBoxWrapper div.image_container{
	padding-bottom: 10px;
}

div#content div.twoBoxWrapper div.itemBox div#modul_box01,
div#content div.twoBoxWrapper div.itemBox div#modul_box02{
	padding: 10px;
}

div#content div.twoBoxWrapper div.itemBox{
	padding-top: 5px;
}

/*diffrent colors*/
body.item01 div#content div.twoBoxWrapper{
	background: url(../_img/layout/bg_2box01.png) no-repeat top left;
}

body.item02 div#content div.twoBoxWrapper{
	background: url(../_img/layout/bg_2box02.png) no-repeat top left;
}

body.item03 div#content div.twoBoxWrapper{
	background: url(../_img/layout/bg_2box03.png) no-repeat top left;
}

