
/* ############### BASIC BUILDING BLOCKS ADDONS ############### */
#pagewrapper{
	margin-top:20px;
	width: 724px;
	height:596px;
	max-height:576px;
	}
#header{
	width: 724px;
	}
#content{
	background-image:url(../gfx/basic/frame_mid.gif);
	background-repeat:repeat-y;
	height:510px;
	max-height:510px;
	padding-bottom:20px;
	}
#bottomnav{
	background-image:url(../gfx/basic/frame_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 724px;
	height: 34px;
	padding-bottom:2px;
	overflow: hidden;
	}

/*.col1{	width: 200px;}
.col2{	width: 524px; }*//* = pagewrapper.width - col1.width */


/* ############### 1 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */
.oneCol#header .col1{
	color: #000;
	width: 724px;
	}
.oneCol#content .col1{
	color: #000;
	width: 724px;
	height:430px;
	background-image:url(../gfx/basic/frame_mid.home.gif)
	}
/* ############### 2 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */

.twoCols#content .col1{
	width: 310px;
	}
.twoCols#content .col1 #innergrid6{
		display:block;
		padding-left:17px;
		background-color:#FF0000;
		}
.twoCols#content .col2{
	width: 394px;
	margin-right:20px;
	}
	.waarom .twoCols#content .col1{
		width: 394px;
		margin-right:20px;
		}
	.waarom .twoCols#content .col2{
		width: 290px;
		}

	.twoCols#content .col2 #frametop{
		background-image:url(../gfx/basic/innerframe.top.gif);
		background-repeat:no-repeat;
		height:20px;
		}
	.twoCols#content .col2 #innerframe{
		position: relative;
		background-image:url(../gfx/basic/innerframe.middle.gif);
		background-repeat:repeat-y;
		height:456px;
		max-height:456px;
		padding-left:17px;
		}
	.topMarginMinus5{
/*
		margin-top:-10px;*/
		}

					.thumbblock{
						float:left;
						height:152px;
						width:120px;
						margin-bottom:4px;
						position: relative;
						}
					.thumbblockWaarom{
						float:left;
						height:100px;
						width:120px;
						margin-bottom:4px;
						position: relative;
						top:-20px
						}
							.gridthumb{
								width:120px;
								text-align:center;
								position: absolute;
								bottom: 12px;
								}
							.gridtext{
								width:120px;
								height:12px;
								text-align:center;
								position: absolute;
								bottom: 0px;
								}
					.stamp2{
						top:-20px;
						left:160px;
						position: absolute;
						background-color:#fff;
						padding:0 10px 0 10px;
						}
					.stamp{
						top:-20px;
						left:240px;
						position: absolute;
						background-color:#fff;
						padding:0 20px 0 10px;
						}
/*					.stampOverlay{
						top:-20px;
						left:160px;
						position: absolute;
						background-color:#ccc;
						width:240px;
						height:80px;
						z-index:222;
						filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
						}*/
						
					.loepe{display:block; text-align:right;}
					.gotoshop{
						top:-20px;
						left:330px;
						position: absolute;
						width:64px;
						height:64px;
						background-image:url(../gfx/basic/bg.gotoshop.gif);
						background-repeat:no-repeat;
						background-color:#fff;
						padding:5px 10px 5px 0px;
						text-align:center;
						}
					.popupblock{
						width:360px;
						bottom:4px;
						position: absolute;
						}
							.popuptitel{
								background-color:#99CC66;
								}
							.popupimage{
								text-align:center;
								position: relative;
								}
							#popupdimensions{
								position:absolute;
								right:10px;
								bottom:100px;
								text-align:center;
								}
							.popupcolours{
								position:relative;
								right:0;
								bottom:0;
								text-align:center;
								}
					/* ######### SHOPS ########## */
					.land{
						top:-10px;
						right:30px;
						position: absolute;	
						font-family:Arial, Helvetica, sans-serif;
						font-size:14px;
						font-weight:bold;
						letter-spacing:2px;
						color:#9f8a56;
						}
					.winkelcontainer{
						left:20px;
						top: 20px;
						/*bottom:20px;*/
						position: absolute;
						}
						.gemeente{
							font-family:Arial, Helvetica, sans-serif;
							font-size:14px;
							font-weight:bold;
							letter-spacing:2px;
							margin-bottom:30px;
							color:#000;
							}
						.shopBlock{
							padding-top:10px;						
							}
						.shopBlockCol1, .shopBlockCol2{
							float:left;
							width:175px;
							margin-right:10px;
							font-size:80%;
							}
						.shopBlockCol3, .shopBlockCol4, .shopBlockCol5{
							float:left;
							width:108px;
							margin-right:10px;
							font-size:80%;
							}
						.shopBlockCol1, .shopBlockCol3{
							font-weight:bold;
							}

	.twoCols#content .col2 #framebottom{
		background-image:url(../gfx/basic/innerframe.bottom.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		height:30px;
		padding: 0 20px 0 20px;
		}

/* minimum height for sidenav and text-block */
/* remember: if working with backgroundcolors or borders, 
you'll need to set a repeating background on 
.twoCols#content, since col1 doesn't know how
long col2 becomes (and vice-versa)
 !!!!!
*/
.twoCols#content .col1 {min-height: 200px;} /* mozilla + IE7 */
*html* .twoCols#content .col1 {height: 200px;} /* IE6 */

.twoCols#content .col2 {min-height: 200px;} /* mozilla + IE7 */
*html* .twoCols#content .col2 {height: 200px;} /* IE6 */


/* ############### HEADER ADDONS ############### */
.twoCols#header .col1{ }
.twoCols#header .col1 a{
	display: block;
}


