body
{
	background: #fff url(../images/body_bg.gif) no-repeat bottom right fixed;

	margin: 0px;
	padding: 0px;

	text-align: center;
	font-size: small;
	color: #fff;
	font-family: "bitstream vera sans", verdana, sans-serif;
}

#canvas
{
	background: transparent url(../images/canvas_bg.jpg) no-repeat top left fixed;

	text-align: center;
}

#header
{
	margin: auto;
}

#title
{
	background: transparent url(../images/title_bg.gif) no-repeat;

	width: 440px;
	height: 110px;

	margin: 0px auto 0px auto;

	text-indent: -5000em;
}

#title a
{
	display: block;
	height: 100%;
}

#subtitle
{
	background: transparent url(../images/subtitle_bg.gif) no-repeat;

	width: 530px;
	height: 40px;

	margin: 0px auto 0px auto;

	text-indent: -5000em;
}

#navigation
{
	background: transparent url(../images/navigation_bg.gif) no-repeat bottom;

	width: 600px;
	height: 80px;

	margin: auto;
}

#interface li
{
	float: left;

	list-style: none;

	text-indent: -5000em;
}

#interface a.link-wat
{
	background: transparent url(../images/links/link_wat.gif) no-repeat;

	position: relative;
	top: 27px;
	left: 17px;

	height: 23px;
	width: 52px;
}
#interface a.link-wat:hover { background: transparent url(../images/links/link_wat_r.gif) no-repeat; }

#interface a.link-wie
{
	background: transparent url(../images/links/link_wie.gif) no-repeat;

	position: relative;
	top: 17px;
	left: 40px;

	height: 23px;
	width: 52px;
}
#interface a.link-wie:hover { background: transparent url(../images/links/link_wie_r.gif) no-repeat; }

#interface a.link-wanneer
{
	background: transparent url(../images/links/link_wanneer.gif) no-repeat;

	position: relative;
	top: 12px;
	left: 55px;

	height: 21px;
	width: 128px;
}
#interface a.link-wanneer:hover { background: transparent url(../images/links/link_wanneer_r.gif) no-repeat; }

#interface a.link-fotos
{
	background: transparent url(../images/links/link_fotos.gif) no-repeat;

	position: relative;
	top: 12px;
	left: 79px;

	height: 22px;
	width: 82px;
}
#interface a.link-fotos:hover { background: transparent url(../images/links/link_fotos_r.gif) no-repeat; }

#interface a.link-contact
{
	background: transparent url(../images/links/link_contact.gif) no-repeat;

	position: relative;
	top: 3px;
	left: 101px;

	height: 22px;
	width: 119px;
}
#interface a.link-contact:hover { background: transparent url(../images/links/link_contact_r.gif) no-repeat; }

#interface a
{
	display: block;
	height: 100%;

}

#content
{
	background: transparent url(../images/content_bg.gif) repeat-y top;

	width: 600px;

	margin: auto;

	text-align: left;
}

div.article
{
	/* If something happens to the background image,
	then they won't be stuck with white text on white background*/
	background: #000;

	margin: 0px 50px 0px 50px;

	padding: 10px 0px 10px 0px;
}

#footer
{
	background: transparent url(../images/copyright_bg.gif) no-repeat top;

	width: 600px;
	height: 120px;

	margin: 0px auto 10px auto;
	padding-bottom: 5px;

	text-align: center;
	font-size: 80%;
}

#footer-interface, #copyright
{
	background: #000;

	width: 400px;

	margin: 0px auto 0px auto;

	text-align: center;
}

#footer-interface li
{
	display: inline;

	list-style: none;

	margin: 0px 5px 0px 5px;

	color: #fff;
}

#footer-interface li a
{
	font-weight: 400;
}

p
{
	margin-top: 0px;
}

a
{
	color: #fff;
}

a:hover
{
	text-decoration: underline;
}

h3
{
	font-family: serif;
}

img
{
	float: right;
	margin: 5px 5px 5px 15px;
	border: 0px;
}

a img
{
	margin: 5px;

	border: 0px;
}

#members
{
	width: 100%;
}

#members td.col1, #members td.col2
{
	width: 110px;
}

#members td.name
{
	text-align: center;
}
