/* hide from ie on mac \*/
html {

	/*overflow: hidden;*/
}

#flashcontent {
	position:absolute;
	top:115px;
	right: 0;
	width: 100%;
	height: 75%;	
	margin: 0;
	padding: 0;
}

#homecontent {
	margin:150px auto;	
	border: 0px solid black;
	padding: 0; 
	width:64em; 
}

#infocontent {
	background: url(../_img/bg_info.gif) no-repeat right 0;
	margin:100px auto;	
	border: 0px solid black;
	padding: 0;
	height:150px; 
	width:55em; 
}


body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	background:#e2e2e2 url(/_img/bg_header.gif) top left repeat-x; 
}
p {
	font-family: arial, helvetica;
	font-size: 75%;
	padding: 25px;
	color:#333333;
	line-height: 160%;
}

p strong{
	color: #ff41b5;
	font-weight: bold;
}

a, a:link { color: #ff41b5; }


h1 a{
	background:transparent url(/_img/logo.gif) no-repeat scroll 0%;
	display:block;
	height:60px;
	left:25px;
	position:absolute;
	top:20px;
	width:275px;
}

#welkom h2 {
	background:url(/_img/welkom.gif) no-repeat 0 0;
	width: 309px;
	height: 65px;
	border: 0px solid black;
	margin: 0;
	}

#infocontent h2 {
	background:url(/_img/info_kop.gif) no-repeat 0 0;
	width: 139px;
	height: 64px;
	border: 0px solid black;
	margin: 0;
	}
	
span {
	left:-9999px;
	position:absolute;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#menu {
	height:41px;
	margin:27px 0pt 0pt 339px;
	position:relative;
	top: 0;
}

#menu li {
	position:absolute;
}

#menu a{
	border:medium none;
	display:block;
	height:41px;
}

#menu #babys {
	left:0;
	width:99px;
}
#menu #babys a{
	background:transparent url(/_img/babys.gif) no-repeat scroll 0%;
}
#menu #babys a:hover, #menu #babys .on {
	background:transparent url(/_img/babys_on.gif) no-repeat scroll 0%;
}

#menu #kinderen {
	left:99px;
	width:142px;
}
#menu #kinderen a{
	background:transparent url(/_img/kinderen.gif) no-repeat scroll 0%;
}
#menu #kinderen a:hover, #menu #kinderen .on {
	background:transparent url(/_img/kinderen_on.gif) no-repeat scroll 0%;
}

#menu #bruiloften {
	left:241px;
	width:172px;
}
#menu #bruiloften a{
	background:transparent url(/_img/bruiloften.gif) no-repeat scroll 0%;
}
#menu #bruiloften a:hover, #menu #bruiloften .on {
	background:transparent url(/_img/bruiloften_on.gif) no-repeat scroll 0%;
}


#menu #vrijwerk {
	left:413px;
	width:146px;
}
#menu #vrijwerk a{
	background:transparent url(/_img/vrijwerk.gif) no-repeat scroll 0%;
}
#menu #vrijwerk a:hover, #menu #vrijwerk .on {
	background:transparent url(/_img/vrijwerk_on.gif) no-repeat scroll 0%;
}


#menu #info {
	left:559px;
	width:79px;
}
#menu #info a{
	background:transparent url(/_img/info.gif) no-repeat scroll 0%;
}
#menu #info a:hover, #menu #info .on {
	background:transparent url(/_img/info_on.gif) no-repeat scroll 0%;
}

#content{
	position: absolute;
	top: 160px;
	width: 100%;
	display:block;
	text-align:center;
}

#welkom {
	background: url(/_img/bg_home.gif) no-repeat 0 63px; 
	border: 0px solid black;
	width: 360px; 
	float:left; 
	padding: 0 0 100px 0; 
}

#infocontent div{
	width: 557px; 
	float:left;
	background: url(../_img/info_foto.jpg) no-repeat 30px 100px;
	padding: 0 0 0 250px;
}



	
