/* CSS Document */



#right_top_center{
  float: left;
  background-image: url(../img/top_blue.png);
  background-repeat: repeat-x;
  width: 177px;
  height: 25px;
}



#right_center_middle{
  float: left;
  background-image: url(../img/background_laatste_nieuws.png);
  background-repeat: repeat-y;
  width: 204px;
  min-height: 100px;
}


.bottom_left{
  float: left;
  background-image: url(../img/bottom_left_corner_grey.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
}

#right_bottom_center{
  float: left;
  background-image: url(../img/bottom_grey.png);
  background-repeat: repeat-x;
  width: 174px;
  height: 18px;
}

.bottom_right{
  float: left;
  background-image: url(../img/right_corner_grey.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
}

#right_center_middle ul{
  margin: 0;
  padding: 0;
}

#right_center_middle ul li{
  list-style: none;
  margin-left: 10px;
}

#right_center_middle a{
  text-decoration: none;
  font-size: 12px;
  color: #000;
  font-family: arial;
  font-weight: bold;
}

#right_center_middle a:hover{
  text-decoration: none;
  font-size: 12px;
  color: #000;
  font-family: arial;
  font-weight: bold;
}

#right_center_middle a:visited{
  text-decoration: none;
  font-size: 12px;
  color: #000;
  font-family: arial;
  font-weight: bold;
}