* {
	margin: 0;
	padding: 0;
}

body {
background: #9DE574;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

a {
text-decoration: none;
<!--color: #7DA3DF;-->
color: #FFF;
}
a:hover {
text-decoration: underline;
color: #69BD45;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
position: relative;
height: 70px;
background: url(../images/header.jpg) no-repeat;
z-index: 2;
}

#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #000;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #69BD45;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#tussen
{
position: relative;
height: 30px;
background: url(../images/content.jpg) repeat-y;
list-style-type: none;
padding-left: -30px;
display: block;
text-decoration: none;
z-index: 1;
}

#menu {
height: 30px;
line-height: 30px;
background: #e0f3fa url(../images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: right;

}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
background: #00e600 url(../images/content.jpg) repeat-y;
padding: 0 20px;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}

.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #00E600;
color: #fff;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #00E600;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #00E600;
list-style: none;
}
.left ul li a {
<!--text-decoration: none;
font-weight: 600;-->
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #00E600;
color: #fff;

}
.left ul li a:hover {
color: #69BD45;
}
.articles { padding: 10px; }

#bottom {
background : #00e600 url(../images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; }