/* X-Media */
/* 2009 */




html, body {
	position: absolute;
	
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 100%;
}


body {
	background-color: #00638d;
}


#container {
	margin: 0 auto;
	
	width: 920px;
	height: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* standaarden  voor textelementen*/
p, li, ul, ol, span, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #7B7B7B;
}

a, a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #00638d;
	text-decoration: underline;
}

a:hover {
	color: #a2bd35;
}
/* tot hier */


#bg, #bgimg {
	position: fixed;
	
  	top:0;
  	left:0;
	
	width: 100%;
	height: 100%;
	
	z-index: -1;
}


/* HEADER */
/* ______________________________________________________________________________________________________________ */

#header {
	height: 130px;
	background-image:url(images/header_background.png);
}

#header img {
	margin: 38px 0 0 55px;
	border: 0px #FFFFFF solid;
}

#header img a {
	border: 0px #FFFFFF solid;
}




/* SPACER */
/* ______________________________________________________________________________________________________________ */

#spacer {
	background-image:url(images/content_spacer.png);
	height: 10px;
}




/* CONTENT */
/* ______________________________________________________________________________________________________________ */

#content {
	background-image:url(images/content_background.png);
	
	padding: 0 90px 30px 0;
}



/* MENU */


/* view other css */



/* IMGSLIDER */

#imgslider {
	margin: 0 0 30px 140px;
	
	height: 504px;
	width: 760px;
	
	background-color: #FFFFFF;
}



/* QUOTE */

h2 {
	margin: -4px 0 0 162px;
	width: 158px;
	
	float: left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	
	text-transform: uppercase;
}

h2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}

h2 span.blauw {
	color: #00638d;
}

h2 span.groen {
	color: #a2bd35;
}




/* TEXT */


#text_big {
	margin: 0 0 0 333px;
}

h1 {
	padding: 0;
	margin: 0;
	
	width: 495px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00638d;
	line-height: 14px;
	font-weight: bold;
	
	text-transform: uppercase;
}

p {
	padding: 0;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	color: #7B7B7B;
	
	line-height: 14px;
}




/* FOOTER */
/* ______________________________________________________________________________________________________________ */

#footer {
	padding: 6px 0 0 170px;
	margin: 0;
	
	height: 40px;
	
	background-image:url(images/footer_background.png);
	background-repeat: no-repeat;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
	font-style: normal;
		
	color: #FFFFFF;
}

#footer a:hover {
	color: #a2bd35;
}

#footer span {
	color: #FFFFFF;
	font-size: 9px;
	font-style: italic;
	margin: 0 0 0 405px;
}
