body { 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 11px; 
	line-height: 16px;
	color: #990000;
	margin: 0; 
	padding: 0;
	background-color: #f0f0f0;
}

#menu li, #payoff, .klankbord .text{
	font-family: "Gill Sans MT", Arial, Verdana, Helvetica, SunSans-Regular, sans-serif;
}

a img{
	border: 0;
}

a:link, a:visited, a:hover { 
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

h1{
	color: #000;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#container{
	float: none;
	width: 955px;
	height: 600px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}

#scroll{
	position: relative;
	height: 600px;
	overflow: auto;
	width: 955px;
}

#background{
	width: 905px;
	background-position: 0 bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

.home, .contact{
	background-image: URL(../images/home_bg.jpg);
}

.wie_is_robert_witlox{
	background-image: URL(../images/wieis_bg.jpg);
}

.coaching_volgens_robert_witlox{
	background-image: URL(../images/coaching_bg.jpg);
}

.geheim_van_de_smid, .geheim_van_de_smid_netwerk, .geheim_van_focus, .introductie_avond, .aanmelden, .referenties, .referenties_focus, .fotos, .succesvolle-ondernemerstechnieken{
	background-image: URL(../images/geheim_bg.jpg);
}



#logo a{
	width: 400px;
	height: 88px;
	display: block;
}

#logo{
	float: right;
	width: 400px;
	height: 90px;
	background-image: URL(../images/robert_witlox_logo.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
	
}


#menu{
	float: left;
	margin: 30px 0 0 20px;
	width: 260px;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li{	
	height: 25px;
	margin-bottom: 10px;
	background-image: URL(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

#menu img{
	margin-top: 7px;
	behavior: url(/css/iepngfix.htc);
}

#menu li:hover{
	margin-bottom: 9px;
	background-color: #ccf0f5;
	border-bottom: 1px solid #e3d2d3;

}

#menu li.active{
	margin-bottom: 9px;
	color: #fff;
	border-bottom: 1px solid #e3d2d3;
	background-color: #990000;
}


#menu li a, #menu li a:visited{
	display: block;
	height: 25px;
	width: 239px;
	padding-left: 21px;
}

.active a, .active a:visited{
	color: #fff;
}
.active a:hover{
	color: #990000;
}


.klankbord{
	float: left;
	border-left: 1px solid #990000;
}

.blok{
	margin-left: 12px;
}

.text{
	position: relative;
	top: -25px;
	left: -1px;
	height: 50px;
	width: 261px;
	background-image: URL(../images/klankbord_bg.gif);
	background-repeat: no-repeat;


}

#payoff{
	float: left;
	height: 50px;
	width: 477px;
	background-image: URL(../images/payoff_bg.gif);
	background-repeat: no-repeat;
	
}

#content{
	float: right;
	width: 556px;
	margin: 50px 0;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 11px; 
	min-height: 360px;
	height: auto !important;
  	height: 360px;

}

#content ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content li{
	background-image: URL(../images/blue_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}
.homepagina{
	font-size: 12px; 
	line-height: 24px;
}

input, textarea, select{
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
}
select{
	width: 142px;
}

.error{
	color: #000;
}

@media print {

	#menu, #logo, #payoff, .klankbord{
		display: none;
		visibility: hidden;
	}
	
	#content{
		float: left;
		margin: 0;
		padding: 0;
		width: 620px;
		font-size: 12px;
		line-height: 14px;
		overflow: visible;
	}
	

}
