/* CSS Document */
html, body {
	background-color: #CCCCCC;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#indexx {
	background-color: #CCC;
	filter:alpha(opacity=95);	-moz-opacity:0.95;	opacity: 0.95;
	padding: 10px;
	background-color: #CCCCCC;
}

td, th {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {  
	color: #000; 
	text-decoration: none;
	}
	
a:hover {  
	color: #FF6633; 
	text-decoration: none;
	}

#background{
	position:absolute; 
	z-index: 1;
	width:100%; 
	height:100%;
	margin: 0px;
	padding: 0px;
	}
	
.grijs {
	color:#666666;
	font-size:13px;
	font-weight:bold;
}

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

.grijs a:hover{
	color: #FF6633;
	text-decoration: none;
	}

.grijsn {
	color:#666666;
	font-size:13px;
	font-weight:bold;
	padding-bottom:inherit;
	text-align: center;
}


.titel {
	font-size: 24px;
	font-weight:bold;
	padding-bottom:inherit;
	}

.titeln {
	font-size: 24px;
	font-weight:bold;
	text-align: center;
	color: black;
	}

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

. titeln a:hover {  
	color: #FF6633; 
	text-decoration: none;
	}

.titelkaart {
	font-size: 30px;
	font-weight:bold;
	margin-bottom: 50px;
	color: red;
	}

.titelkaart a {
	color: red; 
	text-decoration: none;
	}
	
.subtitel {
	font-size: 13px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:15px;
	}
	
.ondertitel {
	font-size: 14px;
	font-weight:bold;
	padding-bottom:10px;
	}

.ondertiteln {
	font-size: 14px;
	font-weight:bold;
	padding-bottom:10px;
	text-align: center;
	}

.ondertiteln a{
	color: black;
	}
	
.adres {
	text-align:right;
	}

#scroller {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; left:0; overflow:auto; 
	z-index:2;
	}

#fixedleft {
	position: absolute;
	left: 0%;
	display: block;
	width: 90%;
	height: 100%; 
	z-index: 10;  
	border:0px solid #000; 
	}

#fixedright {
	position: absolute;
	right: 0%;
	display: block;
	width: 10%;
	height: 100%; 
	z-index: 10;  
	border:0px solid #000; 
	}

#container {	
	width:98%;
	height: 98%;
	z-index: 2;	
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	position: absolute;
	color: red;
	
	}

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

.thumbsstrip {
	background-color: AAA;
	padding: 2px;
}
