* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; *behavior:url(boxsizing.htc); } 

body, html {
	width: 100%;
	height: 100%;
}

body, p, h1, h2, h3, ul, li {
	margin: 0;
	padding: 0;
}

body {
	min-width: 980px;
	background: url(../images/bg-page.png) center 0 transparent no-repeat;
	font-family: Arial;
	font-size: 15px;
	color: #3b4148;
}

a img {
	border: none;
}

a {
	color: #3b4148;
}


.container-page {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.col-left {
	width: 432px;
	float: left;
	position: relative;
}

.in-constructie {
	width: 295px;
	height: 199px;
	position: absolute;
	top: 38px;
	left: 106px;
	z-index: 1;
}

.logo {
	position: absolute;
	top: 187px;
	left: 5px;
	z-index: 10;
}

.logo h1 {
	background: url(../images/logo.png) 0 0 transparent no-repeat;
	width: 409px;
	height: 201px;
	display: block;
	text-indent: -9999px;
}

.col-right {
	width: 528px;
	float: right;
}

.col-right .text {
	margin: 23px 0;
	line-height: 20px;
}

.bold {
	font-weight: bold;
}