
body {
	background: #7c7c7c url(../img/bg.gif) top repeat-x;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	color: #474c53;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 5px;
}

a {
	text-decoration: none;
}

a.uppercase {
	color: #474c53;
	text-transform: uppercase;
	text-decoration: underline;
}

a:hover.uppercase {
	color: #CCC;
	text-transform: uppercase;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	color: #474c53;
	font-size: 13px;
	font-family: "Verdana", Arial, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

h2 {
	color: #474c53;
	font-size: 13px;
	font-family: "Verdana", Arial, sans-serif;
	font-weight: bold;
	padding: 20px 0 10px 0;
	margin: 0;
}

.bold{
	font-weight: bold;
}

.line {
	text-decoration: underline;
}

.itline {
	text-decoration: underline;
	font-style: italic;
}

.center {
	text-align: center;
}

.img-right {
	float: right;
	margin: 40px 50px 0 0;
}
/**************************************/


/* Algemeen lay-out */
#wrapper {
	background: url(../img/contentbg.png) left repeat-y;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
	
#container {
	width: 935px; /* 951px */
	height: 100%;
	margin: auto 24px auto 25px;
	border-top: 6px solid #f1f2f2;
	border-bottom: 6px solid #f1f2f2;
	padding: 0 8px;
}

#header {
	background: url(../img/header.jpg) top no-repeat;
	width: 934px;
	height: 312px;
}

.spacer {
	height: 20px;
	width: 100%;
}

#content {
	background: url(../img/containerbg.png) left repeat-y;
	width: 700px; /* 715px */
	height: 100%;
	padding: 0 0 0 15px;
	float: right;
}

#contenttext {
	margin-left: 20px;
	margin-top: 20px;
}
/**************************************/


/* Main menu */
.mainmenu{
	margin: 0;
	width: 219px;
	margin-left: -40px;
	padding: 0px;
}

.mainmenu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.mainmenu li a{
	background: url(../img/menu.gif) top repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 189px; /* 219px */
	height: 20px; /* 35px */
	padding: 15px 0 0 30px;
	text-decoration: none;
}
/**************************************/

/* ExtraMenu */
#contenttext ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#contenttext ul li{
	background: url(../img/block.gif) center left no-repeat;
	display: block;
	width: auto;
	padding: 0 0 0 25px;
	margin: 0 0 7px 0;
	text-decoration: none;
}
/**************************************/


/* Sidebar */
.sidebar {
	width: 219px;
	height: 100%;
	float: left;
}

.sidespacer {
	height: 40px;
	width: 100%;
}

.sidecenter {
	width: 219px;
	height: 100%;
	padding: 100px 0 20px 0;	
	color: #fff;
	text-align: center;
	border-bottom: 8px solid #f1f2f2;
}

.date {
	background: #E0E1E1 url(../img/date.gif) bottom repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #474c53;
	width: 219px; /* 219px */
	height: 32px; /* 47px */
	
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
/**************************************/


/* Footer  */
.sidefooter {
	width: 219px;
	min-height: 20px;
	padding: 15px 0 5px 0;	
	color: #fff;
	text-align: center;
}
/**************************************/