/***********************************************************************************/
/* HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML */
/***********************************************************************************/

body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	background-image: url(../beelden/bck.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {
	padding: 0px;
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 26px;
	color: #E1001A;
}

img {
	border: none;
}

/***********************************************************************************/
/* ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID I */
/***********************************************************************************/

div#homeContainer { left: 0px; top: 0xp; width: 494px; height: 600px; position: relative; margin: 0px auto; text-align: center; }

div#contContent {
	left: 0px;
	top: 0px;
	
	width: 100%;
	min-height: 375px;
	height: auto;
	
	position: relative;
	clear: both;
	
	background-image: url(../beelden/bck-blue.png);
	background-position: left top;
	background-repeat: repeat;
}
	
	div#contContent div.container {}
		
		div#contContent div.container div#content {
			left: 0px;
			top: 0px;
			
			width: 435px;
			height: auto;
			
			position: relative;
			float: left;
			margin-left: 10px;
		}
		
		div#contContent div.container div#image {
			left: 0px;
			top: 0px;
			
			width: 540px;
			height: auto;
			
			position: relative;
			float: left;
		}
		
		div#contContent div.container div#min-height {
			left: 0px;
			top: 0px;
			
			width: 1px;
			height: 385px;
			
			position: relative;
			float: right;
		}
		
		div#contContent div.container div#submenu {
			left: 385px;
			top: 0px;
			
			width: 515px;
			height: 15px;
			
			position: relative;
			clear: both;
			
			padding: 15px 0px;
		}

div#contFooter {
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 98px;
	
	position: relative;
	clear: both;
	
	background-image: url(../beelden/spacerWit.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

	div#contFooter div.container {}
	
		div#contFooter div.container div#meerInformatie {
			left: 550px;
			top: 15px;
			
			position: absolute;
		}
	
		div#contFooter div.container div#movies {
			left: 0px;
			top: 9px;
			
			position: absolute;
		}
	
			div#contFooter div.container div#movies div {
				left: 0px;
				top: 0px;
				
				width: 139px;
				
				position: relative;
				float: left;
			}

div#contFooterBottom {
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 30px;
	
	position: relative;
	clear: both;
	
	background-image: url(../beelden/spacerWit.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

	div#contFooterBottom div.container {
		padding-top: 10px;
	}

div#contHeader {
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 92px;
	
	position: relative;
	clear: both;
	
	background-image: url(../beelden/spacerWit.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	
	text-align: center;
}

	div#contHeader div.container {}
		
		div#contHeader div.container div#logo {
			left: 0px;
			top: 23px;
			
			width: 175px;
			height: 58px;
			
			position: absolute;
		}
		
		div#contHeader div.container div#menu {
			left: 375px;
			top: 70px;
			
			width: 608px;
			height: 22px;
			
			position: absolute;
		}
			
			div#contHeader div.container div#menu div {
				left: 0px;
				top: 0px;
				
				width: auto;
				height: 22px;
				
				position: relative;
				float: left;
			}

/***********************************************************************************/
/* CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS C */
/***********************************************************************************/

.clear {
	clear: both;
}

.container {
	width: 1000px;
	height: auto;
	
	position: relative;
	
	margin: 0px auto;
}

.gray {
	color: #666666;
}

.gray a{
	color: #666666;
	text-decoration: none;
}

.gray a:hover {
	color: #E1001A;
	text-decoration: none;
}

.inp_inschrijven {
	width: 200px;
	color: #666666;
	border: 1px solid #666666;
	background-color: transparent;
	padding: 1px;
}

.inp_inschrijven_submit {
	width: 40px;
	color: #666666;
	border: 1px solid #000000;
	background-color: transparent;
	padding: 1px;
}

.red {
	color: #E1001A;
}

.red a {
	color: #FFFFFF;
	text-decoration: none;
}

.red a:hover,
.red a.active,
.red a.active:hover {
	color: #666666;
	text-decoration: none;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.white {
	color: #FFFFFF;
}

.white a {
	color: #666666;
	text-decoration: underline;
}

.white a:hover {
	color: #E1001A;
	text-decoration: underline;
}

