:focus {
	outline: 0;
}  

* {
	padding: 0;
	margin: 0;
	border: none;
}

/*blauw*/
#menu a:link, #menu a:visited, #content p, #tekst a:hover, #content a:active, #content #projecten a:hover  {
	color: #293f99;
}

/*groen*/
#menu a:hover, #content a, #content a:visited, #menu a.actief, h2 {
	color: #0a8349;
}

/*rood*/
#content a:hover, #submenu a.actief {
	color: #f00;
}




/*STRUCTUUR*/
html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;

	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #293f99;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 888px;
}

#header {
	width: 888px;
	height: 239px;
	background: #FFFFFF url(../images/hoofd.jpg) no-repeat top center;
}

#menu {
	position: relative;
	width: 888px;
	height: 32px;
	overflow: hidden;
}

#content {
	position: relative;
	background: #FFFFFF url(../images/midden.jpg) repeat-y top center;
	min-height: 1100px;
}


#h {
	position: absolute;
	top: 0;
	height: 27px;
	width: 888px;
	background: #FFFFFF url(../images/boven.jpg) no-repeat top center;
}

#tekst {
	position: relative;
	width: 630px;
	
	text-align: left;
}

#v {
	position: absolute;
	bottom: 0;
	height: 330px;
	width: 888px;
	background: #FFFFFF url(../images/voet.jpg) no-repeat top center;
}

#marge {
	margin: 0 13px 0 40px;
	padding: 15px 0 320px 0;
}

#rechts {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 230px;
	overflow: hidden;
}


/*HOOFDMENU*/
#menu div {
	margin: 0 0px 0 25px;
	overflow: hidden;
}

#menu ul {
	margin: 0;
	padding: 0;
	height: 32px;
	text-align: left;
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 8px 0 7px;
}

#menu a {
	font-size: 16px;
	overflow: hidden;
	line-height: 30px;
	height: 32px;
}


/*SUBMENU*/
#submenu ul {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 10px;
}

#submenu li {
	margin: 0;
	padding: 0;
}

#submenu a {
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}



/*FOOTER*/
#footer {
	position: absolute;
	bottom: 0;
	height: 90px;
	width: 888px;
	
	text-align: center;
}




/*OPMAAK*/
a {
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom: 5px;
}

ul, ol {
	list-style-position: inside;
	list-style-type: disc;
	margin: 10px 0;
	padding-left: 15px;
}

.hidden {
	display: none;
}


/*AGENDA*/
#agenda {
	float: right;
	width: 230px;
	text-align: right;
	margin-bottom: 30px;
}

.agendapunt {
	margin-top: 15px;
}

.agendatekst {
	margin-top: 10px;
}



/*NIEUWSBERICHTEN*/
#nieuwsberichten {
	float: left;
	clear: none;
}

.nieuwsitem {
	margin-bottom: 20px;
}

.smal {
	width: 300px;
}

.nieuwsdatum {
	margin-top: 5px;
	float: right;
	font-size: 10px;
}

.newsthumb {
	float: right;
	margin: 3px 0 0 10px;
	width: 100px;
}

.newsthumb img {
	max-width: 100px;
	max-height: 200px;
}

.newstext {
	width: 200px;
}

hr {
	border-top: 1px solid #293f99;
	margin-bottom: 5px;
}

#nieuwsberichten h2 {
	font-size: 14px;
}

/*FOTOALBUM*/

#fotoalbum {
	position: relative;
	margin: 0 auto;
	width: 620px;
	padding-top: 20px;
	
	text-align: center;
}

.foto_kader {
	position: relative;
	margin: 7px;
	width: 175px;
	height: 175px;
	float: left;
	overflow: hidden;
}

.lb {
	position: absolute;
	width: 30px;
	height: 30px;
	background: transparent url(../images/geel_lb.png) no-repeat top left;
}

.rb {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0px;
	background: transparent url(../images/geel_rb.png) no-repeat top right;
}

.ro {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0px;
	bottom: 0px;
	background: transparent url(../images/geel_ro.png) no-repeat bottom right;
}

.lo {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0px;
	bottom: 0px;
	background: transparent url(../images/geel_lo.png) no-repeat bottom left;
}

/*CONTACT FORM------------------------------------------------------------------------------------------*/
#contact {
	overflow:visible;
	clear: both;
	margin-top: 30px;
}


#contact .rij {
	display: block;
	clear: both;
	margin-bottom: 4px;
}

#contact label {
	float: left;
	width: 7em;
	padding: 3px;	
}

#contact input{
	width: 210px;
	text-align: left;
	padding: 3px 3px;
	color: #293f99;
	font-family: Verdana;
	font-size: 11px;
	
}

#contact textarea {
	width: 210px;
	height: 140px;
	padding: 3px 3px;	
	color: #293f99;
	font-family: Verdana;
	font-size: 11px;
}

#contact input.button, #verstuur {
	width: 7em;
	margin-top: 10px;
	text-align: center;
	color: #293f99;
	cursor: pointer; 
	font-size: 11px;
	background-color: #fff;
	height: 22px;
}

#contact input.button:hover, #verstuur:hover {
	background-color: #0a8349;
	color: #FFF;
}

#contact .hidden {
	display: none;
}
/*------------------------------------------------------------------------------------------*/


/*PROJECTEN*/
#projecten {
	margin: 0 auto;
	width: 189px;
	text-align: center;
}

#projecten h2 {
	margin-bottom: 20px;
}

#content #projecten ul {
	margin: 0;
	padding: 0;
}

#content #projecten li {
	list-style: none;
	width: 189px;
	margin-bottom: 20px;
}

#content #projecten a {
	font-family: "Lucida grande", Arial;
	font-size: 16px;
	color: #FFF;
	margin: 0 10px;
	padding: 10px 0 0 0;
	display: block;
}

#content #projecten p {
	margin: 0 10px;
	color: #FFF;
	padding-bottom: 10px;
	
}

.groen {
	position: relative;
	background: url(../images/m.jpg) repeat-y top center;
}

.hg {
	position: absolute;
	top: 0;
	height: 20px;
	width: 100%;
	background: url(../images/h.jpg) no-repeat top left;
}

.tg {
	position: relative;
}

.vg {
	position: absolute;
	bottom: 0;
	height: 20px;
	width: 100%;
	background: url(../images/v.jpg) no-repeat top left;
}


/*images*/

img.left {
	margin: 10px 10px 10px 0;
}

img.right {
	margin: 10px 0 10px 10px;
}



/* Gastenboek */


#gastenboek .schrijfboek { 
	margin-top: 0;
	float: right;
	width: 230px;
}

.post {
	padding: 5px;
	margin-bottom: 15px;
	width: 300px;	
	background-color: #eaeff4;
}

#lezen h2 {
	font-size: .9em;
}

#gastenboek label {
	float: none;
}

#gastenboek input, #gastenboek textarea {
	margin: 8px 0;
}

#gastenboek span.error {
	color: red;
	font-size: .9em;
}


/*TEXT ROTATOR*/

#teksten {
	float: right;
	width: 230px;
	clear: right;
	
	text-align: center;
}

.tekst_thumb, #teksten h2 {
	text-align: center;
}


.clearer {
	clear: both;
}