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

html {
    overflow-y:scroll;
}

/* Body */

body {

	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	background:url(/img/bgsite.png) repeat-x;

}


/* Body Wrapper */

#body-wrapper { width:778px; margin:0 auto; border-left:1px dashed #CCCCCC; border-right:1px dashed #CCCCCC;}


/* Header */

#header {

	width:778px;
	height:200px;

}

/* top */
#top {
	width:778px;
	height:30px;
	float:left;
	margin-bottom:10px;
}

/* telnrknop */

#telnr {
	width:145px;
	float:left;
	height:30px;
	background:url(/img/imgtelnrknopje.png) no-repeat left center;
	padding-left:40px;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:1px;
	margin-left:15px;
}

/* Topmenu */

#topmenu {
	width:578px;
	height:30px;
	float:left;
}

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

#topmenu li {
	display:inline;
}

#topmenu li a {
	display:block;
	height:30px;
	padding:0px 15px;
	line-height:30px;
	float:right;
	color:#FFFFFF;
	text-decoration:none;
}

#topmenu li a:hover {
	text-decoration:underline;
}

/* logo */

#logo {
	width:778px;
	height:140px;
	margin-bottom:20px;
	float:left;
	background:url(/img/imgheaderbg.png) right center no-repeat;
}

#logo h1 {
	display:block;
	width:140px;
	height:140px;
	float:left;
	margin:0px; padding:0px;
}

#logo h2 {
	display:block;
	float:left;
	width:598px;
	height:90px;
	margin:0px;
	padding:0px;
	line-height:20px;
	font-size:18px;
	padding-top:50px;
	padding-left:40px;
	color:#83AEE6;
}

#logo h2 b {
	color:#7F94B0;
}

/* mainmenu */

#mainmenu {
	width:778px;
	float:left;
	height:20px;
	background:#1B70E0;
	border-top:1px solid #FFFFFF
}

#mainmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-right:20px;
}

#mainmenu li {
	display:inline;
}

#mainmenu li a{
	display:block;
	height:20px;
	border-right:1px solid #FFFFFF;
	padding:0px 22px;
	font-weight:bold;
	text-decoration:none;
	background:#1b70e0;
	float:right;
	line-height:20px;
	color:#FFFFFF;
}

#mainmenu li a:hover {
	background:#a1bee6;
}

#mainmenu .eerste a {
	border-left:1px solid #FFFFFF;
}

/* page */

#page {
	margin-top:30px;
	width:778px;
	float:left;
	background:url(/img/bgpage.png) bottom no-repeat;
}

/* content */
#content {
	width:538px;
	float:left;
	padding:0px 20px 40px 0px;
	text-align:justify;
}

#content h2 {
	margin:0px;
	color:#1B70E0;
	font-size:16px;
}

/* sidebar */
#sidebar {
	width:160px;
	padding:0px 20px;
	float:left;
	margin-right:20px;
}

#sidebar h2 {
	margin:0px;
	color:#1B70E0;
	font-size:16px;
	margin-bottom:20px;
}

#sidebar ul {
	list-style:none;
	margin:0px 0 10px 0;
	padding:0px;
	overflow:auto;
}
#sidebar li {
	display:inline;
}
#sidebar li a {
	display:block;
	width:150px;
	border-bottom:1px dashed #7F94B0;
	padding-left:10px;
	text-decoration:none;
	color:#000000;
	height:25px;
	line-height:25px;
	font-weight:bold;
	letter-spacing:1px;
	float:left;
}
#sidebar li a:hover {
	color:#7F94B0;
}

#sidebar .sidepic {
	float:left;
	margin-top:20px;
	border:1px solid #CCCCCC;
}

/* footer */
#footer {
	width:778px;
	height:25px;
	line-height:25px;
	color:#FFFFFF;
	background:#7F94B0;
	float:left;
	text-align:center;
	border-left:1px dashed #CCCCCC; 
	border-right:1px dashed #CCCCCC;
}

#footer a {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover {
	text-decoration:underline;
}

.clear:after
	{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size:.1em;
	line-height:.1em;
	}

.clear
	{
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clear
	{
	height:.1em;
	}
	
.clear
	{
	display:block;
	}
/* End hide from IE-mac */	

