body
{
	background:#181818;
	margin:0px;
	font-weight:normal;
	line-height:1.7em;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#777;
}

div.header
{
	height:203px;
	background-image:url(../img/header.jpg);
}


/**************************************/
.menu		{ position:absolute;list-style:none;margin:0px 0px 0px 40px;padding:0 }
.menu li		{ float:left;text-align:center;padding:10px 7px 10px 7px }
.menu a
{
	text-shadow:2px 1px 2px #222;
	border:none;
	text-decoration:none;
	color:#ccc;
	font-size:13px;font-family:Georgia,Times,serif;font-weight:bold;
}
.menu a:hover{ cursor:pointer;border:none;color:#fff;text-decoration:none }
/**************************************/


div.main
{
	background-color:#e6e2d9;
	margin-left:auto;
	margin-right:auto;	
	width:976px;
	border-left:1px solid black;
	border-right:1px solid black;
}

div.inhoud
{
	background-color:#e6e2d9;
	float:left;width:665px;padding-left:45px;margin-top:13px
}

div.footer
{
	height:40px;
	background-image:url('../img/footer.jpg');
	clear:both;
	color:#ccc;
	text-align:center;
	cursor:pointer;
	font:bold 13px georgia;
	text-shadow: 2px 1px 2px #222;
}

div.right
{
	width:200px;
	float:left;
	font-size:11px;
	margin:20px 0px 40px 34px;
	line-height:1.6em;
	color:#777;
}

div.brief
{
	padding:5px 30px 5px 20px;
	font-style:italic;
	background:url(../img/briefmid.gif) repeat-y;
}

.mp3div
{
	margin-left:5px;
}

.mp3div div
{	
	height:17px;
	float:left;
}
	
.playknop
{
	background:url(../img/mp3player/play.gif) no-repeat center;
	width:22px;
	cursor:pointer;
	border-right:1px solid #bbb;
}

.pauseknop
{
	background:url(../img/mp3player/pause.gif) no-repeat center;
	display:none;
	cursor:pointer;
	width:22px;
	border-right:1px solid #bbb;
}

.stopknop
{
	background:url(../img/mp3player/stop.gif) no-repeat center;
	display:none;
	width:22px;
	cursor:pointer;
	border-right:1px solid #bbb;
}

.stopgrey
{
	background:url(../img/mp3player/stopgrey.gif) no-repeat center;
	width:22px;
	border-right:1px solid #bbb;
}

.mp3bar
{
	background:url(../img/mp3player/mp3bar.gif) repeat-x 1px 7px;
	/*height:2px;line-height:2px;*/
	width:100px;
	cursor:pointer;
}

.mp3pos
{
	background:url(../img/mp3player/mp3pos.gif) repeat-x 1px 7px;
	width:0px;
	height:2px;line-height:2px;
	cursor:pointer;
}

input,textarea
{
	font-weight:normal;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#777;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	font-size:12px;
	padding:3px 4px;
	background:#fff url(../img/input_bg.gif) repeat-x;
}

.on
{
	height:19px;
	width:17px;
	background-image:url(../img/radio.gif);
	background-position: 0px -42px;
	cursor:pointer;
}

.off
{
	height:19px;
	width:17px;
	background-image:url(../img/radio.gif);
	cursor:pointer;
}

:focus { -moz-outline-style:none }
b { color:#555;font-size:12px;font-family:cambria,serif;letter-spacing:1px }
u { text-decoration:none;border-bottom:1px dotted #777 }
img,table,td,tr { border:none;padding:0px;margin:0px }
ul { margin:0px 0px 0px 30px;padding:0px;border:none }

.notxt
{
	color:#777;
	text-decoration:none;
	font-family:cambria,serif;
	font-size:12px;
	border:none;
	cursor:pointer;
	letter-spacing:2px;
	text-transform:uppercase;
	text-shadow: 2px 1px 2px #ccc;
	white-space:nowrap;
}
.notxt:hover { color:#cc140a;border:none }

.pick,.pick:hover
{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#777;
	border:1px solid #d0d0d0;
	padding:0px 4px 0px 4px;
	margin:0px 3px 0px 0px;
	background-color:#fff;
}

a { color:#cc140a;border-bottom:1px dotted #cc140a;text-decoration:none;font-weight:normal; }
a:hover { border-bottom:1px solid #cc140a }

h1
{
	padding:0px;
	font-family:Georgia, Times, serif;
    font-size:36px;
	margin:15px 0px 0px 0px;
    font-weight:normal;
    color:#252525;
	line-height:1;
	text-shadow: 1px 1px 1px #ccc;
}

h2,.h2,.h2:hover
{
	font-size:23px;font-family:Georgia, Times, serif;
	text-decoration:none;
	color:#cc140a;
	font-weight:normal;
	padding:0px;margin:0px;
	letter-spacing:1px;
	line-height:1;
	border:none;
	text-shadow:1px 1px 1px #ccc;
}

h2:first-letter,.h2:first-letter
{
	font-size:38px;
}

h3,.h3,.h3:hover
{
	line-height:1.7em;	
	padding:0px;margin:0px;
	color: #444;
	font-size:13px;
	font-weight:bold;
	font-family:cambria, serif;
	letter-spacing:2px;
	text-transform:uppercase;
	border:none;
	text-shadow: 2px 1px 2px #ccc;
	outline:none;
}