/* CSS Document */
#container_menu { 
	position: absolute;  
	width:200px; /* 05-12-2011 */
	bottom: 10%; 
}
#distance_between_menu_items {
	height:28px;
}

#distance_between_submenu_items {
	height:14px;
}
#container_logo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 15;
	top: 35;
}
#container_main {
	position:absolute;
	z-index:2;
	left: 263px; /* was 253 */
	top: 60;
	margin-left: 10px;
	margin-right: 10px;
}
#container_navigation {
	position:absolute;
	width:200px; /* 05-12-2011 Tekst liep door foto heen */
	z-index:2;
	text-align:left;
	bottom: 10%;
	left:35px;


}
body  {
	background: #A7A8AB; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight : normal;
	text-transform : none;
	line-height : normal;
	
}
.Button,.Active,.Project,.Project-item {
	position:absolute;
	/* Menu dimension settings */
	width:165px; /* was 155 */
	height:40px;
	line-height: 40px;
	left: 32px;
	/* end Menu dimension settings */
	border: none;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	/*font: "Arial"; */
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

.Button:hover {
	color:#D8D8D8;
	border-bottom-color: #D8D8D8;
}

.Active {
	color: FFFFFF;
	border-bottom-color: #FFFFFF;
}

.Active:hover {
	color:FFFFFF;
	border-bottom-color: #FFFFFF;
}

.Project {
	color: FFFFFF;
	border-bottom:none;	
}

.Project-item {
	color: FFFFFF;
	text-align: right;
	border-bottom-color: #FFFFFF;
}
.Project:hover {
	color:#D8D8D8;
	border-bottom-color: #D8D8D8;
}
.textparagraph	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #3A3A3A;
	font-weight: normal;
	text-transform : none;
	line-height : 1.25;
}
.whitelink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: White;
	font-weight: bold;
	text-transform : none;
	line-height : normal;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	height: 20px;
}
.textsmall,.counter	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #505050;
	font-weight: normal;
	text-transform : none;
	line-height : normal;
}
.counter	{
	font-size: 11pt;
	text-align:center;
}


#SlideshowDiv {
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    display: block; 
    float: right; 
		background-color:#C6C8CA;
		padding-right: 13px;
}

#SlideshowLink {
    background: url("/images/navigation/slideshow.png") no-repeat scroll 0 0 transparent;
 		background-position:right center;
 		color: #000000;
    display: block;
    float: left;
    height: 26px;
    padding-left: 13px;
    
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    text-align:left;
    width: 160px;
    font-weight: bold;
     font-family: Arial,Helvetica,sans-serif;
     
}

#SlideshowLink:hover {
	color: #FFFFFF;
	background: url("/images/navigation/slideshow_hover.png") no-repeat scroll 0 0 transparent;
	background-position:right center;
}
