@font-face {
	font-family: 'MicroExtendFLFBold';
	src: url('/font/MicroExtendFLF-Bold.eot');
	src: local('MicroExtendFLF Bold'), local('MicroExtendFLF-Bold'), url('/font/MicroExtendFLF-Bold.woff') format('woff'), url('/font/MicroExtendFLF-Bold.ttf') format('truetype'), url('/font/MicroExtendFLF-Bold.svg#MicroExtendFLF-Bold') format('svg');
}

/* Algemeen ______________________________________________________________________________*/
html { overflow-y: scroll; }

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #191919 url('images/bgbody.png') repeat-x scroll 0 0;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 20px;
}

#container
{
	width: 600px;
	min-height: 380px;
	margin: 30px auto;
	background: #313131 url('images/bgcontainer.png') repeat-x scroll 0 0;
	border: 2px solid #555;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 8px #000;
	-webkit-box-shadow: 2px 2px 8px #000;
	box-shadow: 2px 2px 8px #000;
	font-size: 0.9em;
	
}

#header { padding: 15px 0 0 15px; }
#main { padding: 15px; }

p
{
	color: #DDD;
	padding: 0 0 10px 8px;
}


a { 
	-webkit-transition: text-decoration 0.2s ease-in;
	transition: text-decoration 0.2s ease-in;
	
}
a:link, a:visited { 
	text-decoration: underline; 
	color: #99CC00;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: #99CC00;
}

h2
{
	padding: 5px 0 10px 8px;
	color: #EEE;
	font-size: 1.3em;
}

ul.nav
{
	margin: 15px -1px 0 -1px;
	padding: 2px 0 3px 0;
	background: #222222 url('images/bgnav.png') repeat-x scroll 0 0;
	-moz-box-shadow: 0px 1px 3px #222;
	-webkit-box-shadow: 0px 1px 3px #333;
	box-shadow: 0px 1px 3px #333;
}

ul.nav li
{
	list-style-type: none;
	display: inline;
	padding: 0 10px 0 24px;
}

ul.nav li a {
-webkit-transition: color 0.2s ease-in;
transition: color 0.2s ease-in;
	}
	
ul.nav li a:link, ul.nav li a:visited
{
	color: #EEE;
	text-decoration: none;
	font-size: 0.75em;
	font-family: 'MicroExtendFLFBold', Arial, sans-serif;
	text-transform: uppercase;
}

ul.nav li  a:hover,ul.nav li  a:active, ul.nav li.here
{
	color: #99CC00;
	text-decoration: none;
	font-size: 0.75em;
	font-family: 'MicroExtendFLFBold', Arial, sans-serif;
	text-transform: uppercase;

}

#footer
{
	padding: 0 15px 15px 23px;
	font-size: 12px;
	color: #777;
	clear: both;
}


#footer h2 {	
	padding: 0;
	}

#footer h2, #footer .vcard, #footer .vcard .adr, #footer .vcard span, vcard div, #footer .vcard .org, #footer .vcard .street-address, #footer .vcard .locality, #footer .vcard .tel
{
	display: inline;
	font-size: 12px;
	font-weight: normal;
	color: #777;
}

.hidden { display: none; }

.attention
{
	color: #99CC00;
	font-weight: 700;
}

strong {
	font-weight: bold;
	color: #FFF;
	}

form#formulier
{
	display: block;
	width: 440px;
	text-align: right;
	margin: 20px 0 20px 0px;
	font-size: 0.875em;
}

#formulier input
{
	height: 18px;
	width: 280px;
	margin-left: 10px;
}

#formulier label
{
	display: block;
	line-height: 20px;
	padding-top: 5px;
	color: #EEE;
	font-weight: 700;
}

#formulier input#telnr, #formulier input#bestelnr
{
	width: 100px;
	margin-right: 180px;
}

#formulier input#opslagm
{
	width: 50px;
	margin-right: 230px;
}

input#submit
{
	height: 25px;
	width: 85px;
}

/* contactinfo__________________________________________________ */
#contact
{
	float: left;
	margin: 0 60px 0 0;
}

.vcard .org
{
	font-size: 1.166em;
	color: #99CC00;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
}

.vcard
{
	font-size: 0.9em;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 32px 8px;
	color: #DDD;
}

.vcard .tel { font-weight: 700; }

/* contactinfo__________________________________________________ */
#openhours
{
	margin: 0 0 32px 0;
	float: left;
}

#openhours span
{
	color: #DB0A00;
	font-weight: bold;
}

table td { width: 160px; }

table td.tablerowtitle, #calendar table td.tablerowtitle
{
	color: #99CC00;
	font-weight: bold;
	width: 60px;
}

#openhours table td
{
	width: 100px;
	color: #DDD;
}

#openhours table td.tablerowtitle
{
	width: 40px;
	color: #99CC00;
}

#calendar table, #openhours table{
	margin: 0 0 0 8px;
	}

#calendar table td
{
	width: 200px;
	color: #DDD;
}

#calendar{
clear:both;
}