/*
	CSS for Elzinga Rietdekker
	@author		Erik J. Hoeksma
	@email		erik.hoeksma@gmail.com
	@version	22-02-2010
*/

/******************************* NAVIGATION******/
#container {
width: 100%;
height:366px;
background: url(../images/header-background.png) repeat-x;
}

#container-inner {
width: 1200px;
margin-left:auto;
margin-right:auto;
}
	#logo-box{
	width:400px;
	height:109px;
	float:left;
	margin-left: 100px;
	background: url(../images/logo-top-panel.png) no-repeat;
	margin-top: -5px;
	}
		#logo-box a{
		display:block;
		width: 365px;
		height:95px;
		padding: 10px 0 0 25px;
		}
	#links-top{
	width: 350px;
	float:right;
	margin: -20px 50px 0 0;
	display: none;
	
	}
		#links-top ul li{
		display: inline;
		list-style-type: none;
		padding-right: 20px;
		}
		#links-top h2{
		font-size: 13px;
		display: inline;
		}
		
#sinds-text{
width:240px;
height: 40px;
float:right;
margin-top: -40px;
}
#navigation{
width: 1000px;
height: 355px;
float:left;
background: url(../images/navigation-background.png) no-repeat;
margin: 15px 0 0 100px;
}
	#navbar{
	width: 204px;
	position: relative;
	margin-left: -39px;
	padding:0;
	z-index: 50;
	}
		#navbar li{
		width: 204px;
		height: 45px;
		float:left;
		list-style-type:none;
		background:url(../images/nav.png) no-repeat;
		padding:0;
		margin:0;
		}	
			#navbar li:hover{
			background:url(../images/nav-hover.png) no-repeat;
			}
		#navbar ul li ul {
		   display:none;
		   width:199px;
		   height:180px;
		   background: url(../images/header-submenu-bg.png) no-repeat;
		   float:left;
		}

		#navbar li:hover > ul {
		   display:block;
		}
	#header-image{
	width:790px;
	height:339px;
	margin-top:5px;
	margin-left: 40px;
	z-index: 1;
	position:relative;
	margin-left: 206px;
	background:none;
	}
		#header-subtext{
		float:right;
		width:500px;
		height:60px;
		background: url(../images/header-imagetext-bg.png) no-repeat;
		margin-top:-50px;
		z-index: 50;
		position: relative;
		}
			#header-subtext h2{
			color: white;
			font-size: 18px;
			margin-top:-15px;
			margin-left: 25px;
			}
			#header-subtext h2.special{
			text-indent: -9999px;
			}
			#header-subtext p{
			color:white;
			font-size:12px;
			margin-top:-15px;
			margin-left: 25px;		
			}
	#left-block{
	width: 200px;
	float: left;
	padding: 0 0 0 15px;
	margin:20px 0 0 100px;	
	
	}
		#left-block p{
		font-size: 12px;
		font-family: calibri,verdana;
		}
			#left-block p span{
			font-weight: bold;
			}
		#left-block #contact{
		float:left;
		width:150px;
		height: 40px;
		margin: 0 25px 20px 5px;
		padding-left: 10px;
		background: url(../images/left-bar-styled.png) no-repeat top left;	
		}
		#contact p{
		display: block;
		height: 25px;
		font-family: verdana;
		margin-top:0px;
		font-size:16px;
		}
		#contact small{
		font-size: 10px;
		display: block;
		margin-top: -20px;
		padding-left: 2px;
		}
			#contact p span{
			background: none;
			font-weight: bold;
			}
	#right-block{
	width: 750px;
	margin: 20px 0 0 0;
	float:left;
	padding-left:15px;
	border-left: 1px dotted #2e2e2e;
	}
	#right-block p,
	#right-block li{
	font-family: Calibri,Verdana;
	font-size:13px;
	}
		#right-block p span{
		font-weight: bold;
		}
		#right-block p em{
		text-transform: italic;
		font-weight: bold;
		}
			
		#right-block #content-header{
		float:left;
		width: 350px;
		height: 40px;
		margin: 0 25px 20px 5px;
		padding-left: 10px;
		background: url(../images/left-bar-styled.png) no-repeat top left;			
		}
		#content-header p{
		display: block;
		height: 25px;
		font-family: verdana;
		margin-top:0px;
		font-size:16px;
		}
		#content-header small{
		font-size: 10px;
		display: block;
		margin-top: -20px;
		padding-left: 2px;
		}
			#content-header p span{
			background: none;
			font-weight: bold;
			}
	#footer{
	float:left;
	width: 650px;
	border-top: 1px dotted #2e2e2e;
	padding-left:300px;
	margin-left: 105px;
	padding-top:20px;
	}
		#footer p{
		font-family: Calibri, Verdana;
		font-size: 13px;
		
		}
			#footer p span{
			font-weight: bold;
			}
