/* 1024 CSS */
html {
	height: 100%;
	overflow-y: scroll;
	overflow-x:hidden;
}
body, div, td, p, li, span, input, textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:black;
}

body{
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin:0px; /* om alles aan de top of bodem te kleven */
	/*background: #096;*/
	
	/*scrollbar-face-color:#B3DDC0;
	scrollbar-arrow-color:#ED2024;
	scrollbar-track-color:#096;
	scrollbar-shadow-color:#096;
	scrollbar-highlight-color:#096;
	scrollbar-3dlight-color:#096;
	scrollbar-darkshadow-color:#096;*/
}

img{border:0}

/* links */

a:link{
	color: #069;
	text-decoration:underline;
}

a:visited{
	color: #069;
	text-decoration:underline;
}

a:hover{
	color: #f00;
	text-decoration:underline;
}

a:active{
	color: #069;
	text-decoration:underline;
}


a:link.rechterLink, a:visited.rechterLink, a:active.rechterLink {
	display: block;
	width: 202px;
	padding-left: 12px;
	height: 16px;
	padding-top: 0px;
	margin-top:5px;
	font-size:12px;
	font-weight: bolder;
	text-decoration:none;	
	color:#fff;
	background: #069;
	border:1px solid #069;
}


a:hover.rechterLink{
	display: block;
	width: 202px;
	padding-left: 12px;
	height: 16px;
	padding-top: 0px;
	margin-top:5px;
	font-size:12px;
	font-weight: bolder;
	text-decoration:none;	
	color:#069;
	background: #D3EDE7;
	border:1px solid #069;
}




a:link.terug{
	display: block;
	width: 100px;
	padding: 1px;
	background: #096;
	border: 2px solid #f00;
	text-align: center;
	color: #fff;
	font-weight: bolder;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

a:visited.terug{
	display: block;
	width: 100px;
	padding: 1px;
	background: #096;
	border: 2px solid #f00;
	text-align: center;
	color: #fff;
	font-weight: bolder;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover.terug{
	display: block;
	width: 100px;
	padding: 1px;
	background: #096;
	border: 2px solid #f00;
	text-align: center;
	color: #fff;
	font-weight: bolder;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

a:active.terug{
	display: block;
	width: 100px;
	padding: 1px;
	background: #096;
	border: 2px solid #f00;
	text-align: center;
	color: #fff;
	font-weight: bolder;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}


a:link.catLink{
	color:#3B8377;
	text-decoration: none;
}

a:visited.catLink{
	color:#3B8377;
	text-decoration: none;
}

a:hover.catLink{
	color:#3B8377;
	text-decoration: underline;
}

a:active.catLink{
	color:#3B8377;
	text-decoration: none;
}

/* wrapper */

table.wrapper{
	width:1000px;
	margin:auto;
}

td.centerWrapper{
	width:1000px;
	vertical-align: top;
}		

/* menu + pagina */

table.pagina{
	width:1000px;
	margin:0px auto;
	height:560px;
}

.headerCel{
	height: 16px;
	/*background: #096;*/
	/*border-bottom:1px solid white;*/
}

td.paginaMenu{
	width: 200px;
	/*background: #ED2024 url(images/poetsvrouw.jpg) top right no-repeat;*/
	text-align: left;
	vertical-align:top;
}

.rechtermenuCel{
	width: 300px;
	text-align: center;
	vertical-align: top;
	/*background: #90CDC3 url(images/boomPlus.jpg) top left no-repeat;*/
}

.rechtermenu{
	width:220px;
	margin:auto;
	text-align: left;
}

td.paginaInhoud{
	width: 500px;
	/*background: #90CDC3 url(images/boom.jpg) center no-repeat;*/
}

.iFrame{
	width:440px;
	height:560px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.footer{
	height: 16px;
	background: #096;
	font-size:7pt;
	color: White;
	border-top:1px solid white;
	text-align: center;
}

.vragenDiv{
	display: block;
	width: 202px;
	padding-left: 12px;
	height: px;
	padding-top: 3px;
	margin-top:8px;
	font-size:12px;
	font-weight: bolder;
	text-decoration:none;	
	color:#000;
	background: #D3EDE7;
	border:1px solid #069;
}

.adresDiv{
	display: block;
	width: 190px;
	padding: 3px 12px;
	margin-top:10px;
		margin-bottom:10px;
	font-size:10px;
	background: #D3EDE7;
	border:1px solid #069;
}

.adresP{
	width:214px; 
	height:17px; 
	margin:-3px -12px; 
	padding-top: 3px;
	font-variant:small-caps; 
	font-weight: bold;
	background:#069; 
	color:white;
	text-align: center;
}

.superTbl{
	position: absolute;
	top: 50%;
	height: 594px; /* 560+(2x16)+2 */
	left:50%;
	width: 100%;
	margin-top: -292px; /* half of height + 1 om scrollbar weg te laten in 1024 */
	margin-left:-50%; /* half of width */
}

/*.superTbl{
	width: 100%;
	margin: auto;
}*/

/*.superLeft{
	width:50%;
	background: #096 url(images/bgLeft.gif) 0px 1px repeat-x;
}*/

.superContent{
	padding: 0px;
}

/*.superRight{
	width:50%;
	background: #096 url(images/bgRight.gif) 0px 1px repeat-x;
}*/

.inhoud{
	width: 480px;
	height: 578px;
	text-align: left;
	overflow-x:hidden;
	overflow-y:auto;
	padding-right: 20px;
}

.titelprod{
	width: 410px;
	margin: 20px auto;
	color: #069;
	font-size: 13px;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
}

.titel{
	width: 420px;
	color: #069;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top:10px;
}

.formCel{
	text-align:left;
	vertical-align: middle;
	font-size: 10px;
}

.formInput{
	width:205px;
	font-family:verdana, arial;
	font-size:10px;
}

input.button{
		font-family: tahoma;
		font-size: 11px;
		color: white;
		border: 2px solid #ED2024;
		background-color: #009966;
		width: 100px;
		font-weight: 600;
		letter-spacing: 1px;
}

input.button2{
		font-family: tahoma;
		font-size: 10px;
		color: white;
		border: 2px solid #ED2024;
		background-color: #009966;
		font-weight: 500;
		letter-spacing: 1px;
		width: 150px;
                height:auto;
text-align:center;
}

.catTbl{
	width: 460px;
	margin: 5px 5px 5px 0px;
	background: #EAFAF7;
	border:1px solid #539B8F;
}

.catCel{
	width: 33%;
	height: 16px;
	padding-left: 10px;
	background: #EAFAF7;
	font-size: 11px;
}

.catLeft{
	width: 33%;
	padding: 3px 5px;
	background: #069;
	color:#fff;
	vertical-align: top;
	font-weight: bolder;
	font-variant: small-caps;
}

.subcatTbl{
	width: 100%;
	background: #EAFAF7;
}

.subcatCel{
	width: 50%;
	height: 16px;
	padding-left: 5px;
	background: #EAFAF7;
	font-size: 11px;
}

.taalTbl{
	width: auto;
	height: 43px;
	margin: 20px 0px 0px 20px;
}

.taal_L{
	width: 32px;
	background: url(images/taalknop-L.gif) top right no-repeat;
}

.taal_M{
	width: auto;
	background: url(images/taalknop-M.gif) top left repeat-x;
	vertical-align: top;
}

a:link.taal, a:visited.taal, a:hover.taal, a:active.taal{
	height: 30px;
	padding-top: 7px;
	color:white;
	font-weight: bolder;
	text-decoration: none;
	display: block;
}

.taal_R{
	width: 23px;
	background: url(images/taalknop-R.gif) top left no-repeat;
}

.steponeknop{
	float: right;
	margin:-40px 0 6px;
	border: 0;
}

.agc{
	margin: 10px auto 0;
}

.scrollThis{
	/*height:300px; for crying out loud
	overflow-x:hidden;
	overflow-y:auto;*/
}

.greenfree{
	margin: 30px 0 0 0px;
	clear:both;
}

.actieJuniDiv{
	margin:0px 0 0 40px;
}


#blanket {
background-color:#111;
opacity: 0.85;
filter:alpha(opacity=85);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
-moz-opacity: 0.85;
}

#popUpDiv {
position:absolute;
z-index: 9002;
border: 0px;
text-decoration: none;
text-decoration:0px; 
color:#dddddd; 
display:none;
}
#popUpDiv a:link, #popUpDiv a:visited{
color:#CCCCCC;
text-decoration:none;
}
#popUpDiv a:hover{
color:#CCCCCC;
text-decoration:underline;
}

#popUpDiv2 {
position:absolute;
z-index: 9002;
border: 0px;
text-decoration: none;
text-decoration:0px; 
color:#dddddd; 
display:none;
}
#popUpDiv2 a:link, #popUpDiv2 a:visited{
color:#CCCCCC;
text-decoration:none;
}
#popUpDiv2 a:hover{
color:#CCCCCC;
text-decoration:underline;
}
.stijl1 {font-size: 22px; color:#FFFFFF;}

