@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

.thrColHybHdr #container {
	width: 100%;
	background: #FFFFFF url(/p/sidebarlinksgroen.jpg) repeat-y left;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left;
}  
.thrColHybHdr #header {
	left:0px;
	top:0px;
	z-index:2;
	background-color: #006600;
	background-repeat: repeat-y;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
	text-transform: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	height: 70px;
	font-variant: normal;
	font-style: normal;
} 
.thrColHybHdr #header h1 {
	margin: 0;
	font-size: 80%;
	text-align: left;
}

a:link {
	text-decoration: none;
	color: #990066;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #330099;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #330099;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #330099;
}

.thrColHybHdr #sidebar1 {
	float: left;
	width: 11em; /* since this element is floated, a width must be given */
	background: #00CC00 url(/p/sidebarlinksgroen.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 0; /* top and bottom padding create visual space within this div */
	left:0px;
	width:175px;
	z-index:6;
	font-size: 80%;
	color: #FFFFCC;

}

.thrColHybHdr #container #sidebar1 #ledenlogin {
	height:70px;
	background-image: url(/p/sidebar1ledenlogin.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

.thrColHybHdr #container #sidebar1 #loginpwrpnt {
	height:70px;
	background-image: url(/p/sidebar1ledenlogin.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

.thrColHybHdr #container #menu {
	left:0px;
	top:80px;
	height:30px;
	z-index:3;
	background-color: #00CC00;
	font-size: 75%;
	background-image: url(/p/menu25pixgroen.jpg);
	background-repeat: repeat-x;
}
.paragraaf_met_plus_indent_1e_lijn {
	text-indent: -48px;
	margin-left: 48px;
}
#paragrfindent {
	margin-left: 48px;
}


#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
	list-style-type: none;
	display: block;
	height: 18px;
	padding: 2px;
}
#menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
}
#menu li {
	float: left;
	width: 90px;
	text-align: center;
	height: 20px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	float: right;
	padding-right: 10px;
	padding-top: 2px;
}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 15em; /* 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 */
	font-size: 80%;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .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;
	text-align: center;
}
.thrColHybHdr #container #sidebar1 h3 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFF99;
}

.thrColHybHdr #mainContent {
	padding-top: 0;
	padding-right: 12em;
	padding-left: 2em;
	margin-top: 0;
	margin-right: 12px;
	margin-left: 12em;
	margin-bottom: 2px;
} 
.thrColHybHdr #container #mainContent p {
	font-size: 90%;
}
.thrColHybHdr #container #mainContent #picturecontainer {
	text-align: left;
	border: 0px double #006699;
}

.thrColHybHdr #footer {
	padding: 30px 10px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCCCCC url(/p/bodem-schaduw.jpg) repeat-x;
	font-size: 60%;
	height: 20px;
	color: #666666;
} 
.thrColHybHdr #container #boog_schaduw_top_tekst {
	background-image: url(/p/tekstschaduw.jpg);
	height: 40px;
}

.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;
}
.thrColHybHdr #container #footer #webmaster {
	float: right;
}
.thrColHybHdr #container #footer #contacteer_ons {
	float: left;
}


/* 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:240px;
	font-size: 10px;
	line-height: 0px;
}
.thrColHybHdr #container #mainContent #rechtsadres {
	float: right;
	width: 200px;
	text-align: right;
}
.thrColHybHdr #container #mainContent #linksadres {
	text-align: left;
	float: left;
	width: 200px;
}


.thrColHybHdr #container #mainContent li {
	font-size: 90%;
}

.thrColHybHdr #container #mainContent #picturecontainer p {
	text-align: center;
}

#sidebar1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
	list-style-type: none;
	display: block;
	padding: 2px;
	text-align: center;
}
#sidebar1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
}
#sidebar1 li {
	width: 150px;
	text-align: center;
}
#sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 2px;
	float: left;
	padding-left: 15px;
}
.thrColHybHdr #container #mainContent #linksadres {
	float: left;
}

