/****************************** TAGS *******************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font: 12px Tahoma;
	color: #5c5c5c;
	overflow-y: scroll;
}

img {
	vertical-align: top;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-width: 0;
}

ul {
	list-style-type: none;
	line-height: 21px;
}

h1, h2 {
	font: 20px Tahoma;
	color: #1b1464;
	line-height: 39px;
}

h1 {
	line-height: 23px;
	padding-bottom: 10px;
	background: url("../images/header-line.gif") left bottom no-repeat;
}

h2 {
	border-top: 2px solid #136ec2;
	border-bottom: 2px solid #136ec2;
	padding-left: 43px;
	background: url("../images/header-on.jpg") 3px 2px no-repeat;
}

h2.off {
	border-color: #d0d0d0;
	background: url("../images/header-off.jpg") 3px 2px no-repeat;
	color: #136ec2;
}

p {
	padding-top: 10px;
	line-height: 21px;
}

table {
	border-width: 0;
	border-collapse: collapse;
}

/******************************** GLOBAL CLASSES *********************************/

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.clear-left {
	clear: left;
	height: 0;
	overflow: hidden;
}

.clear-right {
	clear: right;
	height: 0;
	overflow: hidden;
}

.layout {
	min-width: 980px;	
}

.top {
	width: 960px;
	height: 142px;	
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.top-left {
	width: 251px;
	float: left;
	padding-left: 33px;
	padding-top: 13px;
	text-align: right;
}

.language {
	margin-left: 27px;
}

.logo {
	display: block;
	width: 251px;
	height: 89px;
	background: url("../images/logo.jpg") no-repeat;
	text-align: left;
	text-indent: -99999px;
	margin-top: 6px;
}

.menu {
	float: right;
}

.menu img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

.menu li {
	float: left;
	position: relative;
}

.menu li span,
.menu li a {
	display: block;
	height: 41px;
	float: left;
	padding: 79px 31px 0 31px;
	font: 15px Tahoma;
}

.menu li span {
	color: #ffffff;
	background: url("../images/menu-item-over.gif") repeat-x;
}

.menu li a {
	background: url("../images/menu-spacer.gif") right 79px no-repeat;
	color: #666666;
}

.menu li a.no-spacer {
	background-image: none;
}

.menu li.visible a {
	background: url("../images/menu-item-over.gif") repeat-x;
	color: #ffffff;
	text-decoration: none;
}

.menu div {
	width: 232px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 200;
	line-height: 4px;
	display: none;
}

.menu li.last div {
	left: auto;
	right: 0;
}

.menu li.visible div {
	display: block;
}

.menu li.visible li div {
	display: none;
}

.menu ul {
	padding: 29px 0 10px 0;
	background: url("../images/menu-li-bg.png") repeat;
}

.menu ul li {
	float: none;
	zoom: 1;
}

.menu ul li a {
	display: block;
	width: 168px;
	height: auto;
	float: none;
	padding: 8px 32px;
	font: 12px Tahoma;
	color: #5c5c5c;
	line-height: 13px;
}

.menu ul li a:hover {
	background: #dedce9;
	color: #383177;
	font-weight: bold;
}

.menu li.visible div a {
	background-image: none;
	color: #5c5c5c;
}

.menu-arrow {
	width: 4px;
	height: 29px;
	position: absolute;
	left: 232px;
	top: 0;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	display: none;
	background: url("../images/menu-arrow.gif") no-repeat;
}

.menu div.subsub {
	padding-top: 0;
	position: absolute;
	left: 236px;
	top: 0;
	display: none;
}

.subsub-vis .menu-arrow,
.menu .subsub-vis div.subsub {
	display: block;
} 

.menu div.subsub ul {
	padding-top: 0;
}

.leftside .menu-arrow {
	left: -4px;
	background-position: 0 -29px;
}

.leftside div.subsub {
	left: -236px;
}

.main {
	background: url("../images/main-bg.gif") repeat-x;
	position: relative;
	z-index: 1;	
}

.main-inner {
	width: 960px;
	margin: 0 auto;	
	padding-top: 11px;
	position: relative;
}
.main-inner a { color:#136ec2; } 

.main-inner table { margin-bottom:20px; }

.big-picture {
	width: 960px;
	height: 252px;	
	background: url("../images/homepage-picture.jpg") no-repeat;
	margin-top: 11px 0 2px 0;
	margin-bottom: 2px;
	position: relative;
}

.big-picture-descr {
	display: block;
	width: 330px;
	height: 61px;
	position: absolute;
	bottom: 43px;
}

.big-picture-descr .canvas {
	width: 100%;
	height: 100%;
	background-color: #18184e;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.big-picture-descr strong {
	display: block;
	width: 100%;	
	font: 22px Tahoma;
	color: #ffffff;
	line-height: 61px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.footer {
	margin-top: 15px;
	overflow: hidden;	
	background: url("../images/footer-bg.gif") repeat-x;
	font-size: 11px;
	color: #8a8a8a;
}

.footer a {
	color:#8a8a8a;
	text-decoration:none;
	cursor:none;
}

.footer-inner {
	width: 960px;
	height: 71px;
	margin: 0 auto;
	padding-top: 21px;
}

.copyright {
	float: left;	
}

.creator {
	float: right;	
}

/******************************** home.html *********************************/

p.column {
	width: 420px;
	float: left;
	padding-right: 60px;
	padding-bottom: 25px;	
}

.news {
	width: 228px;
	float: left;	
}

.news h3 {
	padding: 21px 0 4px 0;
	line-height: 21px;	
}

.news h3 a {
	font-size: 14px;
	color: #1b1464;
}

.news p {
	padding:0 25px 0 0;
}

.news .more { color:#136ec2; }

.category {
	width: 241px;
	float: left;
	margin-left: 3px;
	position: relative;
	left: 6px;	
	font-weight: bold;
	color: #ffffff;
}

.category h2 {
	margin: 0 6px;
	text-transform: uppercase;
}

.category h2 a { color:#1b1464; }

.category div {
	height: 217px;
	background-repeat: no-repeat;
}

.category-1 div {
	background-image: url("../images/category1.jpg");
}

.category-2 div {
	background-image: url("../images/category2.jpg");
}

.category-3 div {
	background-image: url("../images/category3.jpg");
}

.pic-link {
	display: block;
	width: 229px;
	height: 105px;
	margin: 0 auto;
	text-indent: -99999px;
	margin-bottom: 12px;
}

.category ul {
	list-style-type: square;
	padding: 0 10px 0 34px;
	font-size: 13px;
	color: #5a5a5a;
}

.category ul span a {
	color: #ffffff;
	line-height: 21px;
}

.category p {
	padding: 0 28px;
}

/******************************** nieuws.html *********************************/

.subpage .big-picture {
	height: 152px;	
	background-image: url("../images/subpage-picture.jpg");
}

.categories {
	width: 229px;
	float: right;
}

.categories h2 {
	margin-bottom: 8px;
	text-transform:uppercase;
}

.categories h2 a { color:#1b1464; }

.categories h3 {
	padding: 21px 0 4px 0;
	line-height: 21px;	
}

.categories h3 a {
	font-size: 14px;
	color: #1b1464;
}

.categories p {
	padding:0 25px 0 0;
	width: 210px;
}

.categories .more { color:#136ec2; }

.left-column {
	width: 229px;
	float: left;
	padding-bottom: 13px;
}

.left-column dl {
	width: 205px;
	line-height: 21px;
	padding-bottom: 28px;
}

.left-column dt {
	padding-top: 9px;
	font-weight: bold;
	font-size: 11px;
	color: #adadad;
}

.left-column dt em {
	font-style: normal;
	color: #136ec2;
}

.left-column a { color:#136ec2; }

.left-column dd {
	padding-bottom: 12px;
	background: url("../images/news-spacer.gif") left bottom repeat-x;
}

.left-column .last,
.dotted-menu .last {
	background-image: none;
}

.left-column dd a {
	font-weight: bold;
	color: #5c5c5c;
}

.left-column .oudere {
	font-weight: bold;
	font-size: 11px;
	color: #1b1464;
}

.content {
	width: 456px;
	float: left;
	padding:0 20px 20px 20px;
}

.content h2 {
	background: none;
	font: bold 14px Tahoma;
	color: #1b1464;
	padding: 10px 0;
	border-width: 0;
}

.content h3 {
	background: none;
	font: bold 12px Tahoma;
	color: #136ec2;
	padding: 15px 0;
	border-width: 0;
}

.content a { color:#136ec2; }

.content ul { list-style-type:square; margin:10px 25px; padding:0; }

.content-outer h1 a { text-transform:uppercase; color:#1b1464; }

.content .news-item { padding:10px 0 5px 0; background: url("../images/news-spacer.gif") left bottom repeat-x; }
.content .news-item span { font-weight:bold; font-size:11px; color: #adadad; }
.content .news-item p { margin:5px 0; padding:0; }

/******************************** vacatures.html *********************************/

.dotted-menu {
	width: 205px;
}

.dotted-menu li {
	padding: 7px 0;
	background: url("../images/news-spacer.gif") left bottom repeat-x;
}

.dotted-menu li span {
	width:10px;
	height:10px;
	margin:0 0 0 5px;
	background:url(../images/ic-dropdown.gif) no-repeat left 5px;
}

.dotted-menu li span.active { background:url(../images/ic-dropdown_.gif) no-repeat left 6px; }

.dotted-menu li a {
	font-weight: bold;
	color: #5c5c5c;
}

.dotted-menu li a.active {
	color: #136ec2;
}

.dotted-menu li ul { padding:0 0 0 20px; margin:5px 0; }
.dotted-menu li ul li { background:none; padding:5px 0; }
.dotted-menu li ul li a { font-weight:normal; }

/******************************** contact_routebeschrijving.html *********************************/

.map-page {
	padding-bottom: 25px;		
}

.map-page h2 {
	padding-top: 10px;
	font-size: 12px;
	line-height: 21px;
}

.map-page p {
	padding-top: 0;
	padding-bottom: 14px;
}

/******************************** boal_group_subs.html *********************************/

.categories .dotted-menu {
	margin-top: -8px;	
}

/******************************** contact_informatie.html *********************************/

.cont-inf dl {
	width: 440px;
	padding-top: 8px;
}

.cont-inf dt {
	font-weight: bold;
	color: #5c5c5c;
	border-bottom: 2px solid #d0d0d0;
	padding: 5px 0 5px 0;
	cursor: pointer;
}

.cont-inf dt strong {
	color: #136ec2;
}

.cont-inf dd {
	line-height: 21px;
	padding: 2px 0 17px 0;
	height: 0;
	overflow: hidden;
}

.cont-inf dd div {
	display: none;
}

.cont-inf dd.visible {
	height: auto;
	padding: 18px 0 17px 0;
	background: url("../images/dd-visible.gif") no-repeat;
}

.cont-inf dd.visible div {
	display: block;
}

/******************************** contact_formulier.html *********************************/

.cont-inf form {
	width: 296px;
	line-height: 22px;
	padding-top: 22px;
}

.cont-inf form em {
	font-size: 12px;
	color: #136ec2;
}

.cont-inf form .label {
	width: 116px;
	float: left;
}

.cont-inf form .spacer {
	height: 22px;
}

.cont-inf form .note {
	float: left;
	font-size: 10px;
}

.cont-inf form .submit {
	width: auto;
	height: 22px;
	float: right;
	padding: 0 10px;
	background-color: #dce9f6;
	border-width: 0;
	color: #136ec2;
	cursor: pointer;
}

/******************************** aluminium_sub.html *********************************/

.wide {
	width: 665px;
	float: right;
	padding-right: 60px;	
}

.wide h2 {
	font-weight: bold;
	font-size: 12px;
	color: #136ec2;
	background: none;
	border-width: 0;
	padding: 3px 0 0 0;
}

ul.column {
	list-style-type: square;
	width: 213px;
	float: left;
	color: #136ec2;
	padding: 12px 90px 0 15px;
}

ul.column li span {
	font-weight: bold;
	color: #5c5c5c;
}

#scroller { width:220px; height:180px; padding:0px; }

#news-page { display:block; margin:10px 0; }
#news-page .stap { text-align: center; background-color:#d0d0d0; color:#5c5c5c; height: 15px; width: 15px; border: 1px solid #FFFFFF; display:inline; float:left; margin:3px; font-size:11px; }
#news-page .stap a { color:#5c5c5c; text-decoration:none; font-size:11px; }
#news-page .stap_actief { font-weight:bold; text-align: center; background-color:#1b1464; color:#FFFFFF; height: 15px; width: 15px; border: 1px solid #FFFFFF; display:inline; float:left; margin:3px; font-size:11px; }
#news-page .stap_actief a { color:#ffffff; }

.requiredfield { margin:2px 0; width:220px; border: 1px solid #dbd5cd; font:12px Tahoma; padding:2px; }
.field { margin:2px 0; width:220px; border: 1px solid #dbd5cd; font:12px Tahoma; padding:2px; }
.invalidfield { border: 1px solid #e55257; }

.categories h2 a.off-link { color:#136ec2; }