@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000d33;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#wrapper
{width:1020px; margin:25px auto}
h1, h2, h3 {color:#000d33; font-family: Geneva, Arial, Helvetica, sans-serif}
h3, h4 , h5{color:#3546a6}	
h5 {font-size:0.9em}
.thrColHybHdr #container { 
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}  
.thrColHybHdr #header { 
	background: #fff; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../img/header.jpg); background-repeat:no-repeat; height:190px;
	background-position:0 10px;
} 
.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
.thrColHybHdr #sidebar1 {
	float: left; 
	width: 225px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#actueel {font-size:0.9em; color:#333333; margin:20px 20px 0 10px; padding:5px; }
#actueel a {color:#0033FF}

table.actueel {margin:0}

.thrColHybHdr #sidebar2 {
	float: right; 
	width: 225px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 ; /* top and bottom padding create visual space within this div */
/*	margin-top:-190px;*/
}
#kalender
{ float:left; width:225px; margin:0;}
#kalender h5{margin:0; text-align:center; font-size:0.9em}
p.kalendertip{font-size:0.9em; text-align:center; color:#333333}

/* KALENDER --------------------------------*/
table.calendar
{
width: 175px;
margin:0 0 0 20px;padding:0 5px;
border:1px solid #ccc; float:left}

td.linked-day{background-color:#33CCFF; color:#FFFFFF}
table.calendar td.linked_day a{text-decoration:none; font-weight:bold}

#kalender_details
{width:175px;margin:10px; padding:10px;  float:left; border:1px solid #ccc}
span.highlight {color:#000; background-color:#33CCFF;}

/* --- Youtube filmpje ----------------------*/
#film {position:absolute; top:0; right:250px; display:none; padding:10px; background-color:#FFFFFF}
p.filmtitel { text-align:center; font-size:0.9em; font-weight:bold; margin:0; padding:0; color:#333;}
#media
{  float:left; width:225px; margin:25px 0 0 0;}
#media_overzicht {background-color:#ccc; float:left; width:100%; height:auto}

#sluiten{display:none; float:left; width:50px; }
#sluiten a {color:#FF0000; font-weight:bold}

/* in en uitgaande post -------------------*/
#in_uit_post { margin:20px 10px 0 0; }
#in_uit_post h3{font-size:1.2em; color:#fff; background-color:#000d33; text-align:center; padding:2px; width:200px;}
#in_uit_post td, #in_uit_post th {font-size:0.8em}
#in_uit_post a {text-decoration:none; font-weight:bold}

a.img, a img{ text-decoration:none; border:none}
em
	{color:#F00}

#login{float:left; width:550px; height:200px; background-color:#FFFFCC; margin-left:200px}
 .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColHybHdr #mainContent {
 	margin: 0 275px 0 200px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 10px 0 1em; /* padding here creates white space "inside the box." */
/*	background-image:url(../img/molen.jpg); background-repeat:repeat-x;;*/
	min-height:600px;
} 
.thrColHybHdr #mainContent.breed {margin: 0 0 25px 220px;	 }

.thrColHybHdr #mainContent img {float:left; margin:0 5px 5px 0;}

.kolom {width:250px; float:left; padding:5px;}
.normaal {width:100%; float:none; clear:both}

.bestuur
	{float:left;  width:650px}
th.functie
	{font-style:italic; font-size:1.1em; color:#06F}	
label.lidmaatschap {font-size:0.9em; font-weight:normal}
	
#archief_overzicht {
float:right;
width:225px;
border:1px solid;
padding:5px;
margin:0 3px 5px 0;
font-size:0.8em
}
#details {float:left; width:500px}
#keuze {width:500px; margin:0 ; float:left}
#details img {float:right}
#details.zoeken {font-size:0.9em; color:#666666; }

.thrColHybHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 

.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* menu */
#navcontainer {margin-left:15px}
ul#navlist, ul#navlist2
{
width: 180px;
padding: 0px;
border: 1px solid #808080;
border-top: 0px;
margin: 0px;
font: bold 11px verdana,helvetica,arial,sans-serif;
background: #808080;
}
ul#navlist2 {margin-top:10px}

ul#navlist li, ul#navlist2 li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #808080;
}
ul#navlist li.laatste {margin-bottom:10px}

ul#navlist li a, ul#navlist2 li a
{
display: block;
width: 152px;
padding: 4px 8px 4px 0px;
border: 0px;
border-left: 20px solid #aaaabb;
background: #ccccdd;
text-decoration: none;
text-align: right;
}
ul#navlist li a#current, ul#navlist2 li a#current
{
border-color: #ff9000;
color: #ffffff;
background: #000d33;
}

ul#navlist li a:link, ul#navlist2 li a:link { color: #666677; }
div#navcontainer li a:visited { color: #666677; }

ul#navlist li a:hover, ul#navlist2 li a:hover
{
border-color: #ff9000;
color: #ffffff;
background: #000d33;
}

ul#navlist li li, ul#navlist2 li li
{
border-top: 1px solid #90bade;
border-bottom: 0;
margin: 0;
font-size:10px;
}

ul#navlist li li a, ul#navlist2 li li a
{
padding: 4px .5em 4px 1.0em;
background-color: #ccccdd;
width: 9em;
}

ul#navlist li li li a, ul#navlist2 li li li a
{
padding: 3px .5em 3px 1.9em;
background-color: #73b2e8;
width: 8.2em;
}


/* formulieren*/
.form {
margin:0pt;
padding-top:10px;
float:left;
clear:left;
}
fieldset
	{float:left}
.form b
{font-weight:bold;
font-size:1.5em;
color:#0000CC;}

.form label.radio
{
text-align:left;
}

.form label
{
width:200px;
font-size:0.9em;
float:left;
text-align:left;
font-weight:normal;
margin-right:0.2em;
padding:3px 0 0 0;
}
label.bestuur
	{font-weight:bold}

label.alert{color:#FF0000}
.form input, .form select
{margin-right:10px; float:right;
}
input.zoeken {width:180px;}
.form input.breed {width:500px;}
.form input.klein {width:75px;}
.form input.wissen {width:75px; height:25px; background-image:url(../img/wissen.jpg); background-repeat:no-repeat; border: 0px solid #000;
cursor:pointer}

.form textarea{width:450px}
/*====================================*/
.reactieform {
clear:both;
display:block;
margin:0pt;
padding-top:0.5em;
float:left;
width:100%;
}

.reactieform label.radio
{
text-align:left;
}

.reactieform label
{
width:150px;
font-size:0.9em;
float:left;
text-align:left;
font-weight:normal;
margin-right:0.2em;
padding:3px 0 0 0;
color:#000d33;
}
.reactieform input, .reactieform select, .reactieform input.submit
{float:left;}

.reactieform textarea {width:400px; float:left; }

 p.alert{font-size:0.8em; font-weight:bold; color:#FF0000}
 p.ok{font-size:0.8em; font-weight:bold; color:#0033FF}
 
.reactieform input.breed {width:200px;}
.reactieform input.klein {width:75px;}
.reactieform input.wissen {width:75px; height:25px; background-image:url(../img/wissen.jpg); background-repeat:no-repeat; border: 0px solid #000;
cursor:pointer}

/*====================================*/

#ledenbeheer{ width:100%; }
.ledenfoto  {position:absolute; top:100px; right:5px; width:150px}
/*====================================================*/
.thumbs{float:left; width:100px; height:125px}
p.titel{text-align:center; font-size:0.7em;}

#zoeken {}

#zoeken input{width:150px}
#zoeken input.klein{width:50px}

span#credits{float:right; width:100px;font-size:0.8em; display:inline; text-align:right; margin-right:5px; padding:3px 0; color:#333}
span#beheer { float:left; width:50px; color:#FF0000; margin-left:10px}
span#beheer a{text-decoration:none}

span#credits a{color:#333}
a.leesverder {background-image:url(../img/lees_verder.jpg);
background-repeat:no-repeat;
background-position:0 100%;
text-decoration:none;
padding:0 5px 5px 10px;
color:#0066FF;
}
a.leesverder:hover {color:#800000}

#kalender td {text-align:center; }
#kalender th {background-color:#000d33; color:#FFFFFF}
