body {
	background-color: #3F7095;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding: 20px;
	margin: 0px;
}

#container{
	width: 930px;
}

#header {
	height: 19px;
	width: 620px;
	background-image: url("../images/header.gif");
	background-position: 0% 0%;	
	background-repeat:no-repeat;
	float:left;
}

#left	 {
	width:150px;
	height:540px;
	float:left;
}

#logo {
	padding-top:0px;
	padding-left: 20px;
	width: 120px;/* 150 - padding x2 */
	height: 180px; /* 180 - padding x2 */	
	float:left;
	z-index:2;
}

#navigatie {
	background-image:url("../images/navigatie.gif");	
	padding: 15px;
	width: 120px;/* 150 - padding x2 */
	height: 150px; /* 180 - padding x2 */	
	font-weight:bold;
	color:#FFFFFF;
	z-index: 2;
	float: left;	
}

#login {
	background-image: url("../images/login.gif");
	background-repeat:no-repeat;
	padding: 15px;
	width: 120px;/* 150 - padding x2 */
	height: 150px; /* 180 - padding x2 */	
	color:#FFFFFF;
	z-index: 2;	
	float: left;	
}

#main {
	background-image: url("../images/main.jpg");
	background-color:#FFFFFF;
	background-position: 0% 100%;	
	background-repeat:no-repeat;
	padding: 20px;
	padding-top: 0px;
	width: 580px; /* 759 - padding x 2 */
	height: 540px; /* 531 - padding x 2 */
	float:left;
}

#right {
	background-image: url("../images/right.gif");
	background-position: 0% 0%;	
	background-repeat:no-repeat;
	padding: 10px;
	width: 137px; /* 147 - padding x 2 */
	height: 520px; /* 504 - padding x 2 */
	float:left;
}
#bottom {
	background-image:url();
	background-repeat:no-repeat;
	background-position: 100% 0%;	
	width: 960px;
	height: 23px;
	float:left;
	color:#FFFFFF;	
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:link {
	color: #DE2525;
}

a:hover {
	color: #DE2525;
	text-decoration:none;
}

a.none, a.none:link {
	color: #DE2525;
	text-decoration:none;	
}

a.none:hover {
	color: #000000;
	text-decoration:none;
}

a.none_wit, a.none_wit:link {
	color: #FFFFFF;
	text-decoration:none;
}

a.none_wit:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
}

.kop {
	background-color:#DE2525;
	color:#FFFFFF;
	font-weight:bold;
}

.grijs {
	background-color:#EEEEEE;
}

.wit {
	background-color:#FFFFFF;
}

.login_header {
	font-size: 10pt;
	font-weight: bold;
}

.lijn_header {
	background-image: url("../images/lijn_news.gif");
	background-repeat:repeat-x;
	background-position: 50% 50%
}

.lijn_news_vert {
	background-image: url("../images/lijn_news_vert.gif");
	background-repeat:repeat-y;
	background-position: 50% 50%
}