/*
Theme Name: Rijschool Victor Haan
Theme URI: http://www.victorhaan.nl/
Description: Wordpress thema door D-Block
Version: 2.0
Author: D-Block
Author URI: http://d-block.nl/

*/	
	/* Universal */
	html {
	overflow-y: scroll;
	}
	* { 
	margin: 0;
	padding: 0;
	border: 0;
	}	
	body {
	/*font-family: Trebuchet MS; /*originele lettertype*/
	font: 0.75em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	color: #fff;
	background: url(images/background.jpg);
	}
	
	/* Typografie */
	a {
	color: #fff;
	text-decoration: none;
	}
	a:hover {
	color: #000;
	text-decoration: underline;
	}
	h1 {
	background: #7B7B71 url(images/arrow.jpg) 5px no-repeat;
	font-size: 1.3em;
	padding: 0 0 0 20px; margin: 0 0 10px 0;
	}
	h2 {
	color: #555;
	padding: 0 0 10px 0;
	font-size: 1.2em;	
	}
	
	hr {
		height: 0;
		border-bottom: 1px dotted #ddd;
		margin: 5px 0 10px 0;
		clear: both;
		}
	strong, b {
	
	}
	p {
	padding: 0 0 10px 0;
	}
	li, ol {
	list-style-position: inside;
	}
	
	#center ul, #center ol {
	margin: 10px 10px 10px 20px;
	}
	
	
	.cleaner {
	clear: both;
	}
	a img {
	border: none;
	}	

	
	/* Container */
	
	#container {
	height: 100%;
	min-height: 100%;
	margin: 0 auto 0 auto;
	width: 816px;
	padding: 0 2px;
	background: url(images/container.png) repeat-y;
	}
	html>body #container {
	height: auto;	
	}

	
	
	/* Logo */
	
	#logo {
	float: left;
	height: 110px;
	width: 160px;
	padding: 10px 10px 0 10px;
	border-bottom: 10px solid #3937A2;
	}
	
		
	/* Menu */
	
	#menu {
	width: 616px;
	float: right;
	height: 100px;
	padding: 20px 0px 0 20px;
	border-bottom: 10px solid #3937A2;
	}
	
	
	* html #menu ul { 
/*	IE only rule, reduce menu width
*/	width: 99%;
	position: absolute;
	}	
	#menu li {
	display: inline;
	}
	
	#menu li.page_item a {
	width: 75px; height: 100px;
	background: #009900;
	text-indent: -9999px;
	position: ;
	}
										
	#menu li a  {
	float: left;
	height: 100px;
	display: block;
	border-right: 1px dotted #999;
	}
	#menu li a:hover {
	border-bottom: 10px solid #fff;
	}
	
	#menu li.current_page_ancestor a, #menu li.current_page_item a {
	border-bottom: 10px solid #fff;
	}
	
	/* individu menu */
	#menu li.page-item-42 a {
	background: url(images/menu/rolstoel.jpg);
	}
	#menu li.page-item-31 a {
	background: url(images/menu/taxi.jpg);
	}
	#menu li.page-item-23 a {
	background: url(images/menu/vrachtwagen.jpg);
	}
	#menu li.page-item-27 a {
	background: url(images/menu/aanhangwagen.jpg);
	}
	#menu li.page-item-6 a {
	background: url(images/menu/brommer.jpg);
	}
	#menu li.page-item-5 a {
	background: url(images/menu/motor.jpg);
	}
	#menu li.page-item-17 a {
	background: url(images/menu/auto.jpg);
	}
	#menu li.page-item-36 a {
	background: url(images/menu/rijangst.jpg);
	}
	
	/* Header */
	
	#header {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;			
	}
	#header h1 {
	display: none;
	}
	
	
	/* Left */
	
	#left, #right {
	float: left;
	width: 160px;
	padding: 20px 0 20px 0;
	}
	#left ul, #right ul {
	margin: 10px 0 0 10px;
	border-right: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	}
	#left ul li, #right ul li {
	padding: 3px 0 4px 15px;
	background: url(images/sub/arrow.jpg) no-repeat;
	list-style: none;
	}
	#left ul li a, #right ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	}
	#left ul li a:hover, #right ul li a:hover {
	color: #000;
	text-decoration: underline;
	}
	
	
	/* Center */	
			
	#center {
	float: left;
	width: 455px;
	background: #B3B3AB;
	padding: 20px;
	}
	#center ul {
	margin: 10px 10px 10px 20px;
	}
	
	
	/* Right */
	
	#right {
	float: left;
	width: 140px;
	padding: 20px 10px;
	}
	
	
	/* Footer */
	
	#footer {
	padding: 10px 0 0 0;
	height: 30px;
	background: #3937A2;
	width: 816px;
	text-align: center;
	}	