/**
 * <Diadermine>
 *
 * Contains all declarations for general XHTML elements.
 *
 * @author 			Bart Heirweg <bart@codefellas.com>
 * @copyright		Codefellas bvba <http://www.codefellas.com>
 * @date 			2008-09-02
 * @lastmodified	2008-09-02
 */

/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: small/1.4em Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/bg_body.gif) repeat-x 0 0;
}

a img{
	border: none;
}

#container{
	margin: 0 auto;
	width: 515px;
	padding-top: 11px;
}

#splash{
	width: 515px;
	height: 295px;
	float: left;
	/*background-image: url(../img/splash.gif);*/
	background-image: url(../img/splash.png);
	background-repeat: no-repeat;
}

#splash blockquote{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-top: 120px;
	text-align:center;
	margin-left: 85px;
}

#splash blockquote p{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

#splash blockquote p a{
	color: #666;
	text-decoration: none;
}

#splash blockquote p a:hover{
	text-decoration: underline;
}

#container #splash #flash {
	position: relative;
	top: 320px;
	left:-320px;
	width:500px;
}
#container #splash #flash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

#eenhuid {
	color:#666;
	width:384px;
	top:500px;
	left:-300px;
	float:right;
	margin-top:30px;
	}
