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

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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;	/*background-image: url(design/images/gray-repeating-background2.jpg);
	background-repeat: repeat;
	background-position: left top;*/
	background-color: #4B5758;
	background-image: url(../design/images/page_g.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
html {
	margin-bottom: 1px;
	min-height: 101%;
	margin-bottom: 1px;
}
.oneColFixCtrHdr #container {
	width: 1020px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-opera-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	
	-moz-box-shadow: 0px 3px 12px #000;
	-webkit-box-shadow: 0px 3px 12px #000;
	-opera-box-shadow: 0px 3px 12px #000;
	-khtml-box-shadow: 0px 3px 12px #000;
	box-shadow: 0px 3px 12px #000;
	
	behavior: url(ie-css3.htc);
	
	display: table;
	background-color:#FFF;
	position:relative;
	left:-9px;
	top:-2px;
	z-index:1;
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin: 0px;
	height:230px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-opera-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	behavior: url(ie-css3.htc);
	background: #FFF url(../design/images/hoofding.jpg) repeat-x left top;
}
.oneColFixCtrHdr #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;
}
.oneColFixCtrHdr #mainContent1 {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	width: 70%;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 18px;
	background-image: url(../design/images/kader_groot.jpg);
	background-repeat: repeat;
	line-height: 140%;
	visibility:hidden;
}
.oneColFixCtrHdr #mainContent1 p {
	margin: 10px 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent2 {
	background: #FFFFFF;
	padding-top: 0;
	margin-right: 5px;
	padding-bottom: 0;
	margin-left: 0px;
	float: left;
	width: 22%;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
	margin-top: 5px;
}
.oneColFixCtrHdr #mainContent2 p {
	display:block;
	border:1px solid #999999;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 5px;
	font-style: italic;
	page-break-after: always;
	background-image: url(../design/images/kader.jpg);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer {
	clear: left;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 110px;
	text-align: center;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-opera-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	behavior: url(ie-css3.htc);
	background: #FFF url(../design/images/footer.jpg) repeat-x;
}
.oneColFixCtrHdr #footer p {
	float: left;
	width: 1024px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	left: 40px;
	line-height: 25px;
}
.oneColFixCtrHdr #footer a, a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:center;
	text-shadow:#666;
	color:#000;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration:underline;
}
td img {display: block;}td img {display: block;}td img {display: block;}
.overzicht img   {
	display: inline;
	border: 1px solid #000000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFFFFF;
}.soorten {
	padding: 0px;
	float: left;
	height: 200px;
	width: 330px;
	margin-right: 5px;
}
td img {display: block;}

#clearer {
	height: 10px; /* height of bg! */
	width: 100%;
	z-index:2;
}
.oneColFixCtrHdr #logocontainer {
	width: 1010px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	display: table;
	position: relative;
	bottom: -17px;
	left: -10px;
	height: 66px;
	background: url(../design/images/logo.png) no-repeat left top;
	text-indent: -9000px;
}
.oneColFixCtrHdr #logocontainer #topnav {
	float: right;
	width: auto;
	position: relative;
	top: 20px;
	text-indent: 0px;
}
.oneColFixCtrHdr #logocontainer #topnav li {
	display: inline;
	list-style-type: none;
	padding-bottom: 15px;
	margin-right: 20px;
}
.oneColFixCtrHdr #logocontainer #topnav li a, a:link {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-weight: bolder;
	color: #CCC;
	text-decoration:none;
	padding-bottom: 10px;
	padding-right: 6px;
	padding-left: 6px;
}
.oneColFixCtrHdr #logocontainer #topnav li a:hover {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#omschrijving {
	position: relative;
	left: 35px;
	top: -205px;
	width: 940px;
}
#omschrijving h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
}
#menucontainer {
	position: relative;
	left: 90px;
	top: -125px;
	width: 900px;
	height:110px;
}
.menuitem {
	float: left;
	width : 70px;
	margin-left:auto;
	margin-right:auto;
	padding-right:80px;
	text-align:center;
	height:100px;
	color:#333;
}
.menuitem img {
	border:none;
}
.menuitem_last {
	float: left;
	position:relative;
	left:-20px;
	width : 110px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:100px;
	color:#333;
}
.menuitem_last img {
	border:none;
}
#content {
	position:relative;
	top:-140px;
}
#flash {
	position: absolute;
	height: 120px;
	width: 736px;
	left: 20px;
	top: 555px;
	border: thin dotted #CCC;
}
#mainContent1 {
	border: thin dotted #CCC;
}
#mainContent1 h1 {
	padding: 12px 0px 20px;
	margin: 2px;
	border-top: thin none #CCC;
	border-right: thin none #CCC;
	border-bottom: thin solid #CCC;
	border-left: thin none #CCC;
}
#mainContent1 h2 {
	font-size:120%;
}
#mainContent1 ul {
	background-color: #EFEFEF;
	background-image: url(../design/images/kader2.jpg);
	background-repeat: repeat;
	border-width: thin;
	border-style: solid;
	list-style-position: inside;
	list-style-image: url(../design/images/bullet.png);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 90%;
	position: relative;
	left: 25px;
}
#mainContent1 ul li {
	padding: 10px;
}
#mainContent1 ul li a, a:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}



.oneColFixCtrHdr #mainContent2 {
	margin-top:85px;
}

.oneColFixCtrHdr #shadow #container #mainContent1 .overzicht {
	height: 200px;
	float: left;
	width: 50%;
}
.fotoreeks {
	float: left;
	width: 130px;
	margin: 10px;
	
}
img.foto {
	background: #FFF;
	padding: 6px;
	border: thin solid #000;
}
#clearer {
	clear: both;
}
#mainContent1 .overzicht a, a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	margin: 0px 0px 10px;
	padding: 0px;
}
#mainContent1 .overzicht a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #666;
	font-style: italic;
}
#mainContent1 .overzicht p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
#mainContent1 table tr #statische_kop {
	background: #CCC;
	border-top: thin solid #999;
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	border-left: thin solid #999;
	font-size: 95%;
	font-variant: small-caps;
}
#mainContent1 table tr #statische_kop2 {
	background: #CCC;
	border-top: thin solid #999;
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	border-left: thin solid #999;
	font-size: 95%;
	font-variant: small-caps;
}
#mainContent1 hr {
	color: #CCC;
}
#mainContent1 table tr #dynamische_kop {
	background: #CCC;
	border-top: thin solid #999;
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	border-left: thin none #999;
	font-size: 95%;
	font-variant: small-caps;
}
#mainContent1 table tr #prijs_kop {
	border-style: none;
}
#omschrijving {
	font-size: 120%;
}
#onderste_rij td h2 {
	padding: 0px;
}
.small {
	padding: 0px;
	font-size: x-small;
	position: relative;
	top: -10px;
}

