@charset "utf-8";
/* CSS Document */

html,body,div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,form,fieldset,input,textarea { /* CSS Reset - Uitbreiden indien nodig */
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; /* font-size voor IE 6 */
	line-height:1.5; /* 18px */
	color: #1d4b2f; /* donkergroen */
	text-align: center; /* centreert pag in IE6 */
	background: #fff; /* wit*/
}
html>body {
	font-size:12px; /* sets font-size to 12 px for other browsers beside IE6 */
}
#wrapper {
	margin: 0 auto; /* centreert pagina */
	text-align:left;
	width: 960px;
}

/* GENERAL TYPO */
h1, h2, h3, h4 {
	color: #0d6731; /* bannergroen */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 1.5em;
}
h1 {
	font-size: 1.5em; /* 18px */
}
h2 {
	font-size: 1.25em; /* 15px */
}
h3 {
	font-size: 1.166667em; /* 14px */
}
ul {
	list-style-type: none;
}
a {
	color: #0d6731; /* bannergroen */
	font-weight: bold;
}
a:hover, a:active {
	text-decoration:none;
}
p	{
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	padding-bottom: 1.25em; /* 15px */
}

/* LAY_OUT & SITE SPECIFIEKE TYPO*/
#header {
	height: 200px;
}
#banner {
	background-color:#0d6731; /* bannergroen */
	border-bottom:1px solid #cada2a;
	height:25px;
	width:auto;
}
#logo {
	background: transparent url(../_images/logo.gif) no-repeat center left;
	height: 115px;
}
#logo h1 {
	font-size: 2em; /* 24px */
	font-weight:normal; /* default is bold */
	padding:10px 10px 0 100px;
}
#logo h2 {
	font-weight: normal; /* default is bold */
	padding:0 10px 0px 100px;
}

/* PAGE */
#page {
	clear:both;
	overflow:hidden; /* verbergt tekst - geen layout breuk */
}
#page h1 {
	line-height:1em; /* 12 px */
	padding: 0 0 0.5em 0; /* 6px */
	text-transform:uppercase;
}
#page h2 {
	line-height: 1.2em; /* based on fontsize */
	padding: 0 0 0.6em 0; /* based on fontsize */
}
#page h3 {
	line-height: 1.285714em; /* based on fontsize */
	padding-bottom: 0.642857em;	/* based on fontsize */
}
/* CONTENT*/
#content {
	float: left;
	overflow:hidden; /* verbergt tekst - geen layout breuk */
	width: 700px;
	padding: 15px 0 40px 15px;
}
#content p {
		padding-right:124px;
}
#content ul {
	list-style:inside disc;
	padding: 0 0 10px 0;
}
#content form ul { margin: 0; }
#content form li { margin: 0; }
#adres ul {
	list-style-type:none;
	padding: 0 0 1em 0;
}
#boxes h2 {
	padding: 0 0 0.6em 5px; /* based on fontsize */
	text-transform:uppercase;
}
#boxes h3 {
	padding: 5px 5px 0 15px;
}
#boxes p {
	padding:0 10px 0 15px;
}
#box2 h1, #box3 h1, #box2 h2, #box3 h2, #box2 h3, #box3 h3, #box2 p, #box3 p{
	color:#fff;
}
#box2 h2 a:link, #box2 h2 a:visited, #box3 h2 a:link, #box3 a:visited {
	color: #fff;
}
#box2 h2 a:hover, #box2 h2 a:active, #box3 h2 a:hover, #box3 h2 a:active {
	color: #fff; 
}
#profiel p {
	padding-bottom: 1.5em; /* 18px */
}
/* RIGHT SIDEBAR */
#rightNav {
	float: right;
	overflow:hidden;
	padding: 15px 0 40px 10px;
	width:210px;
}
#rightNav p {
	padding-bottom: 1.25em;
}
/* FOOTER */
#footer {
	background-color: #cbfc21;
	border-top: 1px solid #cada2a;
	clear:both;
	margin-top: 20px;
}
#footerInner {
	color: #1d4b2f;
	font-size: .85em;
	padding: 10px 0;
	text-align: center;
}
#footerInner p {
	text-transform: uppercase;
	padding: 0;
}
/* CLASSES */
.navBox {
	border-bottom: 1px dotted #cada2a;
	margin-bottom:20px;
	margin-right:10px;
}
.displayed {
    display: block;
    margin: 0 auto;
}
.imgList {
	float:left;
	clear:left;
	margin: 0 10px 30px 0;
}
.img {
	float:left;
	padding-right: 15px;
	padding-bottom: 1em; /* 12px */
}
.last {
	padding-bottom: 3em; /* 36 px */
}
.makeBox {
	border-bottom: 1px dotted #cada2a;
	float: left;
	padding: 5px 10px 5px 10px;
	height: 230px;
	margin: 0 5px 5px 0;
	width: 300px;
}
.opdracht {
	clear:left;
}
.quote {
	font-style:italic;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.line {
	border-bottom: 1px dotted #cada2a;
}
.green {
	background-color:#3fa00a;
}
.red {
	background-color:#a20b2b;
}
.lime {
	background-color:#cbfc21;
}
.yellow {
	background-color:#fff121;
}
.caption {
	clear: left;
	text-align:center;
	padding-top: 10px;
}
/* MENU */
#menu * {
 	margin:0; padding:0;  
}
#menu {
 	behavior:url(../js/csshover3.htc);	/* now it works in IE6 and earlier */
 	background-color:#cbfc21;    /* colors the div - div fills the parent element for a horizontal menu - set to background-color:transparent; if not needed */
	border-top: #cada2a 1px solid;
	border-bottom: #cada2a 1px solid;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;   /* font family for menu */
	/*margin-top: 10px;*/
	margin-top:0;
	margin-bottom:0;
	/*margin-bottom: 10px;*/
	padding: 10px 0;
 	width:100%;
}
#menu ul {
 	float:left; 		/* makes ul wrap li */
}
#menu li {
	background-color:transparent;         /* background color of the level 1 menu items */
 	float:left;  /*causes the list to align horizontally instead of stack */
	list-style-type:none; /* removes the bullet off each list item */
	position:relative; /* positioning context for the absolutely positioned drop-down */
}                					/* border-right is automatically removed from vert menu below  */
#menu ul li ul {
	background-color: #cbfc21;
	display:none;			/* conceals the drop-down when menu not hovered */
	width:17em;   			/* sets the width of menu levels 2 - 4 */
 	position:absolute;     /* positions the drop-down ul in relation to its relatively positioned li parent */
 	border:0;         		/* stops inheritance from level 1 ul */
 	margin-left:0px;        /* stops inheritance from level 1 ul */
}
#menu li li { 
 	border-bottom:0px dotted #0d6731; 		/* lines between menu choices - set to 0px if not wanted */
}
#menu a {
 	color:#a20b2b;                     		/* sets the color of all menu type to tomato red */
	display:block; 							/* makes link fill li so entire area is "hot" */
 	font-size:1.25em; 						/* size of menu's type relative to parent element */
	padding:0 60px 0 10px;           		/*creates space top/bottom and left/right respectively around each menu item's text - set vert height in ems   */
	text-transform: uppercase;
 	text-decoration:none;  /* removes the underlining from the links */
}
#menu a:hover {
 color:#0d6731; /* bannergroen*/    /* type color of a hovered menu choice */
}
#menu ul li a.active {
	color:#1d4b2f; /* donkergroen */
	font-weight:bold;
}
#menu ul li ul a {
	 	font-size: 1em;
}
#menu ul li ul li {
	width:250px;
 	padding:2px 0 0 0; /* stops inheritance */
 	border-left:0; /* stops inheritance */
 	border-right:0; /* stops inheritance */
}
#menu ul li:hover ul {
	display:block; /* shows the drop-down when the menu is hovered */
	z-index:1000; /* Safari needs this to display menu on top of other page elements */
}
/* Hacks for IE6  and < */
* html #menu {
 z-index:1; /* IE6 won't respect high z-index on abs-pos'd child (ul li ul) without this on its parent rel-pos'd element */
}				
* html #menu ul li ul {
  z-index:400; /*ensures menu is on top of other page elements */
}
* html #menu a {
/* cannot find a way to get the top level 'a' to fill the unwidthed menu choices without drop-down in IE */
} 
* html #menu ul ul a { /* second level of horiz menu */
 zoom:100%;  /* now IE 'haslayout" - IE now makes background hot in horizontal menus */
 } 

/* FORMULIEREN */
fieldset {
	border-top: 0 none #75a65a;
	border-left: 0 none #55a629;
	border-bottom: 0 none #75a65a;
	border-right: 0 none #55a629;
	clear:left;
	float:left;
	margin: 0 0 -1em 0;
	overflow:hidden; /* fixes expanding box ie6 */
	padding: 0 0 1em 0;
	position:relative;
	width:190px;
}
fieldset.alt {
	background-color: #0d6731;
	color: #fff;
	margin-bottom:10px;
	width: 400px;
	border-bottom: 1px solid #55a629;
	border-right: 1px solid #55a629;
}
legend span {
	color: #a62944;
	font-weight:bold;
	left: 1.5em;
	margin-top:1em;
	position:absolute;
	text-transform:uppercase;
	top: 0;
}
legend {
	padding:0;
}
fieldset ol {
	list-style: none;
	padding: 1em 1em 0 1em;
}
fieldset li {
	float:left;
	clear:left;
	width:100%;
	padding-bottom: 1em;
}
fieldset.submit {
	background-color: transparent;
	border:0 none #fff;
	float:none;
	padding: 10px 0 20px 10px;
	width:auto;
}
label {
	float: left;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	text-align:left;
	width:7em;
}
label.breed {
	padding: 0 0 10px 20px;
	width:15em;
}
textarea {
	float:left;
}
