@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

a img {
	border: none;
}

body { background-color: #d4d4d4; }

#site_container {
	width: 100%;
	height: auto;
}

/* === THE ENTIRE HEADER AREA =============================================================================== */

#header_box {
	width: 100%;
	height: 135px;
	background-image: url(layout_images/header-repeat.jpg);
	background-repeat: repeat-x;
}

#header {
	width: 990px;
	height: 135px;
	margin: 0 auto;
}

#logo_box {
	width: 240px;
	height: 135px;
	float: left;
}

#menu_box {
	width: 635px;
	height: 90px;
	float: right;
}

#language_select {
	height: 45px;
	width: 150px;
	float: right;
	clear: both;
}

#language_select a img {
	border: none;
}

#top_menu {
	width: 635px;
	height: 45px;
	list-style: none;
	float: right;
	margin-top: 44px;
}

#top_menu li {
	height: 38px;
	width: 104px;
	background-image: url(layout_images/button_inactive.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top_menu li.active {
	background-image: url(layout_images/active_repeat.jpg);
	background-repeat: repeat-x;
}

#top_menu li a {
	display: block;
	line-height: 2.5;
	color: white;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#top_menu li.non_link {
	width: auto;
	height: 39px;
	background-image: url(layout_images/back_4.jpg);
	background-repeat: no-repeat;
}

li.non_link p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	padding-left: 10px;
	line-height: 3.5;
}

#top_menu a:hover {
	background-image: url(layout_images/active_repeat.jpg);
	background-repeat: repeat-x;
}


/* === THE ENTIRE CONTENT AREA =============================================================================== */


#content_box {
	width: 100%;
	height: auto;
	background-color: white;
	background-image: url(layout_images/content-repeat.jpg);
	background-repeat: repeat-x;
}

#content {
	width: 990px;
	height: auto;
	background-color: white;
	background-image: url(layout_images/content-repeat.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	padding-bottom: 20px;
}

.company_block {
	height: 295px;
	width: 330px;
	float: left;
	margin-top: 40px;
}

/* === PARAGRAPHS AND TEXT HEADERS === */

h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #013978;
	margin-bottom: 12px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #013978;
	margin-top: 12px;
}

#content p {
	width: 75%;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #013978;
	font-size: 12px;
}

#content p.p_plus {
	margin-top: 12px;
}


/* === HOME PAGE ONLY === */

#company_box {
	width: 670px;
	height: 328px;
}

#c1 p, #c2 p, #c3 p, #c4 p {
	padding: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 300px;
}

#c1 {
	background-image: url(layout_images/back_1.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 186px;
}

#c2 {
	background-image: url(layout_images/back_2.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 186px;
}

#c3 {
	background-image: url(layout_images/back_3.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 186px;
}
#c4 {
	background-image: url(layout_images/back_5.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 186px;
}

.site_link {
	height: 32px;
	width: 330px;
	background-image: url(layout_images/site_button.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

.site_link a {
	text-decoration: none;
	color: #013978;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2;
}

.site_link a:hover {
	text-decoration: underline;
}
/* === END HOME PAGE ONLY === */

#map {
	width: 500px;
	height: 420px;
	border: 1px solid #747474;
	margin-top: 20px;
}



/* === THE ENTIRE FOOTER AREA =============================================================================== */

#footer_box {
	background-image: url(layout_images/footer_repeat.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 17px;
}


/* aanpassing door leon */
DIV#content p {
	margin: 5px 0;
}

