body {
	margin: 0px;
	background-color: #FFCC99;
	background-image: url('images/background.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: right;
	font-size: 12px;
	font-family: arial, verdana;
	text-align: justify;
	color: #000000;
}

body>div#bgleft {
	position: fixed;
}

body>div#bgright {
	position: fixed;
}

#bgleft {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50px;
	margin: 0px;
	background-image: url('images/r_space.jpg');
	background-repeat: repeat-y;
	overflow: auto;
	z-index: -1;
}

#bgright {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	margin: 0px;
	background-image: url('images/l_space.jpg');
	background-repeat: repeat-y;
	background-position: right;
	overflow: auto;
	z-index: -1;
}

#wrapper {
	width: 975px;
	margin-top: 15px;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	border: 1px solid #cc0000;
}

#header {
	height: 125px;
	max-height: 125px;
	background-image: url('images/header.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

#menu {
   	position: relative;
	top: 86px;
	float: right;
   	border: 0px;
	z-index: 25;
}

#content {
	overflow: hidden; /* als overflow: hidden; van height min-height maken*/
	padding: 5px 15px; /*verticaal & horizontaal*/
	min-height: 600px;
}

#footer {
	height: 20px;
	max-height: 20px;
	background-image: url('images/footer.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}

a:link {
   color: #000000; 
   font-family: arial, verdana;
   text-decoration: underline;
}

a:visited {
   color: #000000; 
   font-family: arial, verdana;
   text-decoration: underline;
}

a:active {
   color: #FFFFFF;
   font-family: arial, verdana;
   text-decoration: underline;
}

a:hover {
   color: #CC0000;
   font-family: arial, verdana;
   text-decoration: underline;
}

hr {
   color: #CC0000;
   width: 100%;
   height: 2px;
   border: 1px solid #CC0000;
}

h1, h2, h3 {
   color: #CC0000;
   font-family: courier new, arial, verdana;
   font-weight: bold;
}

th {
   text-align: right;
   vertical-align: top;
   font-weight: bold;
}

div.google-links {
   position: relative;
   border: 0px dashed #FFFFFF;
   text-align: left;
   margin: 0px;
   padding: 4px;
   float: left;
}

table.google-advert {
	border-collapse: collapse;
	border-width: 0px;
	border-style: solid;
	background-color: #CC0000;
	color: #000000;
	font-family: arial, verdana;
	font-size: 11px;
	text-align: center;
}

table.google-links {
	width: 200px;
	border-collapse: collapse;
	border-color: #CC0000;
	border-width: 0px;
	border-style: solid;
	background-color: #FFCC99;
	color: #000000;
	font-family: arial, verdana;
	font-size: 11px;
	text-align: left;
}

th.google-links {
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: left;
	text-decoration: underline;
	font-size: 12px;
	padding-left: 1px;
}

th.kalender {
	padding: 2px;
	background-color: #CC0000;
	color: #FFFFFF;
}

td.kalender, td.productfoto, td.productomschrijving {
	vertical-align: top;
	border: 1px solid #CC0000;
	padding: 5px;
}

td.productfoto {
	width: 150px;
}

td.productomschrijving {
	font-size: 10px;
	font-style: italic;
}

/* Navigatie */
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset legend {
	display: none;
}

#siteNav {
	/*height: 44px;*/
	overflow: hidden;
}

#siteNav fieldset {
	margin-top: 14px;
	height: 30px;
}

#siteNav ul {
	margin: 0 0 0 13px;
	height: 30px;
	padding: 0;
	list-style: none;
}

#siteNav ul li {
	float: left;
	height: 21px;
	background: #CC0000 url('App_LocalResources/pt_ButtonsMain.gif') no-repeat;
	border-top: 2px solid #FFCC99;
	border-left: 2px solid #FFCC99;
	border-right: 2px solid #FFCC99;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	margin-right: 5px;
}
#siteNav ul li.bypass {
	display: none;
}
#siteNav ul li:hover {
	background-position: 0 -30px;
}
#siteNav li.active,
#siteNav li.active:hover {
	background: #FFCC99 url('App_LocalResources/pt_ButtonsMain.gif') no-repeat;
	border-top: 2px solid #cc0000;
	border-left: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
	background-position: 0 -60px;
}

#siteNav ul li a {
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#siteNav ul li.active a {
	color: #cc0000;
}

#siteNav ul li a:hover {
	border-bottom: 1px dotted #FFCC99;
}

#siteNav ul li.active a:hover {
	border-bottom: 1px dotted #cc0000;
}