*{
	padding:0px;
	margin:0px;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-color: #4e6f7e;
	color: #666666;
	font-size: 12px;
}
body a{
	color: #56B0D8;
	text-decoration: none;
}

body a:hover{
	color: #000;
	text-decoration: underline;
}

body ul.menu {
	padding-left: 40px;
}
body ol {
	padding-left: 40px;
}

#container {
	width:900px;
	padding:0;
	margin:auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -101px; /* the bottom margin is the negative value of the footer's height */

}
 
/* HEADER BACKGROUND IMAGE */
#header{
	background-repeat:no-repeat;
	background-image: url(img/header_bg.png);
	height: 207px;
	width: 900px;
	float:left;
	margin:auto;
}
/* HEADER BACKGROUND IMAGE END */

/* HEADER LOGO */
#logo {
	background-repeat:no-repeat;
	background-image: url(img/logo.png);
	height: 207px;
	width: 237px;
	float:left;
}
/* HEADER LOGO END*/

/* ----------HEADER teller BOX STYLES---------- */

#teller-box {
	float: right;
	height: 43px;
	margin-top: 60px;
}

#teller-links {
	float: left;
	height: 43px;
	width: 41px;
}

#teller-midden {
	float: left;
	height: 43px;
	background-image: url(img/teller_box_bg.png);
	background-repeat: repeat-x;
}

#teller-midden p {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
}

#teller-rechts {
	float: left;
	height: 43px;
	width: 18px;
}

span.dagen {
	color: #56b0d8;
	font-size: 24px;
	vertical-align: middle;
}

/*----------Mededeling------------*/
#med {
	float:left;
	width:900px;
}

.med_item {
	background-image:url(img/mededeling_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color:#FFF;
	border: 1px solid #d9d9d9;
	width:100%;
	margin-bottom: 10px;
}
  
.med_main{
	padding: 4px 10px 10px 20px;	
}
 
.med_main p {
	font-family: Verdana;
	color: #000;
	font-size: 11px;
}


/* NAVIGATION */
#nav{
	width:690px;
	margin-top: -28px;
	float: right;
	height:40px;
	margin-right: 2px;
}
 
.menu ul{
	padding: 0px 0px 0px -40px;
	margin:0;
	list-style-type:none;
	list-style:none;
	display:inline;
}
 
.menu li{
	padding-right:10px;
	margin:0 5px 0 0;
	height:40px;
	list-style-type:none;
	float:left;
}
.menu li a {
	
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight:bold;
}
.menu li a:hover {
	color: #56B0D8;
}

/* NAVIGATION END*/

/* CONTENT*/
#content {
	width:900px;
	padding-top: 20px;
}
 

/* CONTENT END*/

/* CONTENT BOX*/
.content_wrap {
	float:left;

}
.post-meta {
	font-size: x-small;
	text-align: right;
	background-image:url(img/post_divider.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	float:right;
	padding: 6px 10px 8px 10px;
	overflow:hidden;
}

.content_item {
	background-image:url(img/content_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color:#FFF;
	border: 1px solid #d9d9d9;
	width:648px;
	margin-bottom: 10px;
}
 
.content_top{
	height:38px;
}
 
.content_top h3{
	color: #5C5741;
	padding-top: 6px;
	padding-left: 20px;
	font-family:Georgia,"Verdana",Times,serif;
	font-size:2em;
	font-weight:normal;
	letter-spacing:-1px;
 
}
 
.content_main{
	padding-top: 6px;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-right: 10px;
	
}
 
.content_main p {
	font-family: Verdana;
	color: #A09484;
	font-size: 11px;
	padding-bottom: 10px;
}

.content_main ul, ol {
	font-family: Verdana;
	font-size:11px;
	padding-left: 25px;
}

/* SIDEBAR*/

#sidebar {
	width:220px;
	float:right;

}

.sidebar_item {
	background-image: url(img/sidebar_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-right: 10px;
	background-color: #FFF;
	border: 1px solid #d9d9d9;
}

.sidebar_top {
	height:15px;
}
 
.sidebar_top h4 {
	font-family:Georgia,"Verdana",Times,serif;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:-1px;
	color: #5C5741;
	padding-top:2px;
	padding-left:10px;
}
 
.sidebar_main {
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
}
 
.sidebar_main p {
	font-family: Verdana;
	color: #A09484;
	font-size:11px;	
}

.sidebar_main ul, ol {
	font-family: Verdana;
	font-size:11px;
	padding-left: 25px;
	list-style-type: none;
	list-style: none;
}

/* SIDEBAR END*/

/* FOOTER*/
.push {
	height:101px;
	clear: both;
}
#footer_wrap {
	
	padding:0;
	height:101px;
	margin:auto;
	clear:both;
	background-image:url(img/footer_bg.png);
	background-repeat:repeat-x;
	background-color:#4E6F7E;
}


#footer {
	width: 900px;
	margin: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bbbbbb;
}
 
#footer_left {
	float: left;
} 
#footer_right {
	float: right;	
} 
 
 
#footer a,p {
	color: #fff;
	padding-top: 10px;
	text-decoration: none;
	display: block;

}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#56B0D8;	
}

/* FOOTER END*/


/*-------- TABEL -------------*/
#tabel
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 10px 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#tabel th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#tabel td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#tabel tbody tr:hover td
{
	color: #009;
	background-color:#CDDBE9;
}
/*------ EINDE TABEL-------*/

/*----------Inschrijven validatie --------------*/
.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}
/*---------------einde validatie ----------*/

ul.service-list {
	margin-bottom: 30px;
}

.service-list li {
	font-size: 11px;
	float: left;
	width: 200px;
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
}

.leden{
	width: 98%;
}
.leden li{
	margin-bottom: 0.5em;
}