@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	text-align:left;
	margin:0px;
	padding:0px;
	background-image:url(../images/backgroundall.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#780510;
}

.standaard {
	color:#000;
	line-height:18px;
}

.donker {
	color:#333333;
	line-height:18px;
}

.licht {
	color:#ccc;
	line-height:18px;
}

.large {
	font-size:15px;
	color:#ffffff;
	line-height:22px;
}

.standaard_10px {
	font-size:11px;
	color:#666666;
	line-height:18px;
}

.graviabell {
	color:#b60718;
}

.header {
	font-size:15px;
	color:#b60718;
}

.header_bold {
	font-size:15px;
	font-weight:bold;
	color:#b60718;
}

.header_large {
	display:block;
	font-size:18px;
	letter-spacing:1px;
	color:#b60718;
	margin-bottom:5px;
}

.header_bold_large {
	display:block;
	font-size:18px;
	letter-spacing:1px;
	font-weight:bold;
	color:#b60718;
	margin-bottom:5px;
}

.error {
	display:block;
	width:100%;
	padding:5px;
	text-align:left;
	text-indent:90px;
	margin-top:10px;
	color:#ffffff;
	background-color:#ae3821;
	font-size:14px;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
}

img {
	border:		none;
	padding:	0px;
}

a:link, a:visited, a:active {
	color: #666;
	text-decoration:none;
}

a:hover {
	color: #b60718;
	text-decoration:none;
}

a.licht:link, a.licht:visited, a.licht:active {
	color: #666;
	text-decoration:none;
}

a.licht:hover {
	color: #b60718;
	text-decoration:none;
}

table {
}

tr {
	vertical-align:top;
}

td {
	vertical-align:top;
}


.maincontainer {
	width:915px;
	height:auto;
	overflow:visible;
	margin:0 auto 0 auto;
	position:relative;
	display:block;
	z-index:1;
}

#header {
	float:left;
	width:915px;
	height:75px;
	margin-top:30px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
}

.logo {
	background-image:url(../images/logo.gif);
	position:relative;
	margin-left:-30px;
	margin-top:-30px;
	width:426px;
	height:112px;
	z-index:99;
	top:42px;
}

.menu {
	background-image:url(../images/menu.gif);
	position:relative;
	margin-top:-70px;
	margin-left:600px;
	width:341px;
	height:199px;
	z-index:99;
}

.contentcenter {
	float:left;
	clear:both;
	font-family: 'Fira Sans';
    line-height: 28px;
    font-size: 15px;
	height:auto;
	overflow:hidden;
	width:875px;
	margin-top:62px;
	padding:20px;
	padding-top:7px;
	background-color:#fff;
	background-image:url(../images/center.jpg);
	background-repeat:no-repeat;
	background-position: 0 32px;
}

#titel {
	float:left;
	clear:both;
	height:60px;
	padding-top: 12px;
	font-family: 'Fira Sans';
	font-size:22px;
	font-weight:bold;
	width:100%;
	color:#780510;
}
.contact {
	width:915px;
	margin-left:-20px;
	height:50px;
	z-index:99;
	display:block;
	clear:both;
	font-family: 'Fira Sans';
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	padding-top:20px;
	text-transform: uppercase;
}
	

img {
border:0;
}