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

html, body {
	height: 100%;
}

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

img {
	border: none;
}

* {
	outline: none;
}

#container {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 50;
}

#site {
	position: relative;
	margin: 0px auto;
	width: 700px;
	z-index: 50;
}

#menu {
	position: relative;
	float: right;
	height: 26px;
	line-height: 26px;
	padding: 70px 25px 50px 0px;
}

#menu .item {
	position: relative;
	float: left;
	height: 26px;
	line-height: 24px;
	color: #000;
	margin: 0px 10px 0px 0px;
}

#menu .item a {
	position: relative;
	float: left;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	padding: 0px 5px 2px 15px;
}

#menu .item a.active {
	background: url(../images/menu.png) left top no-repeat;
}

#menu .item a.active span {
	position: absolute;
	right: -10px;
	top: 0px;
	width: 10px;
	height: 26px;
	background: url(../images/menu.png) right top no-repeat;
}

#content {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 620px;
	height: 270px;
	padding: 40px;
	background: url(../images/content.png);
	color: #FFF;
	overflow: hidden;
	line-height: 18px;
}

#content h1 {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

#content a {
	color: #FFF;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
}

#content .foutmelding {
	position: absolute;
	left: 210px;
	top: 40px;
	width: 300px;
}

#content .scroll {
	position: relative;
	float: left;
	overflow: hidden;
}

#content .scroll .block {
	position: relative;
	float: left;
	width: 620px;
	height: 250px;
	padding: 0px 40px 0px 0px;
}

#content .scroll .block .caption {
	width: 160px;
}

#content .scroll .block .text {
	width: 160px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px #666 solid;
	margin: 2px 0px;
}

#content .scroll .block textarea {
	width: 320px;
	height: 80px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px #666 solid;
	margin: 2px 0px;
}

#content .scroll .block .submit {
	width: 162px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px #666 solid;
	background: none;
	color: #FFF;
	margin: 2px 0px;
	cursor: pointer;
}

#slideshow {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 30;
}

#slideshow img {
	width: 100%;
	height: 100%;
}

#slideshow div {
	position: relative;
	width: 1024px;
	height: 100%;
	margin: 0px auto;
}

#slideshow div img {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
}

#logo {
	position: absolute;
	top: 55px;
	left: 35px;
	z-index: 50;
}

#logo_intro {
	position: absolute;
	left: 215px;
	top: 318px;
	z-index: 50;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 50;
	color: #000;
	width: 100%;
}

#footer #center {
	position: relative;
	width: 700px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

#footer #center #copy {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

#footer #center #links {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#footer #center #links a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
