html{
  background-color: #e8f4ff;
}
body{
  font-size: 14px;
}
h1, h2, h3{
  color: #f26522;
}
h4, h5, h6{
  color: #262262;
}
#global{
  width: 980px;
  margin: 0 auto;
}
#global .header{
  background-image: url(/images/header.jpg);
  width: 952px;
  height: 123px;
  padding-top: 113px;
  padding-left: 8px;
  padding-right: 20px;
}
#content{
  background-image: url(/images/inhoud_back.gif);
  background-repeat: repeat-y;
  padding: 40px;
  padding-top: 20px;
}
#footer{
  height: 50px;
  background-image: url(/images/footer.gif);
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
}
#footer a:link, #footer a:active, #footer a:visited{
  color: #f26522;
}
#footer a:hover{
  text-decoration: none;
}
.copyright_rovecom, .copyright_rovecom a:link, .copyright_rovecom a:active, .copyright_rovecom a:visited{
  color: #b8ccde;
  font-size :11px;
  text-align: center;
}
.copyright_rovecom a:hover{
  color: maroon;
}
#menu{
  height: 32px;
}
#menu ul{
  margin: 0;
  padding: 0;
}
#menu li{
  list-style: none;
  float: left;
  position: relative;
}
#menu li a{
  font-size: 14px;
  font-weight: bold;
  color: white;
  float: left;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  height: 32px;
  background-image: url(/images/menu_border.png);
  background-repeat: no-repeat;
  background-position: right;
}

#menu li li a{
	display: block;
	height: 29px;
	width: 200px;
	color: white;
	font-size: 12px;
	background-image: none;
	border-bottom: 1px solid white;
}
#menu ul ul{
	position: absolute;
	top: 32px;
  background-color: #f26522;
}
#menu li li{
	display: none;
	float: none;
}
#menu li:hover li{
	display: block;
}
#menu li li a:hover, #menu li li.active a{
  color: #fedf78;
}

#breadcrumb{
  color: white;
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
  text-align: right;
  padding-top: 54px;
  letter-spacing: -1px;
}
#breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited{
  color: white;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0px;
}

/*--------nieuws-----------*/
#news .item{
  border-bottom: 1px solid silver;
  padding-bottom :10px;
  margin-bottom :20px;
  overflow: hidden;
}
#news .news_image{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#news a, #news h2 a{
  color: #f26522;
  font-size: 18px;
}
#news a{
  font-size: 12px;
}
#news .teaser{
  margin-bottom: 10px;
  font-style: italic
}
#news .meta{
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  background-color: #e7e7e7;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  color: gray;
  padding: 4px;
  clear: both;
}
#news .meta span{
  width : 50px;
  display: block;
  float: left;
}

/*---------formulier-----------*/
.mod_contactforms_col1{
  width: 150px;
  padding: 5px;
}
.mod_contactforms_col2 input, .mod_contactforms_col2 textarea{
  border: 1px solid gray;
}
input.submit_button, input.zoeken_submit{
  background-color: #262262;
  border: none;
  border-top: 3px solid #f26522;
  width :100px;
  height: 24px;
  color: white;
  background-image: none;
  margin-top: 10px;
}
/*-------Links-----------*/
#links .group{
  font-weight: bold;
}
#links a:link, #links a:active, #links a:visited{
  color: #f26522;;
}
#links li{
  list-style: none;
  padding: 5px;
  border-bottom: 1px solid silver;
  margin-bottom: 10px;
  margin-top: 10px;
}
#links li .description{
  padding-left : 5px;
  padding-top: 5px;
  font-size :11px;
  color: gray;
}

/*---------Fotoalbum----------*/
#fotoalbum a:link, #fotoalbum a:active, #fotoalbum a:visited{
    color: #f26522;
}
#fotoalbum a:hover{
  color: #262262;
  text-decoration: none;
}
#fotoalbum .terug{
  background-image: url(/images/pijl.gif);
  background-repeat: no-repeat;
  background-position: left 20px;
  padding-left :20px;
  height: 24px;
  
}
#fotoalbum .gallery_album .gallery_album_photo {
  padding: 0;
  padding-left: 6px;
  padding-top: 15px;
  width :175px;
  height: 165px;
}




