*{
	padding:0;
	margin:0;
}
p { /*om ervoor te zorgen dat de content niet onder de footer valt */
	padding-top: 1em 0;
	line-height: 1.5em;
}
html, body {
	height: 100%; /* heel belangrijk */
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif);
	font-size: 12px;
}
#container {
	width: 764px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background: url(../images/bg-main.gif) repeat-y;
}
#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	left: 0;
	width: 100%;
	height: 40px; /*20 rode balk, 20 leeg*/
	margin-top:20px;
}
#footer2 {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	left: 0;
	width: 100%;
	height: 168px; /*20 rode balk, 20 leeg, 128 logo*/
	margin-top:20px;
}
#menu{
	background-image: url(../images/bg-menu.gif);
	border-right: solid 8px #f2f2f2;
	border-left: solid 8px #f2f2f2;
}

#headerimg1{
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}
#headerimg2{
	border-top: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
}
#inhoud {
  	padding: 0;
}
#main {
	margin-left: 21px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #6b6a6a;
}
#main2 {
	margin-left: 21px;
	margin-bottom: 168px;
	font-size: 12px;
	color: #6b6a6a;
}
#menu .option {
	height: 26px;
}
/* definities voor het nieuws */
.newspic1 {
	border: 1px solid #b7b7b7;
	margin-right: 10px;
}
.newspic2 {
	border: 1px solid #b7b7b7;
}
.news_floatright{
	float: right;
	margin-left: 10px;
}
.newstitle, a.newstitle {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6b6a6a;
}
a.newstitle:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6b6a6a;
}
a.red {
	font-size: 12px;
	text-decoration: underline;
	color: #ca2027;
}
a.red:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #6b6a6a;
}
a.white {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	font-size: 12px;
	text-decoration: none;
	color: #6b6a6a;
}
.newstxt {
	font-size: 12px;
	color: #6b6a6a;
}
/* einde nieuws */
li {
	list-style: circle outside;
}
ul {
	margin-left: 50px;
}
#box {
	height:100%;
	width: 764px;
	/* centeren van het block */
	left: 50%;			
	margin-left: -382;
	position: absolute;
	background: url(../images/bg-main.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6b6a6a;
	font-size: 11px;
}
#banner{
	padding: 0px;
}
.banner_bor {
	border: solid #b7b7b7 1px;
}
.box {
	background-color: #ca2027;
}
.title_green {
	color: #B2BB1E;
	font-weight: bold;
}
