/* standaard html tags */
html {
	height:100%;
}

body {
	font-size:12px;
	font-family:arial;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color :#ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #eeeeee;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	overflow-y:visible;
}

li {
	list-style:disc outside;
	margin-left:15px;
	margin-bottom:3px;
	text-align:left;
}

td,p {
	font-size:12px;
}

h3, h5 {
	font-size:15px;
	margin-bottom:3px;
}

.hidden {
	display:none;
}

a {
	font-weight:bold;
	color:#fd2100;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#ff7661;
	text-decoration:underline;
}

/* div's opmaak' */

#menuBg {
	margin:auto;
	width:730px;
	min-height:560px;
	_height:560px;
	background-image:url(../images/topbg.jpg);
	background-repeat:no-repeat;
	background-color:#dfdfdf;
	z-index:1;
	border:solid 5px #FFFFFF;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}
*+html #menuBg {
	margin:auto;
	background-image:url(../images/topbg.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

.main {
	padding-top:128px;
	padding-left:16px;
	padding-bottom:16px;
	width:710px;
	/* border:solid 1px yellow; */
}

*html .main {
	padding-bottom:0px;
}

.tekstContent {
	width:610px;
	margin:auto;
}

.knop {
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}

.knop:hover {
	color:#FF3C00;
	text-decoration:none;
	text-align:center;
}

#menuDivTxt1, #menuDivTxt2, #menuDivTxt3, #menuDivTxt4, #menuDivTxt5, #menuDivTxt6 {
	position:absolute; 
	width:120px;
	height:17px;
	margin:auto;
	border:solid 1px yellow;
}

.contentFrame, .contentFrame td, .contentFrame table{
	font-family: arial;
	font-size:12px;
	padding-left: 3.5pt;
	font-weight:normal;
}


/***** DROPDOWN 1 */

.dropdown1 {
	position:absolute;
	z-index:50;
	top:10px;
	left:10px;
	width:auto;
	font-size:12px;
	background-color:#EEEEEE;
	padding-top:13px;
	padding-bottom:5px;
	background-image:url(../images/bg_dropdown1.gif);
	background-position:10px 0px;
	background-repeat:no-repeat;
	visibility: hidden;
	border: 1px solid #666666;
}
.dropdown1 a {
	display:block;
	color:#666666;
	text-decoration:none;
	background-color:#EEEEEE;
	padding:2px 10px 2px 10px;
	white-space:nowrap;
}
.dropdown1 a:hover {
	display:block;
	color:#EEEEEE;
	text-decoration:none;
	background-color:#666666;
	padding:2px 10px 2px 10px;
}

/**** DROPDOWN 2 */

.dropdown2 {
	position:absolute;
	z-index:50;
	top:10px;
	left:10px;
	width:230px;
	font-size:12px;
	background-color:#EEEEEE;
	padding-top:13px;
	padding-bottom:13px;
	background-image:url(../images/bg_dropdown1.gif);
	background-position:10px 0px;
	background-repeat:no-repeat;
	visibility: hidden;
	border: 1px solid #666666;
}

.dropdown2 .kop {
	display:block;
	font-weight:bold;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:2px;
	background-image:none;
}
.dropdown2 .kop:hover {
	display:block;
	font-weight:bold;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:2px;
	background-image:none;
}
.dropdown2 hr {
	color: #ff3d00;
	padding:0;
	margin:0;
	height:1px;
	line-height:50%;
}
.line {
	margin: auto;
	width: 90%;
	height: 1px;
	line-height:0;
	padding:0;
	font-size:0px;
	background-image:url(../images/oranjePunt.gif);
	background-repeat:repeat-x;
}

.dropdown2 span, .dropdown2 a {
	display:block;
	color:#666666;
	text-decoration:none;
	background-color:#EEEEEE;
	padding:1px 10px 1px 30px;
	background-image:url(../images/li_dropdown.gif);
	background-position:10px 8px;
	background-repeat:no-repeat;
	white-space:nowrap;
	font-weight:normal;
}
.dropdown2 a:hover {
	display:block;
	color:#666666;
	text-decoration:underline;
	background-color:#EEEEEE;
	padding:1px 10px 1px 30px;
	background-image:url(../images/li_dropdown.gif);
	background-position:10px 8px;
	background-repeat:no-repeat;
	font-weight:normal;
}

/* sitemap */
/**** DROPDOWN 2 */

.sitemap {
	width:230px;
	font-size:12px;
}

.sitemap .kop {
	display:block;
	font-weight:bold;
	padding-left:0px;
	padding-top:7px;
	padding-bottom:2px;
	background-image:none;
}
.sitemap .kop:hover {
	display:block;
	font-weight:bold;
	padding-left:0px;
	padding-top:7px;
	padding-bottom:2px;
	background-image:none;
}
.sitemap hr {
	color: #ff3d00;
	padding:0;
	margin:0;
	height:1px;
	line-height:50%;
}

.sitemap span, .sitemap a {
	display:block;
	color:#666666;
	text-decoration:none;
	padding:1px 10px 1px 30px;
	background-image:url(../images/li_dropdown.gif);
	background-position:10px 8px;
	background-repeat:no-repeat;
	white-space:nowrap;
	font-weight:normal;
}
.sitemap a:hover {
	display:block;
	color:#666666;
	text-decoration:underline;
	padding:1px 10px 1px 30px;
	background-image:url(../images/li_dropdown.gif);
	background-position:10px 8px;
	background-repeat:no-repeat;
	font-weight:normal;
}

.nieuwsHome {
	width:440px;
}

.nieuwshome .datum {
	color:#73B8BC;
	padding-left:10px;
	background-image:url(../images/img_li.gif);
	background-position:2px 6px;
	background-repeat:no-repeat;
	float:left;
	margin-bottom:3px;
}
.nieuwshome .tekst {
	padding-left:7px;
	color:#666666;
	margin-bottom:3px;
}
.nieuwshome .tekst a {
	text-decoration:none;
	color:#666666;
}
.nieuwshome .tekst a:hover {
	text-decoration:none;
	color:#E9341B;
}


/******* template home default settings all browsers **********/

.templateHomeOne {
	position:absolute;
	width:548px;
	height:170px;
	margin-top:6px;
	margin-left:-35px;
	border:solid 0px blue;
	float:left;
	overflow:hidden;
}

.templateHomeTwo {
	position:absolute;
	width:250px;
	height:430px;
	margin-top:6px;
	margin-left:515px;
	border:solid 0px red;
	background-color:#c4c4c4;
	overflow:hidden;
}

.templateHomeThree {
	position:absolute;
	width:275px;
	height:258px;
	margin-top:177px;
	margin-left:-35px;
	border:solid 0px yellow;
	float:left;
	background-color:#EAEAEA;
	overflow:hidden;
}

.templateHomeFour {
	position:absolute;
	width:275px;
	height:258px;
	margin-top:177px;
	margin-left:240px;
	border:solid 0px red;
	float:left;
	background-color:#D4D4D4;
	overflow:hidden;
}

/******* template home IE7 settings **********/

*+html .templateHomeOne {
	margin-top:-11px;
	margin-left:-35px;
}

*+html .templateHomeTwo {
	margin-top:-11px;
	margin-left:515px;
}

*+html .templateHomeThree {
	margin-top:161px;
	margin-left:-35px;
}

*+html .templateHomeFour {
	margin-top:161px;
	margin-left:240px;
}

.kruimelpad {
	border:solid 0px black;
	width: 100%;
	padding-top: 20px;
}

*+html .kruimelpad {
	padding-top: 0px;
}

