/*******************************************************************************
 *
 * - $Id: user.css 6554 2009-12-10 08:19:08Z mrozema $
 *
 * Copyright Rovecom ICT BV
 *
 ******************************************************************************/
 

html{height: 100%;}
body{
  background-color: #e4e1e1;
  min-height: 100%;
  background-image: url("/images/ribbon.gif"); 
  background-repeat: repeat-y;  
  background-position: center;
  font-family: Arial;
  font-size :12px;
  color: #404040;
}
a, a:link, a:active, a:visited{
  color: black;
  text-decoration: none;
}
a:hover{color: #bd0926;}

.copyright_rovecom, .copyright_rovecom a{
  color: #c8c3c3;
}
.copyright_rovecom{
  text-align :right;
  padding-right: 230px;  
}
h1, h2, h3{
  color: #bd0926;
}
#header{display: none;}

#ribbon{
  width: 927px;
  margin: 0 auto;
  padding-top: 30px;
}
.top_schaduw{
  background-image: url("/images/top_schaduw.gif"); 
  width :712px;
  height: 7px; 
}
#global{
  width: 707px;
  background-image: url("/images/content_back.gif"); 
  background-repeat: repeat-y;  
  padding-left: 5px;
}
#top{
  height: 257px;
  width: 702px;
  background-image: url("/images/top.jpg"); 
  position: relative;
}
#content{
  padding: 40px;
  padding-top: 0px;
}
#content h1{
  color: #bd0926;
  display: block;
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #bd0926;
}
#footer{
  padding: 1px;
  clear: both;
  overflow: hidden;
  font-size :12px;
}
#footer .rood{
  background-color: #bd0926;
  line-height: 24px;
  height: 24px;
  width: 278px;
  padding-left :10px;
  float: left;
  display: block;
  margin-left :1px;
  color: white;
}
#footer .wit{  
  line-height: 24px;
  height: 24px;  
  float: left;
  display: block;
  padding-left: 10px;
  color: #bd0926;
}
#footer .wit a:link, #footer .wit a:active, #footer .wit a:visited{
  color: #bd0926;
}
.bottom_schaduw{
  background-image: url("/images/bottom_schaduw.gif"); 
  width :712px;
  height: 9px;   
}
#menu{
  width: 702px;
  height: 28px;
  position: absolute;
  top: 230px;
}
#menu ul{
  margin: 0;
  padding: 0;
}
#menu li{
  list-style: none;
  float: left;
}
#menu li a{
  display: block;
  width:138px;
  text-align :center;  
  color: white;
  text-decoration: none;
}
#menu li a:hover, #menu li a.active{
  color: gold;
}
/*---------------contact-------------*/
#contact_form {
  background-color: transparent;
  border: none;
  float: none;
  padding: 0px;
  width: 100%;
}
#contact_form dd{
  float: none;
}
#contact_form .mod_contactforms_col1{
  width: 175px;
  line-height: 24px;
  }
#contact_form .mod_contactforms_col2 input, #contact_form .mod_contactforms_col2 textarea{
  border: 1px solid silver;
  border-top: none;
  border-left :none;
  width: 180px;
  background-image: url("/images/contact_input_back.gif"); 
}
#contact_form input.submit_button{
  background-image:none;
  background-color: #bd0926;
  color: white;
  margin-top: 5px;
  cursor: pointer;
}
/*----------nieuws--------------*/
#news h2 a{
  color: #bd0926; 
}
#news .item{
  border-bottom: 1px solid #dbc2c6;
  padding-bottom :10px;
  margin-bottom :20px;
  overflow: hidden;
}
#news .item .news_image{
  float: left;
  margin-right :10px;
}
#news .show .news_image{
  float: right;
  margin-left :10px;
}
#news .show .teaser{
  font-style: italic;
  color: gray;
  margin-bottom: 10px;
}
#news .show .meta{
  color: #bd0926; 
  font-style: italic;
  font-size: 10px;
  margin: 10px;
  text-align :right;
}
#news .lees_verder a{
  color: #bd0926; 
  font-style: italic;
  font-size: 10px;
}
