@charset "UTF-8";
/* CSS Document */

	

html, body, #wrap {
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #C2C2C2;
	}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 70px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	clear:both; 
	background-color: #3B556F;		
}

#content {
	margin-top: 15px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	a:link, a.rein {
		color: #FFFFFF;
	}
	
	.rein {
	font-size: 9px;
	text-decoration: none;
	top: 15px;
	}
	
	.publiciteiten {
		margin: 2px 10px 0px;
	}
	
	
#adres {
	margin: 0px auto;
	padding: 10px;
	width: 900px;
	position: relative;
	height: 50px;
}

.left-element {
	position: absolute;
	left: 0;
	width: 80%;
	text-align: left;
   }

.right-element {
	position: absolute;
	right: 1px;
	width: 20%;
	text-align: right; /* depends on element width */
	font-size: 0.8em;
	top: 37px;
}
