/* CSS Document */

.title-img {

	padding-top: 10px;
}

.top-sticker-nl {
	position: absolute;
	z-index: 200;
}

.top-sticker-nl a {
	background-image: url(../images/maakjeeigen-sticker-button.png);
	background-repeat: no-repeat;
	height: 184px;
	width: 184px;
	display: block; 
}

.top-sticker-nl a:hover {
	background-position: 0 -184px;
}

.top-sticker-en {
	position: absolute;
	z-index: 200;
}

.top-sticker-en a {
	background-image: url(../images/createyour-sticker-button.png);
	background-repeat: no-repeat;
	height: 184px;
	width: 184px;
	display: block; 
}

.top-sticker-en a:hover {
	background-position: 0 -184px;
}

h1 {

	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	
	color: #EEEEEE;
	font-size: 1.2em;
	margin-top: -40px;
	margin-bottom: 5px;
}

h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	
	color: #EEEEEE;
	font-size: 2em;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: bold;
	
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-bottom-width: thin;
}

h3 {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	
	color: #0BA9EC;
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.centerCont {
	
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

#heading {

	text-align: center;
}

#heading p {

	
}

#menubar {

	color: #FFFFFF;
	font-size: 0.8em;
	position: absolute;
	right: 10px;
	top: 5px;
}

#menubar a {

	color: #FFFFFF;
	text-decoration: none;
}

#menubar a:hover {

	text-decoration: underline;
}

.chapterBlock {

	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	
	color: #FFFFFF;
	
	
	margin: 0px;
	
	padding: 0px;
	
	border: solid 1px;
	border-color: #444444;
	
	background-image: url(../images/bg_shade_1px_2.png);
	background-repeat: repeat;
	
	
	behavior: url(media/iepngfix.htc);
}

.sticker {

	position: absolute;
	z-index: 200;
}


.chapterCont {

	padding-left: 20px;
	padding-right: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	
}

.chapterText {

	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	line-height: 1.6em;
	
	font-size: 0.95m;
}

.chapterText a {

	color: #0BA9EC;
}

.chapterText a {

	text-decoration: none;
}

.chapterText a:hover{

	text-decoration: underline;
}

table	{

	width: 100%;
	
	padding: 0px;
}

td {

	padding: 10px;
}

.vertical-spacer {

	height: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	border-top-width: 4px;  
	border-top-style: double; 
	border-top-color: #666666;
}

.tdImg {
	
	padding: 0px;
	margin: 0px;
	
	line-height:100%;
	text-align:center;
	
	vertical-align:middle;
}

#topImage {

	margin: 20px 0px -25px 0px;
}

.vAlignImg	{
	display: inline;
}