* {
   padding: 0;
   margin: 0;
}
p {
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 12px;
}
a {
	color: navy;
}
td {
	font-size: 12px;
}
td a {
	padding: 0;
}
a img {
	border: 0;
}
body, html {
	height:100%;
	background: url(img/bg.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	height: 1px;
	color: silver;
	margin: 20px 0;
	background-color: silver;
}
#container {
	position:relative; /* needed for footer positioning*/
	min-height:100%; /* real browsers */
}
#banner {
	height: 128px;
	width: 100%;
	background: url(img/banner.jpg);
	position: relative;
	z-index: 80;
}
#banner input {
	position: absolute; 
	border: 1px solid white;
	width: 140px;
	color: gray;
}
#crumb {
	font-size: 11px;
	margin: 10px 0;
}
#crumb a {
	color: black;
	text-decoration:none;
	background: rgb(230,230,230);
	padding: 0 4px;
}
#crumb a:hover {
	text-decoration: underline;
}
.homeblock {
	float: left;
	height: 200px;
	padding: 0 10px 0 10px;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.single {
	width: 225px;
	background: url(img/bg_single.jpg) bottom center no-repeat;
}
.agenda {
	background: none !important;
	padding: 0 !important;
	padding-left: 12px !important;
}
.double {
	width: 470px;
	background: url(img/bg_double.jpg) bottom center no-repeat;
}
.promo {
	background: url(img/promo.jpg) bottom center no-repeat;
	width: 225px;
}
.poll {
	width: 225px;
	height: auto !important;
}
.map {
	width: 225px;
	background: url(img/map.jpg) top center no-repeat;
}
.content {
	padding-left: 8px;
}
div#main {
	height: 100%;
	width: 980px;
	margin:0 auto; /* center, not in IE5 */
}
div#mainwrap {
	padding: 0 0 155px 0; /* footer */
}
div#footer {
	position:absolute;
	bottom:0;
	background: url(img/bottom-cib-website.jpg) #004481 top center no-repeat;
	width: 100%;
	height: 125px;
	left:0;
	padding-top: 30px;
}
#footer2 {
	position:absolute;
	bottom:0;
	background: url(img/bottom.gif) white top repeat-x;
	width: 100%;
	height: 125px;
	left:0;
}
#footer2 table#bar {
	width: 980px;
	font-size: 12px;
	margin: 0 auto;
	color: white !important;
}
#footer2 table#bar td {
	width: 33%;
	text-align: center;
	color: white !important;
}
#footer2 table#bar a {
	color: white !important;
}
#footer2 table#links {
	width: 980px;
	margin: 35px auto 0;
	color: gray !important;
}
#footer2 p {
	font-size: 11px;
	color: gray !important;
}
#footer2 a {
	text-decoration: none;
	color: gray !important;
}
#footer2 a:hover {
	text-decoration: underline;
}
#footer2 span {
	margin-right: 20px;
}

#footer .footer_kop {
	color: #00adef;
	font-weight: bold;
}
#footer p a {
	color: silver;
	line-height: 1.3em;
	text-decoration: none;
}
#footer p span {
	margin-right: 30px;
}
#footer table {
	width: 980px;
	margin: 10px auto;
	font-size: 12px;
}
td.left {
	padding-right: 20px;
	/*border-right: 1px solid rgb(40,40,40)*/;
}
td.right {
	padding-left: 20px;
}
#content-wrap {
	position: relative;	
}
#content {
	float: left;
	width: 600px;
	background: url(img/border-bg.gif) repeat-y top center;
	font-size: 12px;
}
#fullcontent {
	float: left;
	width: 740px;
}
#content-padding {
	padding: 0 15px;
}
#right {
	position: absolute;
	right: 0;
	top: 0;

	width: 170px;
	overflow: hidden;
}
h1 {
	color: #00adef;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:1em;
}
h2 {
	color: #00adef;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:1em;
}
#mainmenu {
	position: absolute;
	top: 82px;
	left: 210px;
	z-index: 100;
}
input.button {
	background: #00adef;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	border: 0;
	cursor: pointer;
}
#voorw li { padding-left: 10px; margin-left: 20px; }

#FormHandler label {
	display: block;
	float: left;
	/*padding-top: 3px;*/
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
#FormHandler label.radio {
	display: inline;
	float: none;
}
#FormHandler span.error {
	font-size: 11px;
	color: red;
	font-weight: bold;
}
#FormHandler fieldset {
	margin-bottom: 10px;
	padding: 10px;
}
#FormHandler legend {
	color: #005a99;
	padding: 5px;
}
#FormHandler textarea {
	width: 260px;
	border: 2px solid #00adef;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#FormHandler input.text, select {
	width: 260px;
	border: 2px solid #00adef;
	padding: 2px;
}
#FormHandler p {
	margin: 0.3em;
	clear: both;
}

span.star {
	color: red;
}
#FormHandler input.button {
	background: #00adef;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	border: 0;
	cursor: pointer;
	margin-left: 260px;
}
#FormHandler p.checkbox label {
	float: none !important;
	display: inline;
}
#FormHandler .checkbox_style {
	float: left;
	margin-right: 10px;
}
form.poll p {
	margin: 0 !important;
}
form .comment {
	padding: 10px;
	background: rgb(240,240,240);
}
/* pager */
.pager {
	height: 30px;
}
.pager div {
	float: left;
	margin-right: 5px;
}
.pager div#current {
	font-weight: bold;
	width: 15px;
	text-align: center;
	padding-top: 1px;
}
.pager a {
	display: block;
	border: 1px solid #C3CEDF;
	text-decoration: none;
	text-align: center;
	width: 15px;
	height: 12px;
}
.pager a:hover {
	background: #00adef; /* N */
	color: white;
}
