BODY {
	background-color: #0D51AD;
	text-align: center;

	scrollbar-face-color:		#D23F1E;
	scrollbar-highlight-color:	#D23F1E;
	scrollbar-3dlight-color:	white;
	scrollbar-darkshadow-color:	#0D51AD;
	scrollbar-shadow-color:		white;
	scrollbar-arrow-color:		white;
	scrollbar-track-color:		#0D51AD;

}

A:link, A:active, A:visited {
	color: white;
}

A:hover {
	color: #EEE;
}

IMG.content {
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	margin: 10px 0px 10px 10px;
}

IMG.menu {
	border-style: none;
}

IMG.foto {
	float: right;
	margin-left: 15px;
}

IMG.fotocenter {
	align: center;
}

DIV.main {
	background-image: url(./images/header.gif);
	background-repeat: no-repeat;
	background-color: #D23F1E;
	padding-top: 160px;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 750px;
}

TD.menu {
	vertical-align: top;
	position: relative;
	text-align: left;
	padding-left: 6px;
	padding-top: 15px;
	width: 121px;
}

TD.content {
	vertical-align: top;
	
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 10px;
	
	position: relative;
	
	text-align: justify;

	width: 595px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: white;
	font-size: 0.8em;
}

DIV.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #7089AD;
	text-align: center;
	margin:5px;
}

H1 {
	font-size: 1.6em;
	line-height: 25px;
}

td {
	color: white;
	padding: 3px;
	font-size: 0.9em;
}

th {
	color: white;
	padding: 0px 3px 0px 3px;
	background-color: #DB654B; /*#D2D2D2;*/
	font-size: 1em;
}

/* NIEUWS */
table.nieuws {
	width: 100%;
}

th.nieuwstitel {
	text-align: left;
}

th.nieuwsdatum {
	text-align: right;
}

td.nieuwscontent {
	text-align: left;
	vertical-align: top;
}

td.nieuwsmp3 {
	text-align: right;
}

/* BLADMUZIEK */
table.bladmuziek {
	width: 100%;
}

th.bladmuziektitel {
	text-align: left;
}

th.bladmuziekdatum {
	text-align: right;
}

td.bladmuziekcontent {
	text-align: left;
	vertical-align: top;
}

td.bladmuziekmp3 {
	text-align: right;
}

/* DISCOGRAFIE */
table.discografie {
	width: 100%;
}

th.cdtitel {
	text-align: left;
}

td.cdcontent {
	text-align: left;
	vertical-align: top;
}

/* CONCERTEN */
table.concerten {
	width: 100%;
}

th.concertnaam {
	text-align: left;
	width: 75%
}

th.concertdatum {
	text-align: right;
	width: 25%;
	font-weight: none;
	font-size: 0.9em;
}

td.concertbeschrijving {
	text-align: left;
	vertical-align: top;
}

/* PERS */
table.pers {
	width: 100%;
}

th.perstitel {
	text-align: left;
}

th.persdatum {
	text-align: right;
}

td.perscontent {
	text-align: left;
	vertical-align: top;
	font-style: Times New Roman, Bookman Antiqua;
}

/* CONTACT */
input#contactnaam {
	width: 300px;
}

input#contactmail {
	width: 300px;
}

input#contactsubject {
	width: 300px;
}

textarea#contactmessage {
	width: 450px;
	height: 200px;
}

input#contactsubmit {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;

	width: 80px;
	height: 25px;
}

/* BESTELLEN */
input.bestelling {
	width: 40px;
}

input#mailadres {
	width: 200px;
}
