/*---------------------------------------------------------------------------
=General
-----------------------------------------------------------------------------*/

/* Set all padding and margin to zero */

* {
	margin:		0;
	padding:	0;
}


/* Set border around linked images to zero */

img {
	border: 0;
}

/* Removes styling from all list items */

ul, li {
	list-style:	none;
}

/* Set h elements to standard margin */

h1, h2, h3, h4, h5, h6 {
	font-size:		1em;
	font-weight:	normal;
}

/*----------------------------------------------------------------------*/
#fckBody {
	background-color:#FFFFFF;
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
#body {
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 12px;
	background-color: #06293b;
	color: #333333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 1.8em;
	color: #28315C;
	font-weight: bolder;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}

.hide {
	display: none;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #006599;
	letter-spacing: 0.2em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
hr {
	margin-top:5px;
	margin-bottom:5px;
}
p {
	padding-top: 3px;
	padding-bottom: 3px;
}
a {
	color:#0000FF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#990066;
}


#container {
	width: 960px;
	overflow: hidden;
	height: auto;
	margin-top: 11px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header_home {
	background-image: url(../images/head_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 241px;
	width: 960px;
}
#navbar {
	float: left;
	height: 31px;
	width: 953px;
	background-image: url(../images/bg_navbar.jpg);
	background-repeat: no-repeat;
	padding-left: 7px;
}
#contentWrapper {
	background-color: #FFFFFF;
	float: left;
	width: 960px;
	overflow: hidden;
	padding-top: 15px;
	background-image: url(../images/shadow_white.jpg);
	background-repeat: repeat-y;
	padding-bottom: 25px;
}
#content {
	float: left;
	width: 718px;
	overflow: hidden;
	padding-left: 25px;
}
#sidebar {
	float: left;
	width: 180px;
	overflow: hidden;
	padding-left: 25px;
}
#sidebarHead {
	background-image: url(../images/sponsor_head.gif);
	background-repeat: no-repeat;
	background-position: -1px 0px;
	margin-top:10px;
	float: left;
	height: 20px;
	width: 169px;
}

#sidebarContent {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 152px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #006599;
	border-bottom-color: #006599;
	border-left-color: #006599;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 0.9em;
}

#footer {
	float: left;
	height: 197px;
	width: 960px;
	margin-bottom: 20px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
ul {
	text-indent: -16px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 30px;
}

li {
	list-style-position: inside;
	list-style-type: circle;
	font-size: 1.1em;
}

.text_small {
	font-size: 0.9em;
}
#cse-search-results {
	padding-left: 20px;
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 12px;
}


/*de volgende regel is noodzakelijk om de navbar in IE7 werkend te krijgen, inline*/
#navbar ul li {
	display: inline;
}
#navbar ul {
	text-indent: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navbar ul li.home_button a {
	background-image: url(../images/navbar/welkom.gif);
	float: left;
	height: 31px;
	width: 93px;
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
}
.home_sel a {
	background-image: url(../images/navbar/welkom.gif);
	float: left;
	height: 31px;
	width: 93px;
	background-position: 0px -29px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.home_button a:hover {
	background-position: 0px -29px;
}
#navbar ul li.expedities_sel a {
	background-image: url(../images/navbar/expedities.gif);
	float: left;
	height: 31px;
	width: 133px;
	background-position: 0px -29px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.expedities_button a {
	background-image: url(../images/navbar/expedities.gif);
	float: left;
	height: 31px;
	width: 133px;
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.expedities_button a:hover {
	background-position: 0px -29px;
}
#navbar ul li.techniek_button a {
	background-image: url(../images/navbar/techniek.gif);
	float: left;
	height: 31px;
	width: 112px;
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.techniek_sel a {
	background-image: url(../images/navbar/techniek.gif);
	float: left;
	height: 31px;
	width: 112px;
	background-position: 0px -29px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.techniek_button a:hover {
	background-position: 0px -29px;
}
#navbar ul li.tests_button a {
	background-image: url(../images/navbar/tests.gif);
	float: left;
	height: 31px;
	width: 79px;
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.tests_sel a {
	background-image: url(../images/navbar/tests.gif);
	float: left;
	height: 31px;
	width: 79px;
	background-position: 0px -29px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.tests_button a:hover {
	background-position: 0px -29px;
}
#navbar ul li.uitrusting_button a {
	background-image: url(../images/navbar/uitrusting.gif);
	float: left;
	height: 31px;
	width: 135px;
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.uitrusting_sel a {
	background-image: url(../images/navbar/uitrusting.gif);
	float: left;
	height: 31px;
	width: 135px;
	background-position: 0px -29px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.uitrusting_button a:hover {
	background-position: 0px -29px;
}
#navbar ul li.weblog_button a {
	background-image: url(../images/navbar/weblog.gif);
	float: left;
	height: 31px;
	width: 89px;
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.weblog_sel a {
	background-image: url(../images/navbar/weblog.gif);
	float: left;
	height: 31px;
	width: 89px;
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.weblog_button a:hover {
	background-position: 0px -29px;
}
#navbar ul li.contact_button a {
	background-image: url(../images/navbar/contact.gif);
	float: left;
	height: 31px;
	width: 100px;
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.contact_sel a {
	background-image: url(../images/navbar/contact.gif);
	float: left;
	height: 31px;
	width: 100px;
	background-position: 0px -29px;
	display: block;
	background-repeat: no-repeat;
}
#navbar ul li.contact_button a:hover {
	background-position: 0px -29px;
}
#agendaButton {
	padding-top:10px;
}
