/* stylesheet voor thema home */
div#main_container {
	
	line-height: 1.67em;
}
h1 {
	padding-top: 0px;
	margin-top: 20px;
	font-size: 200%; /* 24px in percentage zodat deze mee gaat met het letter vergroten */
	line-height: 2em;	 /*24px*/
	}

h2 {	
	padding-top: 0px;
	margin-top: 10px;
	font-size: 167%; /* in percentage zodat deze mee gaat met het letter vergroten */
	line-height:1.67em;
	color: #2a80c2;
	}
h3 {	
	padding-top: 0px;
	margin-top: 10px;
	font-size: 150%; /* in percentage zodat deze mee gaat met het letter vergroten */
	font-weight: bold;
	line-height:1.5em;
	color: #2a80c2;
	}
/* content */
div#contentHome {
	display: inline;
	position: relative;
	float:left;
	width: 690px;
	min-height:400px;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}
div#contentTop {
	position: relative;
	height: auto;
	overflow: auto;
	width: 690px;
	border: thin solid #d6ebf5;
	background-color: #f0fbff;
}
div#contentTopRight {
	position: relative;
	width: 350px;
	padding: 0px 20px 0px 0px;
	float: right;
}
div#contentTopLeft {
	position: relative;
	width: 218px;
	height: 252px;
	float: left;
}
div#contentTopInner {
	position: relative;
	width: 690px;
	padding: 10px 0px 10px 0px;
	border-top: thin solid #d6ebf5;
	float: left;
}
div#lottery {
	width: 208px;
 	padding: 0px 10px 0px 10px;
 	float: left;
 	margin: 20px 0px 20px 0px;
}
div#news {
	width: 450px;
 	padding: 0px 0px 0px 10px;
 	float: right;
 	border-left: thin solid #d6ebf5;
 	margin: 20px 0px 20px 0px;
}
.newsItem
{
	border-top: 1px solid #d6ebf5;
	valign: middle;
	height: 39px;
	width: 100%;
}
div#banners {
	width: 440px;
 	padding: 0px 10px 0px 10px;
 	float: right;
 	margin: 20px 0px 20px 0px;


}
