* {
	margin: 0;
	padding: 0;
}

body {
background: #fff url(../images/bg.gif) repeat-x;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
}

a {
text-decoration: none;
color: #CC6600;
}
a:hover {
text-decoration: underline;
color: #CC9900;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 80px;

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 19px 0 0 0;
color: #CC6600;
}
#header h1 a { 
color: #CC6600;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #CC9900;
}
#header h2 {
font-size: 19px;
color: #fff;
padding: 5px 0 0 120px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
background: #fff url(../images/content.gif) repeat-y;
padding: 0 20px 20px 20px;
margin-top: -20px;
}

.right {
float: right;
width: 580px;
text-align: justify;
margin-right: 10px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #CC9900;
}
.right ul{
margin-left: 40px;
}

.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #111;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #CC6600;
text-decoration: none;
font-weight: 100;
}
.left ul li a:hover {
color: #CC9900;
}

#bottom {
background: #fff url(../images/bottom.gif) no-repeat;
padding: 30px 0;
}

#footer {
text-align: center;
font-size: 11px;
margin-top: -36px;
}

#menu {
height: 73px;
line-height: 6px;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
}
#menu ul li a:hover {
text-decoration: none;
}
/* navigatie - niveau 1 */
ul#navigatie { width:740px; height:10px; display:block; float:left; margin-top:20px;}
ul#navigatie li { position:relative; height:30px; display:block; float:left; }
ul#navigatie li a { font-weight:bold; color:#000000; padding:12px 10px; display:block; }
ul#navigatie li:hover a,
ul#navigatie li a:hover { background:#CCC url('bg.gif') 0 -40px repeat-x; }
/* navigatie - niveau 2 */
ul#navigatie li ul { position:absolute; top:30px; display:none; width:175px; z-index:2; }
ul#navigatie li:hover ul { display:block; }
ul#navigatie li ul li { clear:both; height:auto; width:100%; font-weight:lighter;}
ul#navigatie li:hover ul li a,
666ul#navigatie li ul li a { background:#efefef none; padding:10px; width:155px; display:block; color:#bbb;  }
ul#navigatie li ul li:hover a,
ul#navigatie li ul li a:hover { background:#bbb none; color:#fff; font-style:italic; font-weight:lighter;}
/* navigatie - niveau 3 */
ul#navigatie li:hover ul li ul,
ul#navigatie li ul li ul { position:absolute; top:0; left:175px; display:none; background:#090 none; z-index:3; }
ul#navigatie li ul li:hover ul { display:block; }
ul#navigatie li ul li ul li { }
ul#navigatie li ul li:hover ul li a,
ul#navigatie li ul li ul li a { font-style:normal; }
ul#navigatie li ul li ul li:hover a,
ul#navigatie li ul li ul li a:hover { background:#efefef none; color:#bbb; font-style:italic; }
/* navigatie - niveau 4 */
ul#navigatie li:hover ul li ul li ul,
ul#navigatie li ul li ul li ul { position:absolute; top:0; left:175px; display:none; background:#090 none; z-index:3; }
ul#navigatie li ul li ul li:hover ul { display:block; }
ul#navigatie li ul li ul li ul li { }
ul#navigatie li ul li ul li:hover ul li a,
ul#navigatie li ul li ul li ul li a { font-style:normal; }
ul#navigatie li ul li ul li ul li:hover a,
ul#navigatie li ul li ul li ul li a:hover { background:#bbb none; color:#fff; }


#borders a img {

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:4px;
border:solid;
border-color: #666666 #666666 #666666 #666666;
border-width: 1px 2px 2px 1px;
background-color:white;
}
#borders img {

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:4px;
border:solid;
border-color: #666666 #666666 #666666 #666666;
border-width: 1px 2px 2px 1px;
background-color:white;
}