/* BOYS2BOYS CSS STYLESHEET */
/* HIERIN STAAT DE OPMAAK VOOR DEZE SITE */
/* Copyright 2007-2008. By Boys2Boys.nl */

/*
h1, h2, h3 zijn titels. 
a zijn links
a:hover zijn links bij mouseover
p zijn alinea's
body is de hoofdpagina
#div zijn blokken

in boys2boysIE.css zijn extra aanpassingen gedaan voor de Internet Explorer gebruikers
deze site ziet er het mooiste uit in Mozilla Firefox 2+

plaatjes worden aangeroepen uit de map afbeeldingen
*/

h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 2.2em;
	font-style: normal;
	font-weight: bold;
	color: #222222;
	text-transform: none;
	text-align: left;
	height: 15px;
	line-height: 24px;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-transform: none;
	text-align: left;
	height: 15px;
	line-height: 24px;
}

h2:first-letter {
	text-transform: uppercase;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #3C2B39;
	text-transform: none;
	text-align: left;
	height: 15px;
	line-height: 24px;
}

P {
	font-family: Verdana, serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color: #444444;
}

P.rechts {
	text-align: right;
	border-bottom: 1px dotted #333333;
	height: 15px;
}

P.dik {
	font-weight: bold;
}


    
    
body {
	margin: 20px 0px 0px 25px;
	font-size: 12px;
	height: 100%;
	background: #333333 url(../afbeeldingen/background.jpg) top left repeat-y;
}

#container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	width: 900px;
	float: left;
}

#main {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	border: 0px;
	width: 860px;
	float: left;
	background: #FFFFFF url(../afbeeldingen/container.jpg) top left no-repeat;
	text-align: left;
}

#logob2b {
	margin: 0px 0px 0px 0px;
	width: 860px;
	height: 100px;
	background: #DDDDDD url(../afbeeldingen/b2blogo.jpg) top left no-repeat;
	float: left;
}

#hoofdmenu {
	margin: 0px 0px 0px 0px;
	width: 860px;
	height: 24px;
	background: #333333 url(../afbeeldingen/hoofdmenu.jpg) top right no-repeat;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 25px;
}

#hoofdmenu a {
	color: #FFFFFF;
	text-decoration: none;	
}

#hoofdmenu a:hover {
	color: lightblue;
	text-decoration: none;	
}

#content {
	background: url(../afbeeldingen/zijbalk.jpg) top right repeat-y;	
	width: 860px;
}

#submenu {
	margin: 0px 0px 0px 0px;
	width: 860px;
	height: 25px;
	background: #FFB7F4 url(../afbeeldingen/submenu.jpg) top left repeat-y;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 25px;
}

#submenu a {
	color: #000000;
	text-decoration: none;	
}

#submenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#hoofdtekst {
	overflow: auto;
	margin-top: 10px;
	width: 572px;
	height: 650px;
	float: left;
}

#hoofdtekst a {
	font-size: 0.8em;
	color: #9B2E92;
	text-decoration: none;	
}

#hoofdtekst a:hover {
	font-size: 0.8em;
	color: #FF4CF0;
	text-decoration: none;	
}

#zijbalk{
	width: 250px;
	float: right;
	margin-right: 10px;
	font-size: 0.8em;
}

#zijbalk a {
	font-size: 1em;
	color: #EBA9E0;
	text-decoration: none;	
}

#zijbalk a:hover {
	font-size: 1em;
	color: #FFB7F3;
	text-decoration: none;	
}

#zijbalk P {
	color: #5F445A;
}

#footer {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	width: 840px;
	background: #9B2E92  url(../afbeeldingen/footer.jpg) top left no-repeat;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

TD.procenten {
	width: 60px;
	height: 15px;
	color: purple;	
	font-family: Verdana, serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

TD.uitkomst {
	width: 200px;
	height: 15px;
	color: #333333;	
	font-family: Verdana, serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.c {
	clear: both;
}