@charset "utf-8";
/* CSS Document */

.links {
	float: left;
}
.rechts {
	float:right;
}
.kolom {
	float: left;
	width: 160px;
	margin-right: 15px;
}
.kolom h3 {
	background: url(../images/catback.jpg) top left repeat-x;
	color: #FFF;
	padding: 0 10px;
	text-transform: uppercase;
}
.kolom ul {
	background: url(../images/catshade.jpg) top left repeat-x;
	border: #b7b7b7 1px solid;
	list-style-type: none;
	margin: 0;
	margin-bottom: 15px;
	padding: 0 10px;
}
.kolom a {
	color: #000000;
	text-decoration: none;
}
.kolom a:hover {
	color: #4E8006;
	text-decoration: underline;
}
.result {
	margin: 0;
	padding: 0;
}
.result ul {
	margin: 0;
	padding:0;
	list-style-type: none;
}
.result li {
	display: block;
	border: #b7b7b7 1px solid;
	margin: 0;
	margin-bottom: 15px;
	padding: 15px;
	background: url(../images/liba.jpg) top left repeat-x;
	width: 94%;
}

li.zilver {
	background: url(../images/liba3.jpg) top left repeat-x;
}

li.gold {
	background: url(../images/liba2.jpg) top left repeat-x;
}


.result img {
	float: right;
	margin: 10px 0 15px 0;
	padding: 0;
}
span.text {
	float: left;
	width: 380px;
	margin: 0 15px 15px 0;
	padding: 0;
}
.break {
	clear: both;
	border-top: #b7b7b7 1px dotted;
	padding: 0;
	text-align: right;
}
.uitg {
	border-top: #b7b7b7 1px dotted;
	padding: 0;
	text-align: right;
}
.gmap {
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top: #b7b7b7 1px dotted;
}
ul.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.iconlist li {
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 3px 0 3px 25px;
}
li.bedrijf {
	background-image: url(../images/icons/user_suit.png);
}
li.email {
	background-image: url(../images/icons/email.png);
}
li.telefoon {
	background-image: url(../images/icons/telephone.png);
}
li.fax {
	background-image: url(../images/icons/fax.png);
}
li.adres {
	background-image: url(../images/icons/book_addresses.png);
}
li.website {
	background-image: url(../images/icons/world.png);
}
li.descr {
	background-image: url(../images/icons/page_white_text.png);
}
/* -----------form----------- */
label {
	float: left;
	width: 150px;
}
input {
	float: left;
}
br.clear {
	clear: both;
}
fieldset {
	border: none;
	margin: 0 10px;
}
.charcounter {
	margin: 0 150px;
}
.buttons {
	text-align: center;
}
hr {
	border: none;
	border-top: 1px dotted #D1D1D1;
}

.error {
    color:#CC0000;
	font-weight: bold;
}
.adres{
	color: #999;
}

