﻿
*{ margin:0; padding:0;}

body{background-image: url(../../images/frontimages/bg_grad_browser.jpg);}

#wrapper
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
                              #top{width: 977px; height: 100px; border:solid 1px white; background-repeat:no-repeat; }
/*IE7*/ *:first-child+html div#top{width: 980px; height: 100px; background-repeat:no-repeat;}
           /*IE6*/  * html div#top{width: 980px; height: 100px;  background-repeat:no-repeat;}

 #top1{width:256px; height:100px;  float:left; background-image: url(../../images/header2.gif);background-repeat:no-repeat;}
 
 #top2{width:716px; height:100px; padding-right:5px; float:right;background-image: url(../../images/header1.png);background-repeat:no-repeat;}
 
 /* <changed> */ 
 #top2 #contactlink
 {
     position:relative;
     top: 5px
 }
  
 #top2 #contactlink li
 {
     display:inline;
     border-left:1px solid #d0cfbf;
     padding:0 2px 0 5px;
 }
  #top2 #contactlink li:first-child
 {
     border-left:none;
 }
 #top2 #contactlink #login
 {
     border:none;
     padding:0 0 0 20px;
     text-align:right;
 }
 #top2 #contactlink #login a
 {
     text-decoration:underline;
 }
 #top2 #contactlink #login a:hover
 {
     text-decoration:none;
 }
 #contenthome
 {
     width:320px;float:left; margin-left:15px
     }
 .icon_arrow
 {
     position:relative;
     display:inline-block;
     left:-5px;
     background:url("../../images/sheet.png") -10px -80px no-repeat;
     width:4px;
     height:8px;
 }
 *:first-child+html .icon_arrow /* ie7*/
 {
     zoom:1;
     display:inline;
     top:-3px;
 }
 .icon_user
 {
     position:relative;
     display:inline-block;
     left:-5px;
     top:2px;
     background:url("../../images/sheet.png") -0px -80px no-repeat;
     width:8px;
     height:10px;
 }
 *:first-child+html .icon_user /* ie7*/
 {
     zoom:1;
     display:inline;
     top:-1px;
 }
 .icon_video
 {
     position:relative;
     display:inline-block;
     left:0px;
     top:2px;
     background:url("../../images/sheet.png") -380px -80px no-repeat;
     width:14px;
     height:14px;
     margin:0 5px 0 0;
 }
 *:first-child+html .icon_video /* ie7*/
 {
     zoom:1;
     display:inline;
     top:-1px;
 }

#menu
{
    width: 980px;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: url("../../images/sheet.png") 0 0 no-repeat;
	
}
#menu li
{
    height:40px;
    float:left;
    list-style:none;
}
#menu li a
{
    height:40px;
    float:left;
    display:block;
}
.home a
{
    float:left;
    width:81px;
}
.home:hover a
{
    background: url("../../images/sheet.png") 0 -40px no-repeat;
}
.wie a
{
    float:left;
    width:122px;
}
.wie:hover a
{
    background: url("../../images/sheet.png") -81px -40px no-repeat;
}
.wat a
{
    float:left;
    width:215px;
}
.wat:hover a
{
    background: url("../../images/sheet.png") -203px -40px no-repeat;
}
.bieden a
{
    float:left;
    width:145px;
}
.bieden:hover a
{
    background: url("../../images/sheet.png") -418px -40px no-repeat;
}
.andere a
{
    float:left;
    width:231px;
}
.andere:hover a
{
    background: url("../../images/sheet.png") -563px -40px no-repeat;
}
 /* </changed> */
 
 
 
 
                              #contents{width: 980px; background-color:#fffeee;}
/*IE7*/ *:first-child+html div#contents{width: 980px; background-color:#fffeee;}
           /*IE6*/  * html div#contents{width: 980px;  background-color:#fffeee;}
           
           
           
/* <changed> */


#nav
{
	width: 241px;
	float: left;
	height: 609px;
	background: url("../../images/sidebar_repeater.png") repeat-y;
}
#nav ul
{
    float:left;
    list-style:none;
    width: 241px;
}
#nav_container
{
    width: 241px;
	float: left;
	height: 568px;
	background: url("../../images/land.png") bottom right no-repeat;
}
.nav_header
{
    float:left;
    width:241px;
    margin:0 0 15px;
    background: url("../../images/sheet.png") no-repeat;
}
#header_vestigingen
{
    height:15px;
    width:99px;
    background-position: -230px -80px;
}
#header_cursussen
{
    height:11px;
    width:86px;
    background-position: -20px -80px;
}
#header_evenementen
{
   height:11px;
   width:113px;
   background-position: -110px -80px; 
}
#header_video
{
   height:11px;
   width:47px;
   background-position: -330px -80px; 
}
.nav_item
{
    float:left;
    width:230px;
    margin:25px 0 0 11px;
}

 /* </changed> */
#content
{
	width: 680px;
	background-color: #fffeee;
	float:right;
	margin-right:30px;
	
}

#footer
{
	 margin-bottom:0px;
    background-image: url(../../images/frontimages/pf_home_24.jpg);
    height:40px;
    width: 980px; 
}
.clear
{
	clear:both;
}

#topcontent
{
	margin-top: 18px;
	width: 100%;
	background-image: url(../../images/frontimages/pf_home_09.jpg); background-repeat:no-repeat;
	
/*	height:114px;*/
}
                              #middlecontent{margin-top: 0px;height:200px;width: 100%;}
/*IE7*/ *:first-child+html div#middlecontent{margin-top: 0px;height:200px;width: 100%;}
           /*IE6*/  * html div#middlecontent{margin-top: 0px;height:200px;width: 100%;}

#bottomcontent
{
	margin-top: 0px;
	height: 100px;
	width: 100%;
	background-image: url(../../images/frontimages/pf_home_21.jpg);
	background-repeat:no-repeat;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a504e;
	font-style: italic;
}

#Innerleftmenu
{
	
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
    float:left;width:241px;height:25px;padding-top:5px;
     
}

#Innerrightmenu
{
    float:right;width:700px; height:25px; padding-top:5px;
}
.block1
{
	background-image: url(../../images/pf_home_12.jpg);
	background-repeat:no-repeat;
}
.block2
{
	background-image: url(../../images/pf_home_14.jpg);
	background-repeat:no-repeat;
}
.block3
{
	background-image: url(../../images/pf_home_16.jpg);
	background-repeat:no-repeat;
}
.block4
{
	background-image: url(../../images/pf_home_18.jpg);
	background-repeat:no-repeat;
}
#nav a:link, #nav a:visited
{
	text-decoration:none;
	color:#5a504e;
	background-color:inherit;
}
#nav li
{
	color: #5a504e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
}
#nav a:hover
{
	color: #2aa5aa;
	font-weight: bold;
}
#menu a:link, #menu a:visited
{
    font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
#menu a:hover
{
	color: #fbcd53;
	font-weight: bold;
	text-decoration:none;
}
    #randomquote
    {
        margin-left:94px;
        margin-top:28px;
        height:51px;
        width:313px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        color: #FFFFFF;
        padding-top:29px; 
        padding-right:10px;
        padding-left:10px;
        text-align:center;
    }

           
   .middlecontent-table
   {
     height:221px;
   }
  .Welcome1
   {
     font-family: Arial, Helvetica, sans-serif;font-size: 11px; color: #3c1f5d; 
   }
  .Welcome2
  {
    font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #185b1f; 
  }
  .Welcome3
  {
    font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #761f30; 
  }
  .Welcome4
  {
    font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #74371c; 
  }
  .welcomelink1 a:link, .welcomelink1 a:visited
  {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px; 
	color: #3c1f5d;
	text-decoration:underline;
   }
   .welcomelink1 a:hover
  {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px; 
	color: #3c1f5d;
	text-decoration:none;
   }
   .welcomelink2 a:link, .welcomelink2 a:visited  
   {
     font-family: Arial, Helvetica, sans-serif; 
     font-weight: bold; 
     font-size: 11px; 
     color: #185b1f;
     text-decoration:underline; 
   }
   .welcomelink2 a:hover  
   {
     font-family: Arial, Helvetica, sans-serif; 
     font-weight: bold; 
     font-size: 11px; 
     color: #185b1f;
     text-decoration:none; 
   }
   .welcomelink3 a:link, .welcomelink3 a:visited 
   {
     font-family: Arial, Helvetica, sans-serif; 
     font-weight: bold; 
     font-size: 11px; 
     color: #761f30;
     text-decoration:underline; 
   } 
   .welcomelink3 a:hover 
   {
     font-family: Arial, Helvetica, sans-serif; 
     font-weight: bold; 
     font-size: 11px; 
     color: #761f30;
     text-decoration:none; 
   } 
   .welcomelink4 a:link, .welcomelink4 a:visited 
   {
     font-family: Arial, Helvetica, sans-serif; 
     font-weight: bold; 
     font-size: 11px; 
     color: #74371c;
     text-decoration:underline;
   } 
   .welcomelink4 a:hover
   {
     font-family: Arial, Helvetica, sans-serif; 
     font-weight: bold; 
     font-size: 11px; 
     color: #74371c;
     text-decoration:none; 
   } 
   .quotename
   {
    font-size: 12px; 
	font-style: normal;
	margin-left:15px;
   }
    
    /* changed */ 
   #contactlink ul
  {
     float:right; height:51px;
     color: #5e5453;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 line-height: 16px;
     list-style:none;
  }
  #contactlink a:link, #contactlink a:visited 
   {
     text-decoration:none;
     color: #5e5453;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 line-height: 16px;
   } 
   #contactlink a:hover
   {
     color: #5e5453;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 line-height: 16px;
     text-decoration:underline;
   }
   #welcometekst
   {
      font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #5a504e;
	  line-height: 18px;
	  background-color:Transparent;
	  
	  padding-top:50px;
	  margin-left:15px;
	  margin-bottom:0px;
	  padding-right:5px;
	  
	  
   }
  /* #breadcrumb
   {
    width:100%; height:20px;
   } 
   #breadcrumb a:link, #breadcrumb a:visited 
   {  
     font-size: 11px; 
      color: #5e5453;
	 font-family: Arial, Helvetica, sans-serif;
     text-decoration:underline;
   } 
    #breadcrumb a:hover 
   {  
     font-size: 11px; 
     color: #5e5453;
	 font-family: Arial, Helvetica, sans-serif;
     text-decoration:none;
   } */
   
  #Innerleftmenu a.activemenu{color: #fbcd53; }
  #Innerleftmenu a.activemenu:normal, #Innerleftmenu a.activemenu:visited{color: #fbcd53; }
 
  .style1 
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #878684;
}
.texts
{ 
    color: #5a504e;
    font-size: 12px;
    font-weight: normal;
}
#footer a
{
    text-decoration:underline;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #878684;
}
#footer a:hover
{
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #878684;
}
#topcontent a
{
     color: #29a6aa;
     font-size : 12px;
     font-weight: bold;
     text-decoration:none;
}
a#wat1 
{
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;font-size: 11px; color: #3c1f5d; 
}
a#wat2 
{
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #185b1f; 
}
a#wat3 
{
    text-decoration:none;
   font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #761f30; 
}
a#wat4
{
    text-decoration:none;
     font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #74371c; 
}
h1 
 {
    font-family: Arial, Helvetica, sans-serif;
    color: #5a504e;
    font-size: 20px;
    font-weight: bold;
}

h2 
{
     color : #878684;
     font-size: 16px;
     font-weight: bold;
}

h3 
{
    color: #5a504e;
    font-size: 16px;
    font-weight: bold;
}
h4 
{
    color: #5a504e;
    font-size: 13px;
    font-weight: bold;
}

h5 
{
color: #878684;
font-size: 12px;
font-weight: bold;
}

/*tarik*/

 
  #vestaddress
  {
     width:100%;
  }
  #parent-nav
  {
    width: 241px;
	float: left;
  }
  .vest-leftimage
  {
     height:95px;
  }
  .vest-leftaddress
  {
    padding-top:20px;
    padding-bottom:20px;
    padding-left:9px;
    background-color: #efeede;
  }
 
 
 
 #Listitems li.hovered a:hover 
{
    list-style-image : url(../../images/menu/dot_hover.gif);
    color: #eb9772;
    font-size: 13px;
}



li.hovered a
{
    text-decoration:none;
    color:#5a504e;
    background-color:inherit;
    font-size: 13px;
}

li.hovered a:hover
{
    text-decoration:none;
    color:#eb9772;
    background-color:inherit; 
    font-weight:bold;
}

#mylist
{
    margin-top:-10px;
    margin-left: 4px; 
    font-size: 13px; 
    line-height:21px;
}
li.vin
{
   margin-left: 13px; 
   list-style-image: url(../../images/menu/dot_active.gif);
}
li a.kon
{
    color: #29a6aa;
    background-color: #d8f2f3;
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    vertical-align:middle;
}

#breadcrumb
   {
      width:100%;  margin-top:10px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px; 
      color: #5e5453;
   } 
   #breadcrumb a:link, #breadcrumb a:visited 
   {  
     font-size: 11px; 
      color: #5e5453;
	 font-family: Arial, Helvetica, sans-serif;
     text-decoration:underline;
   } 
    #breadcrumb a:hover 
   {  
     font-size: 11px; 
      color: #5e5453;
	 font-family: Arial, Helvetica, sans-serif;
     text-decoration:none;
    
   }



#special a.selectedlink{color: #29a6aa;font-weight: bold;}
#special a.selectedlink:normal, #special a.selectedlink:visited{color: #29a6aa;font-weight: bold;}
