.hoofdgroep, .subgroep
{
  width:772px;
  height:180px;
  position:relative;
  float:left;
  margin-top:10px;
  margin-left:0px;
}

.hoofdgroep a, .subgroep a{
color:#183863;
font-family:Arial;
font-size:0.9em;
font-weight:bold;
padding-left:0;
text-decoration:none;
}

.hoofdgroep a:hover, .subgroep a:hover{
color:#8C9E42;
}
#actueel, #balie {
 left:0px;
 background-position:center bottom;
 background-repeat:no-repeat;
 background-color:#DBE7A5;
 width:375px;
 height:180px;
}

#actueel {
 float:left;
 background-image: url(/images/layout/actueel.jpg);
}

#balie{
 float:left;
 background-image: url(/images/layout/digitalebalie.jpg);
}

#werk{
 float:left;
 background-image: url(/images/layout/werk.jpg);
}

#themas{
 float:left;
 background-image: url(/images/layout/themas.jpg);
}

#projecten{
 float:left;
 background-image: url(/images/layout/projecten.jpg);
}

#werk, #themas, #projecten 
{
 left:0px;
 float:left;
 background-position:center bottom;
 background-repeat:no-repeat;
 background-color:#DBE7A5;
 width:250px;
 height:180px;
}

#themas {
 margin-left:11px;
 margin-right:11px;
}


#actueel #actueelLichtkrant 
{
  float:left;
  left:70px;
  position:absolute;
  top:6px;
  width:200px;
}

#balie {
 float:right;
}

.koptekst {
  background-color: #183863;
  padding: 1px 5px 1px 5px;
  margin: 0px 0px 0px 0px;
  font-family: Tahoma, Verdana;
  font-size: 1.2em;
  color: #d2e359;
  font-weight:bold;
  height:18px;
}

.hoofdgroep ul, .subgroep ul
{
  display:block;
  list-style-type:none;
  list-style-image: url(/images/layout/bullet.gif);
  padding-left: 8px;
  margin-left: 8px;
  margin-top: 6px;
  margin-bottom:10px;
}

.hoofdgroep li, .subgroep li
{
margin-bottom:3px;  
}
.meer {
  position:absolute;
  bottom:4px;
}

.meer a, .meer a:hover {
  float:left;
  background-image: url("/images/layout/zoeken.gif");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  font-family: Tahoma, Verdana;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: #183863;
  padding-left:32px;
}

.tickerbox ul {
	margin-top: 0px;
	background: #1c3d65;
	width: 300px;
	position: absolute;
	padding:0;
}
.tickerbox li {
	padding: 0px;
	background: #1c3d65;
	overflow: hidden;
	list-style-type: none;
	position: absolute;
	top: -5px;
}
.tickerbox a {
	margin-top: 0px;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff !important;
	font-family: arial;
	text-decoration: none
}
.tickerbox a:hover {
	margin-top: 0px;
	color: #8c9e42;
	text-decoration: none
}