/* CSS Document */
html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007647;
}

#minHeight { /*safari wrapper thanks to Tim Connor*/
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -25px;
} 

* html #minHeight {
	margin-bottom:-25px;
}

#container {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -25px; /* height bottom + border bottom */						
	/* background-color: #FFF; */
	height:100%;
 	min-height: 100%;	
	line-height: 150%;	
}

html>body #container{
	height:auto; /*for mozilla as IE treats height as min-height anyway*/
} 

#top{
	position: relative;
	height: 220px;
}

#logo{
	padding-left:10px;
	padding-top:10px;
	float: left;		
}

#logotekst{
	padding-left:40px;
	padding-top:10px;
	float: left;	
}

#menu {
	padding-left:245px;
	padding-top:125px;	
}

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: normal;
	font-size:16px;
	font-weight: bold;
}

#nav a {
	display: block;
	width: 100px;
	color: #982822;
	text-decoration: none;
}

#nav a:hover {
	color: #007647;
}

#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */

}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	font-size:12px;
 	font-weight: normal;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li{
	padding: 1px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#main {
	position:relative;
	width: 950px;
	margin-top: 20px;
	margin-bottom: 10px;	
	border: 0px solid #f60;		
}

#kolom_links{
	float: left;
	width: 203px;	
	height:100%;		
}

#kolom_rechts{
	float: right;
	width: 203px;	
	height:100%;		
}

#nieuws{
	margin-left: 10px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #007647;
	color: #007647;
}

#hulp{
	margin-right: 10px;
	padding: 10px;
	background-color: #FFF; 
	border: 1px solid #007647;
	color: #007647;		
}

#vrienden{
	margin-right: 10px;
	margin-top: 20px;	
	padding: 10px;
	background-color: #FFF; 
	border: 1px solid #007647;	
	color: #007647;	
}

#inhoud{
	position:relative;
	margin-top: 0px;
	margin-right: 223px;
	margin-left: 223px;
	margin-bottom: 0px;
	background-image: url(images/background_inhoud.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF;
	z-index:1;
	height:100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #007647;	
}

#inhoudfoto{
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_inhoud.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF;
	z-index:1;
	height:100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #007647;	
}

#footer{
	font-size: 10px;
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;	
	clear: both;
	height: 20px;
	/* background-color: #EAEAEA;
	border-top: 5px solid #009DEF; */
}

#footer a{
	text-decoration: none;
	color: #333;
}

#footer a:hover{
	text-decoration: underline;
}


* html #footer {/*only ie gets this style*/
	\height:25px;/* for ie5 */
	he\ight:25px;/* for ie6 */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: dashed;
	border-right-color: 999999;
	border-left-color: 999999;
}

#clearfooter {
	clear:both;
	height:25px; /*needed to make room for footer*/
}

* > html #clearfooter {/* ie mac styles */
	float:left;
	width:100%;
}


#footerleft{
	float: left;
	text-align: left;
	padding-left: 20px;	
	padding-top: 3px;			
}

#footerright{
	float: right;
	text-align: right;	
	padding-right: 20px;		
	padding-top: 3px;					
}



a{
	text-decoration: underline;
	color: #982822;
}

a:hover{
	text-decoration: none;
}

th{
	font-weight: bold;
	text-align: left;
}

h1{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #007647;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	/* padding-left: 15px;	
	background-image: url(images/menu_icon_blue.gif);
	background-repeat: no-repeat;
	background-position: left 2px;	*/
}

h2{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #007647;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	/* padding-left: 15px;	
	background-image: url(images/menu_icon_blue.gif);
	background-repeat: no-repeat;
	background-position: left 2px;	*/
}

h3{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #007647;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/* padding-left: 15px;	
	background-image: url(images/menu_icon_blue.gif);
	background-repeat: no-repeat;
	background-position: left 2px;	*/
}

h6{
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #007647;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	/* padding-left: 15px;	
	background-image: url(images/menu_icon_blue.gif);
	background-repeat: no-repeat;
	background-position: left 2px;	*/
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table td{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCEFD0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


form {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, button, textarea, select {
	margin: 0px;
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #333;
	background-color: #FFF;		
}

img {
	border: 0px solid #333;
}

.portfolioleft {
	width: 220px;
	float: left;
}

.portfolioleft img {
	margin: 0px 0px 0px 0px;
}

.portfolioright {
	width: 270px;
	float: left;
	border: 0px solid #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.portfolioright p {
	padding: 2px 0px !important
}

.portfolio {
	padding: 18px 0px 16px 0px;
	height: 170px;
	background-image: url(images/dotted.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}


