/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-color:#CCCCCC;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:17px;
}
img {
	border:0px;
}
input {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textarea {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* LAYERS */

#container {
	background-color:#FFFFFF;
	position:absolute;
	margin:-270px 0 0 -480px;
	width:960px;
	height:540px;
	left:50%;
	top:50%;
}
#left {
	background-image:url(../images/left.gif);
	background-repeat:no-repeat;
	width:210px; /* 220 - 10 */
	height:530px; /* 540 - 10 */
	padding-left:10px;
	padding-top:10px;
	float:left;
}
#navigatie {
	background-image:url(../images/navigatie.gif);
	background-repeat:no-repeat;
	width:740px;
	height:40px; /* 50 - 10 */
	padding-top:10px;
	float:left;
}
#content {
	width:465px;
	height:440px;
	overflow:auto;
	padding-right:5px;
	float:left;
}
#right {
	background-image:url(../images/right.jpg);
	background-repeat:no-repeat;
	width:230px; /* 230 - 10 */
	height:490px;
	float:left;
}
#right_nieuws {
	width:220px; /* 230 - 10 */
	height:458px;/* 490 - 32 */
	float:left;
	padding-left:10px;
}
#right_banner {
	width:230px;
	height:27px;/* 32 - 5 */
	float:left;
	text-align:center;
	padding-bottom:5px;
}

/* ALGEMENE OPMAAK */
a, a:link {
	color:#000000;
	/*text-decoration:none;*/
	text-decoration:underline;
}
a:hover {
	/*text-decoration:underline;*/
	text-decoration:none;
}
a.grijs, a.grijs:link {
	color:#333333;
	text-decoration:underline;
	padding:0px;
}
a.grijs:hover {
	text-decoration:none;
}
.grijs {
	color:#333333;
	padding:10px;
}
a.navigatie, a.navigatie:link {
	text-decoration:none;
}
a.navigatie:hover {
	text-decoration:none;
	font-weight:bold;
}
.header_grijs {
	color:#333333;
	font-size:18px;
}
a.blauw {
	font-size:14px;
	font-weight:bold;
	color:#688EAE;
}
a.lila {
	font-size:14px;
	font-weight:bold;
	color:#A34EC8;
}
a.groen {
	font-size:14px;
	font-weight:bold;
	color:#64BE4D;
}
a.oranje {
	font-size:14px;
	font-weight:bold;
	color:#DE7621;
}
a.rood {
	font-size:14px;
	font-weight:bold;
	color:#BC444C;
}
.roze_kop {
	color: #993366;
	font-weight:bold;
}