/* layout for screen - BlackBorder */

html {
	height: 100%;
}

body {
	/* centreren op pagina voor IE6 en vroeger */ 
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:verdana, sans-serif;
	font-size: 0.85em;
	background-color: #000;
	/* background-image: url(img_base/bb_bgrptrn.jpg); */
	background-repeat: repeat-x;
	background-attachment: fixed;
	
}

a:link{
	color: #90B0ED;
	text-decoration: underline;
}

a:visited{
	color: #90B0ED;
	text-decoration: underline;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;

}

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


#container {
	position: relative;
	
	/* IE hack centreren terug recht zetten */
	text-align: left;
	
	/* centreren op pagina*/
	margin: 0px auto 0;
	width: 800px;
	
	/* maximale hoogte van pagina */ 
	min-height: 100%;
	height: auto !important;
	height: 100%;  /* voor IE */
	
	color: #90B0ED;
}

#header {
	background: url(img_base/top05_01.jpg) no-repeat;
	height: 142px;
	/* border: white solid 1px; */
}

#subSiteTitle {
	float: right;
	font: Arial, Sans-serif;
	font-size: 2.5em;
	color: #FFF;
	font-weight: bold;
	padding: 100px 55px 0;
}

#menu{
	padding-left: 35px;
	padding-top: 10px;
	/* border: yellow solid 1px;*/
}



#main {
	width: 800px;
	/* nodig om de achtergrond te tonen  in FireFox */
	min-height: 605px;
	margin: 0;
	padding: 0;
	background-image: url(img_base/main05_02.jpg);
	background-repeat: no-repeat;
	/* border: red solid 1px;*/
	
	
}

#content {
	text-align: justify;
	position: relative;
	width: 565px;
	padding: 10px 5px 5px 50px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;

}

#content h1{
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 3px;
}

#rightCol {
	width: 150px;
	float: right;
	padding-right: 8px;
	/* border: red solid 1px;*/
}

#rightCol a{
	font-size: 1.2em;
	color: #90B0ED;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}

#rightCol a:hover{
	color: #FFF;
}

#rightCol li{
	list-style-type: none;
	
}

#rightCol ul{
	margin: 0;
	padding-left: 15px;
}

.gradualshine{
filter:alpha(opacity=30);
-moz-opacity:0.3;
}

#fotoshow a{
	text-decoration: none;
}
	




