BODY {
	background-color: #666666;
	min-width: 840px;
	margin:0;
}
.logo_houder {
	position:absolute;
	left:auto;
	padding-left:15px;
	top:24px;
	width:283px;
	height:51px;
	z-index:1;
}
#main_table {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 920px;
}

/* Properties of left margin */
.left_vlag {
	background-color: #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;
	
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 10px;
	color: black;
	/*text-align:center;*/
}

.left_margin {
	background-color: #CCCCCC;
	padding-left: 19px;
	padding-right: 15px;
	
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

.left_margin A {
	color: black;
}

.left_margin IMG {
	margin-bottom: 20px;
	text-align:center;
	border: 1px solid white;
	width: 152px;
	height: 121px;
}

/* Properties of menu */

.main_menu {
	background-color: #CCCCCC;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: black;
}
.main_menu a{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 14px;
	padding-left: 14px;
	border-left: 1px solid white;
	text-align: center;
	text-transform: uppercase;
	color:#000000;
	float:left;
	text-decoration:none;
}
.main_menu a:hover{
	color: #E43144;
	background-color: #BBBABA;
}
#main_menu_item_active {
	background-color: #999999;
	color: white;
}

.sub_menu {
	background-color: #999999;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: white;
	border-left: 1px solid white;
	text-transform: uppercase;
}
.sub_menu a {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #DDDDDD;
	text-decoration: none;
}
.sub_menu a:hover {
	color: #E43144;
}
#sub_menu_item_active {
	color: white;
}


/* Properties of address bar */

.address_bar {
	background-color: #c80032;
	padding: 3px;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-transform: uppercase;
}

.address_bar A {
	color: white;
	text-decoration: none;
}

/* Properties of page */

.page_content {
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

.page_content ol, ul {
	margin:0 0 0 20px;
	padding:0 0 0 20px;
}
.page_content li {
	padding-bottom:5px;
}

.page_content A {
	color: black;
}

.page_content A:hover {
	color: #E43144;
}

.page_content H1 {
	color: #E43144;
	font-size: 13px;
	margin: 0px;
}

.page_content H2 {
	font-size: 11px;
	margin: 0px;
}

/* Other properties */

FORM {
	margin: 0px;
}

A IMG {
	border: 0px;
}

.collom {
	float:left; 
	width:320px; 
	padding-right:20px;
}
.collom_img {
	float:left; 
	width:320px;
}
.collom_img .a{
	padding-top:16px; 
	padding-right:16px; 
	float:left;
	cursor: pointer;
}
.collom_img .b{
	padding-top:16px; 
	float:left;
	cursor: pointer;
}
.collom_img .c{
	float:left; 
	padding:3px 3px 3px 40px; 
	color:#999999;
	margin-top:15px;
}

.lijst a{
	font-weight:bold;
	display:block;
	background-color:#e8e8e8;
	color:#000000;
	text-decoration:none;
	padding:5px;
	margin-bottom:1px;
}
.lijst a:hover{
	color:#ffffff;
	background-color:#C80032;
}

.tekst {
	text-decoration:none;
	cursor:default;
}