html,body {
	background:#fff;
    font-family: Verdana, Verdana, Geneva, sans-serif;         
    color:#555;
    font-size:12px;
    line-height:16px;
	height:100%;
}
#site-wrapper {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#container {
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	background:#f0f0f0;
	padding:0 0 50px 0;
}
#header-wrapper {
	background:#fff;
	height:90px;
}
#header {
	margin:0 auto;
	width:960px;
    height: 300px;
    overflow: none;
}
#logo {
	position:absolute;
	padding:15px 0 0 0;
}
#logo .logo {
	font-size:36px;
	line-height:36px;
	color:#6b441f;
}
#social-header {
    margin: 5px 0 0 890px;
    padding: 5px 6px 3px;
    position: absolute;
}
#social-header a {
    display: block;
    float: left;
    padding: 0 3px;
}
#language {
    margin: 5px 0 0 790px;
    padding: 5px 6px 3px;
    position: absolute;
}
#menu {
    overflow:none;
	width:960px;
    height:25px;
    line-height:25px;
    font-size:15px;
	padding:60px 0 0 0;
}
#menu li {
    float:left;
}
#menu a {
    color:#6b441f;
    line-height:25px;
}
#menu li.active a, #menu li a:hover {
    color:#008000;
}
#slider-outerwapper {
	background:url(../images/bg-lines.png) top left repeat;
	width:100%;
}
#slider-wrapper {
	background:url(../images/shadow-bottom.png) top left repeat-x;
}
#slider-shadow {
	background:url(../images/shadow-top.png) bottom left repeat-x;
}
#slider {
	width:960px;
	margin:0 auto;
    height:500px;
	background:url(../images/bg-slider.png) top left repeat;
}

#main-wrapper {
    background:#fff;
	padding:0 0 145px 0;
}
#main {
	margin:0 auto;
	width:960px;
    overflow:auto;
	padding:30px 0;
}

#leftbar {
    width:200px;
    float:left;
	font-size:15px;
}
#leftbar a {
    display:block;
    line-height:20px;
    color:#76787a;
	padding:5px 0 5px 15px
}
span.title {
	display:block;
	padding:0 10px;
	margin:0 0 15px 0;
	line-height:23px;
	font-size:15px;
	color:#fff;
	width:180px;
	height:25px;
	background:url(../images/bg-title.png) top center no-repeat;
}
#leftbar a:hover, #leftbar li.active a {
    color:#008000;
}
#content {
    width:505px;
    padding: 20px 0 0 30px;
    float:left;
}
.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    padding: 0 0 15px 0;
}
.text ul, .text ol{
    padding: 0 0 15px 25px;
    list-style:disc;
}
.text ol{
    list-style:decimal;
}
.text table {
	margin: 0 0 15px 0;
}
.text td {
    vertical-align:top;
}
.text a {
	color:#008000;
}
.text a:hover {
    text-decoration:underline;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size:20px;
	color:#008000;
	font-weight:normal;
}
.text h1 {
    font-size:22px;
}

#rightbar {
    float:right;
    width:200px;
}
#right-content {
	padding:0 12px;
}
#right-content p {
	padding:0 0 20px 15px;
	background:url(../images/arrow.png) top left no-repeat;
}

#footer-wrapper {
	background:url(../images/bg-footer.png) top left repeat-x;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height:145px;
}
#logos {
	margin:20px auto 0 auto;
	width:960px;
	height:80px;
}
#footer {
	margin:0 auto;
	width:960px;
    clear:both;
	padding:5px 0 0 0;
    font-size:11px;
	color:#fff;
}
#footer a {
    color:#fff;
}
#footer a:hover {
    text-decoration:underline;
}

#twitterfeed {
    padding:3px;
    color:#666;
}
#twitterfeed a.favorite {
    display:none;
}
#twitterfeed span.meta, #twitterfeed span.status  {
    display:block;
} 
#twitterfeed span.meta a {
    font-size:11px;
    color:#999;    
} 
#twitterfeed a:hover {
    text-decoration:underline;   
}
#twitterfeed li {
    margin-bottom:8px; 
    padding-bottom:8px; 
    border-bottom: 1px solid #999;
}
#twitterfeed li:last-child {
    border-bottom: 0px solid #999;
}

div.calendar .header  {
	height:25px;
	line-height:25px;
}
div.calendar .header a,  div.calendar .header span.a {
	display:inline-block;
	padding: 0 5px;
	width:20px;
}
div.calendar .header a {
	display:inline-block;
	text-align:center;
	padding: 0 5px;
	width:25px;
}
div.calendar .header a:hover {
	text-decoration:none;
}
div.calendar .week {
	clear:both;
}
div.calendar .heading div {
}
div.calendar .week, div.calendar .dag, div.calendar .heading div {
	float:left;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

div.calendar .dag {
	background:#7ee08e;
	color:#3fa850;
	color:#333;
}

div.calendar .bezet {
	background:#f62938;
	color:#fe7676;
	color:#333;
}
div.calendar .optie {
	background:#FFFF00;
	color:#333;
}

div.calendar .overgang {
	background:#7cb2d8;
	color:#AAA;
	color:#333;
}



div.calendar .disabled {
	background:#eee;
	color:#aaa;
}

#logos {
    margin-top: 30px;
    margin-bottom: 20px;
    height:60px;
    overflow:hidden;
}
#logos a {
    display:block;
    width:87px;
    margin: 0 10px 0 0;
    float:left;
}
#logos a:last-child {    
    margin: 0 0px 0 0;
}