html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background: url('../images/bg.gif') repeat-x #fff top right;
}

#container {
	margin: 0px auto;
	width: 984px;
}
#header {
	width: 984px;
	padding: 0px 0px 20px 0px;
	min-height: 70px;
	background: url('../images/bg-header.gif') no-repeat bottom left;
}
#header a.logo {
	margin: 5px 0px 10px 9px;
	padding: 50px 0px 0px 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	width: 260px;
	float: left;
	background: url('../images/logo.gif') no-repeat;
}
#header a.logonl {
	margin: 5px 0px 10px 9px;
	padding: 50px 0px 0px 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	width: 260px;
	float: left;
	background: url('../images/logonl.gif') no-repeat;
}
#header a.logode {
	margin: 5px 0px 10px 9px;
	padding: 50px 0px 0px 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	width: 260px;
	float: left;
	background: url('../images/logode.gif') no-repeat;
}
#header a.logofr {
	margin: 5px 0px 10px 9px;
	padding: 50px 0px 0px 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	width: 260px;
	float: left;
	background: url('../images/logofr.gif') no-repeat;
}
#header a.solatube {
	margin: 0px;
	padding: 57px 0px 0px 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	width: 293px;
	float: right;
	background: url('../images/solatube.gif') no-repeat;
}
#header a.contact {
	font-weight: bold;
	color: #0084cc;
	text-decoration: none;
	margin: 6px 0px 0px 660px;
}
#header a.home {
	font-weight: bold;
	color: #0084cc;
	text-decoration: none;
	margin: 6px 0px 0px 10px;
}
#header ul {
	clear: both;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	list-style: none;
	height: 25px;
	width: 984px;
}
#header ul.menu {
	background: url('../images/bg-menu.gif') repeat-x 0px 0px;
	line-height: 22px;
	height: 22px;
}
#header ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#header ul.menu li {
	height: 22px;
}
* html #header ul.menu li {
	width: 50px;
}
#header ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
}
#header ul li.btn a {
	margin: 0px;
	line-height: 25px;
	height: 27px;
	display: block;
	width: 117px;
	text-align: center;
	background: url('../images/btn-menu.gif') no-repeat 0px -27px;
	font-size: 110%;
	color: #0084cc;
}
#header ul li.btn a:hover, #header ul li.btn a.current  {
	color: #fff;
	background-position: 0px 0px;
}
#header ul.menu li a {
	margin: 0px;
	background: url('../images/bg-menu-item.gif') no-repeat center right;
	padding: 0px 20px 0px 10px;
	height: 22px;
}
#header ul li ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 152px;
	list-style: none;
	clear: both;
}
#header ul li:hover ul, #header li.sfhover ul {
	left: auto;
}
#header li:hover, #header li.hover {  
    position: static;  
} 
#header ul.menu  li ul li a {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	line-height: 22px;
	height: 22px;
	display: block;
	width: 132px;
	background: url('../images/btn-submenu.gif') no-repeat top left;
	border-top: 1px solid #fff;
}
#header ul li a:hover {
	color: #ffdb19;
}
#contents {
	float: left;
	width: 940px;
	padding: 20px 24px 20px 20px;
	background: url('../images/bg-content.gif') repeat-y top left;
}
#contents h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	padding-top:21px;
	font-size: 180%;
	color: #0082c0;
}
#contents h2 {
	padding: 0px;
	font-size: 140%;
	margin: 0px 0px 5px 0px;
	color: #0082c0;
}
#contents h3 {
	color: #0082c0;
	font-size: 120%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-decoration: none;
}
#antwoorden h3 {
	padding-top: 15px;
}
#vragen a:link {
	color: #0082c0;
}
#antwoorden #vragen a:hover {
	color: #fabc13;
}
#vragen a:visited {
	color: #999999;
}
h4 {
	color: #000000;
	font-size: 100%;
	margin: 0px 0px -10px 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}
#contents a {
	color: #0082c0;
	text-decoration: none;
}
#contents a:hover {
	color: #fabc13;
	text-decoration: none;
}

#end {
	clear: both;
}
#vacature h2 {
	margin: 0 0 -15px 0;
}
#footer {
	width: 984px;
	height: 86px;
	padding: 20px 0px 0px 0px;
	clear: both;
	margin-top:0px;
	text-align: center;
	font-size: 90%;
	background: url('../images/bg-footer.gif') no-repeat top left;
	color: #9a9a9a;
}
#footer a {
	color: #9a9a9a;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #0082d6;
	text-decoration: underline;
}
#taal {
	width: 100%;
	border: 1px solid #0082d6;
	height: 420px;
}
#taal a {
	display: block;
	margin: 0px 0px 5px 65px;
	background: url('../images/pijl-blauw.gif') no-repeat center left;
	padding: 0px 0px 0px 30px;
	color: #0082c0;
	text-decoration: none;
}
#taal a:hover {
	color: #fabc13;
}
#tekst {
	width: 282px;
	float: left;
	background: url('../images/taal-midden.jpg') no-repeat top center;
	padding: 250px 10px 0px 10px;
	font-size: 90%;
}
#tekst h1 {
	font-size: 100%;
	margin: 0px;
}
#tekst p {
	margin: 0px 0px 10px 0px;
}
#consumers {
	width: 315px;
	float: left;
	background: url('../images/taal-cons.jpg') no-repeat top center;
	padding: 345px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#professionals {
	width: 315px;
	float: left;
	background: url('../images/taal-pro.jpg') no-repeat top center;
	padding: 345px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
}
#home-links {
	width: 170px;
	float: left;
}
/*
#home-links p {
	background: url('../images/goldbar.gif') no-repeat top left;
	padding: 0px 5px 0px 15px;
	font-size: 90%;
	margin: 0px 0px 20px 0px;
}
*/
#home-links p a {
	font-weight: bold;
	font-size: 100%;
}
#dealers{
	float: left;
	width: 940px;
	background: url('../images/bg-content.gif') repeat-y top left;
	padding: 20px 24px 20px 20px;
}

#dealers h2{
	padding: 0px;
	font-size: 140%;
	margin: 0px 0px 5px 0px;
	color: #0082c0;
}

.contain2 {
	width: 934px;
	background: url('../images/dlc/2columns.png') repeat-y top left;
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
	border: solid 1px #606060;
	height: auto;
	float: left;
	}

.preferreddealers{
	float: left;
	width: 170px;
	margin: 0 0 0 20px;
	background: none;
}
.preferreddealers li{
	list-style:none;
}
.contain2 a:link, a:visited{
	color:#0082C0;
	text-decoration:none;
}
.contain2 a:hover{
	color: #6F1471;
	text-decoration:none;
}
.pdl {
	width: 100%;
	height: auto;
	background-image: url('../images/dlc/dotted.png');
	background-position: top;
	background-repeat: repeat-x;
	margin: 5px 0 0 0;
	padding: 21px 0 0 0;
	}
#provinciedealers{
	float: left;
	width: 700px;
	margin: 0 0 0 40px;
	background: none;
}



#dealer-links {
	width: 400px;
	float: left;
	margin-right: 32px;
}
#dealer-links li{
	list-style:none;
	background-image:url('/images/dlc/listitem.gif');
	background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:2px;
	width:100px;
	float:left;
	display:block;
}
#dealer-rechts{
	width: 400px;
	float: left;
	padding-left: 32px;
}
#dealer-rechts-nederland{
	width:480px;
}
#dealer-rechts-belgie{
	width:495px;
} 
#dealer-rechts-belgie li{
	width:140px;
} 
#dealer-rechts-luxemburg, #dealer-rechts-nederlandseantillen{
	width:430px;
}
#dealer-rechts-luxemburg li{
display:block;
float:none;
}
#dealer-rechts li{
	list-style:none;
	background-image:url('/images/dlc/listitem.gif');
	background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:2px;
	float:left;
	display:block;
	width: 110px;
}


#home-midden {
	width: 600px;
	float: left;
}
#home-rechts {
	width: 170px;
	float: left;
	font-size: 90%;
	padding: 0px 0px 0px 0px;
}
#sub-links {
	float: left;
	width: 150px;
	font-size: 90%;
	padding: 0px 0px 10px 0px;
}
#home-rechts img, #sub-links  img {
	border: 1px solid #0082c0;
}
#sub-tekst {
	float: left;
	width: 765px;
	border-left: 1px solid #aaa;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 5px;
}
.nieuws-header {
	font-weight: bold;
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}

.subsub {
	width: 138px;
	height: auto;
	background-image: url('../images/dlc/dotted.png');
	background-position: top;
	background-repeat: repeat-x;
	margin: 21px 0 0 0;
	padding: 21px 0 0 0;
	}
	
.subsub2 {
	width: 138px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
	
img.border, .image {
	border: 1px solid #0082c0;
}
.toggler {
	color: #666;
	margin: 0px;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}
.toggler a{
	font-size: 12px;
}
.element {
	margin-left: 12px;
	padding: 4px; 
}
.element p {
	margin-left: 12px;
	padding: 4px;
}
.p51Qpos {
	position:absolute;
	left:0px;
	top:332px;
	width:100%;
	height:48px;
	visibility:hidden;
	z-index: 101;
}
.p51Q {
	position:absolute;
	top:0px;
	width:100%;
	height:46px;
	visibility:hidden;
	z-index:inherit;
}
.cvHeaderBlack {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
	
.cvMini {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

.cvSmall {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

.cvHeaderBlue {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #0082C0;
	font-weight: bold;
}
.head_M {
	background: #0082c0;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #0082c0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #0082c0;
	border-left: none;
} /* Header Middle Centered */

.head_L {
	background: #0082c0;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #0082c0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #0082c0;
	border-left: 1px solid #0082c0;
} /* Header Left Centered */

.head_R {
	background: #0082c0;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #0082c0;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: none;
} /* Header Right Centered */

.head_Sp {
	background: #0082c0;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #0082c0;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: 1px solid #0082c0;
} /* Header Spanning Centered */

.info_S {
	background: #ffffff;
	font: 12px Arial, sans-serif;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	border-top: none;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: none;
} /* infoCell Standard */

.info_Sg {
	background: #f2f2f2;
	font: 12px Arial, sans-serif;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	border-top: none;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: none;
} /* infoCell Standard Gray */

.info_Single_L {
	background: #ffffff;
	font: 12px Arial, sans-serif;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	border-top: none;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: 1px solid #0082c0;
	padding: 4px;
} /* infoCell Single */

.info_L {
	background: #ffffff;
	font: 12px Arial, sans-serif;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	border-top: none;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: 1px solid #0082c0;
} /* infoCell Left */

.info_Lg {
	background: #f2f2f2;
	font: 12px Arial, sans-serif;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	border-top: none;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: 1px solid #0082c0;
} /* infoCell Left Gray */

/* Left */

.head_lM {
	background: #0082c0;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
	padding-left: 4px;
	border-top: 1px solid #0082c0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #0082c0;
	border-left: none;
}

.head_lL {
	background: #0082c0;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
	padding-left: 4px;
	border-top: 1px solid #0082c0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #0082c0;
	border-left: 1px solid #0082c0;
}

.head_lR {
	background: #0082c0;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
	padding-left: 4px;
	border-top: 1px solid #0082c0;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: none;
}

.head_lSp {
	background: #0082c0;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
	padding-left: 4px;
	border-top: 1px solid #0082c0;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: 1px solid #0082c0;
}

.info_lS {
	background: #ffffff;
	font: 12px Arial, sans-serif;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	padding-left: 4px;
	border-top: none;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: none;
}

.info_lSg {
	background: #f2f2f2;
	font: 12px Arial, sans-serif;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	padding-left: 4px;
	border-top: none;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: none;
}

.info_lL {
	background: #ffffff;
	font: 12px Arial, sans-serif;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	padding-left: 4px;
	border-top: none;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: 1px solid #0082c0;
}

.info_lLg {
	background: #f2f2f2;
	font: 12px Arial, sans-serif;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	padding-left: 4px;
	border-top: none;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: 1px solid #0082c0;
}

/* Head in second and third rows */

.head_M2 {
	background: #0082c0;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #0082c0;
	border-left: none;
}

.head_L2 {
	background: #0082c0;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #0082c0;
	border-left: 1px solid #0082c0;
}

.head_R2 {
	background: #0082c0;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: none;
}

.head_Sp2 {
	background: #0082c0;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #0082c0;
	border-bottom: 1px solid #0082c0;
	border-left: 1px solid #0082c0;
}

/* CV */

.red {
	color:	#ff0000;
}
.blue {
	color:	#0082c0;
}
.gray {
	color:	#999;
}
.dgray {
	color:	#777;
}
.purple {
	color:	#6f1471;
}
.bold {
	font-weight: bold;
}

/* Symposium */

.symgreen { color: #afbd21; }

.symgrn2 { color: #788117; }

.symgray { color: #494949; }

.symred { color: #ff3333; }

.sympurple { color: #701471; }

a, a.link, a.visited, a.hover, a.active {outline: none;}

/* Kolommen */
.kolom1, .kolom2{
width:320px;
float:left;
}
.kolom1 a:link, .kolom1 a:active, .kolom1 a:visited, .kolom2 a:link, .kolom2 a:active, .kolom2 a:visited{
	background-image:url('/images/dlc/listitem.gif');
	background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:2px;
	color:#0082c0;
	text-decoration:none;
}
.kolom1 a:hover, .kolom2 a:hover{
	background-image:url('/images/dlc/listitem.gif');
	background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:2px;
	color: #6F1471;
	text-decoration:none;
}
h2 {
	padding: 0px;
	font-size: 140%;
	margin: 0px 0px 5px 0px;
	color: #0082c0;
}
.luxemburg{
	list-style:none;
	background-image:url('../images/listitem.gif');
	background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:2px;
	width:400px;
}

.ster{
	list-style:none;
	background-image:url('/images/dlc/ster.jpg');
	background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:2px;
	width:400px;
}
#legenda{
	list-style:none;
	background-image:url('/images/dlc/ster.jpg');
	background-repeat:no-repeat;
	margin-left:20px;
	padding-left:18px;
	padding-bottom:2px;
	width:400px;
}

a:link, a:visited, a:active{
	color:#0082c0;
	padding-left:0px;
	text-decoration:none;
}

.printen{
	display:none;
}
#tv-item {
	float: left;
	width: 675px;
	text-align: center;
	border: 1px solid #0082cb;
	padding: 10px 0px 10px 0px;
	margin-bottom: -4px;
}

/* Dealerlocator back button */

.dlc-stepback {
	width:100%;
	height:17px;
	margin: 0 0 2px 857px;
}

/* table op home-page in home-links */



#home-links p {
	padding: 7px;
	font-size: 90%;
	margin: 0px;
}
.home-item  { float:none; width:168px; background-color: #fff; border-left: 1px solid #f58426; border-top: 1px solid #f58426; border-bottom: 1px solid #aaa; margin-bottom: 1px; }

/* Pagina Projecten specifics */

.pjt-pic
{
	width: 138px;
	height: 100%;
	float: left;
	margin: 0 12px 0 0;
}
	
.pjt-inf
{
	width: 600px;
	height: 100%;
	background-color: #f9f9f9;
	float: left;
	margin: 0 0 30px 0;
	padding: 2px 2px 2px 12px;
	border-left: 1px dotted #777777;
}

.pjt-typ
{
	font-weight: bold;
	font-size: 130%;
	margin: 0 0 8px 0;
	padding: 0px;
}

.pjt-bdr
{
	 margin-top: px;
}

.pjt-plc
{
	 margin-top: -3px;
}

.pjt-tgp
{
	 margin: 15px 0 0 0;
}

.pjt-nmb
{
	float: left;
	width: 30px;
	margin-right: 8px; 
	text-align: right;
}

.pjt-lne
{
	float: none;
	width: auto;
	clear: right;
}

.pjt-pdf
{
	 margin: 12px 0 0 0;
}

/* Glass Distractions */

.glass-name-l {
	float: left;
	font-size: 24pt;
	margin: 100px 0 25px 10px;
	padding: 0px;
}

.glass-name-r {
	float: right;
	font-size: 24pt;
	margin: 100px 10px 25px 0;
	padding: 0px;
}

.glass-l {
	float: left;
	margin: 0 10px 25px 0;
}

.glass-r {
	float: right;
	margin: 0 0 25px 10px;
}
