/* CSS Document */

body {
	color:#333;
	background-color:#666666;
	margin:60px 0px 0px 10px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	background-image: url(images/logo.jpg);
	background-position: 695px 0px;
	background-repeat: no-repeat;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:21px;
	font-weight:900;
	color:#319cdc;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #CC0000;
	}
	
h3 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #FF6600;
	}
	
h4 {
	font:bold 10px/12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #FFFFFF;
	}
		
	h5  {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:21px;
	font-weight:900;
	color:#bbcb34;
	}
	
	h6 {
	font: 10px/10px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #666666;
	}
	
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
  

ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
li {
		
		margin: 0;
		padding: 0;
		}



/* All the content boxes belong to the content class. */
#content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	overflow: hidden;
	width: 660px;
	min-width:520px;
	margin: 0px 115px 20px 195px;
	border:1px solid #333333;
	background-color:white;
	padding:10px;
	z-index:2; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

/* IE-specific hack */
* html #content {
height: 100%;
}

#navAlpha {
	position:absolute;
	width:auto;
	top:0px;
	left:10px;
	border:2px;
	z-index:2;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:auto;}
	
	#navAlpha a{
	color: #FFFFFF;
	font-size: 10px;
background-color: #333333;}


#navBeta {
	position:absolute;
	width:40px;
	height:400px;
	top:80px;
	left:925px;
	
	background-color:#666666;
	padding:10px;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:40px;
	background-image: url(images/naam.jpg);
	background-repeat: no-repeat;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:40px;
height:400px;}

img {border: 1px solid #333333;}

#button {
	width: auto;
	border: 1px solid #bbcb34;
	border-top: none;
	padding: 4em 0 2em 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #333;
	background-color: #bbcb34;
	background-image: url(images/menuback.jpg);
	}


	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border-top: 1px solid #ffffff;
		}
		
	#button li {
		border-bottom: 1px solid #ffffff;
		margin: 0;
		padding: 0;
		}


	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #999999;
		background-color: #747474;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

.als {
	display: block;
		padding: 2px 5px 2px 0.5em;
		border-left: 10px solid #bbcb34;
		
		background-color: #bbcb34;
		color: #333333;
		text-decoration: none;
		width: 100%;
		}
html>body .als {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #ffffff;
		
		background-color: #747474;
		color: #fff;
		}


	
.icoon {
	float: right;

	height: auto;
	
	margin: 3px 3px 3px 3px;
	padding: 4px 4px 4px 4px;
	text-align: center;
	
	}
		.icoon img {
	
	border: none;
	margin: 4px 4px 4px 4px;
	padding: 3px 3px 3px 3px;
	
	}

.aanb {
	float: left;
	width: 204px;
	height: 240px;
	border: 1px solid #bbcb34;
	margin: 4px 4px 4px 4px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	
	}
	
.weekaanb {
	float: left;
	width: 428px;
	height: 244px;
	border: 2px solid #cc0000;
	margin: 4px 4px 4px 4px;
	background-color: #F7F8F9;
	text-align: center;
	}
	
.weekaanb .kop{
	width: auto;
	padding:4px;
	background-color:#cc0000;
	font-size:12;
	font-weight: bold;
	color:#FFF;
	margin-bottom:8px;
}
.weekaanb .titel{
	width: auto;
	padding:4px;
	color: black;
	font-size:12;
	font-weight: bold;
	margin-bottom:2px;
}

.weekaanb .omschrijving{
	width: auto;
	height: 38px;
	padding:4px;
	margin:4px 10px 4px 10px;
	color: black;
	font-size:12;
	font-weight:normal;
}

.weekaanb .prijs{
color: #cc0000;
	}
	
.afbeeldingen{float:right;
margin-right:5px;
width:245px;}

.afbeeldingen img{
	margin:5px;}

.lijst {
	width: 139px;
	height: 198px;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #bbcb34;
	text-align: center;
		}
	.glijst {
	width: 131px;
	height: 100px;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 3px 3px 3px 3px;
	
	text-align: center;
		}
		.glijst img{
		margin: 4px;}
		
.plijst {
	width: 204px;
	height: 241px;
	
	float: left;
	margin: 4px 5px 4px 5px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #bbcb34;
	text-align: center;
		}
		
.aanblijst {
	width: 282px;
	height: 225px;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #999999;
	text-align: center;
	background-image: url(images/backlijst.jpg);
	background-repeat: repeat-x;}
	
.grindlijst {
	width: 95%;
	float: left;
	height: 150px;
	margin: 1px 1px 1px 1px;
	padding: 9px 5px 5px 5px;
	border-top: 1px solid #999999;
	background-image: url(images/backlijst.jpg);
	background-repeat: repeat-x;}
	
	.grindlijst img{
	
	float: left;
	margin: 2px 5px 5px 5px;
	
	}
	
.info {
	float: left;
	width: auto;
	height: auto;
	margin: 4px 4px 4px 20px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	
	}
	#footer 
	{clear: both;
	padding-top: 15px;
	margin-top: 15px;
	text-align: center;
}
