/** Globaal Layout :  kolommen : Begin ----------------------------------------- **/
.kol1 {
	float : left;
	width : 50%;
	margin-left: 5px;
}


.kol1 img {
float:left;
padding-left:0px;
margin-right:10px;
clear:both 
}

.kol2 {
	float : right;
	width : 48%;
	margin-left: 5px;
	text-align:left;
}

.kol2 img {
float:left;
padding-left:0px;
margin-right:10px;
clear:both
}

/** de verschillend keuzes in een box geplaatst : begin ----------------------------------------- **/
.box {                               /** Opmaak van de box **/
border-left:1px solid black; 
border:1px solid black; 
margin-bottom:15px;
padding-bottom:15px;
height:90px;

}

.box p{                             /** paragr. binnen box **/
margin-left:5px;
margin-top:5px;
<!! font-weight:bold; !!>
}


.box img{                          /** format foto's binnen box item **/
postion:absolute;
top:0;
right:0;
width:100px;
height:100px;
margin-top:5px;
margin-left:5px;
}
/** Verschillend keuzes in een box geplaatst : einde -----------------------------------------**/





.titel{
left:5px;
border-left:80px;
margin-top:0px;
font-size:180%;
font-weight:bold;
}

.construction{
margin-top:20px;
}

.construction img{
width:150px;
height:150px;
}

#barcode{
float:right;
}

.box img{
height:70px;
width:70px;
}
