a{ text-decoration:none; color:#877426;}
a:hover{color:#000;}
div.popupcontainer{
	position: absolute;
	z-index: 3453452;
	width: 100%;
	height: 100%;
	background: fixed url("../img/bg_popup.png");
	display: none;
}

div.popup{
	position: relative;
	margin: 200px auto;
	background: #fff;
	z-index: 1;
	width: 500px;
	color: #4b4b4b;
	border: 1px solid #F2EEE1;
}

div.popup span.title{
	display: block;
	width: auto;
	background-color: #F2EEE1;
	color: #877426;
	height: 18px;
	padding: 5px 10px;
	font-weight: bold;
}

div.popup span.close{
	position: absolute;
	top: 5px;
	right: 5px;
	background: url("../img/popup_close.png");
	height: 18px;
	width: 18px;
}

div.popup span.close:hover{
	cursor: pointer;
}

div.popup p.label{
	margin: 10px;
	width: 120px;
	float: left;
}

div.popup p.label span{
	display: block;
	height: 28px;
}

div.popup p.label span.area{
	display: block;
	height: 110px;
}

div.popup p.input{
	margin: 10px;
	margin-left: 125px;
}

div.popup p.input textarea{
	height: 100px;
	border: 1px solid #4c4a4a;
	width: 325px;
	margin-bottom: 7px;
}

div.popup p.input input{
	height: 16px;
	border: 1px solid #4c4a4a;
	width: 325px;
	margin-bottom: 7px;
}


div.popup p.input select{
	margin-bottom: 7px;
	display: block;
}

div.popup p.input input.last{
	margin-bottom: 30px;
}

body{
	background: #fff;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, san-sharif, Myriad Pro;
	font-size:11px;
	color:#818080;
	}
	
div.container table.store{
	
}

table.store{
	margin: 10px;
	font-size: 12px;
	color: #818080;
	border: 1px solid #a38644;
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	width:799px;
}

table.store tr td,table.store tr th{
	padding: 10px 13px;
	margin: 0px;
	font-size: 11px;
}

table.store tr th{
	text-align: left;
	color: #000;	
}

table.store tr.row1 th, table.store tr.row1 td{
	background-color: #f2eee1;
}

table.store tr td, table.store tr th{
	border-top: 1px solid #a38644;
}

table.store tr td a{
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

table.store tr td a.dellink{
	color: #818080;
	font-weight: bold;
	font-size: 11px;
}

table.store tr td a:hover{
	text-decoration: none;
}

div.product div.addStore{
display:block;
font-size:12px;
height:4px;
left: 589px;
padding:6px;
position:absolute;
width: 195px;

}

div.addStore a{
	color: #877426;
}

div.addStore a:hover{
	text-decoration: none;
	color:#000; 
}

div.container{
	margin:0 auto;
	padding:0px;
	width:799px;
	position:relative;
	overflow:hidden;
}

div.container div.hoofd{
	background:url("../img/Sunless_header.gif");
	width:799px;
	height:112px;
	position:absolute;
}

div.container div.banner{
	position:relative;
	width:799px;
	height:263px;
	margin:125px 0 0;
	padding:0px;
}

div.container div.banner div.menu{
	background: #F2EEE1;
	height:36px;
	width:799px;
	position:absolute;
	top:0;
	z-index:1000;
}
	
div.container div.banner div.menu ul.menu{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

div.container div.banner div.menu ul.menu li.menuitem{
	color:#877426;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:25px;
	margin:11px 0 5px 24px;
	position:relative;
	/*text-align:center;*/
}

ul.menu li.menuitem a{
	color:#877426;
	display:block;
	text-decoration:none;
}


ul.menu li.menuitem ul.menusub{
	display:block;
	left:-7px;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top: 25px;
}

ul.menu li.menuitem ul.menusub li.itemsub{
	background:none repeat scroll 0 0 #F2EEE1;
	clear:both;
	height:20px;
	line-height:20px;
	margin:0;
	padding-left:7px;
	/*text-align:center;*/
	width:150px;
	display: none;
}

ul.menu li.menuitem:hover ul.menusub li.itemsub{
	display: block;
}

ul.menu li.menuitem ul.menusub li.itemsub a{
	color: #877426;
	display: block;
	text-decoration: none;
}

ul.menu li.menuitem ul.menusub li.itemsub a:hover{
	color: #000;
}

ul.menu li.active a.mlink, ul.menu li.menuitem:hover a.mlink{
	color: #000;
}

div.container div.content{
	width:799px;
	overflow:hidden;
	background-color:#fff;
}

div.container div.content div.article{
background-color:#FFFFFF;
margin:19px 0;
overflow:hidden;
}

div.container div.content div.article span.title {
background:none repeat scroll 0 0 #F2EEE1;
color:#000;
display:inline;
float:left;
font-size:14px;
font-weight:bold;
height:28px;
line-height:27px;
padding:0 0 0 17px;
width:786px;
}

div.container div.content div.article div.article_content{
	float:left;
	width:761px;
}
div.container div.content div.article div.article_content table{
color:#541655;
font-size:11px !important;
margin-bottom:15px !important;
margin-left:15px !important;
margin-right:15px !important;
vertical-align:top !important;
}
div.container div.content div.article div.article_content p{
	color:#818080;
	font-size:11px;
	font-weight:normal !important;
	line-height:21px;
	margin:17px;
	text-decoration:none !important;
}
div.container div.content div.article div.article_content p a{
	color:#000;
	font-weight:bold;
}

div.container div.content div.article div.article_content p a:hover{
	color:#877426;
}


div.container div.content div.set{
	width:761px;
	background-color:#EDD5F0;
	margin:19px;
	overflow:hidden;
}

div.container div.content div.set span.title {
background:transparent url(../img/Sunless_title_background.gif) repeat-x scroll 0 0;
color:#fefefe;
display:inline;
float:left;
font-size:14px;
font-weight:bold;
height:28px;
line-height:27px;
padding:0 0 0 17px;
width:744px;
}

div.container div.content div.set div.set_content{
	float:left;
	width:761px;
}
div.container div.content div.set div.set_content span.set_image{
	border:none !important;
	width:240px;
	height:176px;
	margin:17px;
	overflow:hidden !important;
	float:left;
}

div.container div.content div.set div.set_content div.price{
	float:left;
	width:265px;
	border-right:1px solid #541655;
	margin-top:17px;
	margin-bottom:17px;
}
div.container div.content div.set div.set_content div.price table tr td{
	font-size:11px;
	color:#541655;
	height:20px;
}
div.container div.content div.set div.set_content div.price table tr td.bold {
	font-size:11px;
	font-weight:bold;
	color:#541655;
}

div.container div.content div.set div.set_content span.description{
	margin:17px;
	float:left;
	width:185px;
	font-size:11px;
	color:#541655;
	line-height:21px;
}


div.container div.content div.product{
	position: relative;
	width: 799px;
	background-color:#fff;
	overflow:hidden;
}

div.topStore
{
	position: absolute;
	right: 0px;
	top: 55px;
	height: 38px;
	width: 170px;
	font-size: 12px;
	background: #f2eee1;
	border: 1px solid #e6e0cf;
}

div.topStore span.top1, div.topStore span.top2, div.topStore span.top4 a, div.topStore span.top5 a{
	color: #424242;
}

div.topStore span.top3{
	color: #ac7426;
}
	
div.topStore span.top4 a:hover, div.topStore span.top5 a:hover{
	text-decoration: none;
}

div.topStore span.top1, div.topStore span.top2, div.topStore span.top3, div.topStore span.top4, div.topStore span.top5{
	position: absolute;
	display: block;
}

div.topStore span.top1{
	top: 3px;
	left: 5px;
	font-weight: bold;
}

div.topStore span.top2{
 	top: 3px;
	right: 5px;
}

div.topStore span.top3{
 	top: 20px;
	left: 5px;
}
div.topStore span.top4{
 	top: 20px;
	right: 5px;
}

div.topStore span.top5{
	font-size:10px;
	right:5px;
	top:40px;
}


div.container div.content div.product span.title {
background:#F2EEE1;
color:#000;
display:inline;
float:left;
font-size:14px;
font-weight:bold;
height:28px;
line-height:27px;
padding:0 0 0 17px;
width: 782px;
}

div.container div.content div.product div.product_content{
	float:left;
	width:761px;
}
div.container div.content div.product div.product_content span.product_image{
	border:none !important;
	width:240px;
	height:176px;
	margin:17px;
	overflow:hidden !important;
	float:left;
}

div.container div.content div.product div.product_content div.price{
	float:left;
	width:340px;
	border-right:1px solid #cfd608;
	margin-top:17px;
}
div.container div.content div.product div.product_content div.price table tr td{
	font-size:11px;
	color:#818080;
	height:20px;
}
div.container div.content div.product div.product_content div.price table tr td.bold {
	font-size:11px;
	font-weight:bold;
	color:#818080;
}

div.container div.content div.product div.product_content span.description{
	margin:17px;
	float:left;
	width:185px;
	font-size:11px;
	color:#818080;
	line-height:21px;
}


div.container div.sitemap{
	width:799px;
	overflow:hidden;
	background: none repeat scroll 0 0 #F2EEE1;
	float:left;
}

div.container div.sitemap ul.sitemap li.sitemapitem a{
	text-decoration:none;
	color:#877426;
}

div.container div.sitemap ul.sitemap li.sitemapitem a:hover{
	text-decoration:none;
	color:#000;
}

div.container div.sitemap ul.sitemap{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
div.container div.sitemap ul.sitemap li.sitemapitem{
	float:left;
	font-size:11px;	
	margin:14px; 
}

div.container div.sitemap ul.sitemap li.sitemapitem ul.sub_sitemap{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div.container div.footer{
text-align:right;
font-size:11px;
color:#818080;
}

div.container div.footer a{
	text-decoration:none;
	font-weight:bold;
	color:#877426;
}

div.container div.footer a:hover{
	color:#000;
}

div.container div.content div.contact{
background-color:#FFFFFF;
float:left;
margin:19px 0;
overflow:hidden;
width:458px;
}

div.container div.content div.contact span.title {
background:none repeat scroll 0 0 #F2EEE1;
color:#000;
display:inline;
float:left;
font-size:14px;
font-weight:bold;
height:28px;
line-height:27px;
padding:0 0 0 17px;
width:441px;
}

div.content div.choosenl, div.content div.choosebe{
	width: 370px;
	height: 400px;
	background-color: #fff;
	margin: 23px;
}

div.content div.choosenl{
	float: left;
}

div.content div.choosebe{
	margin-left: 404px;
}

div.content div.choosenl span.choosetitle, div.content div.choosebe span.choosetitle{
	display: block;
	height: 22px;
	background-color: #F2EEE1;
	padding: 4px 17px;
	color: #000;
	font-size: 18px;
	font-style: italic;
}

div.content div.choosenl a, div.content div.choosebe a{
	text-decoration: none;
}

div.content div.choosenl img.cntry{
	padding: 20px 39px;
	border: 0;
}

 div.content div.choosebe img.cntry{
 	padding: 20px 25px;
 	border: 0;
}

div.container div.content div.contact div.contact_content{
	float:left;
	width:441px;
}

div.container div.content div.contact div.contact_content div.form{
	margin:16px;
	float:left:
	width:366px;
}

div.container div.content div.contact div.contact_content div.form table tr td{
        color:#818080;
        font-size:11px;
	}
	
	div.container div.content div.contact div.contact_content div.form table tr td textarea{
		width:260px;
		height:100px
	}
	
	div.container div.content div.contact div.contact_content div.form table tr td input{		
	}
	
	div.container div.content div.contact div.contact_content div.form span.errormsgcontact{
		font-size:11px;
		font-weight:bold;
		color:#000;
		margin-left:1px;
		margin-bottom:5px;
	}
		div.container div.content div.contact div.contact_content div.form span.sendmsgcontact{
		font-size:11px;
		font-weight:bold;
		color:#000;
		margin-left:1px;
		margin-bottom:5px;
	}


div.container div.content div.contact_info{
background-color:#fff;
float:left;
margin:19px 0 0 38px;
overflow:hidden;
width:300px;
}

div.container div.content div.contact_info span.title {
background:none repeat scroll 0 0 #F2EEE1;
color:#000;
display:inline;
float:left;
font-size:14px;
font-weight:bold;
height:28px;
line-height:27px;
padding:0 0 0 17px;
width:300px;
}

div.container div.content div.contact_info div.contact_info_content{
	float:left;
	width:300px;
}

div.container div.content div.contact_info div.contact_info_content div.info{
	margin:16px;
	width:268px;
	float:left;
}

div.container div.content div.contact_info div.contact_info_content div.info table tr td.bold{
	color:#818080;
        font-size:11px;
        font-weight:bold;
        vertical-align:top;
}

div.container div.content div.contact_info div.contact_info_content div.info table tr td{
	color:#818080;
	font-size:11px;
	vertical-align:top;
	}
	
div.container div.content div.link{
width:799px; 
height:24px; 
float:left; 
background-color:#fff;
}

div.container div.content div.link a.linka{
margin-left:18px;
cursor:pointer;
}
div.container div.content div.togglebox{
width:799px; 
background-color:#F2EEE1;
float:left;
}

div.container div.content div.togglebox ul{
margin:18px 0 18px 20px; 
padding:0px; 
list-style-type:none; 
float:left;
}
div.container div.content div.togglebox ul li{
	line-height:18px;
}
div.container div.content div.togglebox ul li a{
	color:#000;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}


div.container div.content div.togglebox ul li a:hover{
	color:#521453;
}


div.container div.content div.locaties_article{
	width:202px;
	background-color:#EDD5F0;
	margin:19px;
	overflow:hidden;
	float:left;
}

div.container div.content div.locaties_article span.locaties_title {
background:#F2EEE1;
color:#000;
display:inline;
float:left;
font-size:14px;
font-weight:bold;
height:28px;
line-height:27px;
padding:0 0 0 8px;
width:202px;
}
div.container div.content div.locaties_article div.locaties_content{
	float:left;
	width:202px;
}

div.container div.content div.locatie{
	width:540px; 
	float:left; 
	margin:19px 19px 19px 0;
	overflow:hidden;
	background-color:#fff;
	}
	
div.container div.content div.locatie span.locaties_title {
background:#F2EEE1;
color:#000;
display:inline;
float:left;
font-size:14px;
font-weight:bold;
height:28px;
line-height:27px;
padding:0 0 0 8px;
width:540px;
}

div.margin{
float:left;
color:#818080;
font-size:11px;
font-weight:normal !important;
line-height:21px;
margin:17px;
text-decoration:none !important;
}

#slideshow {
    top: 36px;
    position:relative;
    height:223px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* homepagina */
div.container div.content div.article_home {
background-color:#FFFFFF;
margin:6px 0;
overflow:hidden;
width:530px;
float:left;
}

div.container div.content div.article_home  span.title_home  {
background:none repeat scroll 0 0 #F2EEE1;
color:#000;
display:inline;
float:left;
font-size:14px;
font-weight:bold;
height:28px;
line-height:27px;
padding:0 0 0 17px;
width:515px;
}

div.container div.content div.article_home  div.article_content_home {
	float:left;
	width:530px;
}
div.container div.content div.article_home div.article_content_home table{
color:#541655;
font-size:11px !important;
margin-bottom:15px !important;
margin-left:15px !important;
margin-right:15px !important;
vertical-align:top !important;
}
div.container div.content div.article_home div.article_content_home p{
	color:#818080;
	font-size:11px;
	font-weight:normal !important;
	line-height:21px;
	margin:17px;
	text-decoration:none !important;
}
div.container div.content div.article_home  div.article_content_home p a{
	color:#000;
	font-weight:bold;
}

div.container div.content div.article_home div.article_content_home p a:hover{
	color:#877426;
}

div.linkerkant {
	position:absolute;
 	width:242px;
 	top:394px;
 	right:0px;
}

div.linkerkant ul.subNieuws{
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;    
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

div.nieuws ul.list{
    color: #b2b2b2;
}

div.nieuws ul.list li{
    padding-top: 2px;
}
div.linkerkant ul.subNieuws li ul{
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

div.linkerkant ul.subNieuws li a, div.linkerkant ul.subNieuws li ul li a{
    display: block;
    padding: 3px 8px;
    background-color:#877426;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}


div.linkerkant ul.subNieuws:hover li ul{
    display: block;
}

span.title_home_left  {
	background:none repeat scroll 0 0 #F2EEE1;
	color:#000;
	display:inline;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:28px;
	line-height:27px;
	padding:0 0 0 17px;
	width:225px;
}

ul.list {
list-style:none outside none;
margin:0;
padding:0;
}
.listimage {
background-image:url("../img/list_normal.png");
background-position:0 3px;
background-repeat:no-repeat;
line-height:28px;
text-decoration:none;
color:#877426;
}
.listimage:hover {
background-image:url("../img/list_hover.png");
background-repeat:no-repeat;
color:#000;
}
.nieuws{
	margin-bottom:19px;
        position: relative;
	}
	
/*Video CSS */
#slideshow2 {margin:0 auto;height:271px;position:relative; margin-top:10px;}
#slideshow2 #slidesContainer {margin:0 auto;width:484px;height:263px;overflow:auto; /* allow scrollbar */position:relative;text-align:left;}
#slideshow2 #slidesContainer .slide {margin:0 auto;overflow: auto; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */height:263px;}
/*  Slideshow controls style rules.*/
.control {display:block;width:30px;height:263px;text-indent:-10000px;position:absolute;cursor: pointer;}
#leftControl {top:0;left:0;background:transparent url(../img/control_left.jpg) no-repeat 0 0;}
#rightControl {top:0;right:0;background:transparent url(../img/control_right.jpg) no-repeat 0 0;}
.slide h2, .slide p {margin:10px;}
.slide h2 {font:italic 15px;letter-spacing:-1px;}
.slide .video {float:right;margin-left:10px;}

td.overig1, td.overig2{
    display: none;
}

.fb{ position:absolute;
    right: 10px;
    top: 7px;
}

.linkedin{ position:absolute;
   right: 39px;
    top: 7px;
}
