@charset "utf-8";
/* CSS Document */


/*global*/
h1 {
	font:"Book Antiqua";
	font-size: 1.5em;
	font-weight: bolder;
	padding-right: 100px;
}
h2 {
	font:"Book Antiqua";
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
}
h3 {
	font:"Book Antiqua";
	font-size: 1.0em;
	font-weight: bold;
}
 
 
/* opmaak voor de footer informatie */
#bottom {
	font-size: 0.8em;
	font-weight: lighter;
	text-align: center;
}


/* opmaak voor alle content in het textgedeelte */
#content {
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
}

/*unique pages*/
#indexpage {
	float:left;
	margin-left:175px;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:5px;
	width:500px;
	align:left;
	background-color:#CCCC99;
	background-image:url(../Images/dtbrown.png);
	background-position:top;
	background-repeat:repeat-x;
	}
	
#contact {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width:800px;
	align:left;
	text-align:left;
	vertical-align:middle;
	background-color:#CCCC99;
	background-image:url(../Images/dtbrown.png);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:10px;
	margin-right:10px;
	margin-left:20px;
	padding-left:10px;	
	}
