/* Basic Stuff */
*{
	margin: 0;
	padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}


body
{
	color: #000;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	
	position:relative;	
}


table { border-collapse:collapse;
		height:100%;
		}
td {vertical-align:top;}

h4,h5,h6{
font-weight: normal;
text-transform: none;
}

h3,h4,h5,h6  {font-size:12px;}

h1, h2, h3 {
	font-size:12px;
	font-weight:bold;
	padding:22px 0 20px 0;
	text-transform:none;}

h2 {font-size:12px;}

h3 {
	text-transform:none;
}

img{
	border: 0;
}


/*img, div { behavior: url(./js/iepngfix.htc) }*/


a{
	color:#446DE3;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

a:focus {outline:none;}

p {
	line-height: 17px;
	text-align:left;
}

input, textarea {border:1px solid #42535D;
	   font-size: 12px;
	   font-family: Arial, Verdana, sans-serif;
	   background:#fff;
}

input.submit {
	width:auto;
	cursor:pointer;
	padding:0 11px;
}	   
	   
input.txt {
	width:378px;
	color:#959595;
	height:17px;
	padding:3px 0 0 9px;
}

textarea.message {
	width:378px;
	height:103px;
	padding:3px 0 0 9px;
}

.right {float:right}
.left {float:left;}
.nobg {background:none !important;}
.clear {clear:both;}
.small {font-size:9px;}
.rel {position:relative;}

ul {
	margin:5px 5px 10px 20px;
}

#fixed{
	width: 100%;
	position:relative;
	margin:0 auto;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:#fdfdff url(../images/bg_body.jpg) repeat-x bottom left;

}
 .inner {
 	width:862px;
	margin:0 auto;
	position:relative;
 }
 
#header{
	background-color:#fff;
	background-position:top right;
	background-repeat:no-repeat;
	height:134px;
	position:relative;
}

#aboveheader {
	height:134px;
	width:100%;
	position:absolute;
	top:0;
	right:0;
	background-repeat:no-repeat;
	background-position:top right;
}

#bgpng {
	position:absolute;
	left:318px;
	top:0;
	height:134px;
	width:292px;
}


#bgpng-big {
	position:absolute;
	left:331px;
	top:0;
	height:134px;
	width:365px;
}
#header .white {
	position:absolute;
	width:335px;
	height:140px;
	top:0;
	left:0;
	 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='../images/headerafbreken.png');
}

#header .white[class]{
	  background-image:url('../images/headerafbreken.png');
}
	
#logo {
	display:block;
	background:transparent;
	position:absolute;
	left:2px;
	top:45px;
}


/*			MENU			*/
#nav {
	position:relative;
	width:100%;
	height:52px;
	background-color:#13007E;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
	
#nav ul{ 
	margin:0 0 0 -3px; 
	list-style:none;
}

#nav li { 
	float:left; 
	background-image:url(../images/bg_menuitem_right.gif); 
	background-repeat:no-repeat; 
	background-position:right 20px;
}

#nav li a { 
	display:block;
	margin:3px 0 0 0; 
	padding:5px 15px 6px 17px;
	color:#002E9F; 
	font-size: 12px; 
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/bg_menuitem_left.gif); 
	background-repeat:no-repeat; 
	background-position:left 20px;
}

#nav li:hover, #nav li.jshover, #nav li.active { 
	background-position:right -20px;
}
#nav li:hover a, #nav li.jshover a, #nav li.active a { 
	color:#fff; 
	background-position:left -23px;
}

#nav li ul { 
	display:none; 
	position:absolute; 
	left:17px; 
	width:900px; 
}

#nav li:hover ul, #nav li.jshover ul, #nav li.active ul { display:block; z-index:10;}
#nav li:hover ul, #nav li.jshover ul {
	z-index:20;
	background:#13007E;
}
#nav li li { float:left; background:none;}

#nav li:hover li a, #nav li.jshover li a,  #nav li.active li a { 
	margin:0;
	display:block; 
	padding:2px 15px 2px 0;
	color:#ffffff; 
	font-size:12px; 
	background:none;
}

html body #fixed #nav .inner ul li.active ul li a.active{
	color: #d4ccfd;
}

html body #fixed #nav .inner ul li.active ul li a:hover{
	color: #d4ccfd;
}

html body #fixed #nav .inner ul li ul li a:hover{
	color: #d4ccfd;
}


#nav li:hover li:hover a, #nav li.jshover li.jshover a { 
	
}

/*			END MENU			*/
/*				CONTENT				*/

#content {
	width:862px;
	margin:0 auto;
	padding:30px 0 87px 0;
	position:relative;
	z-index:1;
}

/*		FOR HOME PAGE ONLY  */
#top-content {
	overflow:hidden;
	zoom:1;
}

#top-content .column {
	float:left;
}
#top-content .column img {
	display:block;
}
#top-content .column .slideshow {
	width:326px;
	height:158px;

}
.corner_bl, .corner_br, .corner_tl, .corner_tr {
	display:block;
	position:absolute;
	width:11px;
	height:11px;
	line-height:11px;
	z-index:1000;
}

.corner_bl {
	background:url(../images/corner_bl.gif);
	top:148px;
	left:0;
}

.corner_tl {
	background:url(../images/corner_tl.gif);
	left:0;
	top:0;
}

.corner_br {
	background:url(../images/corner_br.gif);
	top:148px;
	right:0;
	*right:-1px;
}

.corner_tr {
	background:url(../images/corner_tr.gif);
	right:0px;
	*right:-1px;
	top:0;
}

#content .blueblock {
	width:317px;
	margin:20px 0 0 0;
	background:#fbfcfe url(../images/bg_blue_block.gif) repeat-x bottom;
}
#content .blueblock h2 {
	padding:14px 0 9px 12px;
	font-weight:bold;
	font-size:14px;
	color:#0060a1;
}

#content .blueblock .bgbottom {
	height:12px; 
	line-height:12px;
	background:url(../images/bg_blue_bottom.gif) no-repeat top left;
}

#content .blueblock p{
	padding:0 0 8px 12px;
}
#content .blueblock a.more {
	font-weight:bold;
	padding: 0 0 0 12px;
	display:block;
	color:#0060a1;
}

#top-content .textblock {
	width:187px;
	margin:0 0 0 16px;
	height:290px;
	line-height:17px;
	overflow:hidden;
	background:url(../images/blue_dotted.gif) repeat-x bottom;
}

#top-content .textblock h1 {
	position:relative;
	font-size:12px;
	padding:0 0 42px 8px;
}
#top-content .textblock h1 img {
	position:absolute;
	top:0;
	left:0;
}

#bottom-content {
	margin:22px 0 0 0;
	zoom:1;
}

#bottom-content .infoblock {
	float:left;
	width:437px;
	margin:0 0 0 -9px;
	position:relative;
	z-index:10;
}

#bottom-content .infoblock .top{
	height:46px;
	background:url(../images/bg_infoblock_top.gif) no-repeat top left;
}

#bottom-content .infoblock .bottom{
	height:19px;
	line-height:19px;
	background:url(../images/bg_infoblock_bottom.png) no-repeat top left;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='images/bg_infoblock_bottom3.png');
}

#bottom-content .infoblock .bottom[class]{
	background-image:url(../images/bg_infoblock_bottom.png) no-repeat top left;
}

#bottom-content .infoblock h2, #bottom-content .infoblock h3 {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:23px 0 0 30px;
}
#bottom-content .infoblock h3 {
	color:#0060a1;
	padding:0 0 18px 0;
}
	
#bottom-content .innerblock {
	padding:17px 20px 0 25px;
	margin:0 auto;
	overflow:hidden;
	height:185px;
	background:url(../images/bg_infoblock.png) repeat-y left;
}
.innerblock .images {
	float:left;
	margin:0 16px 0 0;
	width:145px;
}

.innerblock .images img {
	margin:0 0 10px 0;
}
#bottom-content .innerblock .more {
	float:left;
	padding:0 35px 0 0;
	height:27px;
	margin:15px 0 0 0;
	background:url(../images/link_bg.gif) no-repeat top right;
	position: absolute;
	bottom: 16px;
	left: 186px;
}

#bottom-content .innerblock .more a {
	display:block;
	float:left;
	padding:5px 0 5px 10px;
	color:#fff;
	font-weight:bold;
	background:url(../images/link_bg_left.gif) no-repeat top left;
	text-decoration:none;
}
/*		FOR HOME PAGE ONLY  */

/*		ASOORTIMENT			*/
#leftbar {
	width:196px;
	float:left;
}
#leftbar h2 {
	font-size:16px;
	color:#363636;
	padding: 0 0 27px 0;
}
#leftbar img {
	display:block;
	margin:0 0 25px 0;
}
#leftbar .menu {
	margin:0;
}

#leftbar .menu li{
	padding:0 0 16px 15px;
	list-style:none;
	background:url(../images/left_menu_bullet.gif) no-repeat left 3px;
}
#leftbar .menu li a{
	 color:#116aa7
}

#content .contents {
	float:right;
	width:652px;
}

#content .contents h2{
	color:#0060a1;
	font-size:14px;
	font-weight:bold;
	padding:0 0 20px 0;
}

.article{
}

.articleR{
}

.article .blueblock {	
	float:right;
}

.articleR .blueblock {	
	float:left;
}

.article img {
	float:left;
	display:block;
	margin:0 12px 5px 0;
}

.articleR img, article img.Right {
	float:right;
	display:block;
	margin:0 0 5px 12px;
}

.article img.Right {
	margin:0 0 5px 0;
}

.contents .box {
	overflow:hidden;
	zoom:1;
	margin:0 0 30px 0;
}
.contents .box h2, #content .box .blueblock h2 {
	font-size:14px;
	color:#0060a1;
	font-weight:bold;
	padding: 0 0 20px 0;
}

#content .box .blueblock h2 {
	padding:0 0 20px 7px;
}
#content .box .blueblock p {
	padding:0 0 0 7px;
}
.contents .box .columnL {
	float:left;
	width:326px;
	position:relative;
}

.contents .box .columnR {
	float:right;
	width:326px;
	position:relative;
}

.contents .list {
	margin:0;
	list-style:none;
}
.contents .list li {
	margin:0 0 12px 0;
	position:relative;
	overflow:hidden;
	zoom:1;
}
.contents .list li a {
	color:#000;
	text-decoration:none;
}
.contents .list li a:hover {
	text-decoration:underline;
}
.contents .list h3, .contents .list h3 a {
	padding:4px 0 12px 0;
	font-size:14px;
	color:#116aa7;
}	 

.contents .list img {
	float:left;
	margin:0 19px 3px 0;
}

#content .route {
	overflow:hidden;
	zoom:1;
	margin:10px 0 0 0;
}

#content .route h3{
	font-weight:16px;
	font-weight:bold;
	color:#363636;
	padding:0 0 20px 0;
}

#content .route p {
	margin:0 0 25px 0;
}
#content .route .right {
	float:right;
	margin:0 0 0 20px;
}
/*		END ASOORTIMENT			*/

#footer {
	height:87px;
	width:100%;
	background:url(../images/test2.jpg) repeat-x bottom right;
	position:absolute;
	bottom:0;
	right:0;
}

#footerbg {
	position:absolute;
	height:87px;
	width:1000px;
	bottom:0;
	right:0;
	background:url(../images/bg_footer.jpg) no-repeat bottom right;
}

#stickit {
	width : 387px;
	height : 132px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#stickitedit {
	width: 200px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#taal {
	position: absolute;
	top: 105px;
	right: 5px;
	z-index: 99999;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='../images/vlaggen/vlaggen.png');
}

#taal[id]{
	background:url('../images/vlaggen/vlaggen.png') no-repeat top left;
}


#flashheader {
	position: absolute;
	right: 85px;
	top: 0px;
	z-index: 99999;
}

#stickitedit {
	position: absolute;
	top: 5px;
	padding: 3px 2px 1px 2px;
	width: 75px;
	height: 16px;
	right: 115px;
	z-index: 99999;
	background: #dbe9f5;
	}
