@charset "utf-8";
/* Html en CSS door Jasper de Boer */
/* http://www.jasperdb.nl/ */
/* Jasperdboer@gmail.com */

/* Algemene stijlen start */
* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Calibri, "Times New Roman";
	font-size: 12px;
	text-decoration: none;
}

.clear {
	clear: both;
}	

img {
	display: block;	
}

ul, li {
	list-style: none;	
}

body {
	background: #b9dcff;	
}

/* Algemene stijlen end */

/* Container start */
#container {
	margin: 0 auto;
	padding: 26px 0 0 0;
	width: 1024px;
	height: 742px;
	overflow: auto;
	background: url(../img/container_bg.png) no-repeat;
}

/* Logo start */
#logo {
	margin: 0 auto;
	width: 253px;
	height: 110px;
}
/* Logo end */

/* Mainmenu start */
#mainmenu {
	margin: 33px 0 0 322px;
	float: left;	
}

#mainmenu li {
	float: left;	
}

#mainmenu li a {
	margin: 0 2px 0 0;
	padding: 20px 0 0 0;
	width: 88px;
	height: 21px;
	display: block;
	font-size: 14px;
	font-weight: bold; 
	background: url(../img/mainmenu_li_a_bg.png) no-repeat;
	color: #fff;
	text-align: center;
}

/* Mainmenu end */

/* Contact start */
#contact {
	margin: 75px 0 0 58px;
	float: left;
	font-weight: bold;
	width: 177px;
}

#contact strong {
	color: #0093e7;
	font-size: 16px;
}

#contact em {
	font-size: 16px;	
}

#contact li {
	margin: 0 0 7px 0;
	color: #5ebdff;	
	font-size: 14px;
}

#contact li span {
	color: #000;
	width: 12px;
	display: inline-block;
	font-size: 16px;	
}

#contact li a {
	padding: 6px 0 0 0;
	color: #000;
	width: 171px;
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/contact_li_a_bg.png) no-repeat;
	display: block;
	text-align: center;
}
/* Contact end */

/* Content start */
#content {
	margin: 0 0 0 30px;
	padding: 10px;
	width: 629px;
	height: 356px;
	float: left;
	background: url(../img/content_bgNEW1.png);
	overflow: hidden;
	      	
}

/* Inner_content start */
#inner_content {
	padding: 0 30px 0 30px;
	width: 540px;
	height: 356px;
	float: left;
	overflow-x: hidden;
	overflow-y: scroll;
}

#content h1 {
	
	width: 570px;
	text-align: left;
	color: #0093e7;
	font-size: 16px;
}

#content em {
	font-size: 16px;	
}

#content p {
	margin: 0 0 20px 0;
	font-size: 14px;
        strong font-weight: bold;
}

#content p a {
	color: #0093e7;
	
	font-size: 14px;
}
#content p strong {
font-size: 14px;
}

/* Content end */

/* Bottom start */
#bottom {
	margin: 0 auto;
	padding: 20px 0 0 400px;
	width: 624px;
}

#bottom li {
	margin: 0 50px 0 0;
	float: left;
}

#content * {
font-size: 14px;
}
/* Bottom end */

/* Footer start */
#footer {
	margin: 75px 0 0 0;
	float: left;
	width: 1024px;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #5ebdff;
	font-size: 10px;
}
/* Footer end */

/* Container end */
