body
{
	font-family: sans-serif; 
	font-size: 12px;
	
	color: #1c486c;  
	background-image: url('../images/background.png');
	background-repeat: repeat-y;  
	background-position: center center;   
}

object
{
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
td#muziek
{
	border: none;
	margin: 0;
	padding: 0;
	padding-left:1px;
}




div#sitemap a
{
	color: #1c486c; 
}

a:hover
{
	text-decoration: underline;
}

a.active
{
	color: black;
}

a:active
{
	outline: none;
}

:focus
{
	-moz-outline-style: none;
}

:-moz-any-link:focus {
	outline: 1px dotted invert;
}


:-moz-any-link:focus {
	outline: none;
}

a {
	color: #1C486C;
	text-decoration: underline;
}

a img, img a
{
	border: 0;
}

form
{
	margin: 0;
	padding: 0;
}

h1
{ 
	font-size: 15px;
	margin-bottom: 15px;
}


h2
{ 
	font-size: 14px;
}

h3
{ 
	font-size: 13px;
}

.cursor
{
	cursor: pointer;
	cursor: hand;	
}

input, textarea
{
	text-align: left;   
	border: 1px solid #ccc;     
}

button
{
	text-align: center;        
}



th, td
{
	vertical-align: top;
	font-size: 12px;  
	text-align: left;      
}

.bold
{
	font-weight: bold;        
}

.center
{
	text-align: center;        
}

p
{
	margin-top: 0px;
	padding-top: 0px;
}

address
{
        font-style: normal;
}

.error
{
	border: 1px dashed red;	
}

/* logo positionering */
div#logo
{
	
}

/* menu opmaak */

div#header
{
	background-image: url('../images/kopbalk.png');
	background-repeat: no-repeat;
	background-position: top left;	
}

div#lijn
{
	background-color: white;
	font-size: 2px;
	line-height: 2px;
	height: 2px;	
}

td#menulinks{
	
	z-index: 3;
	background-color: #cfebf5;
	
}

td#menulinks div.border
{
	border-left: 1px solid #e7f5fa;
	border-right: 1px solid #e7f5fa;
	padding-bottom: 30px;
}

td#menulinks div.border a
{
	display: block;
	padding-left: 16px;
	text-align: left;
	background-image: url('../images/menuitem_links_bg.png');
	background-repeat: no-repeat;
	background-position: bottom center;	
	line-height: 36px;
	font-weight: bold;
	color: #1c486c;
	text-decoration: none;
}


td#menulinks div.border a:hover,td#menulinks div.border a.active
{
	color: #ff7900;
}

td#contentmiddle
{
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 16px;
}

td#image
{
	border: 1px solid #6fc9e5;
}

td#update
{
	background-color: #dcf0f7;	
}

td#update h1
{
	font-size: 28px;
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
}	

td#image
{
	width: 150px;
	height: 464px;	
	background-repeat: no-repeat;
	background-postion: top left;
	background-color: #DCF0F7;
}

td#update 
{	
	background-image: url('../images/update_bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 30px;	
	padding-left: 5px;
}

td#update div.text
{
	line-height: 30px;
	color: #1c486c;
	font-size: 11px;	
	padding-left: 5px;
	text-align: left;
}

td#disclaimer
{
	text-align:  right;
	line-height: 24px;
	background-image: url('../images/onderbalk_bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding-right: 10px;	
}

td#disclaimer a,td#design,td#rechten
{
	color: #1c486c;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}	

td#design
{
	padding-left: 30px;	
	line-height: 24px;
}

td#rechten
{
	text-align: right;	
	padding-right: 10px;
	line-height: 24px;
}

td#disclaimer a:hover
{
	color: #ff7900;
}



div#menu
{
	position: relative;
	z-index: 2;
	height: 36px;
	line-height: 26px;
	background-image: url('../images/hoofdmenu_bg.png');
	background-repeat: no-repeat;
	background-position: top left;	
	text-align: left;
	padding-left: 15px;
}

div#menu a
{
	line-height: 12px;
	color: white; 
	font-size: 12px;
	font-weight: bold;
}

div#menu ul
{
	padding: 0;
	margin: 0;
	text-align: left;   
}

div#menu ul li a:hover,div#menu ul li:hover a,div#menu li.active a
{
	color: #1C486C;
	text-decoration: none;
}

div#menu li
{
	list-style-type: none;
   	display: block;
	float: left;
	padding-right: 18px;
	position: relative;	
	padding-right: 9px;
	padding-left: 9px;
}

div#menu li:hover,div#menu li.active
{
	background-color: #59caea;	
}

div#menu ul ul
{
	display: none;
	position: absolute;
	top: 23px;
	left: 0px;
	width: 150px;
	background-color: #b1e2f4;	
}

div#menu ul ul li
{
	width: 132px;
}

div#menu ul ul li a
{
	display: block;
	line-height: 24px;
	
}

div#menu ul li:hover ul li a
{
	color: #1C486C;	
}

div#menu ul li:hover ul li a:hover
{
	color: white;
}
div#menu ul li:hover ul
{
	display: block;
}

div#pagebody
{
	width: 430px;	
}

td#design a
{
	text-decoration: none;
}

td#design a:hover
{
	text-decoration: underline;
}
