/*Stylesheet TapasThuis http://www.tapasthuis.nu [vitello]*/

html {
scrollbar-base-color: black;
scrollbar-arrow-color: #FF8000;
scrollbar-track-color: #323033;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: gray;
scrollbar-3dlight-color: black;
}
html, body{
	margin:0;
	padding:0;
	background-color: #000000;
	
 } 
#Legenda{position:relative; margin-left:50px;}
 
#pagewidth{ }
 
#header{
	position:relative;
	height:200px;
	background-color:#000000;
	width:100%;
	
} 
/*menu*/
#navcontainer ul
{
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}

#navcontainer ul li a
{
	background: url(../afbeeldingen/list-off.gif) no-repeat left center;
	padding-left: 15px;
	text-align: left;
	font: bold small-caps 13px Verdana;
	text-decoration: none;
	color: #999999;
	text-transform: lowercase;
}

#navcontainer ul li a:hover
{
	background: url(../afbeeldingen/list-on.gif) no-repeat left center;
	color: #FF9900;
}

#navcontainer ul li a#current
{
	background: url(../afbeeldingen/list-active.gif) no-repeat left center;
	color: #FFCC33;
}

#navcontainer ul li a#permanent
{
	background: url(../afbeeldingen/list-off.gif) no-repeat left center;
	color: #A8BF55;
}
#navcontainer ul li a#newyear
{
	background: url(../afbeeldingen/list-off.gif) no-repeat left center;
	color: #A8BF55;
}
#navcontainer ul li a:hover#permanent
{
	background: url(../afbeeldingen/list-off.gif) no-repeat left center;
	color: #E8E46A;
}
/*einde menu*/ 
#leftcol{
	width:20%;
	float:left;
	position:relative;
	background-color:#000000;
	height: 510px;
	background-image: url(../afbeeldingen/AchtergrondHamGroot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
 }
 
#twocols{
 width:78%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
	width:30%;
	float:right;
	position:relative;
	background-color:#000000;
	height:500px;
	padding-left: 7px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
 }
#rightcol a{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #9999FF;
	text-decoration: none;
}
#rightcol a:hover{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}

#print a{
	text-decoration:none;
	background-color: #000000;
}
#print a:hover{
	text-decoration:none;
	background-color: #FF9900;
}
table{
	font-family: "Trebuchet MS", Verdana;
}

#maincol{
	background-color: #000000;
	float: left;
	display:inline;
	position: relative;
	width:64%;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #CCCCCC;
	text-align: justify;
	height: 500px;
	overflow: auto;
 }
#maincol a{
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #9999CC;
	font-weight: bold;
	text-decoration: none;
}
#maincol a:hover{
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
#maincol h1{
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	color: #FFCC33;
}
#maincol h2{
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	color: #9999CC;
}
#maincol h3{
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: normal;
}
#maincol h4{
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
	
}
#footer{
	height:40px;
	background-color:#000000;
	clear:both;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
 } 
 #voettekst{
 	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #9999FF;
}

#voettekst a {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #9999FF;
	text-decoration: none;
}
#voettekst a:hover{
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: underline;
}
#onderschrift{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #666666;
}
#onderschrift a {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#onderschrift a:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
 
 /* *** Drijvende containertjes fix*** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*linker kolom verbergen bij printen*/ 
#leftcol{display:none;} 

/*rechterkolom verbergen bij printen*/ 
#rightcol{
	display:none;
	height: 500px;
	width: auto;
} 
#twocols, #maincol{width:100%; float:none;}
}
