/* See license.txt for terms of usage */


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #97ca2d;
	line-height: 20px;
	padding-left: 35px;
	font-size: 20px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

p, blockquote {
line-height:1.4em;
}

blockquote {
	float:right;
	color:#6794AA;
	width:325px;
	margin:10px 0px;
	padding:10px 5px;
	border-left: solid 2px #00CCFF;
	background-color:#f1f5f8;
	color: #4BB5C1;
	clear: right;
}

.blockquote {
	float:right;
	color:#6794AA;
	width:485px;
	height: 80px;
	margin:10px 0px;
	padding:10px 5px;
	border-left: solid 2px #00CCFF;
	background-color:#f1f5f8;
	color: #4BB5C1;
	clear: right;
}

.reacties img{
margin: 10px 0px;
}

em {
	font-size:11px;
}

#foot p{
font-size:10px;}

.euroli{
width: 39px;
height: 39px;
background-image: url(../img/euro-li.jpg);
background-repeat:no-repeat;
}


.kop {
	/*list-style-image: url(../img/euro-li.jpg);  <<<--- deze wel doet het wel in IE6 wanneer het actief is.*/
background: url(../img/euro-li.jpg) no-repeat;
	margin: 10px 0px 10px 0px;
}

.kop ul, .kop li{
	list-style-type:none;
}

.kop li{
padding:10px;
} 

main ul, li{
	list-style-type:bullet;
	list-style-position:inside;
	padding:0px 20px;
	line-height:1.4em;
}


/* ---------- onderlinks styles start here ----------------------- */
.onderlinks {
	list-style: none;
	margin: 0;
	padding: 0px 0px;
	border-left: 1px dashed #CBCBCB;
	border-right: 1px dashed #CBCBCB;
}

#onderlinks-id{
border-left: 1px dashed #CBCBCB;
border-right: 1px dashed #CBCBCB;
}

.onderlinks li {
	padding: 5px;
	margin: 0;
	position: relative;
	width: 207px;
	height: 140px;
	float: left;
}

.onderlinks #contact{
	padding: 5px 15px;
	margin: 0;
	position: relative;
	width: 227px;
	float: left;
	vertical-align: middle;
	line-height: 25px;
}

.onderlinks img {
	background: #fff;
	padding: 0px;
	border:0px;
}
.onderlinks em {
	background: #fff url(../img/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
