
/* Copie van style.css. Niet alle opgenomen styeln zijn nodig voor de bedrijfwagens doorverwijs pagina */

/* ALGEMENE opmaak */
* {
	margin: 0;
}
html, body {
/*	height: 100%;*/
}
body {
	background-color: #dcdcd1;
/*	background-image: url(images/bk_tabsx_hmpg.gif);
	background-repeat: repeat-y;*/
}
h1 {
/* .content_tekst_kop {*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color:#625e3d;
}
h2 {
/* .content_tekst_onderkop { */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color:#625e3d;
}
/*De CSS tags MOETEN in deze volgorde blijven staan, anders doen ze het niet: A, a, A:visited, A:hover, A:active.*/
a, a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #7d0010;
}
#wrapper {
/*	width: 1003px;*/
}
#content_opvul_onder {
	/* Zorgt voor witruimte onderaan, als de content langer is dan de menubalk links */
	height: 20px;
}
/* einde ALGEMENE opmaak */


/* CONTENT gedeelte */
#content_uber_container {
/*	width: 1003px;
	height: 324px;
	background-color: #99CC33;*/
}


/* begin CONTENT gedeelte */
#content_container {
	width: 777px;
	margin-left: auto;
	margin-right: auto;
	margin-top:100px;
/*	float: left;*/
}
/* Content borders */
#content_top_wit_container {
	width: 777px;
	height: 9px;
	background-image:url(images/content_border_wit_top.gif);
	background-repeat:no-repeat;
}
#content_centre_wit_container {
	width: 761px;
	padding-left: 8px;
	padding-right: 8px;
	background-image:url(images/content_border_wit_centre.gif);
	background-repeat:repeat-y;
	/* overflow is nodig, anders laat FireFox de achtergrondafbeelding niet zien zodra je gaat floaten */
	overflow: hidden;
}
#content_bottom_wit_container {
	width: 777px;
	height: 9px;
	background-image:url(images/content_border_wit_bottom.gif);
	background-repeat:no-repeat;
	float: left;
}
#content_bottom_wit_container_float {
	width: 777px;
	height: 9px;
	background-image:url(images/content_border_wit_bottom.gif);
	background-repeat:no-repeat;
	float: left;
	margin-left: 15px;
}
#content_bottom_home_container {
	width: 777px;
	height: 9px;
	background-image:url(images/content_border_home_bottom.gif);
	background-repeat:no-repeat;
	float: left;
}
/* Einde content borders */


/* Begin Content specifieke onderdelen */
.content_tekst_brood {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color:#625e3d;
}
.content_tekst_brood_vet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color:#625e3d;
}
.content_tekst_brood_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#625e3d;
}
.content_tekst_brood_sidebar_vet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color:#625e3d;
}
.content_container_img_left {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding: 1px;
	border: 1px solid #a3a39b;
}
.content_container_img_right {
	float: right;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #a3a39b;
}
.content_form_tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color:#625e3d;
}
.content_form_verplicht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #FF0000;
}