/* vormburo style sheet, copy at own risk */

html, body {
	margin: 0px;
	width: 100%;
	height: 100%;
	color: #222;
}
body {
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	background: #FFF;
}
a {	
	text-decoration: none;
	color: #FF0000;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.4em 0 0.4em 0;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.4em;
}
#a {
	background: #000;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	z-index:1;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
#wrap {
	background: #fff;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('img/bg_top.png');
	background-repeat: repeat-x;
	background-position: center -12px;
}
#content {
	font-size: 1.2em;
	position: relative;
	width: 880px;
	margin: 0px auto;
	padding: 0px;
}
#menu {
	position: absolute;
	top: 4px; left: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 1000;
}



#opening {
	width: 880px;
	height: 360px;
	position: absolute;
	top: 180px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#nabestellen {
	width: 880px;
	height: 470px;
	position: absolute;
	top: 180px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#nabestellen small {
	width: 880px;
	height: 100px;
	position: absolute;
	top: 340px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.stap {
	line-height: 1.4em;
	font-size: 1.2em;
	position: relative;
	float: left;
	height: 320px;
	width: 200px;
	margin-right: 12px;
}
#stap1 {
	background-image: url('img/envadres.png');
	background-repeat: no-repeat;
}
#stap2 {
	background-image: url('img/fotoenv.png');
	background-repeat: no-repeat;
}
#stap3 {
	background-image: url('img/geldenv.png');
	background-repeat: no-repeat;
}
#stap4 {
	background-image: url('img/vadres.png');
	background-repeat: no-repeat;
	margin-right: 0px;
}
.stap p { 
	margin-top: 210px;
	
}
#inv {
	border: solid 1px #ccc;
	width: 520px;
	height: 351px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url('img/lex_opening.png');
	background-repeat: no-repeat;
}
.flyer {
	text-align: center;
	width: 500px;
	height: 480px;
	position: absolute;
	top: -60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}


#slides {
	border: solid 1px #ccc;
	width: 320px;
	height: 213px;
	position: absolute;
	top: 0px;
	left: 550px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#info {
	width: 320px;
	height: 155px;
	position: absolute;
	top: 225px;
	left: 550px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 1.6em;
}
.toggleflyer {
	width: 320px;
	height: 18px;
	position: absolute;
	top: 202px;
	left: 550px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.toggleflyer span {
	border-bottom: dotted thin #000;
	cursor: pointer;
}
.toggleflyer span:hover {
	color: red;
	cursor: pointer;
}

.subnav {
	text-align: left;
	width: 320px;
	position: absolute;
	top: 572px;
	left: 550px;
	margin: 0px;
	cursor: pointer;
}
.subnav span {
	border-bottom: dotted thin #000;
}
.subnav span:hover {
	color: red;
}

#announce {
	text-align: center;
	width: 580px;
	position: absolute;
	top: 614px;
	left: 150px;
	margin: 0px;
	padding: 4px 0;
	border: dotted thin #000;
	background-color: #EEE;
}
#announce:hover {
	background-color: #DDD;
	cursor: pointer;
}
#footer {
	text-align: center;
	width: 880px;
	height: 18px;
	position: absolute;
	top: 602px;
	left: 0px;
	margin: 0px;
	padding: 3px 0px 0px;
	border-top: solid 1px #000;
}
small {
	font-size: 0.9em;
	font-weight: normal;
	}

#logo {
	position: relative;
	width: 280px;
	height: 120px;
	margin: 4px auto 0px;
	padding: 0px;
	background-image: url('img/meesterlogo2.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
td {padding:0px 2px;}
tr {padding:0px; margin:0px;}

td img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
td img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	opacity:1.0;
}

/* jQuery picture slides: http://www.robertnyman.com/picture-slides/ */




/* picture slides general styles */
dl, ul, ol{
	margin: 0 0 1em;
	padding: 0;
}

#container{
	overflow: hidden;
	width: 880px;
	margin: 0.8em 0;
	padding-bottom: 0.4em;
}

#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 100%;
}

#picture-slides-frame{
	float: left;
	clear: left;
	width: 630px;
	text-align: center;
	margin: 6px 0;
	padding: 0px;
	z-index: 1000;
	
}

#picture-slides-thumbnails{
	float: left;
	clear: right;
	width: 250px;
	margin-top: 0.0em;
}

#picture-slides-thumbnails ul{
	list-style: none;
	width: 250px;
	margin: 4px 0 4px 0px;

}

#picture-slides-thumbnails ul li{
	text-align: center;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 2px 2px 0;
}

#picture-slides-thumbnails ul li a:focus{
	outline: 0;
	-moz-outline-style: none;
}

#picture-slides-thumbnails ul li img{
	cursor: pointer;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	margin: auto;
	border: 0;
}
#picture-slides-thumbnails ul li img:hover{
	padding: 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	opacity:1.0;
}

#picture-slides-thumbnails ul li .selected img{
	padding: 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	opacity:1.0;
}

#picture-slides-image-text{
	text-align: center;
}

#picture-slides-image{
	margin-bottom: 0.2em;
}

#links{
	display: block;
	clear: left;
	padding: 0.8em 0 0.4em 1.8em;
}

#links li{
	line-height: 2em
}

#navigation-controls{
	width: 630px;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

#navigation-controls ul{
	margin: 0 auto;
}

#navigation-controls li{
	float: left;
	line-height: 1.5em;
	margin-right: 0.5em;
}

#navigation-controls li#image-counter{
	margin: 0 0.75em 0 0.5em;
}

li.slideshow-item{
	margin-left: 380px;
}

#picture-slides-dim-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	display: none;
	z-index: 1;
}
ul#navigation-controls a.disabled{
	color: #ccc;
}
.sf-menu {
	font-size: 1.4em;
}
#canvas_label {
	position: absolute;
	top: 22px;
	right: 0px;
	width: 160px;
	height: 160px;
	background-image: url(img/canvas_label.png);
	background-repeat: no-repeat;
	z-index: 202;
	cursor: pointer;
}
#canvas_message {
	position: absolute;
	top: 108px;
	right: 0px;
	width: 880px;
	height: 406px;
	background: #666;
	z-index: 199;
}
.sample1, .sample2 {
	position: relative;
	float: left;
	width: 420px;
	height: 300px;
}
.sample1 {
	position: relative;
	float: left;
	width: 440px;
	height: 320px;
	margin-right: 16px;
	clear: left;
	margin-left: 10px;
	background-image: url(img/canvas.png);
	background-repeat: no-repeat;
	background-position: 20px 68px;
}
.sample2 {
	position: relative;
	float: left;
	width: 400px;
	height: 320px;
	margin-right: 10px;
	clear: right;
	background-image: url(img/frame.png);
	background-repeat: no-repeat;
}
.canvastxt {
	position: relative;
	float: left;
	width: 800px;
	height: 80px;
	margin-left: 24px;
	margin-top: 24px;
	clear: both;
	color: #FFF;
	font-size: 1.2em;
}

