/* Lay-out */

#container { 
    position: relative;
	width: 780px;
	height: 580px; 
	background: #910000;
	margin: 0 auto; 
	padding: 1px;
	border: 1px solid #910000;
	overflow:hidden;
}
#header {
	width: 780px;
	height: 220px;
	background: #910000;
	margin: 0 auto; 
	z-index: 4;
	overflow:hidden;
}
#menu {
    position: relative;
	width: 780px;
	height: 21px;
	background: #006600;
	text-align: center;
	margin: 0 auto;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color:#FFFFFF;
	line-height: 20px;
	z-index: 1;
	overflow:hidden;
}
#main {
	height: 298px;
	margin: 20px 20px 20px 290px;
	z-index: 3;
	overflow: auto;
	scrollbar-3dlight-color:#910000; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-base-color:#910000; 
	scrollbar-darkshadow-color:#910000; 
	scrollbar-face-color:#910000; 
	scrollbar-highlight-color:#910000; 
	scrollbar-shadow-color:#910000;
	
} 

#sidebar { 
	position: absolute;
	width: 260px;
	height: 580px;
	left:20px;
	top:1px;
/*    filter:alpha(Opacity=75); */
	background: #FFFFFF /*#DEBCC2*/;
	color: #910000;
	font-family:  "Century Gothic", Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 11px;
	overflow:hidden;
} 

/* Tags */

body {
	font-family:  "Century Gothic", Verdana, Tahoma, Arial;
	font-size: 12px;
	background-color: #412D21;
}

h1 { /* Paragraaf koppen */
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	font-variant:small-caps;
	letter-spacing: 3px;
	word-spacing: 1px;
	margin-bottom: 0px;
}

h2 { /* Namen gerechten */
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	font-variant:normal;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin: 0px 0px 0px 0px;
}

h3 { /* Gerecht omschrijving */
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	font-variant:normal;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin: 0px 0px 1px 8px;
}

h5 { /* Toelichting Rubriek*/
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color:#FFFFFF;
	font-variant:normal;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin: 0px 100px 8px 0px;
	font-style:italic;
}

h6 { /* Prijs gerechten */
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	font-variant:normal;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin: 0px 0px 0px 0px;
}


/* Tags sidebar */
h4 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin-bottom: 2px;
}

p {
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: 1px;
	color:#FFFFFF;
}

p#vast {
	font-size: 11px;
	color:#910000;
	letter-spacing:1px;
	word-spacing:0px;
	line-height:18px;		
	font-weight:bold;
	text-align:center;
}

img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img#link:hover {
	cursor: pointer;
}

a { 
	color:#FFFFFF;
	font-variant:small-caps;
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size:11px;
	font-style:normal;
	text-decoration:none;
}

a#adres { 
	text-decoration:none; 
	color: #910000;
	font-variant:normal;  
	font-family: Verdana, Tahoma, Arial;
	font-size:10px;
}

a#hidden { 
	text-decoration:none; 
	color: #FFFFCC;
	font-variant:normal;  
	font-family: Verdana, Tahoma, Arial;
	font-size:10px;
}

a#intekst {
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: 1px;
	color:#FFFFFF;
	text-decoration: underline;
	font-variant:normal;  
}

a#intekstrev {
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: 1px;
	color:#910000;
	text-decoration: underline;
	font-variant:normal;  
}

a:hover#intekst {
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: 1px;
	color:#FFFFFF;
	text-decoration: underline;
	font-variant:normal;  
	border-top: none;
	border-bottom: none;
}

a:hover {

	border-top:solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}



a:visited {  }


/* Styles */

.TblMenu {
	color:#FFFFFF;
	font-variant:small-caps;
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size:11px;
}


.PreLoad {display:none;}


	



