/* CSS Document by Peter Schietecat*/


/**********************************************
 * ALGEMEEN
 **********************************************/

body {
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #FFFFCE;
color: #333333;
text-align: center;
}

#container {
width: 760px;
height: auto;
border: 1px solid #666666;
border-top: 0px;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
text-align: center;
}


/**********************************************
 * HEADER
 **********************************************/

#header {
width: 760px;
height: 150px;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
background-image: url(Images/header.jpg);
background-repeat: no-repeat;
background-position: top;
}


/**********************************************
 * MENUBAR ONDER HEADER
 **********************************************/

#menubar {
width: 100%;
height: 36px;
border: 1px solid #006600;
margin: 0px 0px 0px -1px;
padding: 0px 0px 0px 0px;
font-weight: bold;
font-size: 14px;
float: left;
}

#menubar ul {
width: 100%;
height: 36px;
line-height: 36px;
vertical-align: middle;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
text-align: center;
list-style:	none;
display: block;
}

#menubar li {
width: 20%;
display: block;
border-left: 1px #006600 solid;
float: left;
padding: 0px 0px 0px 0px;
}

#menubar li a {
text-decoration: none;
height: 36px;
color: #333333;
display: block;
background: #F0F8FF;
padding: 0px 0px 0px 0px;
}

#menubar li a:hover {
background: #003300;
color: #00CC00;
display: block;
padding: 0px 0px 0px 0px;
}


/**********************************************
 * CONTENT ONDER MENUBAR
 **********************************************/

#content {
width: 760px;
height: auto;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-color: #E0DBD7;
background-image: url(Images/bgFull.jpg);
background-repeat: repeat-y;

/* BG voor FIREFOX DOORTREKKEN NAAR BENEDEN */
border: 1px solid #666666;
border-top: 0px;
float: left;
margin-left: -1px;
/* EINDE BG VOOR FIREFOX */
}

#left {
width: 203px;
height: auto;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-color: #E0DBD7;
background-image: url(Images/leftSide.jpg);
background-repeat: repeat-y;
float: left;
}

#breadcrumb {
width: 178px;
height: 30px;
margin: 10px 0px 10px 10px;
padding: 0px 0px 0px 0px;
background-image: url(Images/breadcrumb.jpg);
background-repeat: no-repeat;
border: 1px solid #666666;
}

#news {
width: 178px;
height: auto;
height: 274px;
margin: 0px 0px 10px 10px;
padding: 0px 0px 0px 0px;
background-image: url(Images/nieuws.jpg);
background-repeat: no-repeat;
background-position: top;
border: 1px solid #666666;
}

#logo {
width: 180px;
height: 73px;
margin: 0px 0px 10px 10px;
padding: 0px 0px 0px 0px;
background-image: url(Images/bdwLogo.jpg);
background-repeat: no-repeat;
}

#copyright {
width: 178px;
height: auto;
margin: 0px 0px 10px 10px;
padding: 0px 0px 0px 0px;
background-image: url(Images/copyright.jpg);
background-repeat: no-repeat;
background-position: top;
border: 1px solid #666666;
bottom: 0px;
}

.crumby {
font-size: 14px;
color: #333333;
height:26px;
margin: 4px 0px 0px 32px;
padding: 0px 0px 0px 0px;
font-weight: bold;
text-align: left;
}

.copyrighttext {
margin: 4px 4px 4px 4px;
padding: 0px 0px 0px 0px;
width: 170px;
height: auto;
text-align: center;
font-size: 10px;
}


/**********************************************
 * NIEUWS
 **********************************************/

.nieuwstext {
margin: 4px 8px 4px 8px;
padding: 0px 0px 0px 0px;
width: 162px;
height: auto;
text-align: justify;
}

.nieuwstext ul {
width: 100%;
height: auto;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
text-align: left;
list-style:	none;
display: block;
}

.nieuwstext li {
width: 100%;
height: auto;
display: block;
float: left;
text-align: justify;
}

.nieuwstext li a {
margin: 0px auto 0px auto;
padding: 0px 0px 0px 4px;
text-decoration: none;
height: 36px;
line-height: 36px;
vertical-align: middle;
color: #333333;
display: block;
background: #E0DBD7;
}

.nieuwstext li a:hover {
margin: 0px auto 0px auto;
padding: 0px 0px 0px 4px;
background: #003300;
color: #00CC00;
display: block;
line-height: 36px;
vertical-align: middle;
}


/**********************************************
 * CONTENT ONDER MENUBAR
 **********************************************/

#inside {
width: 535px;
height: auto;
margin: 10px 10px 10px 0px;
padding: 0px 0px 0px 0px;
border: 1px solid #666666;
background-image: url(Images/tekst.jpg);
background-repeat: no-repeat;
background-position: top;
float: right;
text-align: center;
}

.textframe {
width: 519px;
height: auto;
margin: 4px 8px 10px 8px;
padding: 0px 0px 0px 0px;
text-align: justify;
}


/**********************************************
 * TEXT LAY-OUT
 **********************************************/

#content a:link    {color:#333333; text-decoration:underline; font-weight:normal}
#content a:visited {color:#333333; text-decoration:underline; font-weight:normal}
#content a:active  {color:#333333; text-decoration:underline; font-weight:normal}
#content a:hover   {color:#00CC00; text-decoration:underline; font-weight:normal}

h1 {
font-size: 18px;
font-weight: bold;
text-decoration: underline;
margin: 0px 0px 8px 0px;
padding: 0px 0px 0px 0px;
}

p {
margin: 0px 0px 16px 0px;
padding: 0px 0px 0px 0px;
}

logo.img {
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
}

.kolom {
width: 100%;
height: auto;
margin: 0px 0px 16px 0px;
}

.kolom ul {
list-style: none;
width: 100%;
margin: 0px 0px 0px 0px;
display: inline;
list-style: none;
}

.kolom li {
width: 50%;
float: left;
}

.kolom p {
margin: 0px 0px 0px 0px;
padding: 16px 0px 0px 0px;
clear: both;
}
