/* general style rules */

html {

}

body {
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	font-family: Arial;
	
	/*background: url(../images/background.jpg);*/
	background: #000;
	
}


.button {
	border: 1px solid #FFF;
	
	font-size: 12px;
	
	font-family: Arial,sans-serif;
	
	background: #5A2F4D;
	
	color: #FFF;
}


embed, object {
	margin: 0px;
	padding: 0px;
}

div#container {
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	
	background: url(../images/container-background.gif) no-repeat #3D0B2E;
	
	background-position: 0px 78px;
	
	text-align: left;
	
	color: #FFF;
	
	font-family: Arial,sans-serif;
	
	font-size: 12px;
}

	div#container a {
		color: #D199C3;
	}
	
	div#container-home a {
		color: #D199C3;
	}

	* html div#container-home div#content {
		height: 348px;
	}

	
	* html div#container div#content {
		height: 348px;
	}

div#container-home {
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	
	background: url(../images/container-background-home.gif) no-repeat #3D0B2E;
	
	background-position: 0px 78px;
	
	text-align: left;
	
	color: #FFF;
	
	font-family: Arial,sans-serif;
	
	font-size: 12px;
	
	


}

/* Home DIVS */
div#binnenkort {

	position: absolute;
	margin-left: 0px;
	
	width: 126px;
}

	div#binnenkort h2 {
		color: #B170AC;
		font-size: 14px;
		margin: 0px;
		margin-bottom: 4px;
	}

hr {
	height: 0px;
	border-bottom: 1px solid #94308E;
}
	
	
div#spotlight {
	background: url(../images/spotlight.gif);
	
	height: 98px;
	width: 199px;
	
	padding-top: 65px;
	padding-left: 12px;
	padding-right: 12px;
	
	position: absolute;
	
	margin-left: 320px;
}

div#top5 {
	background: url(../images/top5.gif) no-repeat;
	
	padding-top: 64px;
	
	height: 100px;
	width: 155px;
	padding-left: 10px;

	position: absolute;
	
	margin-left: 140px;
	
	font-size: 10px;
}

	div#top5 ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}

	
	div#top5 ul li {
		margin-bottom: 5px;
	}

div#home-text {
	margin-top: 180px;
	position: absolute;
	margin-left: 0px;
	
	width: 355px;
}

	div#home-text h1 {
		margin-bottom: 4px;
	}
	
	div#home-text p {
		margin: 0px;
	}

div#aanmelden-button {
	position: absolute;
	width: 99px;
	height: 104px;
	

	
	margin-top: 220px;
	margin-left: 460px;
	
	cursor: pointer;
}

/* End home DIVS */

	table.default {
		border-collapse: collapse;
		width: 565px;
		
		margin-left: -2px;
		
	}
	
	table.default th {
		padding-bottom: 15px;
		color: #811686;
		font-size: 12px;
		
		padding: 4px;
		
		border-bottom: 1px solid #811686;
		font-style: italic;
		font-weight: normal;
	}
	
	table.default td {
		font-size: 12px;
		padding: 4px;
	}
	
	
	table.default td h2 {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 8px;
		
		color: #CD83C0;
	}

	
	table.default td.last {
		padding-bottom: 10px;
	}
	
	table.default td.last hr {
		border-bottom: 1px solid #811686;
		height: 0px;
	}

	div#content {
		margin-left: 270px;
		margin-right: 110px;
		margin-top: 26px;
		
		min-height: 348px;
	}
	
		div#content h1 {
			font-size: 21px;
			font-weight: normal;
			color: #D199C3;
		}		

		
		div#content h2 {
			
			font-weight: bold;
			color: #D199C3;
		}		
		
		
		div#content h3 {
			clear: right;
			font-size: 14px;
			font-weight: bold;
			color: #D199C3;
		}	
		
	div#menu {
		float: left;
		padding-left: 41px;
		margin-top: 26px;
		width: 160px;
	}
	
		div#menu h2 {
			margin-top: 20px;
			font-size: 16px;
			margin-bottom: 0px;
			color: #7FC0EA;
		}
	
		div#menu ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			
			font-size: 14px;
		}
		
			div#menu ul li {
				margin-bottom: 4px;
			}
			
			div#menu a {
				color: #FFF;
				text-decoration: none;
			}
			
			div#menu a:hover {
				color: #CF80C1;
				
			}
			
div#footer {
	background: url(../images/footer.gif);
	
	clear: both;
	
	height: 87px;
}

	div#footer div.left {
		margin-left: 43px;
		font-size: 14px;
		padding-top: 60px;
	}
	
	div#footer div.right {
		float: right;
		padding-top: 63px;
		margin-right: 40px;
		font-size: 11px;
		color: #D199C3;
	}
	
	div#footer a {
		color: #D199C3;
	}