body{
	SCROLLBAR-FACE-COLOR: #add8e6;
	SCROLLBAR-SHADOW-COLOR: #000066;
	SCROLLBAR-3DLIGHT-COLOR: #fffff0;
	SCROLLBAR-ARROW-COLOR: #fffff0;
	SCROLLBAR-TRACK-COLOR: #000066;
	SCROLLBAR-DARKSHADOW-COLOR: #000066;
	margin: 0;
	padding: 0;
	background-color: #000066;
	color: #fffff0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container{/*de allesomvattende container*/
	position: absolute;
	width: 750px;
	margin-left: -375px;
	margin-top: -300px;
	left: 50%;
	top: 50%;
}
/*het topgedeelte*/
#topper{/*top div met logo, parts en vliegershop adres*/
	position: absolute;
	width: 750px;
	height: 105px;
	top:0;
	left:0px;
	border-left: 1px solid #fffff0;
	border-right: 1px solid #fffff0;
	border-top: 1px solid #fffff0;	
}
#logo{/*het logo in topper*/
	position: absolute;
	top: 10px;
	left: 15px;
}
#toptekst{/*de tekst van de vliegershop in topper*/
	position: absolute;
	left: 620px;
	top:20px;
	width: 120px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;	
	margin-top: 1px;
}
#topfoto{/*de parts in topper*/
	position: absolute;
	top:5px;
	left: 175px;
	height:105px;
}
/*het menugedeelte*/
#menu{/*de blauwe balk*/
	position: absolute;
	top: 105px;
	height: 20px;
	left: -1px;
	width: 750px;
	background-color: #add8e6;
	border-left:1px solid #fff;
	border-right: 1px solid #fff;
}
#menu ul{/*lijst met menuitems*/
	margin: 0;
	padding: 1px 0;
}
#menu li{/*het losse list item*/
	display: inline;
	margin-left: 15px;
}
#menu li a{/*de link*/
	list-style: none;
	width: 120px;
	height: 18px;
	color: #000066;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
	padding:0 15px 0 10px;
	border: 1px solid #add8e6;
}
#menu li a:hover{/*bij mouseover*/
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
#menu li a.selected{/*gekozen menuitem*/
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
/*middelste gedeelte*/
#baasje{/*houder van middengedeelte*/
	position: absolute;
	width: 750px;
	top:125px;
	height: 395px;
	left: 0;
	border-left: 1px solid #fffff0;
	border-bottom:1px solid #fffff0;
	border-right: 1px solid #fffff0;
}
/*De losse teksten in de index*/
#watis{/*div met beschrijving wat LaQ is*/
	position: absolute;
	width: 200px;
	top: 45px;
	left:55px;
	padding: 5px;
	border: 1px dotted #df0b17;
}
#watistop{/*het label van wat is*/
	position: absolute;
	width: 130px;
	top:24px;
	height: 20px;
	left: 55px;
	padding: 2px 5px 0 5px;
	background-color: #df0b17;
	color: Yellow;
	font-size: 11px;
	font-weight: bold;
}
#waarvan{/*waarvandaan komt LaQ*/
	position: absolute;
	width: 200px;
	top: 125px;
	left: 505px;
	padding: 5px;
	border: 1px dotted #df0b17;
}
#waarvantop{/*het label voor waar van*/
	position: absolute;
	width: 130px;
	top:104px;
	left: 505px;
	height: 20px;
	padding: 2px 5px 0 5px;
	background-color: #df0b17;
	color: Yellow;
	font-size: 11px;
	font-weight: bold;
}
#moeilijk{/*moeilijk om met Laq te bouwen?*/
	position: absolute;
	width: 200px;
	top: 270px;
	left: 25px;
	padding: 5px;
	border: 1px dotted #df0b17;	
}
#moeilijktop{/*label moeilijk?*/
	position: absolute;
	width: 130px;
	top:249px;
	left: 25px;
	height: 20px;
	padding: 2px 5px 0 5px;
	background-color: #df0b17;
	color: Yellow;
	font-size: 11px;
	font-weight: bold;	
}
#stukjes{
	position: absolute;
	left:270px;
	top:190px;
	width:150px;
	padding: 5px;
	border: 1px dotted #df0b17;	
}
#stukjestop{
	position: absolute;
	left: 270px;
	top:169px;
	width:130px;
	height: 20px;
	padding: 2px 5px 0 5px;
	background-color: #df0b17;
	color: Yellow;
	font-size: 11px;
	font-weight: bold;			
}
#kleuren{
	position: absolute;
	left: 450px;
	top:320px;
	padding: 5px;
	border: 1px dotted #df0b17;
}
#kleurtop{
	position: absolute;
	left: 450px;
	top:299px;
	width:130px;
	height: 20px;
	padding: 2px 5px 0 5px;
	background-color: #df0b17;
	color: Yellow;
	font-size: 11px;
	font-weight: bold;	
}
#voorwietop{/*label voor wie*/
	position: absolute;
	left: 275px;
	top:19px;
	width:160px;
	height: 20px;
	padding: 2px 5px 0 5px;
	background-color: #df0b17;
	color: Yellow;
	font-size: 11px;
	font-weight: bold;	
}
#voorwie{/*voor wie*/
	position: absolute;
	left: 275px;
	top:40px;
	width: 200px;
	padding: 5px;
	border: 1px dotted #df0b17;	
}
#losvatstop{/*label los vast*/
	position: absolute;
	left: 540px;
	top:14px;
	width:110px;
	height: 20px;
	padding: 2px 5px 0 5px;
	background-color: #df0b17;
	color: Yellow;
	font-size: 11px;
	font-weight: bold;	
}
#losvast{/*plaatje los vast*/
	position: absolute;
	left: 540px;
	top:35px;
	width: 150px;
	padding: 5px;
	border: 1px dotted #df0b17;		
}
/*het onderste gedeelte met disclaimer en copyrechten*/
#bottom{
	position: absolute;
	width: 750px;
	top:520px;
	height: 25px;
	left: 0;
	border-left: 1px solid #fffff0;
	border-right: 1px solid #fffff0;
	border-bottom: 1px solid #fffff0;
	margin-top: 1px;
}

/*De instellingen voor het bottom menu*/
#bottom ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#bottom li{
	display: inline;
}
#bottom li a{
	width: 100px;
	font-size: 9px;
	font-weight: bold;
	color: #fffff0;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0.2em 1em 0.2em 1em;
	border: 1px solid #000066;
}
#bottom li a:hover{
	color: #000066;
	background-color: #add8e6;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
#bottom li a.selected{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #add8e6;
}
/*rechter gedeelte met copyright fbs etc.*/
#bottr{
	float: right;
	padding: 5px;
}
#bottl{
	float: left;
	padding: 4px;
}
/*vast plekje voor contact gegevens op de pagina contact*/
#contact{
	position: absolute;
	left:50px;
	top:50px;
	width: 250px;
	border: 1px dotted #df0b17;
	padding: 5px;	
}
#contacttop{
	position: absolute;
	left: 50px;
	top:29px;
	width:130px;
	height: 20px;
	padding: 2px 5px 0 5px;
	background-color: #df0b17;
	color: Yellow;
	font-size: 11px;
	font-weight: bold;		
}
/*instelling voor iframe van de disclaimer en de shop*/
#disclaimer, #winkel {
	position: absolute;
	top:15px;
	left: 15px;
	width: 720px;
	height: 370px;
}
/*instelling voor tekstgedeelte die wordt geladen in iframe*/
.tekst{
	margin: 0.5em 1.5em 0.5em 1.5em;
}
/*De shop*/
.shlinks{/*Linker shop gedeelte*/
	float: left;
	width: 47%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.shlinks img{/*linker plaatje*/
	float: left;
	margin:0 10px 0 0;
}
.shrechts{/*rechter gedeelte van de shop*/
	float: right;
	width: 47%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.shrechts img{/*plaatje rechts in shop*/
	float: right;
	margin: 0 0 0 10px;
}
.shrechts2{/*speciale instelling voor shop hele breedte*/
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
}
.kopper{/*inleiding nieuwe serie*/
	margin-top: 10px;
	clear: both;
	font-style: italic;
}
/*de classes om het boodschappenkarretje netjes uit te lijnen */
.karretje{/*de houder van het karretje hierin zitten prijs en kaart links en rechts*/
	float: left;
	clear: both;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	margin:1.5em 0 0.5em 0;
	border-bottom: 1px dotted #df0b17;
}
.prijsli{/* prijs en kaart links*/
	float: left;
	width: 275px;
	margin: 15px 0 0 0;
}
.prijsre{/*prijs en kaart rechts*/
	float: right;
	width: 270px;
	margin: 15px 0 0 0;
}
.prijs{/*de prijs voor zowel links als rechts moet altijd links worden uitgelijnd*/
	float: left;
}
.formpje{/*button voor zowel links als rechts moet altijd rechts worden uitgelijnd*/
	float: right;
}
.formpje2{/*speciale instelling bij free parts 50*/
	float: right;
	margin-left: 320px;
	margin-bottom: 15px;
}
.formpje2 td{/*instelling td */
	font-size: 11px;
}
/*einde boodschappenwagentje*/
/*paginaheader en bottom voor shoppagina's*/
.paginalnkhouder{/*allereerst de houder*/
	clear: both;
	height: 20px;
	left: 0;
	margin: 10px 0;
	padding: 0;
}
.paginalnk{/*in de houder komen de paginalinks links op de pagina*/
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}
.paginalnk ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.paginalnk li{
	display: inline;
}
.paginalnk a{
	color: #fffff0;
	width: 15px;
	text-align: center;
	text-decoration: none;
}
.paginalnk a.selected{
	color: yellow;
	background-color: #df0b17;
}
.paginalnk a:hover{
	background-color: #add8e6;
}
.kassa{/*en rechts komt de knop kassa*/
	float: right;
	height: 18px;
	margin: 0;
	padding: 0;
}
/*"normale instellingen"*/
a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #add8e6;
}
a:hover{
	color: #fffff0;
}
h1{
	font-size: 13px;
	font-style: normal;
	padding-left:5px;
	color: yellow;
	background-color: #df0b17;
}
h2{
	font-size: 12px;
	font-weight: bold;
}
h4{
	font-size: 11px;
	font-weight: bold;
}
hr{
	color:#df0b17;
	border-style: dotted;
	text-align:center;
	width:50%;
}