body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
}

a
{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover
{
	color:#036;
	text-decoration:none;
}

#container
{
	margin:auto;
	width:750px;
}

#headermenu
{
	width:750px;
	height:220px;
	margin-bottom:6px;
}

#header
{
	background-image:url(../pictures/header.jpg);
	width:530px;
	height:220px;
	position:relative;
	float:left;
}

#menu
{
	width:198px;
	height:220px;
	position:relative;
	float:left;
}

#menu span
{
	display:none;
}

#fill
{
	background-image:url(../pictures/fill.jpg);
	width:22px;
	height:220px;
	position:relative;
	float:left;
}

#content
{
	background-image:url(../pictures/content_bg.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	width:733px;
	padding:3px 5px 5px 10px;
}

#content h1
{
	font-size:14px;
	color:#69C;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}

#preload
{
	display:none;
}

.bar
{
	background-image:url(../pictures/bar.jpg);
	width:742px;
	height:16px;
	color:#FFF;
	font-size:11px;
	padding:2px 4px 2px 4px;
}

.links
{
	float:left;
}

.rechts
{
	float:right;
}

.rechts a
{
	font-weight:normal;
	color:#FFF;
}

.error
{
	display:block;
	font-size:10px;
	color:#F33;
}

/* Menu items... */

#menu_home, #menu_contact, #menu_algemeneinfo, #menu_kwaliteit, #menu_gevelreiniging, #menu_vochtbeheersing, #menu_metselenvoegwerkherstel, #menu_fotoalbum
{
	display:block;
	width:198px;
	height:25px;
}

/* normal state*/

#menu_home
{
	background-image:url(../pictures/menu_home.jpg);
}

#menu_contact
{
	background-image:url(../pictures/menu_contact.jpg);
}

#menu_algemeneinfo
{
	background-image:url(../pictures/menu_algemeneinfo.jpg);
}

#menu_kwaliteit
{
	background-image:url(../pictures/menu_kwaliteit.jpg);
}

#menu_gevelreiniging
{
	background-image:url(../pictures/menu_gevelreiniging.jpg);}

#menu_vochtbeheersing
{
	background-image:url(../pictures/menu_vochtbeheersing.jpg);
}

#menu_metselenvoegwerkherstel
{
	background-image:url(../pictures/menu_metselenvoegwerkherstel.jpg);
}

#menu_fotoalbum
{
	background-image:url(../pictures/menu_fotoalbum.jpg);
}

/* Hover state */
#menu_home:hover
{
	background-image:url(../pictures/menu_home_hover.jpg);
}

#menu_contact:hover
{
	background-image:url(../pictures/menu_contact_hover.jpg);
}

#menu_algemeneinfo:hover
{
	background-image:url(../pictures/menu_algemeneinfo_hover.jpg);
}

#menu_kwaliteit:hover
{
	background-image:url(../pictures/menu_kwaliteit_hover.jpg);
}

#menu_gevelreiniging:hover
{
	background-image:url(../pictures/menu_gevelreiniging_hover.jpg);}

#menu_vochtbeheersing:hover
{
	background-image:url(../pictures/menu_vochtbeheersing_hover.jpg);
}

#menu_metselenvoegwerkherstel:hover
{
	background-image:url(../pictures/menu_metselenvoegwerkherstel_hover.jpg);
}

#menu_fotoalbum:hover
{
	background-image:url(../pictures/menu_fotoalbum_hover.jpg);
}

/* last menu item */

#menu_designbysitsat
{
	background-image:url(../pictures/designbysitsat.jpg);
	display:block;
	width:198px;
	height:20px;
}

/*lightbox*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#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(../pictures/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../pictures/overlay.png", sizingMethod="scale");
	}