html{
  height: 100%;
  background-color: #004c36;
  background-image: url("/images/body_back.gif");
  background-repeat: repeat-x;
  background-position :top;
  
}
body {
  min-height: 100%;
  background-image: url("/images/e-back.gif");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 21px;
  font-family: Arial, Helvetica ;
  color: #595959;
}
h1, h2, h3{
  color: #004c36;  
}
a, a:link, a:active, a:visited{
  color: #004c36;
}
a:hover{color: maroon;}
#header{
  display: none;
}

#global{
  margin: 0 auto;
  width: 1000px;
  padding-top :41px;
}
#top{
  position: relative;
}
.top_links{
  position :absolute;
  top: 14px;
  right: 20px;
}
.top_links a:link, .top_links a:active, .top_links a:visited{
  color: black;
  text-decoration: none;
}
.content_back{
  overflow: hidden;
  background-image: url("/images/inhoud_back.png");
  background-repeat: repeat-y; 
 }
.content-e{
  background-image: url("/images/e-inhoud.gif");
  background-repeat: no-repeat; 
  background-position: left -4px;
  overflow :hidden;
  margin-left: 10px;
  padding-left: 30px;
  padding-top: 10px;
}
.page_content-e{
  background-image: url("/images/e-inhoud.gif");
  background-repeat: no-repeat; 
  background-position: left -4px;
  overflow :hidden;
  margin-left: 10px;
  padding-left: 6px;
  padding-top: 10px;
}
#page_content{
  padding: 20px;
  padding-top: 10px;
}
#left{
  width: 531px;
  float: left;
}
#right{
  float: left;
  width : 429px;
}
#page_left{
  width: 250px;
  float: left;
}
#page_right{
  float: left;
  width: 70%;
}
#page_right.fullscreen{
  width:100%;  
}
#footer{
  height: 62px;
  background-image: url("/images/mulderijenpartners_footer.png");
  background-repeat: no-repeat; 
  color: white;
  font-size: 12px;
  padding-left :200px;
  padding-top: 15px;

}
#footer span{
  margin-right: 40px;
}
#footer a:link, #footer a:active, #footer a:visited{
  color: white;
}
#footer a:hover{
  color: #ffcd3c;
  text-decoration: none;
}
#top{  
  /*background-image: url("/images/mulderijenpartners_top.png");*/
  background-repeat: no-repeat;
  height: 157px;
}
#top .home_button{
  width:  430px;
  height: 150px;
}
.copyright_rovecom, .copyright_rovecom a{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #05674d;
}
/*--------------menu-------------*/
#menu{
  height: 32px;
  width: 980px;
  margin-left: 10px;
  background-image: url("/images/menu_back.gif");
  background-repeat: repeat-x;
  border-top: 1px solid #747474;
  border-bottom: 1px solid #b2b2b2;
}
#menu ul{
  margin: 0;
  padding: 0;
}
#menu ul ul{
  display: none;
}
#menu li {
	float: left;
	list-style: none;
	text-align: left;
  position: relative;
}
#menu li a{
  display: block;
  float: left;
  color: black;
  line-height: 32px;
  padding-left : 15px;
  padding-right: 15px;
  text-decoration :none;
  background-image: url("/images/menu_border.gif");
  background-repeat: no-repeat;
  background-position: right;
}
#menu li.active a, #menu li a:hover{
  background-image: url("/images/menu_active.gif");
  background-repeat: no-repeat;
  background-color: #004c36;
  background-position: 4px 4px;
  color: white;

}
#menu li.active li a{
  background-color: transparent;
  /*background-image: url("/images/submenu_back.png");*/
  background-image: none;
  font-weight: normal;
}
#menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 32px;
	left: 0px;
}
#menu li li {
	float: none;
	line-height: 12px;
	background-color: transparent;
	background-image: url("/images/submenu_back.png");
	background-repeat: repeat;
	padding-left: 0px;
	padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}
#menu li li a{
  width: 180px;
  padding-left :10px;
  padding-right: 10px;
  background-image: none;
  background-color: transparent;
  border: none;
  color: white;
  border-bottom: 1px solid #497e6f;
 /*background-image: url("/images/submenu_back.png");*/
}
#menu li li a:hover{
  background-color: #084936;
  background-image: none;
}
#menu ul ul ul{display :none;}
/*---------------submenu--------------*/
#page_left ul.menu{
  width: 240px;
  padding: 8px;

}
#page_left ul.menu{
  margin: 0;
  padding: 0;
}
#page_left ul.menu li{
  list-style: none;
}
#page_left ul.menu li a{
  line-height: 24px;
  border-top :1px solid #ffda78;
  border-bottom :1px solid #bf9028;
  background-color: #ffc53d;
  display: block;
  color: black;
  text-decoration: none;
  padding-left: 10px;
}
#page_left ul.menu li a.first{
  background-image: url("/images/submenu_top.gif");
  background-repeat: no-repeat;
  background-color: #ffc53d;
  border-top: none;
}
#page_left ul.menu li a.last{
  background-image: url("/images/submenu_bottom.gif");
  background-repeat: no-repeat;
  background-color: #ffc53d;
  border-bottom: none;
}
#page_left ul.menu li.active a{
  color: #084936;
  font-weight: bold;
}
.column_top{
  background-image: url("/images/column_top.jpg");
  background-repeat: no-repeat;
  width : 312px;
  height: 173px;
  padding-top: 20px;
  padding-left : 80px;
  padding-right: 10px;
  color: #787878;
}
.column_bottom{
  background-image: url("/images/column_bottom.png");
  background-repeat: no-repeat;
  background-position :bottom;
  width : 312px;
  padding-bottom: 85px;
  padding-left :80px;
  padding-right: 10px;
}
.column_inhoud .lees_verder a:link, .column_inhoud .lees_verder a:active, .column_inhoud .lees_verder a:visited{
  display: block;
  font-size: 11px;
  color: #71a69b;
  text-decoration: none;
}
.column_inhoud .lees_verder a:hover{
  color: maroon;
}
.column_bottom table td{
  color: #004c36;
}

/*----------bottom buttons-------------*/
#bottom_buttons{
    height: 37px;
    float: right;
    margin-right: 25px;
    clear: both;
   
}
#bottom_buttons .zzp{
  float: left;
  display: block;
  background-image: url("/images/button_zzpdesk.png");
  background-repeat: no-repeat;
  width: 103px;
  height: 37px;
  margin-right: 1px;

}
#bottom_buttons .starters{
  float: left;
  display: block;
  background-image: url("/images/button_startersdesk.png");
  background-repeat: no-repeat;
  width: 152px;
  height: 37px;
  margin-right: 1px;
}
#bottom_buttons .inlog{
  float: left;
  display: block;
  background-image: url("/images/button_inloggen.png");
  background-repeat: no-repeat;
  width: 103px;
  height: 37px;
}
#bottom_buttons .zzp:hover{
  float: left;
  display: block;
  background-image: url("/images/button_zzpdesk_o.png");
  background-repeat: no-repeat;
  width: 103px;
  height: 37px;
  margin-right: 1px;
}
#bottom_buttons .starters:hover{
  float: left;
  display: block;
  background-image: url("/images/button_startersdesk_o.png");
  background-repeat: no-repeat;
  width: 152px;
  height: 37px;
  margin-right: 1px;
}
#bottom_buttons .inlog:hover{
  float: left;
  display: block;
  background-image: url("/images/button_inloggen_o.png");
  background-repeat: no-repeat;
  width: 103px;
  height: 37px;
}
/*----------downloads-----------*/
#downloads .group{
  border: 1px solid #e6e6e6;
  padding: 4px;
  color: #004c36;
  font-weight: bold;
}
#downloads li{
  list-style: none;
  background-image: url("/images/download.gif");
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: left top;
}
#downloads li .description{
  padding-left: 10px;
  color: gray;
}
/*---------sitemap-----------*/
.sitemap_toggles{
  display: none;
}
/*---------newslist-------------*/

#news .item{
  margin-bottom: 20px;
}
#news .item h2{
  background-image: url("/images/list_header.png");
  background-repeat: no-repeat;
  padding-left: 35px;
}

/* content block unit 4 */
#content_unit4 {
  margin-top: 20px;
}
#content_unit4 h2.gc_wrapper_title {
  color: #595959;
  font-size: 120%;
  font-weight: bold;
}
