BODY
{
  FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
  FONT-SIZE: 12px;
  color: #666666; 
  background-color: inherit;
  /* margin & padding op 0 om schaduw bij fotopagina's over hele pagina te houden!!*/
  margin: 0; 
  padding: 0;
}
body a:link{
background: inherit;
text-decoration: underline; 
color: #666666;
}

/* Aparte Div om toch de 10px rand "om de pagina te houden"!! */
#containerX{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  
}

#container
{
width: 99%;
margin: 0px auto;
background-image:url(../images/backleft.jpg);
background-repeat:repeat-y;
border: 1px solid #ccc;
line-height: 130%;
}

#top
{
/*padding: .5em;*/
color: #ddd; 
background-color: #fff;
border-bottom: 1px solid #ccc;
background-image:url(../images/oostv.gif);
height: 130px;
line-height: 250%;

}

#top h1
{
padding: 0;
margin: 0;
}


#leftnav
{
float: left;
/*width: 150px;*/

margin: 20px auto auto -1px;

/* padding: 1em; */
}

#rightnav
{
/*background-color:#009966;*/
float: right;
width: 180px;
margin-right: 4px;
margin-bottom: 10px;
/*padding: 1em;*/
}
img.rightnav {
	border: 0px;
}
img.body {
	border: 0px;
}

#content
{
margin-left: 169px;
border-left: 1px solid #fff;
margin-right: 200px;
border-right: 1px solid #fff;
padding: 1em;
max-width: 180em;
/*max-width: 36em;*/
}

#content ul{
list-style: none;
margin-top:0px;
}

#content li{
margin: 0px 0 0 0;
padding: 0 0 5px 5px;
list-style: none;
}

#content li li{
margin: 2px 0 0 0;
padding: 0 0 2px 5px;
}

#content a{
text-decoration: underline;
}

#content a:link, a:visited{
color: #777;
background-color: inherit;
}

#content a:hover, a:active{
color: #000;
background-color: inherit;
} 

.sitemaptable{
width:75%;
margin-left:100px;
vertical-align:top;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #777;
background-color: #e6e6e6;
border-top: 1px solid #ccc;
text-align:center;
}

#footer a { color: #777; background: #e6e6e6; text-decoration:none;}
#rightnav img{ padding:5px;}
#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }



/* Begin ToolTip*/

	#bubble_tooltip{
		width:147px;
		position:absolute;
		display:none;
	}
	#bubble_tooltip .bubble_top{
		background-image: url('../images/bubble_top.gif');
		background-repeat:no-repeat;
		height:16px;	
	}
	#bubble_tooltip .bubble_middle{
		background-image: url('../images/bubble_middle.gif');
		background-repeat:repeat-y;	
		background-position:bottom left;
		padding-left:7px;
		padding-right:7px;
	}
	#bubble_tooltip .bubble_middle span{
		position:relative;
		top:-8px;
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		font-size:11px;
	}
	#bubble_tooltip .bubble_bottom{
		background-image: url('../images/bubble_bottom.gif');
		background-repeat:no-repeat;
		height:44px;
		position:relative;
		top:-6px;
	}
/* Einde ToolTip*/


.tdhead{
color:#777;
font-weight:bold;
background:#FEFEBA;
vertical-align:top;
}
.tdbody{
color: #777;

background: #F5F5F5;
vertical-align:top;
}

.tdbody a:link { 
background: inherit;
text-decoration: none; 
color: #777; 
} 
.tdbody a:visited { 
background: inherit;
text-decoration: none; 
color: #aaa; 
} 
.tdbody a:hover { 
background: inherit;
text-decoration: none; 
color: #ccc; 
}

