* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFFCF1;	/*  #FFFCF1; */
	font-family: Arial;
	height: 100%;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 5px;
}

a {
	color: black;
}

a:hover {
	color: black;
}

button, input {
	border: 1px solid green;
}

/*****************************************************/
#container {
	position: relative;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 14px;
	padding-right:14px;
	background-color: white;
	background-image: url(img/container_back.png);
}

#bar_top {
	height: 4px;
	background-image: url(img/bar_top.png);
	font-size: 0px;
}

#header {
	height: 150px;
}

#header_left {
	position: relative;
	float: left;
	width: 560px;
	height: 150px;
}

#header_left #bar_yellow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 552px;
	height: 27px;
	padding: 4px;
	color: #009530;
	font-size: 19px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://lechaim.nl/img/bar_yellow.png', sizingMethod='scale');
}

#header_left > #bar_yellow {
	background-image: url(img/bar_yellow.png);
}

#header_right {
	position: relative;
	float: left;
	width: 180px;
}

#header_right #links {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 35px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://lechaim.nl/img/bar_yellow2.png', sizingMethod='scale');
}

div > #links {
	background-image: url(img/bar_yellow2.png);
}


#links a {
	display: block;
	float: left;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #009530;
	font-size: 18px;
	text-decoration: underline;
}

#links a:hover {
	color: #009530;
	font-size: 18px;
	text-decoration: none;
}

#header_right #logo {
	position: absolute;
	left: 20px;
	top: 50px;
	width: 140px;
	height: 95px;
	background-image: url(img/logo.png);
}

div > #footer {
	background-image: url(img/footer.png);
}


/********** menu ******************/

#menu {
	height: 30px;
	background-image: url(img/menu_back.png);
}

#menu_left {
	position: absolute;
	top: 154px;
	left:6px;
	width: 8px;
	height: 30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://lechaim.nl/img/menu_back_left.png');
}

div > #menu_left {
	background-image: url(img/menu_back_left.png);
}

#menu_right {
	position: absolute;
	top: 154px;
	right:6px;
	width: 8px;
	height: 30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://lechaim.nl/img/menu_back_right.png');
}

div > #menu_right {
	background-image: url(img/menu_back_right.png);
}

#menu li {
	display: inline;
	float: left;
	text-align: center;
	margin-left: 13px;
	margin-right: 13px;
}

#menu li:hover {
	cursor: pointer;
}

#menu a {
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: #FDE83B;
}


/********** Content *************/

#full {
	position: relative;
	height: 530px;
}

#full #content {
	width: 720px;
}

#left {
	float: left;
	width: 315px;
	height: 530px;
}

#right {
	position: relative;
	float: left;
	width: 425px;
}

#right #content {
	width: 385px;
	padding-right: 20px;
}

#content {
	position: absolute;
	left: 20px;
	top: 0px;
	overflow: auto;
	font-size: 13px;
	height: 530px;
	/*text-align: justify;*/
	background: url(img/yellow_shade.png) no-repeat top right;
}

#right #content img {
	border: 1px solid green;
	margin: 6px;
}

/********** Footer *************/

#footer {
	position: relative;
	height: 90px;
	margin-top: -40px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://lechaim.nl/img/footer.png');
}


#footer > #drenthe {
	background-image: url(img/drenthe.png);
}

#footer #drenthe {
	position: absolute;	
	width: 180px;
	height: 65px;
	bottom: 3px;
	left: 20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://lechaim.nl/img/drenthe.png');
}

#footer #eko {
	position: absolute;
	width: 70px;
	height: 75px;
	bottom: -25px;
	left: 200px;
	background: url(img/eko.gif) no-repeat top center;
	font-size: 10px;
	line-height: 75px;
	text-align: center;
}

#footer #copyright {
	position: absolute;
	right: 20px;
	bottom: 6px;
	height: 12px;
	width: 79px;
	text-align: right;
	font-size: 10px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://lechaim.nl/img/bulahprint.png');
}

#footer > #copyright {
	background-image: url(img/bulahprint.png);
}

#bar_bottom {
	height: 10px;
	background-image: url(img/bar_bottom.png);
	font-size: 0;
}

/********** CROSSFADE DIVS *************/

#cf_container1, #cf_container2, #cf_container3 {
	position: relative;
	float: left;
	height: 150px;
}

#cf_container1 div, #cf_container2 div, #cf_container3 div {
	position: absolute;
	top: 0px;
	left:0px;
	height: 150px;
}

#cf_container1 {
	width: 315px;
}

#cf_container1 div {
	width: 315px;
}

#cf_container2 {
	width: 150px;
}

#cf_container2 div {
	width: 150px;
}

#cf_container3 {
	width: 95px;
}

#cf_container3 div {
	width: 95px;
}

/******** admin *********/

#admin {
	position: relative;
	width: 768px;
	text-align: center;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url(img/container_bottom.png) repeat-x;
}

#admin .left {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(img/container_corner_left.png);
	width: 14px;
	height: 14px;
}

#admin .right {
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(img/container_corner_right.png);
	width: 14px;
	height: 14px;
}

#admin a {
	color: black;
}

#admin a:hover {
	color: black;
}


/******** orderform *************/

#orderform_table {
	width: 700px;
}

#orderform_table th {
	text-align: left;
}

#orderform_table td {
	vertical-align: top;
}

.orderform_center {
	text-align: center;
}

.orderform_right {
	text-align: right;
}

.orderform_action {
	color: red;	
}

#orderform_totalprice {
	border-top: 1px solid black;
}

.orderform_specialrow {
	background-color: #E0F0E0;
}

.orderform_darkrow {
	background-color: #D0E0D0;
}

#orderform_print {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}

#if_orderform {
	border: 0;
	height: 0px;
	width: 0px;
}


#orderform_printable_body {
	background-color: white;
	width: 620px;
	font-size: 13px;
}

#orderform_printable_body h1 {
	text-align: center;
}

.orderform_printtable2 {
	width: 600px;
	margin-bottom: 20px;
	border: 2px dotted red;
	margin-left: 5px;
	margin-right: 5px;
}

.orderform_printtable {
	width: 297px;
	margin-bottom: 20px;
	border: 1px solid black;
}

.orderform_printtable th {
	border-bottom: 1px solid black;
	font-size: 14px;
	vertical-align: top;
}

.orderform_printtable2 th {
	border-bottom: 2px dotted red;
}

.orderform_printtable td, .orderform_printtable2 td {
	vertical-align: top;
}

.orderform_printcell {
	float: left;
	width: 300px;
	margin-left: 5px;
	margin-right: 5px;
}

.statiegeld {
	color: green;
}


/******** photoviewer *************/

.photoviewer_img {
	cursor: pointer;
	margin: 0;
	border: 1px solid green;
}

#photoviewer_table_left {
	width: 315px;
	margin-top: 20px;
}

#photoviewer_table_left td {
	text-align: center;
}

#photoviewer_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://lechaim.nl/img/20percentGray.png', sizingMethod='scale');
}

body > #photoviewer_overlay {
	background-image: url(img/20percentGray.png)
}

#photoviewer_popup {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid green;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
}

#photoviewer_closebutton {
	position: absolute;
	top: 2px;
	right: 2px;
	border: 1px solid green;
	height: 15px;
	width: 15px;
	cursor: pointer;
	background: gray url(img/close.gif) no-repeat center center;
}

#photoviewer_image {
	position: absolute;
	top: 21px;
	left: 2px;
	border: 1px solid green;
}

#photoviewer_textdiv {
	position: absolute;
	bottom: 3px;
	left: 2px;
	height: 10px;
	width: 100px;
	font-size: 10px;
}


#right #content img.icon {
	border: 0;
	margin: 0;
}

#full #content img.icon {
	border: 0;
	margin: 0;
}
