body
{
	margin: 0;
	padding: 0;	
	background: #F98100;	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #454545;
}

#wrapper
{
	width: 230px;
	margin: auto;
	background: white;	
}

#header
{
	width: 230px;
	height: 35px;
	background: url('images/header.jpg');	
}

.oranjek {
    color : #F98100;
}

.mainkop {
    background-color: #454545;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 2px 0 2px 5px;
    color: #FFFFFF;
    width: 225px;
    text-transform: uppercase;
}

.mainc1 {
	border-bottom : 1px solid #DCDCDC;
	line-height : 17px;
	padding: 0px 2px;
}

.mainc2nieuws
{
	padding : 2px;
	border-bottom : 1px solid #DCDCDC;
	line-height : 16px;
}

.mainc2nieuws .fotoa
{
	margin: 5px 0 2px 0;
	border: 1px solid #454545;
	width: 50px;
	height: 37px;
}

.mainc2nieuws img
{
	width: 200px;
	height: 133px;	
}

a
{
    color: #454545;
    text-decoration: none;
}