@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6 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;}

img { border: 0; }

body {
	background: url(../images/bg.jpg) #E6E7E7 repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #FFFFFF; font-size: 14px; font-style: italic;}
h2 { color: #414141; font-size: 12px;}
h3 { color: #FFFFFF; font-size: 22px; font-style: italic; padding-top: 20px;}
h4 { color: #FFFFFF; font-size: 14px;}
h5 { color: #FFFFFF; font-size: 10px;}
h6 { color: #FFFFFF; font-size: 9px;}


/*------------------------------- Opmaak ---------------------------------*/

object { outline: none;}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 980px;
}


/*------------------------------- Header ---------------------------------*/

#header {
	height: 125px;
	width: 1024px;
}

#logo {
	width: 166px;
	height: 38px;
	float: left;
	padding: 24px 0 0 5px;
}

#flags {
	float: right;
	padding: 24px 46px 0 0;
}
#flags img { margin-right: 2px; }


/*------------------------------- Menu ---------------------------------*/

#menu {
	position: absolute;
	top: 73px;
	z-index: 999;
}

/*** IE only hack ***/
*:first-child+html #menu {
	margin: 0 0 0 -170px;
}
* html #menu {
	margin: 0 0 0 -170px;
}


/*------------------------------- Banner ---------------------------------*/

#banner {
	height: 175px;
	padding: 25px 0 0 24px;
}

#banner h3 {
	position: absolute;
	z-index: 998;
	width: 400px;	
}

#banner p {
	position: absolute;
	z-index: 998;
	width: 400px;	
	margin-top: 40px;
	font-style: italic;
	font-size: 17px;
	color: #3a83cd;
}

#banner_bg {
	position: absolute;
	top: 125px;
	right: 0;
}


/*------------------------------- Title ---------------------------------*/

#title {
	height: 57px;
	padding: 10px 0 0 24px;
	background: url(../images/title_bg.jpg) no-repeat center top;
}


/*------------------------------- Main ---------------------------------*/

#main {
	padding-bottom: 56px;
	font-size: 11px;
	color: #414141;
}
	#main a { color: #414141; text-decoration: none;}
	#main a:hover { color: #01366C; text-decoration: none;}


/*------------------------------- Content left ---------------------------------*/

#content_left {
	float: left;
	width: 680px;
	padding: 0 25px 25px 25px;
}

#content_left img {
	border: 1px solid #01366C;
	margin: 5px;

}


/*------------------------------- Content right ---------------------------------*/

#content_right {
	float: left;
	width: 250px;
}

#nieuws { width: 250px; }
#nieuws .top {
	height: 27px;
	padding: 12px 0 0 15px;
	background: url(../images/nieuws/top.png);
}
#nieuws .content {
	min-height: 175px;
	padding: 15px 15px 0 15px;
	background: url(../images/nieuws/bg.png) repeat-y;
}

#werkenbij {
	text-align: center;
}
#madeinholland {
	text-align: center;
	padding: 25px 0 0 0;
}
#video {
	text-align: center;
	padding: 25px 0 0 0;
}


/*------------------------------- 3wmedia:logo ---------------------------------*/

#logo_3wmedia {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 5px 5px 0;
}


/*------------------------------- Footer ---------------------------------*/

#footer {
	margin: 0 auto;
	position: relative;
	margin-top: -56px; /* negative value of footer height */
	width: 100%;
	height: 23px;
	padding-top: 33px;
	clear: both;
	
	background: url(../images/footer_bg.jpg) no-repeat #A5A5A5 center bottom;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}
	#footer a { color: #FFF; text-decoration: none;}
	#footer a:hover { color: #A5A5A5; text-decoration: none;}


/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
