

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Humanist 521 BT; font-size: 19px; color: #fff; }
input, select, textarea { font-family: Humanist 521 BT; font-size: 15px; color: #fff; }
body { background: #47382b; }
img { border: 0px; display: block; }

#logoklik
{
position: absolute;
left:0px;
top: 0px;
margin-left: 0px;
width: 0px;
height: 0px;
background-color: red;
}

#logoklik a 
{
position: absolute;
left:680px;
top: 0px;
width: 418px;
height: 176px;
display: block;
}

#logoklik a:hover {
background-image:url(http://www.reinierdevlaam.nl/images/bck.png);
width:418px;
height:176px;
display:block;
margin-left:40px;
margin-top:0px;
}

/* ### GLOBAL CLASSES ### */
.clear { clear: both; height: 1px; }

/* ### WRAPPER ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 1000px; }

/* ### HEADER CONTAINER ### */
#headerCntr { width: 1000px; height: 176px; background: url('../images/headerBg.png') no-repeat; }
#headerCntr h1 { display: none; }

/* ### CONTENT CONTAINER ### */
#contentCntr { padding-bottom: 30px; overflow: hidden; width: 1000px; }

.contentheading {
font-size:18px;
width: 100%;
padding-bottom:5px;
font-weight:normal;
color:#91BCCE;
} 
/* ### LEFT CONTAINER ### */
#leftCntr { float: left; width: 380px; }

/* ### NAV BOX ### */
			.navBox { width: 380px; }
			.navBox ul { padding: 30px 0px 0px 15px; position: relative; float: right; width: 138px; border-left: 2px solid #941c23; list-style: none; }
			.navBox ul ul { padding: 0px; position: absolute; margin-top: -60px; left: -227px; display: none; float: none; width: 223px; border: 2px solid #47382B; background: #47382b; }
			.navBox ul ul li { text-align: right; font-size: 14px; }
			.navBox li { line-height: 26px; font-size: 16px; }
			.navBox li a { padding-right: 30px; text-decoration: none; color: #1cb4e0; }
			.navBox li a:hover, .navBox li a.selected { color: #d5edf9; background: url('../images/menuH.gif') no-repeat right; }
			.navBox ul ul li a:hover, .navBox ul ul li a.selected { color: #d5edf9; background: none; }

/* ### LINK BOX ### */
			.linkBox { width: 415px; }
			.linkBox ul { list-style: none; }
			.linkBox li { line-height: 26px; font-size: 19px; }
			.linkBox li a { padding-right: 30px; text-decoration: none; color: #1cb4e0; }
			.linkBox li a:hover, .linkBox li a.selected { color: #d5edf9; background: url('../images/menuH.gif') no-repeat right; }

/* ### RIGHT CONTAINER ### */
#rightCntr { float: right; width: 620px; }

/* ### TEXT BOX ### */
.textBox { padding-top: 30px; position: relative; overflow: hidden; width: 650px; }
.textBox div.text { float: left; width: 400px; }
.textBox div.pic { float: right; width: 200px; }
.textBox h1 { padding-bottom: 5px; font-size: 18px; font-weight: normal; color: #91bcce; }
.textBox h3 { padding-bottom: 5px; font-size: 18px; font-weight: normal; color: #91bcce; }
.textBox p { padding-bottom: 15px; line-height: 18px; }
.textBox a { font-style: italic; color: #fff; }
.textBox a:hover { text-decoration: none; }
.textBox ul { list-style: none; }
.textBox li { padding-left: 15px; line-height: 18px; background: url('../images/bullit.gif') no-repeat 0px 6px; }
.textBox img { margin-bottom: 10px; }
.textBox em { font-size: 18px; font-style: normal; }
.textBox div.opties { position: absolute; bottom: 0px; right: 196px; width: 70px; height: 60px; }
.textBox a.print { position: absolute; bottom: 0px; right: 0px; display: block; width: 34px; height: 31px; text-indent: -9999px; background: url('../images/print.gif') no-repeat; }
.textBox a.next { position: absolute; bottom: 0px; left: 0px; display: block; width: 16px; height: 21px; text-indent: -9999px; background: url('../images/next.gif') no-repeat; }
.textBox a.prev { position: absolute; top: 0px; left: 0px; display: block; width: 16px; height: 21px; text-indent: -9999px; background: url('../images/prev.gif') no-repeat; }

/* ### FOOTER CONTAINER ### */
#footerCntr { width: 1000px; height: auto; background: #000; }
#footerCntr ul { padding-left: 250px; overflow: hidden; width: 750px; list-style: none; }
#footerCntr li { margin-right: 20px; padding-right: 20px; float: left; display: inline; height: 34px; line-height: 34px; background: url('../images/dot.gif') no-repeat right; }
#footerCntr li.last { background: none; }
#footerCntr li a { text-decoration: none; color: #333; }
#footerCntr li a:hover { text-decoration: underline; }


