html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #C8CFD0;
	font-family: arial, verdana;
	font-size: 12px;
	
}

#wrapper {
	width: 779px;
	margin: 0px auto 0px auto;
	text-align: left;
	height: 100%;
}

#header {
	position: absolute;
	top: 0px;
	margin-left: 0px;
	width: 754px;
	height: 110px;
	background-image: url(../img/bg_header.jpg);
	font-family: "Lucida Sans Unicode", arial;
	font-size: 12px;
	color: white;
	padding-left: 25px;
	padding-top: 100px;
}

#header ul {
	margin-left: 15px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 8px;
}

#header h2 {
	color: white;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", arial;
	margin: 0px;
	padding: 0px;
}

#hometag {
	position: absolute;
	top: 0px;
	margin-left: 0px;
}

#hometag img {
	height: 60px;
	width: 105px;
	border: 0px;
}

#conversion {
	position: absolute;
	top: 210px;
	margin-left: 0px;
	width: 779px;
	height: 229px;
	background-image: url(../img/bg_conversion.jpg);
}

#con_bekijk {
	position: absolute;
	top: 30px;
	margin-left: 180px;
	width: 250px;
	font-size: 21px;
	color: #444444;
	letter-spacing: -1px;
	line-height: 40px;
}

#con_var {
	position: absolute;
	top: 66px;
	margin-left: 180px;
	width: 225px;
	font-size: 20px;
	color: #444444;
	letter-spacing: -1px;
	line-height: 24px;
	text-align: center;
}

#con_var .content {
	color: black;
}

#con_online {
	position: absolute;
	top: 92px;
	margin-left: 200px;
	width: 200px;
	font-size: 40px;
	color: #CA2428;
	letter-spacing: -2px;
	line-height: 40px;
}

#con_online p {
	margin: 0px;
	padding: 0px;
}

#con_btn {
	position: absolute;
	top: 140px;
	margin-left: 220px;
	width: 175px;
	font-size: 12px;
	color: black;
	line-height: 23px;
	background-color: #cccccc;
	text-align: center;
	background-image: url(../img/naar_shop_btn.png);
}

#con_btn a, #con_btn a:visited {
	color: black;
	text-decoration: none;
}

#con_btn a:hover {
	text-decoration: underline;
}

#con_img {
	width: 135px;
	height: 135px;
	position: absolute;
	top: 34px;
	margin-left: 35px;
}

#search {
	position: absolute;
	top: 247px;
	margin-left: 598px;
	z-index: 5;
}

.TextFieldOn {
	border: 1px solid black;
	margin: 0px;
	padding: 2px;
}

input.search_img {
	
}

#content {
	width: 779px;
	_height: 100%;
	min-height: 100%;
	background-color: white;
	display: table;
	padding-bottom: 2%;
	line-height: 18px;
}

#content p {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	line-height: 18px;
}

#content h2 {
	font-size: 13px;
	color: #025085;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#content_txt_left {
	
	padding-top: 480px;
	margin-left: 50px;
	display: inline;
	width: 300px;
	float: left;
}

#content_txt_right {
	
	padding-top: 480px;
	margin-right: 50px;
	display: inline;
	width: 300px;
	float: right;
}

#h1title h1 {
	position: absolute;
	top: 430px;
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	font-size: 20px;
	color: #000000;
	z-index: 6;	
}

a {text-decoration: none;}
a:link {color: #025085}
a:visited {color: #025085}
a:hover {text-decoration: underline; color: #025085}
a:active {text-decoration: underline; color: #025085}