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

html {overflow-y: scroll;}

body {
	margin:0px auto;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-size:15px;
	color: #333;
}


::selection {
	color: #FFF;
	background: #8a0064;
	}
	
::-moz-selection {
	color: #FFF;
	background: #8a0064; /* Firefox */
}

a {
	text-decoration:none;
	color:#8a0064;
}

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


h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-top:20px;
	margin-bottom: 10px;
	font-size:25px;
	color:#333;
	text-transform: uppercase;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-top:10px;
	margin-bottom: 4px;
	font-size:25px;
	color:#333;
	text-transform: uppercase;
}

table, tr, td {
	font-size: 15px;
}

.no_error {
	display: none;
	color: #8a0064;
	font-weight: normal;
}

.error {
	display:inline;
	color: #8a0064;
	font-weight: normal;
}

.alert {
	color: #8a0064;
	font-weight: normal;
}

#slider {
	width:100%;
	-moz-box-shadow: 0px 0px 9px #999;
	-webkit-box-shadow: 0px 0px 9px #999;
	box-shadow: 0px 0px 9px #999;
	height: 460px;
	position: relative;
	z-index: 0;
	float: left;
	overflow: hidden;
}

#logobar {
	position: relative;
	left:0px;
	top:366px;
	width:100%;
	height:94px;
	background:none repeat scroll 0 0 rgba(138, 0, 100, 0.7);
	z-index: 998;
}

#logo {
	width:100%;
	height:82px;
	text-align:center;
	position: absolute;
	z-index: 999;
}

#container {
	margin:0 auto;
	width:1024px;
	position: relative;
}

#innercontainer {
	width:1024px;
	float:left;
}

.menu {
	margin-top:72px;
	text-align:right;
	vertical-align:text-top;
	width:200px;
	float:left;
}

#content{
	margin-top:20px;
	width:580px;
	float:left;
}

.content-main {
	text-align:justify;
	padding:0px 40px 40px 40px;
	min-height:360px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.4;
}

#contact-gegevens {
	width:244px;
	float:left;
}

#contact {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	margin-top:88px;
	font-size:15px;
	color:#8a0064;
	text-align:left;
}

#contact a {
	text-decoration:none;
	color:#8a0064;
	text-align:left;
}

#contact a:hover {
	text-decoration:none;
	color:#b70085;
	text-align:left;
}

.button {
	background-color: #8a0064;
	border: 0px;
	display: block;
	cursor: pointer;
	text-align: center; 
	FONT-SIZE: 12pt; COLOR: #FFFFFF; TEXT-DECORATION: none;
	font-weight: bold;
	height: 26px;
	width: 90px;
	float: left;
	margin-right: 6px;
}

.button:hover {
	background-color: #b70085;
	border: 0px;
	display: block;
	cursor: pointer;
	text-align: center; 
	FONT-SIZE: 12pt; COLOR: #FFFFFF; TEXT-DECORATION: none;
	font-weight: bold;
	height: 26px;
	width: 90px;
	float: left;
	margin-right: 6px;
}

#cookie_disclaimer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background-color: #8b0065;
    color: #fff;
}
#cookie_text {
    color: #fff;
    text-align: left;
    padding: 14px 20px;
}

.simple_button_link {
    background: none repeat scroll 0 0 #999999;
    border-radius: 4px;
    box-shadow: 0 1px 2px #999999;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 6px 9px;
    text-decoration: none;
}

.simple_button_link:hover {
    color: #FFFFFF;	
    border-radius: 4px;
    box-shadow: 0 1px 2px #999999;
    background: none repeat scroll 0 0 #333333 !important;
}
.simple_button_link:focus {
    color: #FFFFFF;	
    border-radius: 4px;
    box-shadow: 0 1px 2px #999999;
    background: none repeat scroll 0 0 #333333 !important;
}
.simple_button_link_white {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #999999;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 6px 9px;
    text-decoration: none;
}
.simple_button_link_white:hover {
    border-radius: 2px;
    box-shadow: 0 1px 2px #999999;
    background: none repeat scroll 0 0 #ececec !important;
}
.simple_button_link_white:focus {
    border-radius: 2px;
    box-shadow: 0 1px 2px #999999;
    background: none repeat scroll 0 0 #ececec !important;
}