/* CSS Document */

/* Body */

BODY {
background-color: #eceaea;
code
color: #ff000;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
}

/* Header */

#header {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	background-image:url(../images/header.jpg);
	margin-bottom: 10px;
}

#header h1 {
	margin-top: 25px;
	font-size: 36px;
	color:#FF0000;
}
	
#header h2 {
	margin-top: 25px;
	font-size: 18px;
	color:#FF0000;
}
	
/* Menu */

#menu {
	width: 1000px;
	height: 21px;
	color: #000000;
	margin: auto;
	background:url(../images/titleimg.jpg);
	margin-bottom: 20px;
}

/* Pagina */

#page {
	width: 998px;
	min-height: 400px;
	margin: 0 auto;
	background-color: #eceaea;
		
}

/* Content Index Links */

#content {
	float: left;
	width: 781px;
}

#content_title {
	background:url(../images/titleimg.jpg);
	font-size: 15px;
	font-weight: normal;
	color: #144B6B;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	padding-left: 15px;
	border: 1px solid #97C984;
	border-bottom: none;
}

#content_text {
	font-size: 12px;
	
}

.content .boxed {
	border: 1px solid #97C984;
	border-top: none;
	width: 769px;
	min-height: 400px;
	padding-left: 10px;
	padding-right: -20px;
	text-align: center;
	margin-bottom: 0px;
	background-color: #fff;
}

.content .boxed .winkelimage{
	float: left;
	width: 275px;
	height: 200px;
	
}

.content .boxed .winkeltext{
	float: left;
	margin-right: 2px;
	margin-left: 5px;
}

.twocols {
}


.twocols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #97C984;
}

.twocols .col1{
	width: 10px;
         margin-top: -10px;
}

.twocols .col2{
	width: 120px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
	font-size: 12px;
}

.twocols .col1 h2 {
	font-size: 12px;
	color: #000000
}

.twocols .col2 h2 {
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}

.twocols ul {
}

.twocols ul li {
	padding-left: 0;
}


/* activiteiten */

.content .activiteiten {
	border: 1px solid #97C984;
	border-top: none;
	width: 769px;
	min-height: 400px;
	padding-left: 10px;
	padding-right: -20px;
	text-align: left;
	margin-bottom: 0px;
	background-color: #fff;
}

.content .activiteiten h2 {
	font-size: 14px;
	color: #144B6B;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}

.activiteiten ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.activiteiten ul li {
	padding: 8px 0 8px 10px;
	background: url(../images/img04.gif) no-repeat 0px 13px;
}


/* Content Rechts */

#sidebar {
	float: right;
	width: 200px;
}

.boxed {
	margin: 0 0 0 0;
}

.boxed .title {
	width: 188px;
	height: 35px;
	border: 1px solid #97C984;
	border-bottom: none;
	margin: 0;
	font-weight: normal;
	padding: 10px 0 0 10px;
	background:url(../images/titleimg.jpg);
	font-size: 15px;
	color: #144B6B;
}

.boxed .content {
	padding: 20px;
	border: 1px solid #97C984;
	border-top: none;
	height: 130px;
	background-color: #fff;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 8px 0 8px 10px;
	background: url(../images/img04.gif) no-repeat 0px 13px;
}

.boxed ul li.first {
	border: none;
}


/* menu dropdown */

#menu li {	
margin: 0;
padding: 0;
list-style: none;
float: left;
font: bold 13px arial;
}

#menu li a {	
display: block;
margin: 0;
padding: 2px 5px;
width: 115px;
color: #dbdbdb;
text-align: center;
text-decoration: none;
height: 17px;
}

#menu li a:hover {
background: #49A3FF;	
}

#menu div {	
position: absolute;
visibility: hidden;
margin: 0;
padding: 0;
background: #EAEBD8;
border: 1px solid #5970B2;
}

#menu div a {	
position: relative;
display: block;
margin: 0;
padding: 2px 5px;
white-space: nowrap;
text-align: left;
text-decoration: none;
background: #dbdbdb;
color: #518dff;
font: bold 11px arial;
width: 113px;
}

#menu div a:hover {	
background: #49A3FF;
color: #FFF;
}
