/* Style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Eind style reset */

a:link 			{	color: #2f2f31;	text-decoration: none;}
a:visited 		{	color: #2f2f31;	text-decoration: none;}
a:active 		{	color: #2f2f31;	text-decoration: none;}
a:hover 		{	color: #2f2f31;	text-decoration: underline;}

a:link.nieuws			{	color: #DA5D97;	text-decoration: underline;}
a:visited.nieuws		{	color: #DA5D97;	text-decoration: underline;}
a:active.nieuws 		{	color: #DA5D97;	text-decoration: underline;}
a:hover.nieuws 			{	color: #DA5D97;	text-decoration: none;}

a:link.navigatie		{	color: #ffffff;	text-decoration: none;}
a:visited.navigatie		{	color: #ffffff;	text-decoration: none;}
a:active.navigatie 		{	color: #ffffff;	text-decoration: none;}
a:hover.navigatie 		{	color: #ffffff;	text-decoration: underline;}

a:link.menu			{	color: #2f2f31;	text-decoration: underline;}
a:visited.menu		{	color: #2f2f31;	text-decoration: underline;}
a:active.menu 		{	color: #2f2f31;	text-decoration: underline;}
a:hover.menu 		{	color: #2f2f31;	text-decoration: none;}

/**************************
HTML en BODY
**************************/
body, html {
	margin-top: 0;
	color: #2f2f31;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

/**************************
CONTAINER
**************************/
#container {
	position:relative;
	width: 665px;
	margin: 0 auto; /*** Dit zorgt ervoor dat alles in het midden staat ***/
}

#colom_right {
	float: right;
	width: 145px;
}

#colom_left {
	float: right;
	width: 520px;
	width: 480px !important;
	padding: 0 0 40px 40px;
}

/**************************
BEDRIJVEN
**************************/
#bedrijf {
	float: right;
	width: 140px;
	border: 1px solid #b3b3b4;
	background: #ffffff;
}

	#bedrijf_vd_week {
		height: 25px;
		height: 22px !important;
		padding: 3px 0px 0px 10px;
	}
	
	#bedrijf_vd_week_logo {
		height: 95px;
		text-align: center;
		border-top: 1px solid #b3b3b4;
	}
	
	#bedrijf_knop {
		height: 25px;
		height: 22px !important;
		padding: 3px 0px 0px 10px;
		border-top: 1px solid #b3b3b4;
		cursor: pointer;
	}
	
	#bedrijf_lijst {
		display: none;
		padding: 3px 0px 3px 5px;
		border-top: 1px solid #b3b3b4;
		line-height: 14px;
	}
		#bedrijf_lijst li {
			padding: 3px 0px 3px 0px;
		}

/**************************
NAVIGATIE
**************************/
#navigatie {
	padding: 6px 0px 0px 0px;
	color: #ffffff;	
	font-weight: 500;
}

#logo_link {
	padding: 195px 0 0 0; 
	cursor: pointer;
}

/**************************
CONTENT LEFT
**************************/
#content_left{
	padding: 70px 0px 0px 15px;
	float: left;
	width: 300px;
	width: 275px !important;
	
}
	#titel_info {
		letter-spacing: 1px;
		line-height: 14px;
		padding: 0 0 4px 0;
	}
	
	#titel {
		padding: 0px 0px 5px 0px;
		margin: 0px 0 0 0;
		line-height: 22px;
		font-size: 16px;
		font-weight: 500;
		border-right: 2px solid #b3b3b4
	}

	#content {
		padding: 0 10px 0 0;
		line-height: 16px;
		border-right: 2px solid #b3b3b4;
		min-height: 350px;
	}
	#content a{
		text-decoration: underline;
	}
	#content li {
		margin: 0 0 0 15px;
		list-style: disc;
	}
	
	#logo {
		padding: 0 0 10px 0;
		border-right: 2px solid #b3b3b4
	}

/**************************
CONTENT RIGHT
**************************/
#content_right {
	padding: 100px 0px 0px 10px;
	float: left;	
}

#menu {
	height: 280px;
	width: 180px;
	line-height: 18px;
}

#zoeken {
	
}