
/**************** topbar ****************/  


#container
{
	background-image: url(../fotos/foto_noordzee.jpg);
	background-repeat: no-repeat;
	background-position: 19px 4px;
	
}

/**************** content ****************/

#content table td { 
	vertical-align:top;
}

#content h1 { 
	font-size: 13px;
	display: inline;
}

#content h2 { 
	font-size: 12px;
	color: #0C4979;
	font-style: italic;
	text-transform: uppercase;
	display: inline;
}

#content h3 { 
	color: #000;
	text-align: right;
	font-size: 13px;
	padding:0;
	margin:0 0 20px 0;
	border-bottom: 1px #C5E0F6 solid;
}

#content h4 { 
	color: #000;
	font-size: 12px;
	padding-top:10px;
	display: inline;
}

#content img { 
	margin: 0 5px 5px 5px;
	padding: 5px;
	background-color: white;
	border: 1px solid #C4E0F6;
}

#content strong {
	color:#0C4979;
	font-style: italic;
}

#content a {
	color:#000;
	font-weight: bold;
}

#content .highlight { 
	background-color:#E1EFFA;
	margin: 5px 0 6px 0;
	line-height: normal;
}

#content .highlight img { 
	margin: 0 5px 0 0;
	padding: 5px;
	background-color: white;
	border: 1px solid #C4E0F6;
}

#content .highlight p { 
	padding:0;
	margin:0;
}

#content .emphasize { 
	background-color:#C4E0F6;
}

#content p, ul { 
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
}

#content p.intro { 
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	margin-top:0;
}

#content p.line { 
	border-bottom: 1px #C4E0F6 solid;
	padding: 0;
	margin: 0 0 10px 0;
}

#content p.small {
	color: #0C4979;
	font-size: 9px;
	font-style: italic;
	margin: 10px 0 10px 0;
	width: 100%;
}

#content p.small a {
	color: #0C4979;
	text-decoration: none;
	font-weight: normal;
}

#content p.small a:hover {
	color: #000;
}

#content .path { 
	color: #0C4979;
	font-size: 14px;
	display:block;
	margin-bottom:10px;
}

#content .path a { 
	color: #0C4979;
	font-weight: normal;
}

#content .Selected { 
	font-weight:bold; 
}

#content .homeRubriek { 
	background-image: url(../images/bg_home_noordzee.jpg);
	background-repeat: no-repeat;
	height: 365px;
}

#content a.button
{
	font-size: 11px;
	background-color: #E1EFFA;
	line-height: 22px;
	padding: 3px;
	border: 1px dotted #0C4979;
	color: #0C4979;
	margin: 10px 5px 5px 0;
	text-decoration: none;
	text-align: center;
}

#content a:hover.button
{
	color: #000000;
}

#content a.featuredLink
{
	font-size: 11px;
	background-color: #E1EFFA;
	padding: 3px;
	border: 1px solid #0C4979;
	color: #0C4979;
	margin: 0 5px 5px 5px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 145px;
}

#content a:hover.featuredLink
{
	color: #000000;
}


/**************** leftcontent ****************/

     
#leftcontent { 
	padding: 0 0 0 19px;
	float: left; 
	width: 144px;
	voice-family: "\"}\""; 
  voice-family:inherit;
  width:125px;	
  font-size: 1em;
	color: #0C4979;
	margin:0;
}

html>body #leftcontent {
  width:125px;
} 

#leftcontent a { 
	text-decoration: none;
	color: #0C4979;
	display: block;
	width: 100%;
}

#navlist
{
	background-color: #E1EFFA;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlist li 
{
	text-align:left;
	padding: 4px 0 4px 15px;
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	border-bottom: 2px white solid;
}

#navlist li.active 
{
	background-color: #CBE4F7;
	font-weight: bold;
}

#leftcontent a:hover { 
	color: #000;
	text-decoration:underline;
}

/**************** dataTable ****************/


.dataTable table td {
	text-align: left;	
}

.dataTable table th {
	background-color: #B6D5ED;
	text-align: center;	
}

.dataTable .subtitle {
	background-color: #CBE4F7;
	border-bottom: 1px solid #0C4979;
	text-align: center;	
}

.dataTable .borderright {
	border-right: 1px solid #0C4979;
}

.dataTable .title {
	text-align: left;
	background-color:#0C4979;
	color: white;
	font-weight: bold;	
	margin:2px 1px 0 1px;
	padding-left:5px;
}

.dataTable .name {
	white-space: nowrap;
	text-align: left;	
	color: #0C4979;
	font-weight: bold;	
}

.dataTable td.borderbottom {
	border-bottom: 1px solid #0C4979;
}

.dataTable tr {
	background-color: white;
}

/**************** details ****************/


.details table th {
	white-space: nowrap;
	text-align: left;	
}

.details .abbr {
	width: 100px;	
}