/*

only black used as color

*/

#site { 
	width: 650px; 
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: black;
}

#header, #navigation, #subnavigation, #footer, #footer-home, #spacer, #flash-home, .bottom-bar, #brandscontainer, #scroll_control, #prevnext { display: none;}

.bottom-bar.text { display: block;}

#content { width: 650px; }

h1, td h1 {font: 19px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: black ;  border-bottom: 1px solid black;}

#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

#print_header {
	width: 650px;
	height: 80px;
	display: block;
	border-bottom: 1px solid black;
}

#print_header .adres {
	float: left;
}

#print_header .logo {
	margin: 0px;
	padding: 0px;
	float: right;
}

#content .tekst .faq .titel-block { font-weight: bold; }

#content #map {
  width: 734px;
  height: 275px;
}

#content .newsform.route { display: none; } 

.image-ticker { margin: 0px; padding: 0px; }
.image-ticker ul { margin: 0px; padding: 0px; }
.image-ticker ul li { margin: 0px 5px 5px 0px; padding: 0px; float: left; display: inline; }
#content .image-ticker ul li a:link, #content .image-ticker ul li a:visited { border: 0px solid #fff; }
.image-ticker ul li a img { border: 0px solid #fff; }


.merken-ticker { margin: 0px; padding: 0px;}
.merken-ticker ul { margin: 0px; padding: 0px; }
.merken-ticker ul li { margin: 0px 5px 5px 0px; padding: 0px; float: left; display: inline; }
#content .merken-ticker ul li a:link, #content .merken-ticker ul li a:visited { border: 0px solid #fff; }
.merken-ticker ul li a img { border: 0px solid #fff; }

/* ------------------------------------------------------------------------- Form */

form .row {
	line-height: 25px;
	width: 520px;
}

/*
form .row .errorMsg {
	position: absolute;
	left: 360px;
	background: #c44646;
	color: #ffffff;
	font-size: 11px;
	border: 3px solid #ffffff;
	line-height: 12px;
	margin-top: 4px;
	padding: 2px 4px;
	text-align: left;
	width: 180px;
}
*/

form .row .errorMsg {
	position: absolute;
	left: 325px;
	background: url(pics/error.gif) no-repeat;
	margin-top: 3px;
	height: 18px;
	width: 18px;
	font-size: 0px;
}

form .description{  
	padding: 1px 0px 0px 0px;
	width: 90px;
	margin: 0px 20px 0px 0px;
	float: left;
	line-height: 18px;
	text-align: left;
} 

form .value {  
	width: 360px;
	float: left;
} 

form .value input {
	padding: 1px 2px;
	font-size: 12px;
}

form .value input.text {
	width: 200px;
	height: 18px;
	border: 1px solid ;
	padding: 3px 3px 0px 3px;
	color: #92A3AB; 
	border: 1px solid #92A3AB;
}

form .value input.small {
	width: 30px;
	padding-right: 5px;
}

form .value input.large {
	width: 200px;
}


#content form .value .button {
	margin-top: 2px;
	padding: 0px 0px 2px 0px;
	height: 18px;
	width: 208px; 
	color: #fff;
	border: 0px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	background-color: #92A3AB;
	border: 1px solid #92A3AB;
}

form .value .button.upload {
	line-height: 22px;
	font-size: 12px;
}

form .value .textarea {
	margin-top: 0px;
	padding: 2px;
	width: 200px;
	height: 94px;
	border: 0px;
	padding: 3px;
	color: #92A3AB; 
	font: 12px arial, verdana, sans-serif;
	border: 1px solid #92A3AB;
	overflow: auto;
} 