/* ----------------------------------- */
/*                                     */
/* Reset styles                        */
/*                                     */
/* ----------------------------------- */

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,
dl, dt, dd, fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

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

html {
	height: 100.01%;
}
body {
	height: 100%;
	background-color:#FFFFFF;
	background-image: url(/img/bg/bg_body.gif);
	background-position: center;
	background-repeat: repeat-y;
}
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #575757;
}
a {
	color: #f15011;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding-bottom: 20px;
}
strong
{
	font-weight: bold;
}


/* ----------------------------------- */
/*                                     */
/* Div styles                          */
/*                                     */
/* ----------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #f15011;
	font-weight: bold;
}

#maincontainer {
	position: relative;
	width: 770px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background-image: url(/img/bg/bg_main.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#logo {
	position: relative;
	float: left;
	width: 770px;
	height: 90px;
	text-indent: -1000px;
	overflow: hidden;
	background-image: url(/img/logo.gif);
	background-repeat: no-repeat;
}

#slideshow {
	position: relative;
	float: left;
	width: 635px;
	height: 250px;
}

#promo {
	position: relative;
	float: left;
	width: 260px;
	height: 255px;
	margin: 5px 20px 15px 0px;
}

#menu {
	position: relative;
	float: left;
	width: 605px;
	height: 30px;
	margin: 15px 0 15px 0;
	background-color: #575757;
	overflow: hidden;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	float: left;
}

#menu ul li a {
	display: block;
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul li a:hover, #menu ul li a.active {
	background-position: bottom;
}

#menu ul li a#home {
	width: 90px;
	background-image: url(/img/menu/home.gif);
}

#menu ul li a#ruyters {
	width: 172px;
	background-image: url(/img/menu/ruyters.gif);
}

#menu ul li a#referenties {
	width: 123px;
	background-image: url(/img/menu/referenties.gif);
}

#menu ul li a#vacatures {
	width: 109px;
	background-image: url(/img/menu/vacatures.gif);
}

#menu ul li a#contact {
	width: 111px;
	background-image: url(/img/menu/contact.gif);
}

#content {
	clear: both;
	width: 521px;
	padding: 35px;
	margin: 0 0 15px 15px;
	overflow: visible;
}

#banners {
	float: left;
	width: 520px;
	height: 150px;
	margin: 20px 0px 40px 0px;
}

#contentspacer {
	height: 265px;
	width: 1px;
	float: right
}

#nieuws {
	float: left;
	width: 520px;
}

#nieuws #nieuwsheader {
	float: left;
	width: 520px;
	height: 25px;
	background-image: url(/img/nieuws/header.gif);
	margin-bottom: 10px;
}

#nieuws #item1 {
	float: left;
	width: 165px;
}

#nieuws #item1 a {
	color: #575757;
}

#nieuws #item1 a:hover {
	color: #f15011;
	text-decoration: none;
}

#nieuws #item2 {
	float: left;
	width: 165px;
	padding:0 12px;
}

#nieuws #item2 a {
	color: #575757;
}

#nieuws #item2 a:hover {
	color: #f15011;
	text-decoration: none;
}

#nieuws #item3 {
	float: left;
	width: 165px;
}

#nieuws #item3 a {
	color: #575757;
}

#nieuws #item3 a:hover {
	color: #f15011;
	text-decoration: none;
}

.pijl {
	color: #f15011;
	font-weight: bold;
}

#nieuws #nieuwsfooter {
	float: left;
	width: 520px;
	height: 15px;
	text-align: right;
	background-image: url(/img/nieuws/stippellijn.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 10px;
	font-weight: bold;
}

#footer {
	position: absolute;
	left: 50%;
	margin: -335px 0 0 235px;
	width: 150px;
	height: 335px;
	background-image: url(/img/bg/bg_footer.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	margin: 0;
}

#footer ul li a {
	display: block;
	width: 150px;
	height: 90px;
	cursor: default;
	background-position: top;
}

#footer ul li a:hover {
	background-position: bottom;
}

#footer ul li a#vca {
	background-image: url(/img/logos/vca.gif);
}

#footer ul li a#iso {
	background-image: url(/img/logos/iso.gif);
}

#footer ul li a#af {
	background-image: url(/img/logos/af.gif);
}

#footer #xcom {
	margin-top: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #f8a788;
}
#footer #xcom a {
	color: #f8a788;
	text-decoration: none;
}

#footer #xcom a:hover {
	color: #f15011;
	text-decoration: none;
}


#stats {
	display: none;
}

input.submit{
	background-color: #ffffff;
	border:1px solid #f15011;
	font-weight: bold;
	color: #f15011;
}

.contact{
  width: 400px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.melding{
	margin-top: 20px;
	font-weight: bold;
	color: #f15011;
}

.video_img{
	float:left;
	width: 260px;
	height: 150px;
	margin: 0 20px 10px 0;
}

.organigram {
	float: left;
	width: 260px;
	height: 150px;
	margin: 10px 20px 10px 0;
}

#ul_style{
	margin: 0;
}

#div_style{
	float:left;
	padding-left:0;
	width:240px;
}
