.somediv{width:95%;
clear:both;
PADDING-TOP:6px;
PADDING-BOTTOM:6px;  /*ruimte tussen rijen, hele breedte*/
}
.somediv .floatbox{  /*met schaduw img erin*/
background: url('../images/shadow.gif') no-repeat bottom right;
float: left;
width: 156px;   /*ruimte img: 150+1+5 */
margin-left:5px;
margin-top:0px;   /*uitlijning vert. van img t.o.v. kolom rechts*/
margin-bottom:0px;
padding-top:0px;
padding-bottom:5px;  /*ruimte voor schaduw img onder*/
}
.somediv .floatbox img{
border-left:1px solid #CCCCCC; /*rand rechts en boven van img*/
border-top:1px solid #CCCCCC;
margin-left:3px;       /*hoeveel steekt schaduw links uit naast img*/
margin-top:1px;        /*hoeveel steekt schaduw rechts uit boven img*/
float: right;
position:relative;
left:-3px;	/*hoeveel verschuift img tov schadow.gif naar rechts*/
top:-1px;	/*hoeveel verschuift img tov schadow.gif naar boven*/
clear:both;
}
.somediv .floatbox p{   /*tekst in div als er geen image is !!*/
margin-top: 1;   margin-bottom: 0;   /*ruimte l en r van img*/
margin-left: 10px;margin-right: 0px; /*ruimte l en r van img*/
padding-top:30px;padding-bottom:30px;color:blue;
}
.somediv .somediv h3, .somediv h4{  /*layout tekst*/
margin-top: 0;margin-bottom: 12;
margin-left: 5px; margin-right: 10px;
padding:0px;
}
.somediv p{  /*layout p in tekstvak*/
margin-top: 0px; margin-bottom:0px;
margin-left: 30px; margin-right: 10px;
}
.somediv li{  /*layout li in tekstvak*/
margin-top: 0px; margin-bottom:0px;
margin-left: 30px; margin-right: 8px;
}
.somediv p.titel {  /*layout tekst ipv img*/
margin-top: 0; margin-bottom:0px;
margin-left: 0px; margin-right: 0px;
font-size:8pt;
padding-top:20px;padding-bottom:20px;background: url('../images/lijntje.jpg') no-repeat bottom left;
}
.somediv .boven {  /*layout Naar boven img*/
position:relative;
left:-32px;margin-top:3px;
}
.somediv .lees {  /*layout Naar boven img*/
float:right;margin-right:6px;

}
.somediv a:hover {  
  CURSOR: url(http://www.elimnet.nl/opmaak/cursor3.cur);
  text-decoration: none; background:#FFFFFF; 
}
.somediv p.bijbel {  /*layout tekst ipv titel*/
margin-top: 0; margin-bottom:2px;
margin-left: 0px; margin-right: 10px;
font-size:7pt;
padding-top:15px;padding-bottom:15px;background: url('../images/bijbeltje.jpg') no-repeat bottom right;
}



/*schaduweffect plaatje*/
.img-wrapper {    /*plaatsing shadow.gif*/
float:left;
position:relative;
left:5px;
background: url('../images/shadow.gif') no-repeat bottom right;
background: #FF0000;
}
 
.img-wrapper img { /*layout img*/
float:none;
margin:0;
background: #FFffff;
padding:1px;
border:1px solid #cccccc;
position:relative;
left:-5px;
top:-5px; 
}
.img-wrapper p {text-align:center;line-height:100%;
	font-size:8pt; }
	
	
/*rechthoek met ezelsoor*/	
.curlycontainer{margin-left: 200px;
border: 1px solid #b8b8b8;
}
.curlycontainer .innerdiv{
background: url('brcorner.gif') no-repeat bottom right;
position: relative;
left: 2px;
top: 2px;
padding-left:0px; padding-right:0px; padding-top:2px; padding-bottom:2px;
}