/*************************/
/* link in het algemeen: */
a            { text-decoration: none; color:#000000 }
a:hover      { text-decoration: underline; color: #ff0000 }
a:visited    { color: #FF0000; }

/* inspringen linkerzijde voor menu items: */
img.spacer_left {
	width:19px;
	height:1px;
}

/* lijntje tussen de menus: */
img.line {
	width:632px;  /* breedte: 673px - 2*20px (spacer_left) */
	height:1px;
}

/* afstand tussen hoofdmenu items: */
img.spacer1 {
	width:40px;
	height:5px;
}

/*****************************/
/* alles over het hoofdmenu: */
#main_menu a          { text-decoration: none; cursor:pointer; color:#C0C0C0 }
#main_menu a :hover   { text-decoration: underline; color: #C0C0C0 }
#main_menu a :visited { color: #C0C0C0; }

body.main_menu {
	color: #C0C0C0;
	margin:0px;
	padding:0px;
	padding-top:6px;
	font-size:12px;
	font-weight:bold;
	background-color:black;
}

/* breedte en hoogte hoofdmenu: */
iframe.menu_frame {  
	width:673px;
	height:23px;
}

td.main_menu {
	padding-bottom:4px;
	background-color:black;
	text-align:center;
}



/****************************/
/* alles over het sub-menu: */
#sub_menu a          { color:#c17f04 }
#sub_menu a :hover   { text-decoration: underline; color: #c17f04 }
#sub_menu a :visited { color: #c17f04; }

.sub_menu {
	color: #FF9900;
	color: #c17f04;
	font-size:11px;
	/* font-weight: bold; */
	font-decoration: underline;
	padding-top:2px;
	height:18px;
	font-family:Arial;
}

/* afstand tussen sub menu items: */

img.spacer_menu {
	width:27px;
	height:1px;
}


img.spacer_inbetween {
	width:34px;
	height:1px;
}

img.spacer_eyeofthestorm {
	width:28px;
	height:1px;
}

img.spacer_heartfirepresence {
	width:27px;
	height:1px;
}

img.spacer_letthesunshinein {
	width:26px;
	height:1px;
}

img.spacer_rotterdamswekelijks {
	width:26px;
	height:1px;
}

img.spacer_summerbreeze {
	width:26px;
	height:1px;
}

img.spacer_tielmaandelijks {
	width:26px;
	height:1px;
}
/******************/
/* overige zaken: */
body {
	margin:8px;
	margin-top:0px;
	font-family:Trebuchet;
}

table {
	font-size: 11pt;
}
	
iframe,table,tr,td,div,p,form {
	border:0px;
	margin:0px;
	padding:0px;
}