html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: url(../pics/stapel-haardhout2.jpg) bottom right fixed #fff;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

.small {
    font-size: 10px;
}

img {
    border: 0;
    display: inline;
}

object {
    display: block;
}

#wrapper {
    width: 970px;
    margin: 0 auto;
    padding: 0 0 15px;
}

#logo a:link, #logo a:active, #logo a:visited, #logo a:hover {
    width: 166px;
    display: block;
    position: relative;
    top: 15px;
    left: 40px;
}

#logo img {
    width: 166px;
    display: block;
    border: 1px solid #fff;
}

menu {
    margin: 30px;
    padding: 30px;
    list-style: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}

.size1 {
    width: 242px;
}

.size2 {
    width: 240px;
}

.size3 {
    width: 241px;
}

#content_left_wrapper {
    width: 727px;
    float: left;
    height: 500px;
}

#content_right_wrapper {
    width: 243px;
    float: left;
}

#content_left_background {
    width: 727px;
    height: 500px;
    background: #fff;
    opacity: .80;
    filter: alpha(opacity=80);
    position: absolute;
}

#content_right_background {
    width: 243px;
    height: 500px;
    background: #808080;
    opacity: .80;
    filter: alpha(opacity=80);
    position: absolute;
}

#content_left {
    width: 726px;
    height: 600px;
    position: absolute;
    z-index: 100;
    border-left: 1px solid #fff;
}

#banners {
    width: 243px;
    float: left;
}

#banners ul {
    margin: 0 0 0 40px;
    padding: 0;
    list-style: none;
}

#banners ul li {
    margin: 0;
    padding: 10px 0 0;
}

#content {
    width: 483px;
    float: left;
}

#content h2 {
    color: #0054A4;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 15px;

}

#content h3 {
    color: #0054A4;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0px;

}


#content p {
    padding: 0 15px;
    margin: 0;
}

#content p.first {
    padding: 35px 15px 0;
}

#content_right {
    width: 241px;
    position: absolute;
    z-index: 100;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;

}

#content_right2 {
	padding: 0 25px 0 0px;
}

#content_right3 {
	padding: 5px 0 5px 5px;
}
#content_right4 {
	padding: 10px 5px 0px 5px;
}

#content_right3 img {
	border: 1px solid #000000;
	margin: 5px 0px 5px 0px;
}

#content_right a:link, #content_right a:active, #content_right a:visited, #content_right a:hover{    
    color: white;    
    text-decoration: none;
}


h1.light {
    margin: 0;
    padding: 0 15px;
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
    background: #CD2209;
    border-bottom: 1px solid #fff;
}

h1.dark {
    margin: 0;
    padding: 0 15px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    background: #426DCE;
    border-bottom: 1px solid #fff;
}

h1.border {
    border-right: 1px solid #fff;
}

#content_right ul {
    list-style: disc inside;
    margin: 30px 0 0 15px;
    padding: 0 0 0 15px;
}

#content_right ul li {
    color: #000000;
    line-height: 20px;
	
}

#content_right ul li span {
    color: #fff;
}

#footer {
    clear: left;
    border: 1px solid #fff;
    background: #0054A4;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

menu {
    position: absolute;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #0054A4;
    border: 0;
    clear: both;
    display: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: .85;
    filter: alpha(opacity=85);
	font-size: 13px;
}


#submenu1 a.submenu:link, #submenu1 a.submenu:active, #submenu1 a.submenu:visited,
#submenu2 a.submenu:link, #submenu2 a.submenu:active, #submenu2 a.submenu:visited {
    display: block;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
}

#submenu1 a.submenu:hover,
#submenu2 a.submenu:hover {
    color: #A3A4A8;
}


 .formFieldWit{
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #0054a4;
	background : #FFFFFF;
}

/**************************************/
a{color:black;text-decoration:underline;font:bold}
a:hover{color:red}

A.blacklink:link, visited, active
{
    font-family: Arial, Verdana,  sans-serif;
    font-size: 12px;
	color:#000000;
	TEXT-DECORATION: none;
}

A.blacklink:visited
{
    font-family: Arial, Verdana,  sans-serif;
    font-size: 12px;
	color:#000000;
	TEXT-DECORATION: none;
}


A.blacklink:hover
{
	TEXT-DECORATION: underline;
}


A.whitelink:link, visited, active, hover
{
 	color:#000000;
	TEXT-DECORATION: none;
}

A.whitelink:visited
{
 	color:#000000;
	TEXT-DECORATION: none;
}

td.allborder {
	border: 1px solid #000000;
}
/*kijk op regel 119*/
#navigatie {
width: 209px;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 110%;
/*background-color: #F93;*/
color: #333;
font-weight: bold;
}

#navigatie ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigatie li {
border-bottom: 1px solid #9DB0AF;
margin: 0;
}
#navigatie li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #363940;
border-right: 10px solid #9DB0AF;
background-color: #666666;
color: #fff;
text-decoration: none;
width: 100%;
}
html>body #navigatie li a {
width: auto;
}
#navigatie li a:hover {
border-left: 10px solid #9DB0AF;
border-right: 10px solid #363940;
background-color: #363940;
}



















