/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

html, body{
	width:100%;
	background-color:#000;
}

#site{
	width:909px;
	margin:0 auto;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	word-spacing:0.04em;
}

.row{
	width:909px;
	float:left;
	line-height:1.55em;
}

#row-header{
	background-image:url(img/header-home.jpg);
	background-repeat:no-repeat;
	height:174px;
}

#menu-container{
	position:absolute;
	border:0px solid #ff0000;
	height:20px;
	padding-top:145px;
	padding-left:188px;
}

#menu-container div{
	float:left;
	height:20px;
}

#menu-container div a{
	width:100%;
	height:100%;
	display:block;
	border:0px solid #ff0000;
}

#menu-home{
	width:47px;
	padding-right:17px;
}

#menu-diensten{
	width:78px;
	padding-right:17px;
}

#menu-overons{
	width:78px;
	padding-right:17px;
}

#menu-contact{
	width:72px;
}

#row-tafels{
	background-image:url(img/aant-tafels-headline.gif);
	background-repeat:no-repeat;
	height:219px;
}

#messages-container{
	width:100%;
	height:180px;
	border:0px solid #ff0000;
}

#messages-container div{
	height:88px;
	padding-top:92px;
	border:0px solid #ff0000;
	float:left;
}

#messages-container #one{
	padding-left:137px;
	width:163px;
}

#messages-container #two{
	padding-left:114px;
	width:163px;
}

#messages-container #three{
	padding-left:122px;
	width:163px;
}

#messagemeer-container{
	width:100%;
	height:20px;
	border:0px solid #ff0000;
}

#messagemeer-container div{
	float:left;
	width:98px;
	padding-top:12px;
	text-align:center;
	border:0px solid #ff0000;
}

#messagemeer-container div a{
	width:98px;
	height:17px;
	padding-top:3px;
	display:block;
	border:0px solid #ff0000;
	font-size:1em;
	text-decoration:underline;
	color:#61841D;
	font-weight:bold;
}

#messagemeer-container div a:hover{
	font-size:1.2em;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin-top:-1px;
}

#messagemeer-container #one{
	padding-left:192px;
	line-height:0.8em;
}

#messagemeer-container #two{
	margin-top:-1px;
	padding-left:165px;
	line-height:0.8em;
}

#messagemeer-container #three{
	margin-top:-1px;
	padding-left:167px;
	line-height:0.8em;
}

#row-content{
	background-color:#fff;
	width:819px;
	padding-left:45px;
	padding-right:45px;
}

#content{
	float:left;
	margin-top:40px;
	margin-bottom:20px;
	background-image:url(img/content-separator-repeat.gif);
	background-repeat:repeat-y;
	border:0px solid #ff0000;
	width:816px;
	line-height:1.8em;
}

.content-col{
	position: relative;
	width:232px;
	padding-left:22px;
	padding-right:18px;
	margin-top:-30px;
	border:0px solid #ff0000;
	float:left;
}

.content-col h2{
	font-size:1.6em;
	color:#69882D;
	margin-bottom:15px;
	margin-left:-10px;
}

#colverder{
	text-align:right;
	width:232px;
	margin-top:-10px;
	padding-left:22px;
	padding-right:18px;
	padding-bottom:20px;
	float:left;
}
#colverder a{
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}

#row-cloud{
	height:130px;
	width:799px;
	background-color:#fff;
	padding-left:55px;
	padding-right:55px;
	overflow:hidden;
}

#row-cloud div{
	position:absolute;
	


}

#row-cloud div a{
	color:#69882D;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
}

.een{
	font-size:1.8em;
}

.twee{
	font-size:1.5em;
}

.drie{
	font-size:1.2em;
}

.vier{
	font-size:1.0em;
}

.vijf{
	font-size:0.8em;
}

#row-footer{
	height:34px;
	background-image:url(img/footer-bg.gif);
	background-repeat:no-repeat;
	text-align:center;
}

#row-footer #msg{
	padding-top:13px;
	color:#69882D;
	font-size:0.8em;
	font-weight:bold;
}

#row-footer #msg a{
	color:#69882D;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}

