body, html {
	background-color: #ffffff; 
	margin: 0 0 0 0px;
	overflow-x:hidden;
	overflow-y:true;
	height: 100%;
		margin-left: 0px;
}

 

#container { 
	position: absolute; 
	margin-top: 0px;
	width: 1007px; 
	background-color: white;
	height: 100%;
}

#header-top{
	height:124px;
	width:1007px;
	background-image: url(../layout/header.jpg); 
	background-repeat: no-repeat;
	background-color: white;
}



#gedonshop{
	position: absolute; 
	left: 734px; 
	top: 72px;
	width: 272px;
	height: 52px;

}
.shop{
	display:block;
	position: absolute; 
	left: 734px; 
	top: 72px;
	background: url(../layout/gedonshop-up.jpg) no-repeat 0px 0px;; 
	width: 272px;
	height: 52px;
}
a.shop:link{
	display:block;
	position: absolute; 
	left: 734px; 
	top: 72px;
	background: url(../layout/gedonshop-up.jpg) no-repeat 0px 0px;; 
	width: 272px;
	height: 52px;
	display:block;
}
a.shop:hover{
	display:block;
	position: absolute; 
	left: 734px; 
	top: 72px;
	background: url(../layout/gedonshop-down.jpg) no-repeat 0px 0px;; 
	width: 272px;
	height: 52px;
	display:block;
}


#navigatie{
	height:30px;		
	border-bottom:1px solid #D9D9D9;
	width: 785px;
	padding-top: 10px;
	padding-left: 188px ;
	margin-left: 20px ;
}


#inhoud{
	background-color: white;
	float: right;
	width: 750px;
	margin-top:0px;
	padding-right: 47px;
	padding-top: 15px;
	padding-bottom:120px;


}

#lange_lijn{
	border-top:1px solid #cccccc;
	height: 20px;
	width: 829px;
	background-image: url(../layout/streepjes.jpg);
	background-repeat: repeat-x; 
}



#kleine-banner {  
	
	margin-bottom: 10px;
	margin-left: 580px;
	clear: right;
	width: 143px;
	border: 0px solid #333333;
	z-index:1200;
	background-color: white;
	position: absolute;
	}
	
	
#footer {
	padding-right: 0px;
	margin-right: 0px;
	width: expression( document.body.clientWidth > 979 ? "980px" : "auto" ); /* sets max-width for IE */
 	max-width: 980px; /* this sets the max-width value for all standards-compliant browsers */
	float: left;
	background:white;

}


#korte_lijn{
	
	height:30px;		
	border-top:1px solid #D9D9D9;
	padding-top: 10px;
	width: 972px;
	margin-top: 5px;
	background:white;
	margin-left: 20px;

}
	


	
#driehoekje{	
 height: 11px; 
 width: 200px; 
 margin-left: 772px; 
 margin-top: -37px; 
 clear: right; 
 position: absolute;
 display:block;

}
	
#stippel{
	background-color: white;
	width: 745px;
	margin-top:15px;
	padding-top: 5px;
	margin-bottom:8px;
	padding-bottom: 5px;
	border-top:1px dashed #D9D9D9;
	border-bottom:1px dashed #D9D9D9;

	
}
.technology{ /*header of 2nd demo*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #484848;
	margin: 10px 0;
	cursor: hand;
	cursor: pointer;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ff6633;

}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
		color: #484848;
}