/*This stylesheet contains all the standard properties cq settigns for objects on the whole site.
  So no tags sorted on ids or classname will be set here. To do that use, the mainlayout.css style or
  one of the other css stylesheets,.. cq contact.css, nieuws.css, nieuwsbrief.css, rest.css, ... */
 
* {
	font-size: 11px;
}

a,a:hover { text-decoration: underline; }
	a {	color:black; }
	a:hover {	color:red; }

body {
	border: 0px;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	font-style: normal;
	color: #222222;
	margin-top:0px;
}

hr {
}

img {
	border:0;
}

p {
}

table {
}

td {
}

ul, ol {
	list-style-type:square;
	_margin-left:15px; 
	margin-top:0px;
	margin-bottom:0px;
}
li {
	margin-top:0px;
	margin-bottom:0px;
}
ul.arrow {
	list-style-type:square;
	list-style-image:url(../images/arrow.gif);
}
ul.circle {
	list-style-type:circel;
}



div.main {
	position:relative;
	width:967px;
	z-index:0;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
}


div#homeVisual { width: 325px; overflow: hidden; }
div#homeVisual img {  }

