body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	font-family: Arial;
	font-weight: bold;
}


a {
	text-decoration: none;			/* onderlijning weg */
	color: #C8CCC9;					/* tekstkleur van links ook grijs maken */
}

		
div#container {
	margin: 0em auto;
	width: 780px;
	padding: 0px;
	text-align: left;
}


div#logo {
    position: absolute;
	width: 780px;
	height: 114px;
	top: 40%;
}


div#top {
	margin-top: 26px;
	background-image: url("logo.jpg");
	background-repeat: no-repeat;
	height: 114px;
}


div#topagenda {
	margin-top: 26px;
	background-image: url("logo_agenda.jpg");
	background-repeat: no-repeat;
	height: 114px;
}


div#menu {
	margin-top: 5px;
	margin-left: 1px;
	color: #C8CCC9;
}

div#menu a:visited {
	color: #00FF00;
}

div#title {
	margin-top: 25px;
	color: #FF0000;
	font-family: Arial;
}


div#content {
	margin-top: 5px;
	color: #C8CCC9;
	font-family: Arial;
}


div#flyer {
	margin-top: 5px;
	color: #C8CCC9;
	font-family: Arial;
	text-align: center;
}


div#copyright {
	color: #FF0000;
	margin-top: 50px;
}


table#agenda {
	width: 780px;
}

td.concert {
	width: 250px;
}

td.datum {
	width: 300px;
}

td.myspace {
	width: 230px;
}

td.label {
	width: 125px;
}

td.weergave {
	width: 655px;
}
