/**** LINK-tag style sheet style.css ****/
	* {
		margin: 0;
		padding: 0;
	}
	
/**
**	Top en basisstyles
**/
	body {
		margin: 0px;
		padding: 0px;
		font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 14px;
		line-height: 17px;
		xfont-size: 11pt;
		xline-height: 15pt;
		text-align: center;
		background-color: #A7CA66;
		font-stretch: condensed;
		
	}
	
	#container {
		width: 965px;
		margin: 0px auto;
		text-align: left;
		position: relative;
		background: url("../images/bg.png") repeat-y;
	}
	
	a {
		color: inherit;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	a img {
		border: none;
	}
	
	h1{
    	font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 26px;
		color: #5D6F4A;
		text-align: left;
		letter-spacing: -0.5px;
		line-height: 65px;
		font-weight: 100;
	}
	
	#hier{
		position: relative;
		top: -80px; 
		left: 890px;
	}
	
	p.groenehosting{
	display: none;
	}
	
	address{
	font-style: normal;
	}
	

/**
 * Menu styles
 **/
	
	ul#navlist{
		margin: 0px 0px 0px 0px;
		padding: 0px;
		list-style-type: none;
		position: relative;
		top: 30px;
		left: -10px;
		line-height: 20px;
	}

	ul#navlist li { 
		font-stretch: ultra-condensed;
		margin: 0px;
		text-align: right; 
		width: 190px;
		padding: 1px 10px 0px 10px;
		margin-bottom: 3px;
	}
	
	#navlist a{
		display: block;
		font-size: 10px;
		margin: 0px;
		text-align: right; 
		text-transform: uppercase;
		padding-right: 10px;
		padding-left: 10px;
		width: 180px;
	}

	 #navlist a:link, #navlist a:visited {
		color: #FFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 16px;
		padding: 2px 10px 2px 10px;
	}

	#navlist a:hover {
		background: url("../images/menubg.png") no-repeat #3F672A;
		color: #FFF;
	 	font-weight: bold;
	 	font-size: 16px;
	 	padding: 2px 10px 2px 10px;
	}

	#active a:link, #active a:visited, #active a:hover{
		background: url("../images/menubg.png") no-repeat #3F672A;
		color: #FFF;
		font-weight: bold;
		font-size: 16px;
		padding: 2px 10px 2px 10px;
	}
	
/**
 * Submenu styles
**/
	
	ul#subcontainer{
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		position: relative;
		top: 0px;
		left: 5px;
	}

	ul#subcontainer li.active { 
	margin: 0 0 3px 0;
	padding-left: 10px;
	text-align: left; 
	background: url("../images/libgff.png") no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
	ul#subcontainer li{
	padding: 5px 5px 5px 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
		
/**
 * top styles
 **/
 
 	#frontpage #top {
		padding: 50px 330px 0px 300px;
		position: relative;
		margin-bottom: 0px;
	}

	#topimage{
		background: url("../images/banner8.jpg") no-repeat;
		width: 965px;
		height: 292px;
	}
	
	#logotop{
		position: relative;
		top: 211px;
	}
	
	.groenehosting{
		position: relative; 
		top: 163px;
		left: 670px;
		font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 11px;
		color: #FFF;
		font-weight: bold;
		text-align: left;
		width: 400px;
	}	

	
/**
 * center styles
 **/
 
	#container2{
	 	background: url("../images/linksonder2.png") bottom left no-repeat;
		float: left;
 		min-height: 390px;
  		height:auto !important;
  		height:390px;
 	}

 	#links{
 		background: url("../images/streep.png") top left no-repeat;
		float: left;
		width: 208px;
  		position: relative;
  		top: 0px;
  		left: 0px;
  		min-height: 550px;
  		height:auto !important;
  		height:550px; 
	}
	
	#rechts{
		float: left;
		width: 300px;
	}
	
	#menu{
		position: relative; 
		left: 0px; 
		top: 20px;
	}
	
/**
 * Accordeons
 **/			
		
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 300px;
			background: #A4C7ED;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 14px;
			color: #000000;
			border-bottom: 1px solid #fff;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: #B9D585;
			color: #000;
			border-bottom: 1px solid #f9f9f9;
		}
		
		.accordion_content {
			background-color: #EEF2F7;
			color: #444;
			overflow: hidden;
			width: 300px;
			padding: 5px 10px 5px 10px; 
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #B9D585;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
	/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 150px;
			width: 30px;
			background: #A4C7ED;
			color: #000;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #fff;
			cursor: pointer;
			margin: 0 0 40px 0;
			font-size: 14px;
		}
		
		.kop1{
		background: url("../images/kop1.png") top left no-repeat
		}
		
		.kop2{
		background: url("../images/kop2.png") top left no-repeat
		}
		
		.kop3{
		background: url("../images/kop3.png") top left no-repeat
		}
		
		.kop4{
		background: url("../images/kop4.png") top left no-repeat
		}
		
		.horizontal_accordion_toggle_active {
			
			border-right: 1px solid #f9f9f9;
			height: 150px;
		}		
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 150px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #fff;
			color: #000;
		}
			
			.horizontal_accordion_content p {
				width: 500px;
				height: 125px;
				font-size: 12px;
				padding: 5px 5px 0px 10px;
				float: left;
			}
					
    /* Container styling*/
    
    #vertical_container {
    position: relative;
    top: 65px;
    left: 10px;
    margin: 10px auto 10px auto;
    width: 300px;
	background: #FFF;
    } 
    
    #horizontal_container {
    width: 800px;
    position: relative;
    top: 15px;
    left: 6px;
    }
          
    
/**
 * bottom styles
 **/
 
 	#onder{
		background: url("../images/grijs_onder.png") no-repeat #000000;
		width: 965px;
		height: 85px;
		clear: both;
	}
	
	#esscheef{
		float: left;
		position: absolute;
		left: 15px;
		top: 45px;
		width: 10px;
	}
	
	#logo{
		font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 11px;
		color: #999;
		text-align: left;
		position: relative;
		left: 10px;
		top: 6px;
		float: left;
	}
		
	#ecoserve{
		font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-align: left;
		position: relative;
		left: 20px;
		top: 5px;
		float: left;
		width: 230px;
		line-height: 13px;
	}
	
	#barcode{
		position: relative;
		left: 540px;
		top: 7px;
		float: left;
		font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 11px;
		color: #999;
		text-align: left;
		width: 150px;
	}
	
	#barcodetekst{
		position: relative;
		left: 0px;
		top: -4px;
		float: left;
		font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 11px;
		color: #999;
		text-align: left;
		width: 150px;
		line-height: 15px;
	}	
	
	#groenesite{
		position: relative;
		left: 388px;
		top: 61px;
		float: left;
		font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 11px;
		color: #999;
	}
	
		
	#groenesitetekst{
		position: relative;
		left: 25px;
		top: -21px;
		float: left;
		font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 11px;
		color: #999;
	}
	
/** 
** Styles onze pakketten
**/ 

	table#overzicht3{
     	border-collapse: collapse;
    	padding: 2px 3px 2px 3px;
		position: relative;
		margin: 80px 0px 0px 15px;
       	float: left;
		width: 320px;   
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
     	border-collapse: collapse;
    }   
    
    tr#top{
		background: #E0EDCA;
	 	padding-top: 5px; padding-bottom: 5px;
	 	border: 2px solid #D4D0C8;
	}
    
    td.tabeleinde{
	    background: url("../images/tabeleind.png") no-repeat;
	 	padding-top: 2px; padding-bottom: 2px;
    }
    
   .oneven{
    }
    
    .even{
   		background: #F3F3F3;
    }
    
    #buttontekst{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    color: #5D6F4A;
    font-weight: bold;
    position: relative;
    float: right; 
    right: 65px;
    top: 6px;
    text-transform: uppercase;
    }
    
    #buttontekst2{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    color: #5D6F4A;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -8px;
    left: 260px;
    margin-right: 5px;
    }
    
    #buttontekst3{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    color: #5D6F4A;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -8px;
    left: 235px;
    margin-right: 5px;
    }    
    
    #buttonbetaling{
    position: relative;
    left: 235px;
    }
    
    #paginaafbeelding2{
    position: relative;
    top: 30px;
    left: 30px;
    margin-bottom: 30px;
    }
    
/**
** Styles voorwaarden
**/    
	#voorwaarden{
	width: 400px;
	float: left;
	position: relative;
	left: 40px;
	top: 10px;
	margin-bottom: 20px;
	}
	
	#voorwaardenpositie{
	position: relative; 
	left: -20px;
	top: 1px;
	}
	
	#buttonvoorwaarden{
	position: relative;
	left: 260px;
	}
	
	#voorwaardenaccept{
	position: relative;
	left: 525px; 
	top: 40px;
	margin-bottom: 20px;
	height: 470px;
	width: 100px;
	}
	
	#voorwaardenbutton{
	width: 395px;
	}
	
	#voorwaardenlijst{
	list-style-type: decimal;
	position: relative;
	top: 5px;
	}
	
	.acceptvoorwaarden{
	position: relative;
	top: -5px;
	left: 25px;
	}
	
	#validatie2{
		position: relative; 
 		left: 25px; 
 		top: -20px;
 		margin: 0px;
		padding: 0px;
		font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
		color: #f00;
		font-size: 13px;
		text-align: left;
		background: #FFF; 
		width: 350px;
		height: 5px;
		font-weight: bold;
}

    
/**
** Overstappen styles
**/

	.overstapheader{
	font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 18px;
	xcolor: #5D6F4A;
	color: #6D9C48;
	text-align: left;
	letter-spacing: -0.3px;
	line-height: 20px;
	font-weight: 100;
	padding: 20px 0px 5px 0px;
	}

	#overstapstappen{
	margin-top: 10px;
	}
    
/**
** FAQ styles
**/

	#faqvragen{
	position: relative;
	top: 30px;
	left: 0px;
	width: 320px;
	margin-bottom: 40px;
	min-height: 300px;
  	height:auto !important;
  	height:300px;
	}

	#faq{
	position: absolute;
	top: 591px;
	width: 395px;
	left: 550px;
	}
	
	.faqheader{
	margin-top: 15px;
	font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 26px;
	color: #5D6F4A;
	text-align: left;
	letter-spacing: -0.5px;
	line-height: 30px;
	font-weight: 100;
	padding-bottom: 10px;
	}
	
	.faqpagina{
	margin-top: 20px;
	}
	
	.vraagheader{
	font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 21px;
	color: #5D6F4A;
	text-align: left;
	letter-spacing: -0.5px;
	line-height: 30px;
	font-weight: 100;
	padding-bottom: 20px;
	}
	
	.faqtekst{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    color: #000;
	margin-bottom: 10px;
	}
	
	
	.linkje a:hover{
	text-decoration: underline;
	}
	
	code.html{
	
	}
	

