
body {
	background: #141414 url(../images/bg-body.jpg) no-repeat center top;
	background-attachment: fixed;
}

div#header {
	position: relative;
	height: 190px;
	z-index: 5;
	background: url(../images/bg-header.png) no-repeat center top;
}

div#navigatie {
	position: relative;
	height: 50px;
	z-index: 4;
	margin-bottom: 20px;
}

div#main {
	position: relative;
	float: left;
	width: 690px;
}

div#sidebar {
	position: relative;
	width: 240px;
	float: right;
}

div#footer {
	position: relative;
	clear: both;
	padding: 20px 30px;
	background: url(../images/border-sidebar.gif) repeat-x left top;
}

/* CSS Document */


div#footer span {
	margin-right: 15px;
	padding-right: 15px;
	color: #fff;
	border-right: 1px solid #333;
}

div#footer span a {
	color: #fff;
	text-decoration: none;
}

div#footer span a:hover {
	text-decoration: underline;
}


/* CSS Document */

img.logo-tamerus {
	position: absolute;
	top: 80px;
	left: 40px;
	width: 184px;
	height: 63px;
}

img.visual {
	position: absolute;
	width: 266px;
	height: 240px;
	top: 0;
	right: 0;
	z-index:100;
}

.afbeelding {
	border: 3px solid #484847;
	margin: 0;
	width: 200px;
}

.afb-1,
.afb-2,
.afb-3,
.afb-4,
.afb-5,
.afb-6,
.afb-7,
.afb-8,
.afb-9,
.afb-10,
.afb-11,
.afb-12,
.afb-13,
.afb-14,
.afb-15
{
	display: none;
}


/* CSS Document */

input[type=submit],label,select,.pointer { cursor:pointer; }
input[type=text]:focus, input[type=password]:focus{ border:1px solid #000; }

.form-fout {
	color: #8A1F11; 	
}

.button {
	padding: 4px 7px;
	display: inline-block;
	background-color: #f4f4f4;
	border-top: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ddd;
}

.button:active {
	border-top: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #bbb;
}

/* CSS Document */

div.venster {
	display: block;	
	margin-bottom: 20px;
	clear: both;
	height: auto;
}

div.venster span.top {
	display: block;
	height: 12px;
	background: url(../images/content-top.png) no-repeat left top;
}

div.venster span.bottom {
	display: block;
	height: 12px;
	background: url(../images/content-bottom.png) no-repeat left bottom;
}

div.venster div.content {
	background-color: #0a0a0a;
	padding: 15px 30px 10px 30px;
}

div.venster div.content p:last-child {
	margin-bottom: 0;	
}






div.venster ul li {
	list-style: none;
	background: url(../images/icon-li.gif) no-repeat left 4px;
	padding: 0 0 10px 20px;
}

div.venster ul li:last-child {
	padding-bottom: 0;	
}

/* CSS Document */

div#navigatie ul {
	margin: 0 0 20px 0;
	list-style: none;
	display: block;
	height: 30px;
	padding: 10px;
	background: url(../images/bg-nav.png) no-repeat left top;
}

div#navigatie ul li {
	display: inline;
	float: left;
}

div#navigatie ul li a {
	float: left;
	background: url(../images/bg-nav-item.png) no-repeat left top;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 12px;
	margin: 0 17px 0 0;
	position: relative;
}

div#navigatie ul li a em {
	position: absolute;
	width: 7px;
	height: 30px;
	top: 0;
	right: -7px;
	background: url(../images/bg-nav-item-side.png) no-repeat right top;
}

div#navigatie ul li a:hover {
	background: none;	
}
div#navigatie ul li a:hover em {
	background: none;
}

div#navigatie ul li.active a {
	background-image: url(../images/bg-nav-item-active.png);	
}
div#navigatie ul li.active a em {
	background-image: url(../images/bg-nav-item-active-side.png);
}

/* CSS Document */


div.panel {
	margin-bottom: 20px;
	float: left;
}

table.openingstijden tbody tr td {
	color: #fff;
	font-size: 10px;
	padding: 0 0 5px 0;
}
table.openingstijden tbody tr td.tijd {
	color: #ddd;
}


table.contactgegevens tbody tr td {
	color: #fff;
	font-size: 10px;
	padding: 0 0 5px 0;
}
table.contactgegevens tbody tr td.tijd {
	color: #ddd;
}


td {
	vertical-align:top;	
}



div.occasions {
	margin-left: -10px;	
}

div.occasions a {
	width: 67px;
	height: 67px;
	position: relative;
	display: inline;
	margin: 0 0 10px 10px;
	padding: 3px;
	background-color: #363636;
	float: left;
	text-decoration: none;
	filter:alpha(opacity=60);  
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6;
}

div.occasions a span.overlay {
	background-color: #000;
	filter:alpha(opacity=80);  
	-moz-opacity:0.8;  
	-khtml-opacity: 0.8;  
	opacity: 0.8;
	position: absolute;
	width: 73px;
	line-height: 15px;
	height: 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 9px;
	bottom: 0;
	left: 0;
	display: none;
	padding: 2px 0;
}

div.occasions a:hover {
	filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity:1;  
	opacity:1;
}
div.occasions a:hover span.overlay {
	display: inherit;	
}

/* CSS Document */

body {
	font-family: 'Lucida Grande',Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size: 11px;
}

p, .venster ul li {
	color: #ddd;	
}

h1 {
	font-size: 16px;
	color: #fff;
}

h1 {
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #161616;
	margin-bottom: 12px;
	position: relative;
}

h1.titel {
	padding: 12px 0 12px 55px;
	border-bottom: 1px solid #161616;
	margin-bottom: 15px;
	position: relative;
}

h1.titel span {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: url(../images/bg-titel-datum.gif) no-repeat left top;
}

h1.titel span em.dag {
	color: #929292;
	font-size: 18px;
	display: block;
	font-style: normal;
	margin-top:6px;
}

h1.titel span em.maand {
	font-size: 9px;
	color: #414141;
	text-transform: uppercase;
	font-style: normal;
	display: block;
	margin-top:2px;
}

h2.titel {
	font-family: Impact, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 10px 0;
	display: block;
	width: 240px;
	background: url(../images/border-sidebar.gif) repeat-x left bottom;
}

td {
	padding: 0;
	vertical-align: top;
	color: #ddd;	
}





#sidebar a.textlink {
	color: #747474;	
}
div.venster a {
	color: #fff;
	font-weight: bold;
}

#sidebar a:hover.textlink, div.venster a:hover {
	text-decoration: none;	
}
