
/**************** topbar ****************/  


#container
{
	background-image: url(../fotos/foto_wereldwijd.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: #8E1F1F;
	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 #FFD2D2 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 #FFD2D2;
}

#content strong {
	color:#8E1F1F;
	font-style: italic;
}

#content a {
	color:#000;
	font-weight: bold;
}

#content .highlight { 
	background-color:#FFE8E8;
	margin: 5px 0 6px 0;
	line-height: normal;
}

#content .highlight img { 
	margin-right: 5px;
	padding: 5px;
	background-color: white;
	border: 1px solid #FFD2D2;
}

#content .highlight p { 
	padding:0;
	margin:0;
}

#content .emphasize { 
	background-color:#FFD2D2;
}

#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 #FFD2D2 solid;
	padding:0;
	margin: 0 0 10px 0;
}

#content p.small {
	color: #8E1F1F;
	font-size: 9px;
	font-style: italic;
	margin: 10px 0 10px 0;
	width: 100%;
}

#content p.small a {
	color: #8E1F1F;
	text-decoration: none;
	font-weight: normal;
}

#content p.small a:hover {
	color: #000;
}

#content .path { 
	color: #8E1F1F;
	font-size: 1.1em;
	display:block;
	margin-bottom:10px;
}

#content .path a { 
	color: #8E1F1F;
	font-weight: normal;
}

#content .Selected { 
	font-weight:bold; 
}

#content .homeRubriek { 
	background-image: url(../images/bg_home_wereldwijd.jpg);
	background-repeat: no-repeat;
	height: 365px;
}

#content a.button
{
	font-size: 11px;
	background-color: #FFE8E8;
	line-height: 22px;
	padding: 3px;
	border: 1px dotted #8E1F1F;
	color: #8E1F1F;
	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: #FFE8E8;
	padding: 3px;
	border: 1px solid #8E1F1F;
	color: #8E1F1F;
	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: #8E1F1F;
	margin:0;
}

html>body #leftcontent {
  width:125px;
} 
     
#leftcontent a { 
	text-decoration: none;
	color: #8E1F1F;
	display: block;
	width: 100%;
}

#navlist
{
	background-color: #FFE8E8;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlist li 
{
	text-align:left;
	padding: 4px 0 4px 15px;
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	border-bottom: 2px white solid;
}

#navlist li.active 
{
	background-color: #FFD2D2;
	font-weight: bold;
}


#leftcontent a:hover { 
	color: #000;
	text-decoration:underline;
}


/**************** dataTable ****************/


.dataTable table td {
	text-align: left;	
}

.dataTable table th {
	background-color: #EDADAD;
	text-align: center;	
}

.dataTable .subtitle {
	background-color: #FFD2D2;
	border-bottom: 1px solid #8E1F1F;
	text-align: center;	
}

.dataTable .borderright {
	border-right: 1px solid #8E1F1F;
}

.dataTable .title {
	text-align: left;
	background-color:#8E1F1F;
	color: white;
	font-weight: bold;	
	margin:2px 1px 0 1px;
	padding-left:5px;
}

.dataTable .name {
	white-space: nowrap;
	text-align: left;	
	color: #8E1F1F;
	font-weight: bold;	
}

.dataTable td.borderbottom {
	border-bottom: 1px solid #8E1F1F;
}

.dataTable td.rightborderbottom {
	border-bottom: 1px solid #8E1F1F;
	text-align: right;	
}

.dataTable .nameborderbottom {
	white-space: nowrap;
	text-align: left;	
	color: #8E1F1F;
	font-weight: bold;	
	border-bottom: 1px solid #8E1F1F;
}

.dataTable tr {
	background-color: white;
}


/**************** details ****************/


.details table th {
	white-space: nowrap;
	text-align: left;	
}

.details .abbr {
	width: 100px;	
}

