/*
   witte.css
   mrozema
   
   Created by mrozema on 2010-10-25.
   Copyright 2010 mrozema. All rights reserved.
*/
html{
  background-image: url(/images/body_back.gif);
  background-repeat: no-repeat;
  background-position: top center;
}
body{
  font-size :12px;
  margin: 0 ;
  padding: 0;
  line-height: 18px;
  color: #333333;
}
a:focus{
  outline: none;
}
a, a:link, a:active, a:visited{
  color: #0f4ca1;
  text-decoration :none;
}
a:hover{
  color: #f17821;
}

h2 {
  margin-top :1.5em;
}
#content ul, #content_pagina ul, #content ol, #content_pagina ol{
  padding: 15px;
  padding-top: 0px;
  padding-bottom :0px;
  margin-bottom : 1em;
}
#content ul.orange_bullet li, #content_pagina ul.orange_bullet li{
  list-style: url(/images/orange_bullet.gif);
}

#content ul.image_bullet li, #content_pagina ul.image_bullet li{
  list-style: none;
  background-image: url(/images/image_bullet.gif);
  background-repeat: no-repeat;
  background-position: left 0px;
  margin-left: -16px;
  padding-left :24px;
  line-height :24px;
}
#content ul.wiki_bullet li, #content_pagina ul.wiki_bullet li{
  list-style: none;
  background-image: url(/images/wittepedia_bullet2.jpg);
  background-repeat: no-repeat;
  background-position: left 6px;
  margin-left: -16px;
  padding-left :22px;
  line-height : 18px;
}
#content ul.pdf_bullet li, #content_pagina ul.pdf_bullet li{
  list-style: none;
  background-image: url(/images/application_pdf.gif);
  background-repeat: no-repeat;
  background-position: left 0px;
  margin-left: -16px;
  padding-left :22px;
  line-height : 21px;
}

#global{
  width: 880px;
  margin: 0 auto;
}
#top{
  height:128px;
  display: block;
}
#top .logo{
  float: left;
}
#banner_homepage{
  float: left;
}
#banner_pagina{
  margin-bottom: 45px;
}
#breadcrumb, #breadcrumb a{
  font-size: 10px;
  height: 15px;
  line-height: 12px;
  color: #80756e;
  margin-bottom: 8px;
}
#breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited{
  color: #034ea2;
}
#breadcrumb a:hover{
  text-decoration: none;
}
#breadcrumb span{
  padding-right: 10px;
  font-size :10px;
}
#content{
  padding-top: 45px;
}
#content, #content_pagina{
  width: 540px;
  float: left;
  padding-right: 40px;
}
h1{
  font-size: 22px;
  font-weight: bold;
  color: #f17821;
  margin-top: 30px;
  margin-bottom: 20px;
}
.right_column, .right_column_pagina{
  width: 280px;
  padding-left: 19px;
  padding-top: 55px;
  float: left;
  background-color: #f0efef;
  border-left: 1px solid #c6c5c5;
  color: #797979;
  font-size :11px;
}
.right_column_pagina{
  padding-top: 0px;
  padding-bottom :22px;
}
.right_column .pagepart, .right_column_pagina .pagepart{
  padding-top: 55px;  
}
.right_column_pagina .pagepart_mechanisatie{
  padding-top: 15px;
}
.right_column .contact img, .right_column_pagina .contact img{
  float: left;
  padding-right: 15px;
}
.right_column .contact div, .right_column_pagina .contact div{
  height: 37px;
}
.right_column .contact, .right_column .contact a, .right_column_pagina .contact, .right_column_pagina .contact a{
  font-size: 14px;
  font-weight: bold;
  color: #f17821;
  line-height: 32px;
  text-decoration: none;
}
.right_column .latest_blog a, .right_column_pagina .latest_blog a{
   color:#06509F;
  text-decoration:none;
}
.right_column a:hover, .right_column_pagina a:hover{
  color: #f17821;
}
.right_column .contact span, .right_column_pagina .contact span{
  color: #58595b;
  font-size: 11px;
  font-weight: normal;
  line-height: 32px;
}
.twitter_blok{
  margin-top: 60px;
  margin-bottom: 30px;
}
#footer{
  clear: both;
  width: 880px;
  margin: 0 auto;
  font-size :11px;
  text-align: center;
  padding-top: 100px;
  padding-bottom :20px;
}
#footer h2{
  color: #aaa197;
  font-size :12px;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 32px;
}
#footer .txt{
  float: left;
  width: 880px;
}
#footer .rechts{
  float: right;
}
#footer .txt, #footer .txt a.mail{
    color: #aaa197;
}
#footer a{
  color: #034ea2;
}
#footer .footer_img{
  text-align: left;

}
#footer .footer_img img{
  float: left;
}
#footer .footer_menu{
  float: left;
  line-height: 32px;
}
#footer .copyright_rovecom a{
     color: #aaa197;
     font-size: 8px;
}
#footer .copyright_rovecom a:hover{
  color: navy;
}

/*----------zoeken-------------*/
.title{
  margin-top: 60px;
}
#zoekbox .zoeken_input{
  background-image: url(/images/zoek_input.gif);
  background-color: transparent;
  border: none;
  width :245px;
  height: 23px;
  line-height: 23px;
  padding-left :5px;
  margin-bottom: 10px;
}
#zoekbox .zoeken_submit{
  background-image: url(/images/zoek_button.gif);
  background-color: transparent;
  border: none;
  width :68px;
  height: 22px;
  cursor: pointer;
}
.latest_blog{
  margin-bottom: 30px;
}
.right_column .latest_blog a{
  color: #797979;
}
.right_column .latest_blog .more a{
  color: #06509f;
}
.right_column .latest_blog a:hover{
  color: #f17821;
}
.social{
  margin-bottom: 30px;
  background-image: url(/images/social_media.gif);
}
.social a{
  color: #06509f;
  text-decoration: none; 
}
.aanm_nieuwsb{
  margin-bottom: 30px;
}
/*----------------menu---------------*/
#top a{
  color: #0d4e98;
  text-transform:uppercase;
  font-size : 14px;
  text-decoration: none;  
  text-align: center;
  display: block;
  float: left;
}
#top #menu{
  padding-top: 44px;
}
#top a:hover{
   text-decoration: underline;
   font-size :16px;
   font-weight: bold;
}
#top a.home{
  width :129px;
  margin-left: 22px;
}
#top .active .home, #top .active .profiel, #top .active .contact {
  font-size :16px;
  font-weight: bold;
  text-decoration: none;
}
#top a.ik-ben-zakelijk{
  width :167px;
}
#top a.ik-ben-particulier{
  width : 188px;
}
#top a.profiel{
  width : 113px;
}
#top a.contact{
  width : 97px;
  text-align:right;
}
/*--------------submenu-----------*/
.right_column_pagina .sub_contact{
  background-image: url(/images/contact_menu_title.gif);
  background-repeat: no-repeat;
}
.right_column_pagina .sub_profiel{
  background-image: url(/images/profiel_menu_title.gif);
  background-repeat: no-repeat;
}

.submenu{
  padding-top : 40px;
  margin-bottom :40px;
}
.submenu ul{
  margin: 0; 
  padding: 0;
}
.submenu li{
  list-style: none;
}
.submenu li a{
  background-image: url(/images/menu_arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left :25px;
  line-height: 24px;
  color: #0f4ca1;
  text-decoration: none;
}
.submenu li.active a, .submenu li.active li.active a{
  font-weight: bold;
}
.submenu li li.active a{
  font-weight: normal;
}
.submenu ul li ul{
  display: none;
}
.submenu ul li.active ul{
  display :block;
}
.submenu ul li.active ul li a{
  font-weight: normal;  
}
.submenu li li a{
  padding-left :40px;
  background-image: url(/images/submenu_arrow.gif);
  background-repeat: no-repeat;
  background-position: 27px center;
  font-weight: normal;
}
/*---------news---------*/
#news ul, #external_rss_feeds ul{
  margin: 0;
  padding: 0;
}
#news li, #external_rss_feeds li{
  list-style: none;
}
#news .title, #external_rss_feeds .title {
  margin-top:15px;
}
#news .item, #external_rss_feeds .item{
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c5c5;
}
#news h2.list{
  display: none;
}
#news h2.title a, #external_rss_feeds h2.title a{
  font-size: 12px;
  color:#F17821;
  font-weight: bold;
  text-decoration: none;
}
#news a, #external_rss_feeds a{
  color:#0f4ca1;
}
#news a:hover, #external_rss_feeds a:hover{
  text-decoration: none;
}
/*----------aanmelden nieuwsbrief---------*/
#subscribe_options{
  width :540px;
  overflow: hidden;
}
#subscribe_options .menu_item a, .submit_button{
  display: block;
  float: left;
  margin-right: 5px;
  width :135px;
  height: 22px;
  background-image: url(/images/blank_button.gif);  
  background-repeat: no-repeat;  
  text-align: center;
  border: none;
  background-color: transparent;
}
#subscribe_options .menu_item a.active{
  background-image: url(/images/blank_button_a.gif);  
  color: gray;
}
div #subscribe_options .menu_item a.active {
  font-size:11px;
  text-decoration:none;
}
div #subscribe_options .menu_item a {
  padding: 0px;
  font-size:11px;
  text-decoration:none;
}
.form span.form_choice{
  color: #F17821;
    display: block;
    margin: 0;
    padding: 3px;
}
.form span.form_choice .label_check{
  margin-left: 5px;
}
/*-----------contact--------------*/
#contact_form .option{
  font-weight: bold;
}
#contact_form .textfield{
  background-color:transparent;
  background-image:url("/images/input_back.gif");
  border:medium none;
  height:24px;
  line-height: 24px;
  margin-bottom:10px;
  width:205px;
  padding-left :5px;
}
#contact_form .select{
  height:24px;
  margin-bottom:10px;
  width:210px;
  border: 1px solid #7a797a;
 }
#contact_form textarea{
  background-color:transparent;
  background-image:url("/images/textarea_back.gif");
  border:medium none;
  margin-bottom:10px;
  width: 540px;
  height: 120px;
}
ol, ul, dl {
 margin: 0;
}

blockquote, ul, ol, dl {
  margin: 0;
}
/*---------downloads-----*/
#downloads li{
  list-style: none;
  float:  left;
  width :100%;
}
#downloads li .thumb{
  float: left;
  margin-right: 5px;
}
/*----------koppen-----------*/
h1.oranje, h2.oranje, h3.oranje{
  color: #f17821;
}
h1.zwart, h2.zwart, h3.zwart{
  color: #333333;
}
h1.blauw, h2.blauw, h3.blauw{
  color: #0f4ca1;
}
/*----------linkjes-----------*/
a.wiki{
  background-image:url("/images/link_extWiki.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-left :16px;
  margin-left :0px;
}
a.extern{
  background-image:url("/images/link_external_2.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-left :16px;
  margin-left :0px;
}
/*----------ledenmodule--------------*/
#facebook .paging_container .paging_select{
  display: none;
}
#facebook #filter_groups ul{
  margin: 0;
  padding: 0;
  clear: both;
  border-top: 1px solid #C6C5C5;
  border-bottom: 1px solid #C6C5C5;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom :10px;
}
#facebook #filter_groups li{
  list-style: none;
  width: 50%;
  float :left;
  height: 24px;
}
#facebook input{
  background-color: transparent;
  background-image: url("/images/zoek_button.gif");
  border: medium none;
  cursor: pointer;
  height: 22px;
  width: 68px;
  float: left;
}
#facebook input#search{
  background-color: transparent;
  background-image: url("/images/zoek_input.gif");
  border: none;
  height: 23px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 245px;
  padding-left :5px;
  float: left;
  cursor: text;
}
#facebook #filter_groups ul li input{
  height: auto;
  width: auto;
  float: none;
  background-image: none;
}
#facebook .item, #facebook .detail{
  background-image: none;
  background-repeat: no-repeat;
  background-color: #f0eeef;
  border-left :3px solid #f17721;
  overflow: hidden;
  width: 360px;
  margin: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 10px;
}
#facebook .item h2, #facebook .detail h2{
  color: #114c95;
  font-size :14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#facebook .item .back_to_list {
  padding: 20px;  
  display: block;
}

#facebook ul{
  margin: 0;
  padding: 0;
}
#facebook ul li{
  list-style: none;
}
#facebook .person_data, #facebook .person_thumb{
  float: left;
  width: 50%;
  color: #114c95;
}
#facebook .person_thumb{
   text-align: right;
 }
#facebook .dep{
  margin-top: 10px; 
  margin-bottom: 10px;
}
/*-------------content----------------*/
.ballon{
  padding-bottom: 30px; 
  padding-left: 25px; 
  width: 325px; 
  padding-right: 50px; 
  background: url(/images/ballon.jpg) no-repeat 0pt 0pt; 
  float: left; 
  height: 125px; 
  padding-top: 15px;
}
.news_block{
  margin: 0 0 20px; 
  padding: 8px 8px 8px 12px; 
  border-left: 3px solid #F17821; 
  background: #F0EFEF;
  clear: both;
}

