#welcometext,
#front_nieuws,
#front_items {
   float:left;
}

/* the very thick border is strange, but it's also the only reliable way of spacing floats, considering the IE6 double margin bug */
#welcometext {
   width:251px;
   border:10px solid white;
   border-left:none;
   padding:8px;
   padding-bottom:1px;
   font-size:14px;
   line-height:150%;
   color:white;
   background:#B6E481;
}
#welcometext h1 {
   color:white;
   font-size:15px;
}
#front_items {
   width:371px;
   height:100px;
   border-right:10px solid white;
   border-top:10px solid white;
}
.frontitem {
   display:block;
   background:#90bbdd;
   margin-bottom:7px;
   padding-right:7px;
   height:78px;
   color:white;
   text-decoration:none;
}
.frontitem:hover {
   color:black;
   text-decoration:underline;
}

.frontitem img {
   float:left;
   margin-right:5px;
}
.frontitem h1 {
   font-size:12px;
   margin:0;
   padding:5px 0;
}

.frontitemwit {
   color:#000080;
   text-decoration:none;
   float:left;
   height:40px;
   padding:5px;
   width:956px;
   background:#B5E480;
}
.frontitemwit:hover {
   color:black;
   text-decoration:underline;
}
.frontitemwit h1 {
   font-size:20px;
   text-decoration:none;
   margin:0;
   margin-bottom:3px;
   font-weight:normal;
}
.frontitemwit p {
   margin:0;
}
.green {
   color:#000080;
   text-decoration:none;
  
   height:60px;
   padding:5px;
   width:360px;
   background:#B5E480;
}

#front_nieuws {
   width:284px;
   padding:0 10px;
   border-top:10px solid white;
}
#front_nieuws h1 {
   color:#5a9acd;
   padding-left:15px;
   font-size:16px;
}

a.meerlink {
   display:block;
   text-align:right;
   margin-top:15px;
}

#front_nieuws b {
   display:block;
}
#front_nieuws b a {
   text-decoration:none;
   color:#005b94;
}
#front_nieuws b a:hover {
   text-decoration:underline;
   color:#cd6a58;
}
.front_nieuwsitem, .front_agendaitem {
   margin-top:10px;
   padding-left:15px;
   background:url("../gfx/arrow_feature.gif") no-repeat 0px 2px;
}
