/* Start of CMSMS style sheet 'Vivianne - CSS' */
/* Peter Tindemans, InTouch Reclame en Internetoplossingen- December 2009 */

/* Algemeen */

html {
	margin: 0px;
	padding: 0px;
}
	
body {
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:20px;
	color: #9e9e9e;
}

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

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.clear {
	clear: both;
}

img { border-style: none; }

a:link,a:visited,a:active,a:hover { color: #99999c; outline:none; text-decoration: underline;}

.hide {
	visibility: hidden;
	display: none;
}


/* Headers */

h1 {
	font-size: 27px;
	text-transform: uppercase;
	color: #6E6E6E;
}

.cufon-loading h1 { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}


/* Titels */

.article_title { color: #074667; }


/* Website structuur */

div.container {
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	vertical-align: top;
}

div#wrap {
	position: absolute;
	top: 22%;
	left: 0;
	width: 100%;
	height: 400px;
	background-color: #ffffff;
}

div#menu {
	width: 630px;
	height: 40px;
	margin-bottom: 10px;
	float: right;
}

div#box_logo {	
	width: 350px;
	height: 345px;
	float:left;
	background:#e9edee;
}

div#box_photo {	
	width: 350px;
	height: 345px;
	float:left;
	background: #e0e2e2;
}

div#box_photo_wide {	
	width: 700px;
	height: 345px;
	float:left;
}

div#box_content {
	width: 350px;
	height: 345px;
	float:left;
	background:#e9edee;
}

div#logo {
	margin: 139px 0px 0px 52px;
	display: block;
	visibility: hidden;
}

div#maps {
	margin: -2px 0px 0px -2px;
}

/* Content */

div#content_title {
	margin: 38px 0px 0px 30px;
}

div#content_holder {
	width: 280px;
	margin: 20px 0px 0px 35px;
	background:#e9edee;
}
/* End of 'Vivianne - CSS' */

