/* ----------------------------------------------------
RESET 
---------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #000;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------------------
END RESET 
---------------------------------------------------- */

body {
	background-color: #080707;
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#outer {
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  width: 100%;
	  height: 1px;
	  overflow: visible;
	}
	 
#content {
	  height: 600px;
	  position: absolute;
	  top: -300px;          /***  height / 2   ***/
}

#content {
	position:relative;
	background-image: url(img/content_bg.jpg);
	height: 600px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 16px;
}
#content1 {
	position:absolute;
	width:250px;
	z-index:1;
	left: 0px;
	top: 60px;

}


#content1 ul li {
	list-style-type: disc;
	margin-left: 10px;
}
#content p{
	margin-bottom: 10px;
	
	}
.header-win {
	display: block;
	width:250px;
	height:40px;
	text-indent: -9999px;
	background-image: url(img/header-win.gif);
	background-repeat: no-repeat;
	background-position:left top;
	margin-bottom: 10px;
	}	
.header-prijs {
	display: block;
	width:250px;
	height:50px;
	text-indent: -9999px;
	background-image: url(img/header-prijs.gif);
	background-repeat: no-repeat;
	background-position:left top;
	margin-bottom: 10px;
	}	

#content2 {
	position:absolute;
	width:250px;
	z-index:1;
	left: 710px;
	top: 60px;
	text-align: left;

}

#content3 {
	position:absolute;
	width:240px;
	z-index:1;
	left: 340px;
	top: 160px;
	text-align: left;
	height: 520px;

}

#bigquote {
	position:absolute;
	width:300px;
	z-index:1;
	left: 340px;
	top: 80px;
	text-align: left;
	height: 200px;

}

input {
	border: 1px solid #666;
	background-image: url(img/inputbg.gif);
	height: 21px;
}
#verificationimage {
	margin-bottom: 5px;
	width: 60px;
	float: left;
}


a {
	color: #FFF;
	font-weight: bold;
	}
#reglement {
float: right;
margin-right: 30px;
}

.btn-reglement {
	display: block;
	width:130px;
	height:60px;
	text-indent: -9999px;
	background-image: url(img/btn-reglement.gif);
	background-repeat: no-repeat;
	background-position:left top;
	}
	
.viersterren {
	display: block;
	float:left;
	width:43px;
	height:10px;
	text-indent: -9999px;
	background-image: url(img/viersterren.gif);
	background-repeat: no-repeat;
	background-position:left top;
	}	

.submitbtn {
	height:28px;
	border: 1px solid #D70000;
	background-image: url(img/inputsubmitbg.gif);
	color: #FFF;
	
	}

#sidebar {
	height:250px;
	overflow:hidden;
	position:relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F00;
	border-bottom-color: #F00;

}     
.red {
	color: #F00;
}

#menu {  
width:100%;  
list-style:none;  
padding:0;  
margin:0;  
top:0;  
position:relative;  
height:100%;  

}  
#menu li {  
text-align:center;  
display:block;  
cursor:hand;  
cursor:pointer;  
}  
#menu li a {  
font-family:helvetica, arial, verdana;  
font-size:9px;  
font-weight:900;  
display:inline;   
text-decoration:none;  
}  
#menu li span {  
font-family:georgia, arial;  
font-size:9px;  
color:#464646;  
}  

#menu li a img {
opacity: 50%;
	}

#menu li a img:hover {
	background-image: url(img/quote-hover.gif);
	}

