@charset "utf-8";/* <style> */
* { 
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	color: #990000;
	font-family: Verdana, Geneva, sans-serif;
}

#bg-top {
	height: 294px;
	width: 700px;
	position: absolute;
	left: 150px;
	background: url(../images/header-bg.png) no-repeat;
	z-index: 2;
}

#bg-top-left {
	height: 294px;
	width: 50%;
	background-color: #5B0000;
	position: absolute;
	left: 0;
	z-index: 1;
}

#bg-top-right {
	height: 294px;
	width: 50%;
	background-color: #CA0000;
	position: absolute;
	left: 50%;
	z-index: 1;
}

#header {
	height: 295px;
	width: 900px;
	z-index: 5;
}

#header #logo {
	height: 250px;
	width: 528px;
	z-index: 6;
	position: absolute;
	background: url(../images/logo-web.png) no-repeat;
	top: 45px;
	left: -100px;
}

#header #header-images{
	z-index: 6;
	position: absolute;
	left: 480px;
	top: 80px;
	width: 460px;

}

#header #header-images img{
	margin: 0 5px;
	border: 1px solid #f00;
	height: 140px;
}


#wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}

#content {
	width: 900px;
	min-height: 300px;
	z-index: 3;
	background: #fff;
	position: relative;
	top: -100px;
	padding: 100px 10px 10px 10px;
}

#content-top-left {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 25px;
	height: 25px;
	background: url(../images/slices/content-top-left.png) no-repeat;
	z-index: 3;
}
#content-top {
	position: absolute;
	top: -15px;
	left: 10px;
	right: 10px;
	height: 15px;
	background: url(../images/slices/content-top.png) repeat-x;
	z-index: 3;
	width: auto;
}
#content-top-right {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 25px;
	height: 25px;
	background: url(../images/slices/content-top-right.png);
	z-index: 3;
}
#content-left {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: -15px;
	width: 15px;
	background: url(../images/slices/content-left.png) repeat-y;
	z-index: 3;
}
#content-right {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: -15px;
	width: 15px;
	background: url(../images/slices/content-right.png) repeat-y;
	z-index: 3;
}
#content-bottom-left {
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: -15px;
	left: -15px;
	background: url(../images/slices/content-bottom-left.png) no-repeat;
	z-index: 3;
}
#content-bottom {
	position: absolute;
	left: 10px;
	right: 10px;
	height: 15px;
	bottom: -15px;
	background: url(../images/slices/content-bottom.png) repeat-x;
	z-index: 3;
}
#content-bottom-right {
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: -15px;
	right: -15px;
	background: url(../images/slices/content-bottom-right.png) no-repeat;
	z-index: 3;
}

a{
	color: #F00;
	text-decoration: none;
}
a:hover{
	color: #F00;
	text-decoration: underline;
}

#menu {
	width: 242px;
	margin: 50px 0 0 0;
	position: relative;
	float: left;
	margin-bottom: 90px;
}

#menu #menu-top {
	width: 100%;
	background: url(../images/menu-top.png) no-repeat;
	height: 84px;
	z-index: 8;
	position: absolute;
}
#menu #menu-center {
	top: 42px;
	width: 100%;
	z-index: 9;
	position: relative;
}
#menu #menu-bottom {
	width: 100%;
	background: url(../images/menu-bottom.png) no-repeat;
	height: 84px;
	z-index: 8;
	bottom: -84px;
	position: absolute;
}

#menu a{
	padding: 5px 10px;
	display: block;
	font-size: 24px;
	/*font-family: Georgia1, Georgia, serif;*/
	color: #990000;
	text-decoration: none;
}

#menu a:hover{
	text-decoration: underline;
}

#maincontent {
	position: relative;
	float: right;
	width: 548px; 	padding-right: 50px;
}

h1 {
	font-size: 24px;
	padding: 5px 0;
	
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}
.bold{
	font-weight: bold;
}
.clear {
	clear: both;
}

#footer {
	width: 100%;
	height: 50px;
	position: relative;
	top: -75px;
	font-size: 14px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
#footer #footer-right {
	float: right;
	text-align: center;
}
#footer #footer-left {
	float: left;
	line-height: 28px;
}

.input-text{
	width: 200px;
	margin: 2px;
	padding: 1px;
	text-align: center;
	background-color: #FFB3B3;
	border: 1px solid #f00;
}
.input-text-focus{
	color: #990000;
	background-color: #FFF;
}
.input-textarea{
	margin: 2px;
	padding: 1px;
	text-align: center;
	background-color: #FFB3B3;
	border: 1px solid #f00;
}
.input-textarea-focus{
	color: #990000;
	background-color: #FFF;
}
.input-button{
	margin: 2px;
	padding: 2px;
	text-align: center;
	background-color: #FFB3B3;
	border: 1px solid #f00;
}

.notification{
	color: #090;
	font-weight: bold;
	display: inline;
}

.important {
	color: #F00;
	font-weight: bold;
	display: inline;
}

img.verification{
	vertical-align:bottom;
	border: 1px solid #f00;
}

.float-left {
	float: left;
	margin-right: 10px;
}
.clear {
	clear: both;
}
.block {
	background: #FFD7D7;
	border: 1px solid #F00;
	cursor: pointer;
}
.voorwaarden li{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 5px 25px;
}
ul {
	list-style: disc;
}