/*
###########################################
## home
###########################################
*/

/*
------------------------------------------
  content
------------------------------------------
*/
#container{
	background: none;
	width: 979px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}


body.home #content{
	position: relative;
	background: url(../_img/redesign/boxes_home.png) no-repeat top left;
	height: 429px;
	width: 963px;
	margin-left: 8px;
	margin-bottom: 10px;
}

.homeBox{
	position: absolute;
}

.boxContentWrapper{
	position: relative;
	height: 222px;
}

#right{
    float: left;
    display: inline;
	width: 978px;
	height: 700px;
	background: url(../_img/redesign/bg_gradient_home.png) no-repeat top left;
	position: relative;
}

#right .boxContentWrapper div.readMore p{
	position: absolute;	
	font: normal 10px "Verdana", Arial, Helvetica, Tahoma, sans-serif;
	color: #454545;
}

.homeBox h2{
	margin-bottom: 15px;
}

.homeBox img{
	padding-left: 25px;
	margin-top: 5px;
}

/*Box01 - Presse and News*/
#box01{
	top: 9px;
	left: 8px;
	width: 450px;
}

#box01 div.readMore p{
	bottom: 26px;
	right: 8px;
}

#box01 h3{
	color: #C77214;
}

/*Box02 - Creative Showcases*/
#box02{
	top: 302px;
	left: 497px;
	width: 450px;
}

#box02 div.readMore p{
	bottom: 92px;
	right: 20px;
}

/*Box03 - Events*/
#box03{
	top: 207px;
	left: 8px;
	width: 450px;
}

#box03 div.readMore p{
	bottom: -6px;
	right: 8px;
}

/*Box05 - Standards and Guidelines*/
#box05{
	top: 11px;
	left: 497px;
	width: 450px;
}

#box05 h3
{
	color: #0E872C;
}

.wrapper1{
	height: 160px;
}

.wrapper1 div.readMore p{
	bottom: -9px;
	right: 20px;
}

.wrapper2{
	height: 160px;
}

.wrapper2 div.readMore p{
	bottom: 32px;
	right: 20px;
}

