.boxshadow 
{
  -moz-box-shadow: 3px 3px 5px #535353;
  -webkit-box-shadow: 3px 3px 5px #535353;       
  box-shadow: 3px 3px 5px #535353;
}
.roundbox
{  
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
}
.roundbox-top
{    
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;    
    border-radius: 4px 4px 0 0;
}
.roundbox-bottom
{    
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.gridheader, .gridheaderbig, .gridheaderleft, .gridheaderright
{    
    padding: 4px 4px 4px 4px;
    background:  #003399 url(images/vertgradient.png) repeat-x;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.gridheaderleft
{
    text-align: left;
}
.gridheaderright
{
    text-align: right;
}
.gridheaderbig
{    
    font-size: 135%;
}
.redbox { border: solid 2px #e51c23; 
 background-color:white;
}
.greenbox { border: solid 2px #009939; 
 background-color:white;
}
.bluebox { border: solid 2px #3369e8; 
 background-color:white;
}
.yellowbox { border: solid 2px #F2B50F; 
 background-color:white;
}
.redhdr { background-color: #e51c23; }
.greenhdr { background-color: #009939; }
.bluehdr { background-color: #3369e8; }
.yellowhdr { background-color: #F2B50F; }

.content {
	position: relative;
	top:30px;
	width: 1000px;
	height: 760px;
	margin:0 auto;
	text-align: left;
	-moz-box-shadow: 3px 3px 5px #535353;
	-webkit-box-shadow: 3px 3px 5px #535353;       
	box-shadow: 3px 3px 25px #535353;
}
.hdr {
 background-color:#fcf0cf;
}

.box1 {
	width: 300px;
	height: 200px;
}
.box2 {
	width: 300px;
	height: 420px;
}
.box3 {
	width: 300px;
	height: 640px;
}
.box4 {
	width: 620px;
	height: 420px;
}

.pos1 { position:absolute; top: 85px; left:25px; }
.pos2 { position:absolute; top: 305px; left:25px; }
.pos3 { position:absolute; top: 525px; left:25px; }
.pos4 { position:absolute; top: 85px; left:345px; }
.pos5 { position:absolute; top: 305px; left:345px; }
.pos6 { position:absolute; top: 525px; left:345px; }
.pos7 { position:absolute; top: 85px; left:665px; }
.pos8 { position:absolute; top: 305px; left:665px; }
.pos9 { position:absolute; top: 525px; left:665px; }

td {
	padding: 5px;
}
#digilogo {
 height: 90px;
 width: 200px;
 position: absolute;
 top: 10px;
 left: 25px;
 font-size:48px;
 color:black;
}

#digitext {
 position: absolute;
 height: 90px;
 top: 35px;
 right: 35px;
 font-size:24px;
}
#digicontact {
 position: absolute;
 height: 90px;
 top: 75px;
 right: 5px;
 font-size:18px;
 text-shadow: 0.05em 0.05em 0.05em black;
}
#plaatje {
position:relative;
margin:-10 -10 -10 -10 ;
top: 40px;
}


