body {
	background: #979797 url(../img/body-bg.png) repeat-x;
	text-align: center;
	margin: 0;
	font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
}

#main {
	width: 960px;
	text-align: left;
	margin: 10px auto;
	background: url(../img/main-bg.jpg);
	padding-bottom: 16px;
}

#header {
	position: relative;
	left: -72px;
}

#menu {
	margin: 0 0 20px 16px;
	padding: 0;
}

#menu li {
	display: inline-block;
	margin-right: 16px;
}

#menu li a {
	display: inline-block;
	background-position: top;
	background-repeat: no-repeat;
	width: 220px;
	height: 63px;
	overflow: hidden;
	text-decoration: none;
}

#menu li a:hover {
	background-position: bottom;
}

#content {
	background: url(../img/black.png);
	margin: 20px 16px 0 16px;
	color: white;
	padding: 20px;
}

/* menu */

table.menu {
	height: 40px;
	overflow: hidden;
}

/* programma-items */

table.event {
	font: 12px "verdana";
	width: 580px;
}

td { vertical-align: top; }

td.time {
	padding: 2px 0px;
	width: 100px;
	color: white;
}

div.name {
	background-color: rgb(137,195,63); /* groen */
	font-weight: bold;
	display: block;
	padding: 2px 5px;
	cursor: pointer;
	color: black;
}

span.more {
	font-weight: normal;
	color: white;
}

div.content {
	background-color: rgb(127,63,149); /* paars */
	color: white;
	padding: 2px 5px;
	display: none;
}

p {
	padding-right: 25px;
}
a {
	color: white;
}
img {
	vertical-align: middle;
}

/* Advertenties */

div.advertentie {
	text-align: center;
	border-top: 1px solid white;
	margin-top: 10px;
	padding: 0px 0px 10px 0px;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
}
