@charset "utf-8";

/*  ---------   TYPOGRAPHY    --------  */

h1.title{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #b12c2c;
	background-color: #FFF;
	display: block;
	height: 25px;
	line-height: 1.5em;
	width: auto;
	position: absolute;
	top: 0;
	left: 2px;
	padding: 10px;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #b12c2c;
	background-color: #FFF;
	display: block;
	width:auto;
	height: 25px;
	line-height: 1.5em;
	position: absolute;
	top:0;
	left:0;
	padding: 10px;	
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #b12c2c;
	padding-top: 3px;
	padding-bottom: 10px;
}

h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #b12c2c;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: normal;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	height: 35px;
}

p.text{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: normal;
}

p.text2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	position:relative;
	margin-right: 20px;
	letter-spacing: normal;
}

p.text3{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 20px;
	letter-spacing: normal;
}

p.adres{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	line-height: 18px;
	letter-spacing: normal;	
}
.textRedLine {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #b12c2c;
	text-decoration:underline;
}

.textBold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.textBoldRed {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#b12c2c;
}

.textSmallPrint {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #CCC;
}

.textPrijs {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #CCC;
	display: block;
	padding-left: 2px;
	padding-bottom: 3px;
	font-weight: bold;
}

.textBoldtrough {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: line-through;
}
.textZwarttrough {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #b12c2c;
	text-decoration: line-through;
}

.textFunctie{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	letter-spacing: normal;
}
a:link.more, a:visited.more {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
}

a:hover.more{
	color: #FFF;
	background-color: #b12c2c;
}

a:active.more{
	color: #000;
	background-color: #b12c2c;
}

a.map {
	display:block;
	width:200px;
	height:100px;
	overflow:hidden;
	}

a:hover.map img {margin-left:-200px;}

a:link.textMail, a:visited.textMail {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #CCC;
	text-decoration: none;
	padding: 2px;
}

a:hover.textMail{
	color: #FFF;
	background-color: #b12c2c;
}

a:active.textMail{
	color: #000;
	background-color: #b12c2c;
}

a:link.textLink, a:visited.textLink {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #CCC;
	text-decoration: none;
	padding: 2px;
	line-height: 2em;
}

a:hover.textLink{
	color: #FFF;
	background-color: #b12c2c;
}

a:active.textLink{
	color: #000;
	background-color: #b12c2c;
}

a:link.adres, a:visited.adres, a:active.adres{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	line-height: 18px;
	letter-spacing: normal;
	text-decoration:none;	
}

a:hover.adres {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #b12c2c;
	font-weight: lighter;
	line-height: 18px;
	letter-spacing: normal;
	text-decoration:underline;
	}

.tel{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	letter-spacing: normal;	
}

.date2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 1.5em;
	color: #999;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 5px;
	text-align: left;
}
table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.8em;
}

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(../images/bg.gif);
	background-color: #EDEDED;
}

#container {
	margin:0px;
	height:100%;
}

#wrapper {
	width:940px;
	height:100%;
	margin:0px auto 0px auto;
	position:relative;
	/*background-image:url(../images/feature_img.png);
	background-repeat:no-repeat;
	background-position:center 50px;*/
}

#header {
	width:940px;
	height:85px;
	position:relative;
}

#search_box {
	width:470px;
	height:39px;
	float:right;
}

#search_box, #search_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.5em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}

#search_box a:link, #search_box a:active, #search_box a:visited{
    display:block;
	color:#355991;
	margin:10px 10px 0px 0px;
	padding: 0px 10px 0px 10px;
    text-decoration:none;
}

#search_box a:hover{
    background-color:#fff;
    color:#355991;
    -moz-border-radius: 6px; /* FF1+ */
    -webkit-border-radius: 6px; /* Saf3+, Chrome */
    border-radius: 6px; /* Opera 10.5, IE 9 */
}

#search_box li{
	float:right;
	position:relative;
}

#logo {
	width:303px;
	height:75px;
	float:left;
	margin-top:10px;
	padding-left:140px;
}

#menu {
	width:auto;
	height:30px;	/*350px*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	border-top: #FFF solid 1px;
	padding-top:2px;
}

#slider {
    position:relative;
    width:940px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
	z-index:-1;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

#nav, #nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
 }
 
#nav a:link, #nav a:visited{
    display:block;
    padding:0px 5px;
	margin-right:5px;
    color:#888;
    text-decoration:none;
    background-color:#fff;
 }

#nav a:hover{
    background-color:#fff;
    color:#b12c2c;
}

#nav a:active{
    background-color:#b12c2c;
    color:#fff;
}

#nav a:link.home, #nav a:visited.home{
	display:block;
	padding:0px;
	margin-right:5px;
	color:#888;
	text-decoration:none;
	background-color:#fff;
	background-image: url(../images/homeLink.png);
	background-repeat: no-repeat;
 }

#nav a:hover.home{
	background-color:#fff;
	color:#b12c2c;
	background-image: url(../images/homeHover.png);
	background-repeat: no-repeat;
}

#nav a:active.home{
	background-color:#b12c2c;
	color:#fff;
	background-image: url(../images/homeActive.png);
	background-repeat: no-repeat;
}

#nav a:link.off , #nav a:visited.off {
    display:block;
    padding:0px 5px;
	margin-right:5px;
    color:#EEE;
    text-decoration:none;
    background-color:#fff;
 }
 
#nav a:hover.off {
    background-color:#fff;
    color:#CCC;
}

#nav a:active.off {
    background-color:#EEE;
    color:#FFF;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
    position:absolute;
    width:16em;
    top:1.5em;
    display:none;
}

#nav li ul a{
    width:16em;
	float:left;
}

#nav ul ul{
	top:auto;
}

#nav li ul ul {
    left:16em;
    margin:0 0 0 10px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }

#main {
	width:940px;
	height:100%;
	padding:0px;
	position:relative;
	margin:0px;
}

#contLeft {
	width:220px;
	height:auto;
	float:left;
}

.boxL {
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:20px;
	position:relative;
	}

#contRight {
	width:700px;
	height:auto;
	float:right;
}

.boxRmain {
	width:520px;
	height:100%;
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:20px;
	float:right;
	position: relative;
}

.date {
	margin: 0px;
	top: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 1.5em;
	color: #999;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 5px;
	text-align: right;
}

.dot{
	width: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.boxR1 {
	width:200px;
	height:278px;
	background-color:#FFFFFF;
	padding:10px;
	float:left;
	}

.boxR2 {
	width:440px;
	height:auto;
	background-color:#FFFFFF;
	padding:10px;
	float:right;
	position:relative;
	margin-bottom:20px;
	}
	
.boxR3 {
	width:440px;
	height:auto;
	background-color:#FFFFFF;
	padding:10px;
	float:left;
	position:relative;
	}	

.boxR4 {
	width:200px;
	height:auto;
	background-color:#FFFFFF;
	padding:10px;
	float:left;
	position:relative;
	margin-bottom:20px;
	}

.boxR5 {
	width:200px;
	height:auto;
	background-color:#FFFFFF;
	padding:10px;
	float:left;
	position:relative;
	margin-right: 20px;
	}

.boxTitle {
	width:680px;
	height:auto;
	background-color:#FFFFFF;
	padding:10px;
	float:left;
	}
	
.boxPic {
	width:150px;
	height:255px;
	background-color:#FFFFFF;
	padding:10px;
	float:left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	}

#footerWrapper {
	width:100%;
	background-color:#FFFFFF;
	position:relative;
	margin-top: 25px;
	background-image: url(../images/ftrbg.png);
	background-repeat: repeat-x;
	height: 600px;
}

#footer {
	width:940px;
	height:150px;
	margin:0px auto 0px auto;
}

#footer ul{
	margin:0;
	padding:0;
	line-height:1.5em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: normal;
	}

#footer a:link, #footer a:visited, #footer a:active{
    padding:0px;
	margin:0px;
    color:#666;
    text-decoration:none;
}

#footer a:hover{
    color:#000;
	text-decoration:underline;
}

#footer a:link.off2, #footer a:visited.off2, #footer a:active.off2 {
    padding:0px;
	margin:0px;
    color:#CCC;
    text-decoration:none;
}

#footer a:hover.off2 {
    color:#EEE;
	text-decoration:underline;
}

#footer ul ul{
	text-indent: 1em;
}

 #footer ul ul ul{
	 text-indent: 2em;
}
 
.ftrLeft{
	height: auto;
	width: 340px;
	position: relative;
	float: left;
	margin-top: 100px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.ftrMiddle{
	height: auto;
	width: 340px;
	position: relative;
	float: left;
	margin-top: 100px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.ftrRight{
	height: auto;
	width: 220px;
	position: relative;
	float: left;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.copy{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: normal;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	position: relative;
	width: 75%;
	float:left;
	padding-top:10px;
}

.hm{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: normal;
	position: relative;
	float: right;
	width: 25%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: right;
	padding-top:10px;	
}

.clear {
	clear: both;
}
.textWoW {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #B12C2C;
	background-color: #CCC;
	display: block;
	font-weight: bold;
	text-align: center;
	line-height: 3em;
}

.amp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
}


