



@media all
{
  /**
   * ------------------------------------------------------------------
   * Basic Settings
   * ------------------------------------------------------------------
   */

  * { 
  	margin: 0px; 
  	padding: 0px; 
  	font-family: Verdana, Helvetica, Arial, sans-serif;
  }

  html * { font-size: 100.01% }

  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  body {
    padding: 10px 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
    height: 1%;
    color: #444444;
  }




  p { 
  	line-height: 1.4em;
  	margin-top: 0.3em;
  	margin-bottom: 0.3em;
  }

  ul, ol, dl { line-height: 1.5em; margin: 1em 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong, b { font-weight: bold }
  em, i { font-style: italic }

  pre, code { 
  	font-family: monospace; 
  	font-size: 1.4em; 
  	margin-top: 0.3em;
  	margin-bottom: 0.3em;
  }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  a {
  	color: #B31B34; 
  	text-decoration: none;
  }
  a:focus,
  a:hover,
  a:active {
  	color: #B31B34;
  	text-decoration:underline;
  }
  
  a img {
  	text-decoration: none;
  	border: none;
  }
  
  option { padding-left: 0.4em; }
  
  /**
   * ------------------------------------------------------------------
   * Column Layout
   * ------------------------------------------------------------------
   */

  body { 
    background: #EEE url("/opencms/export/system/modules/org.opencms.frontend.templatetwo.demo/resources/images/bg_demo_png24.png") repeat-x top left fixed; 
  }
    
  #window {
  	width: 75em;
    margin: 0pt auto;
  	text-align: left;
  }

  #page {
    background: #F7EFF7;
    padding: 5px;
  }

  #header {
  	background: #FFF ;
  	color: #444444;
    position: relative;
    padding-top: 0px;
  }
  
  #topnav {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  #topnav a {
  	color: #444444;
  }

  #breadcrumb {
    padding: 5px 0px 5px 20px;
    border-bottom: 0px solid #B31B34;
    position: relative;
    height: 1%;
  }
  
  #breadcrumb a {
  	color: #444444;
  }

  #main {
    padding: 10px 0;
  }

  #col1 {
    
	  	display: none;
    
    width: 16em;
    float: left;
    z-index: 3;
  }

  #col1_content {
    position: relative;
    padding: 10px 10px 10px 0px;
    z-index: 4;
  }
  
  #col2 {
    width: auto;
    z-index: 1;
    
    
    
    border-left: ; 
    border-right: ; 
    /* border-left: 2px #ddd dotted;
    border-left: 18em #efefef solid; */
  }

  #col2_content {
    position: relative;
    padding: 10px;
    z-index: 2;
  }
  
  #col3 {
    
	  	display: none;
    
    width: 16em;
    float: right;
    z-index: 5;    
  }

  #col3_content {
    position: relative;
    padding: 10px 0px 10px 10px;
    z-index: 6;
  }
  
  #footer {
  	background: #FFFFFF ;
    color: #003082;
    padding: 10px;
    margin-top: 10px;
    border-top: 1px solid;
  }
  
  #header, #nav_main, #main, #footer, #breadcrumb { clear:both; }

  .clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
  } 

  .clearfix { display: block; }
  
  .clear {
	clear: both;
  }

  /**
   * ------------------------------------------------------------------
   * Accessible
   * ------------------------------------------------------------------
   */
   
  .skip {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  /**
   * ------------------------------------------------------------------
   * Search Page
   * ------------------------------------------------------------------
   */
   
   #searchForm {
     margin-bottom: 10px;
   }
   
   .search_text {
   	margin-bottom: 10px;
   }
   .search_noresult {
     margin-bottom: 10px;
   }
   
   .search_result, .search_error {
     margin-bottom: 10px;
   }
  
   .pagination {
     text-align: center;
   }
   
  /**
   * ------------------------------------------------------------------
   * Box Layout
   * ------------------------------------------------------------------
   */
   
 
   
   .box {
     background: #e1e1e1;
     margin-bottom: 15px;
     border-bottom:1px solid #7B7F7E;
     border-left:1px solid #7B7F7E;
     border-right:1px solid #7B7F7E;
   }

   
   .box h4 {
   	 background: #25438D url("../images/gradient.png") repeat-x scroll center top; 
   	 color: #fff;
   	 font-size: 0.8em;
   	 width: auto;
   	 margin: -1px;
   	 padding: 5px;
   	 line-height: 16px;
   }
   
   .box_schema1 {
   	 background: #E4EFF5;   
   }

   .box_schema2 {
   	 background: #FFCCCC;   
   }

   .box_schema3 {
   	 background: #FFFFFF;   
   }
   
    .box_schema4 {
   	 background: #FFFFFF;   
   	 margin-bottom: 15px;
     	 border-bottom:0px solid #7B7F7E;
	 border-left:0px solid #7B7F7E;
     	 border-right:0px solid #7B7F7E;

   }

   
   .box_schema1 h4 {
   	 background: #003082 url("../images/bg_special-lightblue2.gif") repeat-x scroll center top; 
   	 color: #FFFFFF;
   }

   .box_schema2 h4 {
   	 background: #B31B34 url("../images//bg_special-red.gif") repeat-x scroll center top; 
   	 color: #FFFFFF;
   }

   .box_schema3 h4 {
   	 background: #003082 url("../images/bg_special-lightblue2.gif") repeat-x scroll center top; 
   	 color: #FFFFFF;
   }
   
   .box_schema4 h4 {
   	 background: #FFFFFF url("../images/gradient.png") repeat-x scroll center top; 
   	 color: #FFFFFF;
   }

   
   .boxbody {
     padding: 10px;
     font-size: 0.8em;
   }
   
   .boxbody_listentry {
     margin-bottom: 5px;
     overflow:hidden;
   }
   
   .boxbody_listentry div.left img {
   	 margin-right: 5px;
   }

   .boxbody_listentry div.right img {
   	 margin-left: 5px;
   }
   
   form div.boxform {
     display: block;
     margin: 5px 0px 0px;
     padding: 1px 3px;
   }
  
   form div.boxform label {
     display: block;
     float: left;
     padding-right: 5px;
     text-align: right;
     width: 6em;
   }
 
   .left {
     float: left;
   }
   
   .right {
     float: right;
   }
   
   /**
   * ------------------------------------------------------------------
   * Navigation Menu adjustments, dus uitgebreid op de CSS met wat er in de GUI is geconfigureerd
   * ------------------------------------------------------------------
   */
   
   #nav_left li a {
     color: #444444;
   }
   
   #nav_left li a:hover, #nav_left li a:focus, #nav_left li a:active {
     background: #DDD;
     color: #444444;
   }
   
   #nav_left a.current {
     background-color: #003082;
     color: #FFFFFF;
   }

   /**
   * zowel nav_main, nav_main a:hover en nav_main a.current hadden oorspronkelijk eengradient die is weggelaten
      */

   
     #nav_main {
       background: #003082;
     }
   

   
     #nav_main a {
       color: #EEE;
     }
   
   
   
     #nav_main a:hover {
       background: #B31B34;
     }
   

   
     #nav_main a:hover {
       color: #FFFFFF;
     }
   
   
   
     #nav_main a.current {
       color: #fff;
       background: #B31B34;
     }
   

   
     #nav_main a.current {
       color: #FFFFFF;
     }
   

   /**
   * ------------------------------------------------------------------
   * Editor adjustments
   * ------------------------------------------------------------------
   */
   
   	 
     
   
   
}

@media print
{
   /**
   * ------------------------------------------------------------------
   * Print Layout
   * ------------------------------------------------------------------
   */
   
  body, #window, #page, #main { margin:0; padding: 0; border: 0; }
  #window, #page {width: 100% !important; min-width:0; max-width: none}
  #header { height: auto; }
  #footer { display: none; }

  #topnav, #nav_main, #breadcrumb { display: none; }

  #col1 { display:none; }
  #col3 { display:none; }
  
  #col2, #col2_content { width: 100%; margin:0; padding: 0; border:0; }
}


	@media all
{

  h1, h2, h3, h4, h5, h6 { font-weight:bold; margin: 0 0 0.20em 0; }
  h1 {  font-size: 13px;
	color: #2969B5;
	text-decoration:underline;
	}											/* 24px */
  h2 {  font-size: 13px;
	color: #2969B5;
 	margin-top: 0.5em}						/* 20px */
  h3 { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C3A78;
	font-weight: bold;
	margin-top: 0.45em}						
  h4 { 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C3A78;
	font-weight: bold;
	margin-top: 0.8em}
  h5 { 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3D79BC;
	font-style: normal;  		
  	margin-top: 0.8em}                  
  h6 { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D79BC;
	line-height: 17px;
	font-style: italic;
	font-weight: normal;
	 margin-top: 0.8em }	 

.backhome {
	background-image: url('images/back_home.gif');
	background-repeat: repeat-x;
	background-position: left top
}
.hoofdkopje{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2969B5;
	font-weight: bold;

}
.hoofdkopje_hr{
	color:#2969B5;background-color:#2969B5;height:1px;border:none;
}
.kopje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C3A78;
	font-weight: bold;

}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1554A2;
	line-height: 21px;
}
.zijkant {
	background-image: url('images/zijkant.gif');
	background-repeat: repeat-x;
	background-position: left top
}
.koprood {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C60C29;
}
.intro {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 03326e;
	font-weight: bold;
}
.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D79BC;
	line-height: 17px;
	font-style: normal;

}
.zijkant2 {
	background-image: url('images/zijkant_2.gif');
	background-repeat: repeat-x;
	background-position: left top
}
.intro1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #013c86;
	line-height: 18px;
}
.klein1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 3d79bc;
	line-height: 15px;
	font-style: normal;
}
.part {
	background-image: url('images/back_particulieren.jpg');
	background-repeat: no-repeat;
	background-position: left top
}
.bedrijven {
	background-image: url('fotos/back_bedrijven.jpg');
	background-repeat: no-repeat;
	background-position: left top
}
.bedrijvenback {
	background-image: url('fotos/back_brokers.jpg');
	background-repeat: no-repeat;
	background-position: left top
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D79BC;
	line-height: 17px;
	font-style: italic;
	font-weight: normal;

}
.introshome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #003399;
}
.normalnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #003399;
}




}

