body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom: 0px;
	background-color: #000000;
}

/*==================
 TABLE
==================*/

/* standaard voor elke table */
table {
	border: 0px;
}

table.tbl_main {
	/*width: 1023px;*/
}


table.tbl_menu {
	width: 100%;
}

table.tbl_menu td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
}

table.tbl_content {
	width: 100%;
}

table.tbl_data {
	width: 100%;
	padding: 0px;
}

table.tbl_data_2 {
	width: 100%;
}

table.tbl_data_2 td {
	color: #FFFFFF;
}

table.tbl_picture {
	width: 100%;
	border: 0px solid;
	color: #FFFFFF;
}


/*==================
 TABLE ROW
==================*/
tr {
}


/*==================
 TABLE HEADER
==================*/
th {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	
	color: #000000;
	background-color: #999999;
}

th.th_date {
	width: 75px;
}

th.th_title {
}

/*==================
 TABLE DATA
==================*/

/* standaard voor elke td */
td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

td.td_logo {
	background-image: url(../images/logo.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 80px;
}

td.td_header {
	background-image: url(../images/header.gif);
	background-position: 50%;
	background-repeat: no-repeat;
	width: 1023px;
	height: 142px;
}

td.left_content {
	font-size: 11px;
	color: #FFFFFF;
	
	text-align: left;
	vertical-align: top;
	/*padding-top: 30px;*/
	width: 225px;
	height: 100%;
}

td.right_content {
	font-size: 11px;
	color: #FFFFFF;
	
	vertical-align: top;
}

td.td_menu {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
}

td.main_content {
	font-size: 12px;
	font-weight: bold;
	
	text-align: left;
	vertical-align: top;
	background-color: #b7b7b7;
	width: 495px;
	padding: 10px;
}

td.main_content_2 {
	font-size: 12px;
	font-weight: bold;
	
	text-align: left;
	vertical-align: top;
	background-color: #000000;
	width: 763px;
	padding: 10px;
}

td.side_content {
	font-size: 11px;
	color: #FFFFFF;
	
	text-align: left;
	vertical-align: top;
	width: 250px;
	padding: 10px;
}


/*==================
 A
==================*/

/* link standaard */
a:link {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a:active {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.album_navigation:link {
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
}

a.album_navigation:active {
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
}

a.album_navigation:visited {
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
}

a.album_navigation:hover {
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
}

a.link_right {
	color: #FFFFFF;
}

a.link_right:active {
	color: #FFFFFF;
}
a.link_right:visited {
	color: #FFFFFF;
}
a.link_right:hover {
	color: #FFFFFF;
}

a.album_image {
	cursor: pointer;
	cursor: hand;
}


/*==================
 HEAD TEXT
==================*/
h2 {
	font-size: 20px;
	margin-bottom: 5px;
}


/*==================
 PARAGRAPHS
==================*/
p.p_content {
	font-weight: normal;
}

p.p_submit {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}


/*==================
 SPACERS
==================*/
.spacer_10 {
	height: 10px;
}

.spacer_20 {
	height: 20px;
}

.iframe {
	width: 100%;
	height: 100%;
}


/*==================
 DIVS
==================*/
#div_tv {
	width: 201px;
	height: 190px;
	position: relative;
	background-image: url(../images/tvscherm.gif);
	background-repeat: no-repeat;
}
#div_radio {
	width: 281px;
	height: 81px;
	position: relative;
	background-image: url(../images/radio.gif);
	background-repeat: no-repeat;
}

#div_picture {
	width: 110px;
	height: 90px;
	position: relative;
}

#div_picture_ff {
	width: 110px;
	height: 90px;
	position: relative;
	top: 75px;
	left: 28px;
}

#div_picture_ie {
	width: 110px;
	height: 90px;
	position: relative;
	top: 80px;
	right: 20px;	
}

#div_banner {
	text-align: center;
}