@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

img {
	border: none;
}

* {
	outline: none;
}

.wl {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100px;
	background: #FFF;
	z-index: 100;
}

.wr {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 100px;
	background: #FFF;
	z-index: 150;
}

#container {
	position: relative;
	float: left;
	width: 100%;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
}

#header_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	min-width: 998px;
	height: 340px;
	background: url(../images/corner.jpg) right top no-repeat;
}

#site {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: auto;
	padding: 0px 0px 30px 0px;
	background: url(../images/background.gif) 0px 0px repeat-x;
}

#site.home {	
	background: url(../images/background2.gif) 0px 0px repeat-x;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#site #header {
	position: relative;
	float: left;
	width: 900px;
	height: 194px;
}

#site #header #logo {
	position: absolute;
	left: 45px;
	top: 9px;
	width: 111px;
	height: 236px;
}

#site #header #slogan {
	position: absolute;
	right: 80px;
	top: 59px;
	width: 600px;
	height: 97px;
	background: url(../images/slogan.jpg);
}

#site #header #links {
	position: absolute;
	right: 220px;
	top: 8px;
}

#site #header #links a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}

#site #header #talen {
	position: absolute;
	top: 10px;
	right: 50px;
}

#site #header #talen img {
	position: relative;
	float: left;
	padding: 0px 0px 0px 10px;
}

#site #menu {
	position: relative;
	float: left;
	width: 900px;
}

#site #menu .arrow {
	padding: 0px 0px 0px 10px;
}

#site #menu .submenu {
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: 50;
	background: #FFF;
	display: none;
}

#site #menu .submenu ul, #site #menu .submenu ul li {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
}

#site #menu .submenu ul li a {
	color: #0055a4;
}

#site #thumbnails {
	position: relative;
	float: left;
	width: 900px;
	height: 153px;
	padding: 5px 0px 0px 0px;
}

#site #content {
	position: relative;
	float: left;
	width: 900px;
}

#site #content h1 {
	position: relative;
	float: left;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #1658a5;
	font-size: 17px;
	font-weight: normal;
	text-indent: 45px;
}

#site #content .left {
	position: relative;
	float: left;
	width: 493px;
	margin: 10px 0px;
	padding: 0px 30px 0px 45px;
	line-height: 18px;
}

#site #content .left h2 {
	padding: 0px;
	margin: 0px;
	color: #0055a4;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
}

#site #content .right {
	position: relative;
	float: left;
	margin: 10px 0px 0px 38px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 30px;
	width: 100%;
	background: #0055a4;
}

#footer .links {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 30px;
	line-height: 30px;
}

#footer .links a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}

#footer .links .webdesign {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #80acd2;
}

