body {
margin:0;
padding:0;
font-family: Arial;
font-size: 13px;
background-color: #666;
}

#contrainer {
width: 775px;
margin-left: auto;
margin-right: auto;
}

.header {
background: #2A507D url(http://dev.cosweb.nl/gaf/images/top.gif) no-repeat;
height: 89px;
width: 775px;
}

.menu ul {
list-style: none;
text-align: right;
margin-right: 10px;
margin-top: -28px;
}

.menu li {
display: inline;
}

.menu a {
color: #fff;
font-weight:bold;
text-decoration: none;
border-right: 1px solid #d5d5d5;
padding: 4px;
*padding: 3px;
}

.menu a:hover {
padding: 4px;
border-bottom: 9px solid #ff2700;
*padding: 3px;
}

.headerimg {
*margin-top: -7px;
background: #2A507D url(http://dev.cosweb.nl/gaf/images/07.jpg) no-repeat;
height: 190px;
width: 775px;
}

.entry-title {
width: 735px;
background-color: #a2a2a2;
font-size: 26px;
color: #fff;
font-weight: bold;
margin-top: 0px;
padding-left: 40px;
}

.entry-title a {
color: #fff;
text-decoration:none;
}

#middle {
width: 775px;
background-color: #2A507D;
min-height: 500px;
}

.content {
width: 730px;
color: #fff;
text-align: justify;
padding-bottom: 20px;
}

.entry-content a {
color: #FF9900;
}

.entry-content a:hover {
color: #fff;
}

.entry-content {
padding-left: 40px;
} 

.footer {
background-color: #274a73;
height: 30px;
width: 775px;
border-bottom: 7px solid #a2a2a2;
}





