html {
height: 100%;

}
/* Overall css */
body{
	margin:0;
	padding:0;
	text-align:center;
	background:#000000 0 0 repeat;
	font-size:13px;
	color:#fff;
	font-family: Sans-Serif, Tahoma, Verdana, Arial, Geneva,Helvetica;
}
/* End Overall css */

/* Font styles */
b {
	font-weight: bold;
}

h1 { 
	font-size: 15pt;
	font-weight: bold;
}



/* End Font Styles */

/* Anchors */
a
{
	text-decoration: underline;
	color: #000000;
}

a:link
{
	color: #595959;
}

a:visited, a.visited
{
  color: #595959;
}

a:hover, a.hover
{
	text-decoration: none;
	color: #FFCCCC;
}

a img{
	margin-bottom: -2px;
	border:none;
	border:0px;
}
/* End Anchors */

/* Layouting the blocks */

.pagewidth{
	width:830px;
	text-align:center;
	background:transparent;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

.content{
	height:500px;
	width:800px;
	text-align:center;
	background: #fff url('../images/lelie_bg.png') no-repeat right top;
	margin: 0px auto 10px auto;
	position: relative;
	float:left;
	font-size:15px;
	color:#000;
}

.hidden{
	display:none;
}
#footer{
	margin:10px 0px;
}
#g-map{
	margin-top: 32px;
	margin-right: 32px;
}

.pic-left{
	margin: 32px;
	float: left;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

.text-block-left{
	text-align: left;
	margin: 32px 12px 32px 32px;
	float:left;
}
.text-block-right{
	text-align: left;
	margin: 32px;
	float:none;
}

.gallery-text-right{
	float: right;
	text-align: left;
	margin: 20px;
	position: absolute;
	top: 12px;
	left: 500px;
	display: none;
}

.gallery-text-top{
	
	text-align: center;
	position: absolute;
	top: 32px;
	width: 100%;
	*left: 0px;
}

div#gallery {
	width: 500px;
	*text-align: left;
	position: absolute;
	top: 72px;
	left: 15%;
	}

div#gallery img {
	margin-top: expression(( 150 - this.height ) / 2); 
	}

html>body div#gallery img {    /*hidden from IE 5-6 */
	margin-top: 0; /* to clean up, just in case IE later supports valign! */
	vertical-align: middle;
	}

/* Menu */

#menu_bar{
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 300px;
    position: relative;
    width: 27px;
}

/* Menu tabs */
 a.tab-portfolio
,a.tab-home
,a.tab-contact
,a.tab-actie
{
    float: right;
    height: 100px;
    margin-top: 0px;
    width: 26px;
	text-decoration: none;
	background-position: left;
}
a.tab-portfolio {
    background: url("../images/tab-portfolio-3.png") no-repeat scroll 0 0 transparent;
}
a.tab-home {
    background: url("../images/tab-home-3.png") no-repeat scroll 0 0 transparent;
}
a.tab-contact {
    background: url("../images/tab-contact-3.png") no-repeat scroll 0 0 transparent;
}
a.tab-actie {
    background: url("../images/tab-actie-3.png") no-repeat scroll 0 0 transparent;
}

 a.tab-home:hover
,a.tab-contact:hover
,a.tab-portfolio:hover
,a.tab-actie:hover{
    background-position: -26px center;
	border: none;
	text-decoration: none;
}
 a.tab-home:active
,a.tab-contact:active
,a.tab-portfolio:active
,a.tab-actie:active{
    background-position: -52px center;/*-53px center;*/
	text-decoration: none;
}

 #home a.tab-home
,#contact a.tab-contact
,#portfolio a.tab-portfolio
,#actie a.tab-actie
{
	background-position: -52px;
}

/* End of Menu tabs */
