/*
***********************************************************
Title: Vervolgpaginas
Author & copyright: Jacco van der Post - TYPO3-webdesign.nl
Date: may 2009
***********************************************************
*/

#header {
  height:175px;
  }

#logo a {
}

#header-foto {
  height:175px;
  }
  
#navtop {
  top:175px;
  }
  
#links-kopje {
  background: #436c78;
}

#navtop ul li a#t-8 {
  	background: url(../img/buttons/vervolgpaginas/home.gif) no-repeat ;
  	width:78px;
  	}

#navtop ul li a#t-7 {
  	background: url(../img/buttons/vervolgpaginas/informatie.gif) no-repeat ;
  	width:106px;
  	}
  	
#navtop ul li a#t-6 {
  	background: url(../img/buttons/vervolgpaginas/opleidingen.gif) no-repeat ;
  	width:113px;
  	}

#navtop ul li a#t-5 {
  	background: url(../img/buttons/vervolgpaginas/wie.gif) no-repeat ;
  	width:106px;
  	}
  	
#navtop ul li a#t-4 {
  	background: url(../img/buttons/vervolgpaginas/contact.gif) no-repeat ;
  	width:88px;
  	}

#navtop ul li a#t-3 {
  	background: url(../img/buttons/vervolgpaginas/faq.gif) no-repeat ;
  	width:65px;
  	}

#rechts {
  padding-top:48px;
  }
  	
#breadcrumb {
  display:block;
  margin-bottom:10px;
  margin-left:-4px;
  }
#breadcrumb a {  
  color:#1d0440;
  font-size:0.9em;
  margin:0 4px;
  }

#breadcrumb .pijltjebr {

  }

/* submenu / sitemap, bijv. op pagina opleidingen */

ul.csc-menu-1 {
  padding:0;
  margin-top:10px 0;
}

ul.csc-menu-1 li {
  list-style:none;
  }
ul.csc-menu-1 li a {
  color:#1d0440;
  font-weight:bold;
  padding:0 25px;
  }

ul.csc-menu-1 li a:hover {
  background:#debacb;
  text-decoration:none;
  }
