/** ----------------
	ALGEMEEN
	----------------- **/

html, body, div, h1, h2, h3, h4, h5, 
ul, ol, dl, li, dt, dd, p, blockquote, 
pre, form, fieldset, table, th, td , hr
	{ margin: 0; padding: 0; } 

html, body 
	{
	font: normal normal 85%/1.5 Arial, Helvetica, sans-serif; /*standaard font-size is 1em (=12px)*/
	color: #333;
	background-color:#FFF;
	}
	
hr, hr.dotted
	{
	border: 0px; 
	height: 0px; 
	border-bottom: 1px solid #AAA; 
	margin-bottom: 15px;
	clear: both;
	}
	
hr.dotted {border-bottom: 1px dotted #999;}

.center {text-align: center!important;}

.Lfloat {float: left; margin-right: 10px;}
.Lfloat_marginbottom {float: left; margin-right: 10px; margin-bottom: 10px;}
.Rfloat {float: right; margin-left: 10px;}



/** ----------------
	HOOFDSTRUCTUUR
	----------------- **/
	
#container 
	{
	width: 950px;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
	background-color: #FFF;
	padding: 6px;
	}
	
#topbanner 
	{
	width: 950px;
	height: 100px;
	background-color: #CCC;
	text-align: center;
	}
	
#navigatie 
	{
	width: 100%;
	height: 32px;
	margin-top: 6px;
	background-image: url(../images/bg_nav.jpg);
	text-align: center;
	}
	
#header 
	{
	width: 100%;
	height: 100px;
	background-image: url(../images/bg_header.jpg);
	}
	
#breadcrumbs
	{
	width: 100%;
	height: 26px;
	background-color: #A89903;
	margin-bottom: 6px;
	}

#boxleft
	{
	width: 200px;
	float: left;
	overflow: auto;
	}
	
#main
	{
	width: 464px;
	padding-top: 5px;
	float: left;
	overflow: hidden;
	}
#main_interface
	{
	width: 684px;
	padding-top: 5px;
	float: left;
	overflow: hidden;
	}	
#rightbox
	{
	width: 200px;
	float: right;
	overflow: hidden;
	}
	
#footer
	{
	width: 948px;
	height: 98px;
	background-image: url(../images/bg_footer.jpg);
	float: left;
	clear: both;
	margin-top: 30px;
	border: 1px solid #CCC;
	}



/** ----------------
	SUBSTRUCTUUR
	----------------- **/

/* -- header -- */
#logo
	{
	width: 241px;
	height: 100px;
	background-image: url(../images/logo_aktivia.png);
	float: left;
	margin-right: 6px;
	}

#bezoekers_online 
	{
	float: right;
	padding:4px 15px 4px 10px;
	}


/* -- kaders homepagina -- */

#main .belangrijk
	{margin-bottom: 15px;}
#main .dubbel,
#main .enkel_links,
#main .enkel_rechts
	{margin-bottom: 15px; overflow: auto;}

#main .belangrijk
	{
	width: 464px;
	padding: 10px;
	background-color: #DBDBDB;
	}
	
#main .dubbel
	{
	display: block;
	width: 100%;
	}
	
#main .enkel_links 
	{
	display: block;
	float: left;
	width: 220px;
	margin-right: 44px;
	}
	
#main .enkel_rechts
	{
	display: block;
	float: right;
	width: 220px;
	}

#footer_contact
	{
	margin: 15px 17px 0px 17px;
	display: block;
	float: left;
	color: #666;
	}
	
	
/* -- Opmaak voor boxen in het linkermenu -- */
#boxleft .boxtitle
	{
	display: block;
	width: 190px;
	padding: 8px 5px;
	background-color: #C4CDAD;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	}
	
#boxleft .boxtext
	{
	width: 180px;
	padding: 10px;
	background-color: #F5F4C0;
	color: #333;
	margin-bottom: 6px;
	font-size: 0.95em;
	}


/* -- Opmaak voor boxen 'wie is wie' -- */
#main .boxwie
	{
	display: block;
	width: 480px;
	height: 115px;
	margin-bottom: 25px;
	}



/** ----------------
	NAVIGATIE
	----------------- **/	
	
#navigatie ul 
	{
	list-style-type: none;
	font-family: "Trebuchet MS";
	}
	
#navigatie ul li 
	{
	float: left; 
	display: block; 
	height: 25px; 
	padding: 7px 20px 0px 20px;
	border-right: 1px solid #5a5a5a;
	}

#navigatie ul li a
	{
	text-decoration: none;
	color: #FFF;
	}
	
#navigatie ul li a:hover
	{
	color: #CEC24C;
	}

#navigatie ul li div
	{
	float:left;
	clear: left;
	position: absolute;
	min-width: 180px;
	visibility: hidden;
	background-color: #F2F2F2;
	border-bottom: 8px solid #666;
	margin-top: 8px;
	margin-left: -20px;
	}
	
#navigatie ul li div a
	{	
	display: block;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #333;
	}
	
#navigatie ul li div a:hover
	{	
	position: relative;
	color: #333;
	background-color: #c8d0b4;
	}
		
#breadcrumbs li 
	{
	float:left;
	color:#330;
	background-color: #A89903;
	list-style-type: none;
	padding:4px 15px 4px 10px;
	background:url(../images/crumbs_pijl.png) no-repeat right center;
	}	
		
#breadcrumbs li a 
	{
	display: block;
	color: #F0EBBC;
	text-decoration: none;
	}

#breadcrumbs li a:hover
	{
	text-decoration: underline;
	}


/** ----------------
	TEKSTOPMAAK
	----------------- **/

/* -- titels -- */
#main_interface h1 {font-size: 2em; font-weight: bold;}
#main_interface h2 {font-size: 1.4em; font-weight: bold; color: #BAAA03; line-height: 1.2em;}
#main h1 {font-size: 2em; font-weight: bold;}
#main h2 {font-size: 1.4em; font-weight: bold; color: #BAAA03; line-height: 1.2em;}
#main .belangrijk h1 {font-size: 1.2em; color: #FF0000;}
#main .dubbel h1,
#main .enkel_links h1,
#main .enkel_rechts h1 
	{
	display: block; 
	padding: 3px 10px 3px 5px;
	margin-bottom: 7px;
	font-size: 1.2em; 
	background-color: #444; 
	color: #BAAA03; 
	border-left: 10px solid #BBB; 
	}

/* -- platte tekst -- */
#main p {margin-bottom: 15px;}
#main p.nomargin {margin-bottom: 0px;}
#main .datum {font-size: 0.9em; color: #666; margin-top: 2px;}
#breadcrumbs .highlight {color: #F0EBBC;}
.vet {font-weight: bold;}
.schuin {font-style: italic;}
.red {color: #FF0000;}
.fotobeschrijving 
	{
	font-style: italic;
	font-size: 0.9em;
	color: #666;
	margin-top: 10px;
	}
#main p,
#main ul,
#main ol
	{text-align: justify;}



/** ----------------
	LIJSTEN
	----------------- **/
	
#main ul {list-style: outside disc; margin-left: 18px; margin-bottom: 15px;}
#main ol{list-style: outside decimal; margin-left: 18px; margin-bottom: 15px;}

#main_interface ul {list-style: outside disc; margin-left: 18px; margin-bottom: 15px;}
#main_interface ol{list-style: outside decimal; margin-left: 18px; margin-bottom: 15px;}


/** ----------------
	IMAGES
	----------------- **/
img {border: 0px;}
img.rand {border: 1px solid #CCC;}
img.personeelfoto {float: left; margin-right: 15px; border: 1px solid #CCC;}



/** ----------------
	LINKS
	----------------- **/
	
a img {border-width: 0px;}

a {outline: none; color: #333;}

#boxleft a {text-decoration: underline; font-weight: bold;}
#main a {text-decoration: underline; font-weight: bold;}
#main a.button
	{
	display: block;
	width: 65px;
	padding: 3px;
	text-align: center;
	text-decoration:none;
	color: #FFF;
	background-image: url(../images/bg_btn.jpg);
	}
#main a:hover {color: #BAAA03;}
#main a.button:hover {color:#333; background-image: url(../images/bg_btn_hover.jpg);}
#main .boxwie a {font-weight: normal;}

#footer_contact a {color: #666;}
#footer_contact a:hover {color: #333;}



/** ----------------
	TABELLEN
	----------------- **/
	
#main_interface table.onzeclubs {background-color: #E5E5E5; border-width: 0px; font-size: 0.95em; width: 550px;}
#main_interface table.onzeclubs th {background-color: #BBB; text-align: left;}
#main_interface table.onzeclubs td,
#main_interface table.onzeclubs th {padding: 3px;}
#main_interface table.onzeclubs td.k1 {padding-right: 7px;}
#main_interface table.onzeclubs td.k4 {text-align: center;}

#main_interface table.login {background-color: #E5E5E5; border-width: 0px; font-size: 0.95em; width: 400px;}
#main_interface table.login th {background-color: #BBB; text-align: left;}
#main_interface table.login td,
#main_interface table.login th {padding: 3px;}
#main_interface table.login td.k1 {padding-right: 7px;}
#main_interface table.login td.k4 {text-align: center;}

/* e-wandelen : tabel klassement */
table.klassement { border-spacing:0px; }
table.klassement td { padding:5px; }
table.klassement th { padding:5px; text-decoration:underline; }

/** ----------------
	FORMULIEREN
	----------------- **/
	
form#tevreden, 
form#nieuwsbrief,
form#aansluiten,
form#clubs
	{width: 480px;}

#tevreden label,
#nieuwsbrief label,
#aansluiten label,
#clubs label
	{float: left; width: 200px;}
	
#tevreden input,
#nieuwsbrief input,
#aansluiten input,
#clubs input
	{margin-bottom: 10px; margin-right: 5px;}
	
#tevreden .inputveld,
#nieuwsbrief .inputveld,
#aansluiten .inputveld,
#clubs .inputveld
	{width: 220px; border: 1px solid #999; margin-bottom: 10px;}
	
#clubs .inputveld {float: left;}
	
#aansluiten .inputveld2 
	{width: 150px; border: 1px solid #999; margin-bottom: 10px;}
	
#tevreden textarea,
#nieuwsbrief textarea,
#aansluiten textarea 
	{width: 450px; border: 1px solid #999;}

#tevreden .inputbutton,
#nieuwsbrief .inputbutton,
#aansluiten .inputbutton,
#clubs .inputbutton
	{
	display: block;
	padding: 3px;
	border: 0px;
	text-align: center;
	text-decoration:none;
	color: #FFF;
	background-image: url(../images/bg_btn.jpg);
	}

#clubs .inputbutton 
	{
	float: right;
	padding: 1px 3px;
	}

