/* CSS Document Stalfris.nl*/

/* Index pagina */

body{
background-image:url(background1.jpg);
	background-repeat:repeat-x;
	background-color:#b2b2b1;
	 margin:0;
	text-align:center;
	color:#000000;
	}
	
a { color:#FFCC33;

}
a:visited {color:#FFCC00; }

#div_container	
	{
	margin:2px auto 0 auto;
	width:1017px;
	height:600px;
	
	}
#div_fotolinks	
	{
	position:fixed;
	width:237px;
	height:369px;
	top:40px;
	left:1px;
	
	}
#div_tekstrecht
	{
	position:fixed;
	Width:717px;
	height:370px;
	top:220px;
	left:240px;
	}

#header	{
	background-image:url(banner.jpg);
	width:1017px;
	height:173px;
	background-repeat:no-repeat;
	background-color:#000000;
	background-position:center;
	}
	
#main{top:20px;	
	background-image:url(content.jpg);
	background-repeat:repeat-y;
	background-position:bottom;
	text-align:center;
	overflow:hidden;
	width:1017px;
	background-color:#000000;
	color:#EEEEEE;
	}	
	
#footer{
	color:#FF9933;
	background-image:url(footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:1017px;
	height:89px;
	}

/* Menu */

.menu ul{
margin:0px;
padding: 170px 0px 0px 0px;
list-style-type: none;
}

/*eerste lijst items*/
.menu ul li{
position: relative;
display: inline;
float: left;

}

/*eerste items stijl*/
.menu ul li a{
display:block;
width: 113px; /*breedte items*/
height:19px;
padding: 2px 0px;
text-decoration: none;
background-image:url(buttona.jpg);
color:#FF9933;
font: 13px Verdana;
}
	
/*Sub menu*/
.menu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub menu lijst items*/
.menu ul li ul li{
display: inline;
float: none;
}


/* Sub menu lijst stijl */
.menu ul li ul li a{
width: 125px; /*breedte submenu's*/
font-weight: normal;
padding: 2px 5px;
background: #e3f1bd;

}

.menu ul li a:hover{
background:#d40foe;
}

.menu ul li ul li a:hover{
background: #d40f0e;
}

.menu .pijlbeneden{
position: relative;
right: 0;
background: transparent url(menuarrow1.gif) no-repeat center right;
}

/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* Einde */
	
	
/* Attributen op de pagina */

#contact{
	font-size:9px;
	font-family:Verdana;
	color:#FFCC33;
	}
#hometekst{
	font-family:verdana;
	font-size:12px;
	padding-bottom:20px;
	}
.standaardtekst{
	font-family:verdana;
	font-size:12px;
	padding-left:100px;
	padding-bottom:20px;
	padding-top:10px;
	}
	
.hometekst{
	font-family:verdana;
	font-size:12px;
	padding-bottom:20px;
	}
	
.stand{
	float:left;
	padding-left:225px;
	}

