/*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, ... */
  
a {
	color:black;
	text-decoration:none;
}
a:hover {
	color:red
	text-decoration: underline;
}


body {
	border: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 8pt;
	color: #000000;
	margin-top:0px;
	background-repeat: repeat-y;
	background-position: 778px 0px; 
	background-position: top center; 
}

hr {
}

img {
	border:0px;
}

h1 {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans serif;
/*	font-size: 9pt; */
	font-size : 13px;
	font-style: normal;
	font-weight:bold;
	color: #336399;
	margin-top:5px; 
/*	text-align:left; */
	margin-right:5px;
}
h2 {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 8pt;
	font-style: normal;
	font-weight:bold;
	color: #336399;	
	margin-top:5px;
/*	text-align:left; */
	margin-right:5px;
}
h3 {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight:bold;
	color: #336399;	
	margin-top:5px;
/*	text-align:left; */
	margin-right:5px;
}

li {
	padding:0px;
	margin:0px;
	list-style-image:url(../images/arrow.gif);
	text-align:left;
}


p {
	margin:0px;
	margin-top:5px;
	margin-right:5px;
}

ul, ol {
	padding:0px;
	margin:0px;
	margin-left:18px;
	_margin-left:16px; 
	list-style-type:disc;
	list-style-image:url(../images/arrow.gif);
}
