/* Author: Vibeke Hvarregaard Andersen
   color css: for adjusting color
   Ver: 1.0
   Date: december 2009
   ****************************************************************************/

/*Link colors*/
a:link{
  color:#000000;
}

a:visited{
  color:#142044;
}

a:hover{
  color:#000000;
}

/*The box at the bottom which holds the images*/   
#footer_box{
  background-color:#FFF;
}

/*Wrapper for the middle part*/
#middle_wrapper{
  background-color:#FFF;
}

/*The right box in the middle_wrapper*/
#right_box{
  background-color:#FFF;
}

/*The left box in the middle_wrapper*/
#left_box{
  background-color:#FFF;
}

/*The content box in the center in the middle_wrapper*/
#content_box{
    background-color:#FFF;
}

/*The top box in the wrapper*/
#top_box{
    background-color:#FFF;
}

/*The menu wrapper, that holds all the menu contents in the top_box*/
#menu_wrapper{
    background-color:#FFF;
}

/*The logo box that holds the logo in the top_box*/
#logo_box{
    background-color:#FFF;
}

/*Layout for the menu*/
#menu_box li a{
	background-color:#FFF;
	color: #000;
}

#menu_box li a:visited,a:link{
    color:#000000;
}

#menu_box li a:hover{
  color:#000000;
}

#menu_box div{
	background-color:#E5E5E5;
	border-color:#000000;
}

#menu_box div a{
		background-color:#E5E5E5;
		color: #000000;
}

#menu_box div a:hover{
    background: #B7B7B7;
		color: #000000;
}


