body{
	background-color: #eae8f4;
	background-image: url(images/body-bg.gif);
	font-size: 13px;
	color: #3b1e62;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
}


H1{
	font-weight: bold;
	font-size: 22px;
	color: #5c4775;
}

H2{
	font-weight: bold;
	font-size: 18px;
	color: #695085;
	margin-top: 30px;
	margin-bottom: -8px;
}

H3{
	font-weight: bold;
	font-size: 14px;
	color: #695085;
	margin-top: 30px;
	margin-bottom: -10px;
}


#head {
	background: url(images/header.png) no-repeat;
	background: url(images/head02.png) no-repeat;
	margin:auto;
	position: relative;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	width: 880px !important; /* 930 minus (padding left + padding right) */
	height: 184px;
}


#headMenuText{
	background: url(images/menuDevider.gif) no-repeat;
	background-position: right;
	font-size: 12px;
	display: inline;

	/* Position of Menu Text */
	position: relative;
	top: 164px;
	padding: 10px 21px 10px 21px;   /* meer padding om de bold verbreding wat tegen te gaan bij Selected*/
}

#headMenuText a{
	text-decoration: none;
	color: #f5f3f7;
}


#headMenuTextSelected{
	background: url(images/menuDevider.gif) no-repeat;
	background-position: right;
	font-size: 12px;
	display: inline;

	/* Position of Menu Text */
	position: relative;
	top: 164px;
	padding: 10px 20px 10px 20px;
}

#headMenuTextSelected a{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}


#content{
	margin:auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 70px;
	position: relative;
	text-align: left;
	width: 790px !important;  /*width = 930 minus left and right padding */
	background-image: url(images/body-bg.png);
	background-repeat: repeat-y;
}

#footer{
	clear:both;
	background: url(images/footer.png) no-repeat;
	margin:auto;
	padding-top: 5px;
	/*margin-bottom: -12px; /* ballk moet naar de bodem */
	position: relative;
	text-align: center;
	width: 930px !important;
	height: 35px;
	color: #f5f3f7;
	font-size: 10px;
}


/* Images met tekst */

		div.img_div_textright{
			margin-left: 20px;
		  	margin-right:0px;
			clear: both;	
			}

		div.img_div_textright img{
		  	margin-bottom:20px;
			}

		div.img_div_textright em{
			float: right;
			font-size: 10px;
			font-weight: normal;
			color: #777; 
			clear: both;
			margin-top: -20px; 
			}	

		div.img_div_textleft{
			margin-left: 0px;
		  	margin-right:20px;
			clear: both;	
			}

		div.img_div_textleft img{
		  	margin-bottom:20px;
			}

		div.img_div_textleft em{
			float: left;
			font-size: 10px;
			font-weight: normal;
			color: #777; 
			clear: both;
			margin-right: -20px;
			}



/* Pivot X override */
.align-left {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.align-right {
	float:right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.pivotx-image {
	border: 0px solid #ccc;
	margin: 10px;
}

