.printhidden { display: none }

.printheader{
	font-size: 16px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #595959;
}
/* -------------------------------------------------------------- 
  
 Hartija Css Print  Framework
   * Version:   0.8 (2008-03-10)
	 
-------------------------------------------------------------- */
/****************************/
/***** Global Settings *****/
/****************************/



/* ************************************************** */
/* ******************* Basis ************************ */
/* ************************************************** */

body {
	background: none;
	color: #595959;
	font: 80%/1.5em Verdana, Arial, Helvetica, sans-serif;
}
/* ******************* LINK ************************ */
a

  {
	text-decoration:underline;
	color: #003366;
}
a:visited

  {
	text-decoration:none;
	color: #666666;
}
a:hover {
	text-decoration:none;
	color: #800000;
}

/* ***************** HEADINGS + Titles ******************** */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	padding:0px;
	color: #cc9900;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	padding:0px 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 10px;
}

h3 {
	padding:0px 0;
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #005282;
	margin-bottom: 10px;
}

h4 {
	padding:0px 0;
	font:bold 10px Arial, Helvetica, sans-serif;
	color: #005282;
	margin-bottom: 10px;
}




.note{
	color: #666666;
	font-size: 11px;
}

/* ******************* GLOBAL TAGS ************************ */
.hr {

	width: 100%;

	height: 1px;

	border-style: dashed none none;

	border-width: 1px 0 0;

	border-color: #ccc

}


/* ******************* GLOBAL CLASSES ******************** */


.clear 			{ 
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;

 }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.pic {
	border: 1px solid #dfe1e0;
	padding: 1px;
	background: #FFFFFF;	
}

.spacer {

	width: 1px;

	float: left;

	display: block;

	margin: 0px 14px 0px 15px;

	padding: 0px;

}
.space  { padding: 5px }

.space2 { padding: 10px }

.space3 { padding: 20px }






/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */

#wrapper     {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	}

#leftframe{
	float: left;
	width: 161px;
	margin-right: 40px;
}

#rightframe{
	float: left;
	width: 100%;
}


/* ******************* TOP ************************ */

#top{
	height: 70px;
}

.baseline{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-left: 130px;
	padding-top: 45px;
	text-align: right;
	width: 200px;
}

.language{
	font-size: 10px;
	float: left;
	padding-left: 350px;
	padding-top: 50px;
}


/* ******************* LOGO ************************ */

#logo  {
	background: #ffffff;	
}

#print{
	color: #800000;
	text-decoration: none;
	float: left;
	width: 150px;
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
}

#print a{
	color: #800000;
	text-decoration: none;
}

#print a:hover{
	color: #000033;
	text-decoration: none;
}

/* ******************* CONTENT *********************** */

#content   {
	margin: 0px;
	padding: 0px
}

.leftcontent{
	float: left;
	width: 70%;
}

.rightcontent{
	float: left;
	width: 25%;
}

#main   {
	
}



/* ************************************************** */
/* ******************* Navigation ******************* */
/* ************************************************** */

#nav   {
	margin: 0px;
	padding: 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	height: 331px;
	width: 161px;
	background: url(../images/bg_genietenleft.jpg) no-repeat;
}

#nav a {
	color: #595959;
	text-decoration: none;
}

#nav a:hover {
	color: #D95936;
	text-decoration: none;
}

#navitem ul {
	text-align: left;
	white-space: nowrap;
	margin: 0px;
	padding: 10px 0px 0px;
}



#navitem li {
	list-style: url(../images/ill_bullet1.gif) inside;
	margin: 0px;
	padding: 5px 5px 0px 10px;
}


#navitem .navactif{
	color: #800000;
	text-decoration: none;
}

#navitem .navactif a {
	color: #800000;
	text-decoration: underline;
}

#navitem .navactif a:hover {
	color: #666666;
	text-decoration: underline;
}


/* ************************************************** */
/* ******************* BREADCRUMB ******************* */
/* ************************************************** */
#breadcrumb   {
	font-size: 11px;
	margin: 10px 0px 15px;
	padding: 0px;
	float: left;
	width: 580px;
}

#breadcrumb a {
	color: #800000;
	text-decoration: none;
	}
#breadcrumb a:hover {
	color: #003366;
	text-decoration: none;
	 }






/* ************************************************** */
/* ******************* HOMEPAGE ********************* */
/* ************************************************** */

/* ******************* Sfeerpics ********************* */

.pics {  
    height:  311px;  
    width:   470px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    width:  470px; 
    height: 311px; 
    top:  0; 
    left: 0 
} 

/* ************************************************** */
/* ******************* SUBPAGES ********************* */
/* ************************************************** */



/* ************************************************** */
/* ******************* FORM ************************ */
/* ************************************************** */

.verplicht{
	color: #FF0000;
}





/* ************************************************** */
/* ******************* FOOTER *********************** */
/* ************************************************** */

#footer{
	padding: 15px 0;
	font-size: 10px;
}


#footer a,#footer a:link,#footer a:visited,#footer a:active {
	text-decoration: none;
	color: #58A3D1;
}

#footer a:hover {
	text-decoration: none;
	color: #1B6691;
}


/* ******************************************** */
/* ******************* STUFF ****************** */
/* ******************************************** */




/* ******************* Pagination ****************** */
      div.pagination {
              text-align:center;
              padding: 7px;
              margin: 3px;
      }

      div.pagination a {
              padding: 2px 5px 2px 5px; 
              margin: 2px;
              border: 1px solid #000000;
             
              text-decoration: none; /* no underline */
              color: #000000;
      }
      div.pagination a:hover, div.pagination a:active {
              border: 1px solid #000000;
              background-color:#000000;
              color: #fff;
      }
      div.pagination span.current {
              padding: 2px 5px 2px 5px;
              margin: 2px; 
                      border: 1px solid #000000;
                     
                      font-weight: bold;
                      background-color: #000000;
                      color: #FFF;
              } 
      div.pagination span.disabled {
                      padding: 2px 5px 2px 5px;
                      margin: 2px;
                      border: 1px solid #EEE;
             
                      color: #DDD; 
              }


/* ******************* WESTSITE ****************** */

.westsite {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	}

