html{
  background-color: #e5e5e5;
}
body {
  
}
h1, h2, h3{
  color: #289c1d;
}
h1{
  font-size :18px;
}
h2{
  font-size: 14px;
}
h3{
  font-size: 12px;
  font-weight: bold;
}
a:link, a:active, a:visited{
    color: #289c1d;
}
a:hover{
  text-decoration: none;
}
#global {
  background-image: url(/images/content_back.gif);
}
#header {
  background-image: url(/images/header_back.gif);
  height: 151px;
  padding-top: 22px;
  padding-left: 11px;
}
#header .logo{
  float: left;
}
#header .flash_banner{
  height: 150px;
  width: 738px;
  overflow: hidden;
}
.left{
 background-color: transparent;
 padding-left: 11px;
 width: 199px;
}
#menu {
 background-color: transparent;
}
.right{
 background-color: transparent;
}
#content {
  background-color: transparent;
  padding-left: 25px;
  padding-top: 15px;
  padding-right: 25px;
}
#breadcrumb {
 background-color: transparent;
 background-image: url(/images/breadcrumb_back.gif);
 background-color: #940000;
 background-repeat: repeat-y;
 border-left: 1px solid white;
 width: 718px;
 text-align: right;
  color: white;  
  font-weight: bold;
  font-size: 12px;
  padding-right :20px;
  
}
#breadcrumb a{
  color: white;  
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
#breadcrumb a:hover{
  color: gold;
}
#footer {
 background-color: transparent;
 background-image: url(/images/footer_back.gif);
 height: 45px;
 font-size :12px;
 color: white;
}
.copyright_rovecom{
  width :960px;
  margin: 0 auto;
  text-align: center;
  color: gray;
  font-size: 10px;
}
.copyright_rovecom a{
  color: gray;
  font-size: 10px;
}


/*-------------menu-------------*/
#menu ul{
  margin: 0;
  padding: 0;
}
#menu li a{
  background-color: black;
  display :block;
  line-height: 32px;
  padding-left :10px;
  color: white;
  font-weight: bold;
  font-size :14px;
  margin-bottom: 1px;
}
#menu ul ul{
  background-image: url(/images/submenu_back.gif);
  background-repeat: repeat-x;
  background-color: #177610;
}
#menu li li a{
  font-size :12px;
  padding-left: 20px;
  margin: 0;  
  background-color: transparent;
}
#menu li a:hover, #menu li li a:hover, #menu li.active a{
  background-color: #289c1d;
}
#menu li.active li a{
 background-color: transparent;
}
#menu li li a:hover, #menu li.active li.active a{
  background-color: #289c1d;
}
/*---------nieuws----------*/
#news .item{
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#news a:link, #news a:active, #news a:visited{
  color: #289c1d;
}
#news h2{
  font-size: 14px;
  font-weight: bold;
}
#news .meta{
  border: 1px solid silver;
  background-color: #e7e7e7;
  font-size: 10px;
  padding: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#news .meta span{
  font-weight: bold;
}
#news .lees_verder{
  margin-left: 20px;
}
#news .teaser{
  font-style: italic;
}
#news .news_image{
  float: left;
  margin-right: 10px;
}
#news .show .news_image{
  float: right;
  margin-left: 10px;
}
/*--------sitemap-----------*/

#wtk_sitemap a:link, #wtk_sitemap a:active, #wtk_sitemap a:visited{
  color:#289c1d;
}
#wtk_sitemap ul{
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
#wtk_sitemap li{
  list-style: none;
  line-height: 21px;
}
/*-----------contact----------*/
#tbl_form td{
  padding: 4px;
}
