/* CSS Document */

body,html{
margin:0px auto;
padding:0px;
background-color:#fffff;
font: 12px Helvetica, Sans-Serif;

}

a									{ text-decoration: none; font-size: bold; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }


#wrapper{
	width:1100px;
	margin:0px auto;
}

#header{
	width:1100px;
	height:93px;
	top: 20px;
	background-image:url(../images/header.jpg);

}

#audio{
	float: right;
	margin-top: 30px;
	margin-right: 10px;

}

#menu{
	width:1100px;
	height:29px;
	background-image:url(../images/menu.jpg);
	float: right;

}

#content{
	width:1100px;
	height:629px;
	background-image:url(../images/content.jpg);
	text-align: center;
}

#footer{
	width:1100px;
	height:39px;
	font-size: 11px;
	color:#ab2a42;
	line-height:35px;
	background-image:url(../images/footer.jpg);
	text-align: center;
}

.menu {
	width:620px;
	height:20px;
	display:block;
	margin-top:4px;
	margin-left:450px;	
	
}

.cm	{
	color:#820000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.bodytekst	{ 
	color: #364f68; 
}

.center {
	text-align: center;
	margin: 0 auto;
}



/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; left: -5%;}
ul.dropdown li                      { float: left; zoom: 1; background: none; }
ul.dropdown a:hover		            { color: #820000; }
ul.dropdown a:active                { color: #820000; }
ul.dropdown li a                    { display: block; padding: 3px 15px; border-right: 0px solid #333;
	 								  color: #820000; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #820000; color: white; position: relative; }
ul.dropdown li.hover a              { color: #fef0ff; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 120px; visibility: hidden; position: absolute; top: 100%; left: -40px; }
ul.dropdown ul li 					{ font-weight: normal; background: #9a070b; color: white; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 65%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
