@charset "utf-8";
/* CSS Document */

/*  
Auteur: Erik van Wingerden
Website: www.webwing.nl
Copyright (c) Webwing - Webdesign | Webontwikkeling
*/
body { 
	color: #000; 
	font-size: 11px; 
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva; 
	line-height: 130%; 
	text-decoration: none; 
	background-color: #0e3d2b; 
	background-image: url(images/background.gif); 
	background-repeat: repeat-x; 
	margin: 0; 
	padding: 0; 
}

#container {
	width: 829px;
	margin: auto;
}

#header{	
	float: left;
	width: 829px;
	height: 120px;
}
/* voor de header positionering afbeeldingen */
.spaceleft { margin-left: 70px;}
.minspaceleft {margin-left: 20px;}
/* voor de ronde bovenkant */
#wrapperboven {
	float: left;
	background: url(images/contentbackboven2.png);
	background-repeat: no-repeat;
	width: 829px;
	height: 21px;
}
/* om de achtergrond te herhalen */
#wrapper {
	float: left;
	width: 829px;
	min-height: 960px;
	background: url(images/contentbackmidden2.png);
	background-repeat: repeat-y;
}
/* voor de ronde onderkant */	
#wrapperbeneden {
	float: left;
	background: url(images/contentbackbeneden2.png);
	background-repeat: no-repeat;
	width: 829px;
	height: 24px;
}
#menu {
	float: left;
	width: 182px; /* 196- 14 = 182 px */
	padding-left: 14px; /* voor de inhoud correct positioneren */
}
#menu h1 {
	color: white; 
	font-size: 12px; 
	font-weight: 600; 
	background-image: url(images/menulinks.png); 
	background-repeat: no-repeat;
	height: 38px;
	width: 196px;
	margin-left: -14px; /* h1 naar links verplaatsen wel in margin, padding gaat fout in IE6 */
}
#content {
	float: left;
	width: 585px; /* breedte afbeelding 605px*/
	padding-left: 28px;
	padding-right: 20px;
}
#content h1 { 
	color: white; 
	font-size: 12px; 
	font-weight: 600; 
	background-image: url(images/menubalkrechts2.png);
	background-repeat: no-repeat;
	width: 605px;  /* breedte van de afbeelding */
	height: 39px;
	margin-right: -20px; /* balk naar rechts verplaatsen */
}
#footer {
	float: left;
	width: 826px;
	margin: auto;
	margin-bottom: 10px;
}

/* linkopmaak */
a  { color: #000;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

/* o.a. voor footer en binnen de content tekst */
.smalltext       { padding-left: 15px; font: 10px Verdana, Arial, Helvetica, Geneva, Swiss; text-decoration: none }
.smalltext a:hover  { color: maroon; text-decoration: underline }
.smalltext a:link { font-variant: normal; text-decoration: none }
.smalltext a:visited { font-variant: normal; text-decoration: none }
.smalltext_light { color: #708090; font: 10px Verdana, Arial, Helvetica, Geneva, Swiss; text-decoration: none }
.largetext      { color: #1a5a41; font: bold 13px Verdana, Arial, Helvetica, Geneva, Swiss; text-decoration: none }
.largetext a:link   { font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none }
.largetext a:visited   { font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none }

/* footer */
.footer       { color: #fff; padding-left: 15px; font: 10px Verdana, Arial, Helvetica, Geneva, Swiss; text-decoration: none }
.footer a { color: #fff; }
.footer a:hover  { color: #000; text-decoration: underline }
.footer a:link { font-variant: normal; text-decoration: none }
.footer a:visited { font-variant: normal; text-decoration: none }

/* .titel en .inhoud positioneren alle boxen , niet voor IE6 */
.titel { 
padding-top: 4px !important;
padding-left: 10px !important;
 }
 
 /* voor het nieuws */
.nieuws_kop  { border-top: 1pt solid #1a5a41 }
.nieuws_sub  { line-height: 150%; border-bottom: 1pt dotted #006400 } 

/* fotoalbum en links tabellen */
.bg_light     { background-color: #ffd700 }
.bg_medium    { background-color: #ff4500 }
.bg_dark   { background-color: #1a5a41}

/* diversen */
.alt_bg_dark  { background-color: #006400 }
.alt_bg_light    { background-color: #ffd700 }
.alt_bg_medium   { background-color: #20b2aa }

.topmenu { background-color: #9acd32; border-top: 1pt solid black; border-bottom: 1pt dashed black }
.table_top { background-color: #1a5a41 }
.bg_titel   { background-color: #fff; border-top: 1pt solid #5e819e; border-bottom: 1pt dashed #5e819e }

.errortext   { color: red; font-size: 11px; font-weight: bold }
.grid { border: solid 0.05em #efb240 }

.noline   { color: #1a5a41 }
.noline a:link   { color: #1a5a41; text-decoration: none }
.noline a:visited   { color: #1a5a41; text-decoration: none }

.black { background-color: black }
.white {  background-color : white;}

h3 { font-size: 14px }

p.access {

	display: none;

}

