@import url("navigatie.css");
@import url("basis.css");

html, body {margin: 0; padding: 0;}
html {overflow: -moz-scrollbars-vertical;}

body
{
	text-align:center;
}

#wrap
{
	margin:0px auto;
	padding:px;
	text-align:left;
	width:980px;
}

#header
{
	background:white url('../images/header_bg.gif') repeat-x;
	height:261px;
	position:relative;
}

#logo
{
	position:absolute;
	left:420px;
	top:80px;
}

#content
{
	background:#cce5ff;
	float:left;
}

#content #item
{
	float:left;
	width:980px;
}

#content #item #tekst
{
	padding:24px 13px 0 54px;
	float:left;
	width:420px;
}
img#illu
{
	float:right;
	padding-right:58px;
	/*
	border:black solid 2px;
	*/
}

#content #thumbs
{
	padding-right:58px;
	width:922px;
	float:right;
	/*
	*/
	background:white;
}
#footer
{
	text-align:center;
	line-height:1em;
}

/* guestbook */
#guestbook
{
	background:url('../images/guestbook_bg.gif');
	float:left;
}

#kolom_links
{
	float:left;
	width:436px;
	padding:12px 0px 24px 54px;
}
#kolom_rechts
{
	color:white;
	float:right;
	width:458px;
	padding:12px 20px 12px 12px;
}

/* guestbook form */
label
{
	display:block;
	line-height:1em;
	margin-top:4px;
}
#guestbook form
{
	margin-top:18px;
}
#guestbook form input, #guestbook form textarea
{
	width:300px;
}
#guestbook form input.btnSubmit
{
	margin-top:6px;
	width:100px;
} 
/* guestbook entries */
#kolom_rechts div
{
	font-size:80%;
	line-height:1.4em;
	padding-bottom:6px;
	padding-top:7px;
	border-bottom:solid 1px white;
}

/*
crossfade
*/
#mContainer {
	position:relative;
	width:980px;
	height:196px;
	float:left;
}

.mPhoto {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:white;
}