html, body {
	height: 100%;
}
	
body {
	font-family: Arial, sans-serif, Helvetica;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* #wrapper */
#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
}
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	padding-bottom: 0;
}
/* Heading */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif, Helvetica;
	font-style: italic;
	margin: 0;
	padding: 0;
	letter-spacing: -0.05em;
	DropShadow: Color=#000000, OffX=5, OffY=-3, Positive=1;
}
h1 {
	font-size: 130%;
	line-height: 100%;
	color: #FFFFFF;
	margin-bottom: .5em;
	position: absolute;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 112.5%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}
#bold	{
	font-weight: bold;
}
/* Address */
address {
	font-style: normal;
}
/* Logo */
#logo {
	border: none;
	top: 2px;
	left: 6px;
	z-index: 3000;
	position: absolute;
	margin: 0em 0em 0em 0em;
}

/* LG logo */
#lg	{
	border: none;
	top: 40px;
	left: 890px;
	z-index: 2000;
	position: absolute;
}
/* Daikin logo */
#daikin	{
	border: none;
	top: 50px;
	left: 740px;
	z-index: 2000;
	position: absolute;
}
/* Image */
img {
	border: none;
}
/* List */
ul {
	list-style: square;
}
/* Align */
.left {
	float: left;
	margin: 0em 1em 1em 0;
}
.right {
	float: right;
	margin: 0em 0 1em 1em;
}
/* Table */
table {
	font-size: 100%;
	line-height: 100%;
	border-collapse: collapse;
	border: none;
}
th, td {
	vertical-align: top;
}
/* Anchors */
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#000000;
}

/* Form */
form div {
	clear: both;
}
input, textarea {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
}
label {
	display: block;
	float: left;
	width: 11.5em;

}
form input.text {
}
form select	{
	display: block;
	clear: none;
}
form div.footer {
	margin-top: 1em;
	padding: 1em .25em .25em 11.75em;
}
form table {
	border-collapse: collapse;
	border: none;
}
form th, td {
	vertical-align: top;
	border: none;
}
form tr.footer td {
	border-top: 1px solid black;
}
form div.note {
	margin: 1em 0;
	padding: 0.25em;
	background-color: #EEEEEE;
}

form div.fill input.text {
	background-color: #EEEEEE;
}
/* Menu */
#menu	{
	top: 85px;
	left: 0px;
	width: 195px;
	min-height: 207px;
	font-family: Arial, sans-serif, Helvetica;
	font-style: italic;
	display: block;
	font-size: 95%;
	line-height: 140%;
	position: relative;
	font-weight: bold;
	z-index: 1000;
}
#menu *div {
	height:auto;
}
/* html menu	{
	height: 280px;
} */
#menu ul li a {
	text-decoration: none;
	padding: 0 0 0 10px; 
	border-bottom: 1px solid white;
}
#menu ul li ul li a {
	text-decoration: none;
	padding: 0 0 0 15px; 
	border-bottom: 0px solid white;
}
#menu ul li a:hover {
	color: #000000;
}
#menu ul,
#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#button	{
	color: #FFFFFF;
}
#button2 {
	color: #000000;
}
/* submenu styling */
#menu ul li ul a{
	font-size: 80%;
	position: static;
	bottom: auto;
	left: 90px;
	line-height: 150%;
	list-style: none;
	z-index: 5000;
}
/* for IE/WIN, fix disappearing elements */

* html #menu ul li .button a{
	width: 1px;
}
* html #menu ul li .button2 a{
	width: 1px;
}
/* hover effect */
#menu ul li:hover ul,
#menu ul li.hover ul {
	display: block;
}
#menu ul li ul * {
	position: static;
}
#menu ul li ul li {
	float: none;
	margin: 0;
	top: 0;
}
#menu ul li ul li .button a {
	text-transform: none;
	margin: 0;
	width: auto;
	border: none;
	color: #FFFFFF;
}
#menu ul li ul li .button2 a {
	text-transform: none;
	margin: 0;
	width: auto;
	border: none;
	color: #000000;
	padding: 0 0 0 8px;
}
#menu ul li ul li.active a {
	color: #000000;
}
/* menu lijnen */
#topmenu	{
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0 0 5px 0;
	position: relative;
}
#bottommenu	{
	bottom: 0px;
	left: 0px;
	margin: 11px 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
#heading {
	top: 93px;
	padding: 0px 0px 0px 10px;
	position: relative;
	DropShadow(Color=#000000, OffX=5, OffY=-3, Positive=1);
}

#content {
	font: 80%/1.3 Arial, sans-serif, Helvetica;
	top: 115px;
	left: 0px;
	filter: Alpha(Opacity=80);
	background: #FFFFFF;
	width: 480px;
	height: 450px;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: auto;
	z-index: 1000;
}
.extra {
	display: none;
	background: #EEEEEE;
	z-index: 1000;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.extrapag {
	display: none;
	font: 80%/1.3 Arial, sans-serif, Helvetica;
	top: 115px;
	left: 0px;
	background: #FFFFFF;
	width: 480px;
	height: 450px;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: auto;
	z-index: 1000;
}
#contenthome {
	font: 80% Arial, sans-serif, Helvetica;
	line-height: 140%;
	top: 115px;
	left: 0px;
	filter: Alpha(Opacity=80);
	background: #FFFFFF;
	width: 480px;
	height: 192px;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	z-index: 1000;
}
#contentwhite {
	font: 80%/1.3 Arial, sans-serif, Helvetica;
	top: 115px;
	left: 0px;
	background: #FFFFFF;
	width: 480px;
	min-height: 187px;
	height: 450px;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: auto;
	z-index: 1000;
	}
#midden	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
}
/* Achtergronden */
#achtergrond1	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond1.jpg);
	background-repeat: no-repeat;
	}
#achtergrond2	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond2.jpg);
	background-repeat: no-repeat;
	}
#achtergrond3	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond3.jpg);
	background-repeat: no-repeat;
	}
#achtergrond4	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond4.jpg);
	background-repeat: no-repeat;
	}
#achtergrond5	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond5.jpg);
	background-repeat: no-repeat;
	}
#achtergrond6	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond6.jpg);
	background-repeat: no-repeat;
	}
#achtergrond7	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond7.jpg);
	background-repeat: no-repeat;
	}
#achtergrond8	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond8.jpg);
	background-repeat: no-repeat;
	}
#achtergrond9	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond9.jpg);
	background-repeat: no-repeat;
	}
#achtergrond10	{
	top: 0px;
	left: 212px;
	width: 500px;

	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond10.jpg);
	background-repeat: no-repeat;
	}
#achtergrond11	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../images/achtergrond11.jpg);
	background-repeat: no-repeat;
	}
#achtergrond12	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond12.jpg);
	background-repeat: no-repeat;
	}
#achtergrond13	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond13.jpg);
	background-repeat: no-repeat;
	}
#achtergrond14	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond14.jpg);
	background-repeat: no-repeat;
	}
#achtergrond15	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond15.jpg);
	background-repeat: no-repeat;
	}
#achtergrond16	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond16.jpg);
	background-repeat: no-repeat;
	}
#achtergrond17	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond17.jpg);
	background-repeat: no-repeat;
	}
#achtergrond18	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond18.jpg);
	background-repeat: no-repeat;
	}
#achtergrond19	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond19.jpg);
	background-repeat: no-repeat;
	}
#achtergrond20	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond20.jpg);
	background-repeat: no-repeat;
	}
#achtergrond21	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond21.jpg);
	background-repeat: no-repeat;
	}
#achtergrond22	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond22.jpg);
	background-repeat: no-repeat;
	}
#achtergrond23	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond23.jpg);
	background-repeat: no-repeat;
	}
#achtergrond24	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond24.jpg);
	background-repeat: no-repeat;
	}
#achtergrond25	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond25.jpg);
	background-repeat: no-repeat;
	}
#achtergrond26	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond26.jpg);
	background-repeat: no-repeat;
	}
#achtergrond27	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond27.jpg);
	background-repeat: no-repeat;
	}
#achtergrond28	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond28.jpg);
	background-repeat: no-repeat;
	}
#achtergrond29	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond29.jpg);
	background-repeat: no-repeat;
	}
#achtergrond30	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond30.jpg);
	background-repeat: no-repeat;
	}
#achtergrond31	{
	top: 0px;
	left: 212px;
	width: 500px;
	height: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../../content/achtergrond31.jpg);
	background-repeat: no-repeat;
	}
#links	{
	top: 0px;
	left: 0px;
	width: 212px;
	height: 100%;
	z-index: 1500;
}
#rechts	{
	top: 0px;
	left: 712px;
	width: 282px;
	height: 100%;
	position: absolute;
	z-index: 500;
}
#zijkant	{
	top: 0px;
	left: 994px;
	width: 1px;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 500;
}
#footer {
	bottom: 20px;
	left: 8px;
	position: absolute;
	font-size: 73%;
	color: #FFFFFF;
}
#footer table{
}
#contactafb	{
	position: absolute;
	top: 340px;
	left: 10px;
	width: 260px;
	height: 56px;
	background-color: #FFFFFF;
	border: none;
	z-index: 1000;
}
#contactblad {
	font-size: 11px;
	position: absolute;
	top: 400px;
	left: 10px;
	width: 248px;
	height: 60px;
	border: 1px solid #708090;
	padding: 5px;
	z-index: 1000;
	background-color: #FFFFFF;
}
#contactblad h1 {
	color: #000000;
	font-size: 11px;
}
.inputbox {
	font-size: 11px;
	width: 200px;
	height: 15px;
	border: 1px solid #708090;
}
.submitbox {
	font-size: 11px;
	width: 80px;
	border: 1px solid #708090;
}
#statement	{
	display: block;
	float: center;
	font-size: 120%;
	bottom: 20px;
	width: 282px;
	position: absolute;
	text-align: center;
	font-family: Arial, sans-serif, Helvetica;
	font-style: italic;
}
/* img */
#afb	{
	position: absolute;
	top: 115px;
	width: 282px;
	height: 205px;
	background-color: #FFFFFF;
	text-align: center;
	z-index: 1000;
}
#map	{
	position: absolute;
	top: 115px;
	width: 282px;
	height: 205px;
	background-color: #FFFFFF;
	text-align: center;
	z-index: 2000;
}
img {
	border: none;
}
.mPhoto {
	position: absolute;
	top:115px;
	right:-1px;
	-moz-opacity:0.0;
	filter:Alpha(opacity=0);
}
#Broodkruimelpad {
	width: 100%
	height: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: grey;
}
#Broodkruimelpad a, #Broodkruimelpad a:hover, #Broodkruimelpad a:link, #Broodkruimelpad a:visited {
	font-size: 10px;
	color: #708090;
	
}
