@charset "utf-8";
/* CSS Document */
body, table
{
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 12px;
	color:#000000;
	vertical-align:top;
	text-align:left;
}
tr, td
{
	vertical-align:top;
}
#placeholder
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	background-image:url(../images/muziek.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#menubalk
{
	background-color: #ebccd7;
	width: 100%;
	height: 30px;
	text-align:center;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #a21547;
}
h1
{
	font-size: 14px;
	color:#000000;
}
h2
{
	font-size: 13px;
	color:#a21547;
}
p
{
	color: #666666;
}
li
{
	list-style-image:url(../images/li.jpg);
	padding: 5px;
	color: #666666;
}
a, a:link, a:active, a:visited
{
	color: #a21547;
	text-decoration:underline;
}
a:hover
{
	color: #000000;
	text-decoration:underline;
}
a.menu, a:link.menu, a:active.menu, a:visited.menu
{
	color: #a21547;
	text-decoration:none;
}
a:hover.menu
{
	color: #000000;
	text-decoration:none;
}