/*	Stylesheet	for MijnWoningPlus      */
/*	Author: Gerard Salomons		        */
/* 	Company: 	gerardsalomons.nl	    */
/*  VERSION: 1.0                        */

.container{
	background:#FFF;
	padding:10px 0 20px 0;
}
.wrapper{
	width:960px;
	margin: 0 auto;
}
/*HEADER*/
.header{
	margin:0;
}
.header .logo a{
	width:220px; /*174+46=220px*/
	height:169px;
	display:block;
	float:left;
	background:url(../images/logo-mijnwoningplus.png) 0 0 no-repeat;
	text-indent:-9999px;
}
.header .section{
	float:left;
	width:740px;
}
.header .nav{
}
.header .photo{
	position:relative;
}
.header .photo img{
	height:200px;
	width:740px;
	background:#666;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.header .photo .layer{
	position:absolute;
	width:740px;
	height:50px;
	background:url(../images/bgLayer.png) 0 0 no-repeat;
	bottom:0;
	border-radius:0px 0px 8px 8px;
	-moz-border-radius:0px 0px 8px 8px;
	-webkit-border-radius:0px 0px 8px 8px;
	z-index:10;
}
.header .photo .layer span{
	position:absolute;
	top:15px;
	left:15px;
	font-size:32px;
	color:#FFF;
	font-family:'ArialRoundedRegular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-shadow: #F60 0px 0px 15px;
	z-index:20;
}
/*END HEADER*/

.contentcontainer{
}
.columnLeft{
	width:200px;
	margin:0px 20px 0 0;
	float:left;
}
.columnRight{
	width:230px;
	margin:0px 0 0 20px;
	float:left;
}
.content{
	width:475px;
	float:left;
	margin:20px 0 0 0;
	padding:0 0 0 15px;
}
.content a{
	font-weight:bold;
	color:#C30;
	text-decoration:underline;
}
.content a:hover{
	color:#333;
}
.subColumn{
	width:235px;
	float:left;
}
.footer{
	background:url(../images/bgFooter.png) top center repeat-x;
	padding:30px 0 0px 0;
}