@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#8dc73f;
}

#container {
	margin:0 auto;
	width:934px;
	background-repeat:repeat-y;
}

#maincontainer {
	width:934px;
	background-image:url(../images/mainbg.png);
	float:left;
}

#header {
	width:934px;
	height:222px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#header a, visited, active {
	text-decoration:none;
	color:#FFF;
}

#left {
	width:200px;
	height:auto;
	float:left;
	background-image:url(../images/left-bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	color:#666;
}

#bestel_img{
	width: 114px;
	height: 164px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin-right: 10px;
}



#main {
	width:694px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.8;
	padding-right:30px;
	padding-left:10px;
	color:#707070;
}

#main a, visited, active {
	color:#693;
	text-decoration:none;
}

#main a:hover {
	text-decoration:underline;
	color:#363;
}

#footer {
	width:884px;
	height:69px;
	background-image:url(../images/footer.png);
	clear:both;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:50px;
	padding-top:35px;
	font-size:10pt;
}

#footer a, visited, active {
	color:#CCC;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

h1 {
	color:#a8c35c;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12pt;
	font-style:italic;
	padding-bottom:20px;
}


.style2{
	color:#707070;
	font-weight:normal;

}


.style3{
	color:#707070;
	font-weight:bold;
	
}

.set1{
	margin-top:35px;
	
}

.spatie{
	color: #fff;
}

/*--Menu--*/

.menu ul {
	color:#666;
}

.menu li{
	list-style-image:url(../images/pijl.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666;
	line-height:3.6;
	border-bottom-color:#999;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	width:100px;
	padding-left:10px;
	margin-left:20px;
}

.menu li a, visited, active{
	color:#666;
	text-decoration:none;
}

.menu li a:hover {
	color:#393;
	text-decoration:none;
	font-weight:bold;
}

.active {
	font-weight:bold;
	color:#393;
}

/*--Lightbox--*/

#lightbox{
	background-color:#000;
	padding: 10px;
	color:#fff;
	font-size:14px;
	font-family:arial;
	
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }
