/* css
/* Zidiot for Architectenbureau Filip Mens */
/* Author, Lucas Winckers, www.zidiot.com */
/* Last version, November 4, 2008 */


/* ------------------------All pages---------------------- */
/* Body */
body {
	margin:0;
	padding:0;
	background-color:#404040;
	font-family:Helvetica, Arial, Sans-serif;
	color:white;
	}

html, body, #noFlash, #yesFlash {
	height:100%;
	overflow-y:hidden;
	overflow:hidden;
	
	}

/* --------------------------HTML-------------------------- */
/* Lay-out */
#content {
	position: absolute;
	width:600px;
	height:70%;
	top: 50px;
	left: 30px;
	padding: 10px;
	margin: 0;
	overflow:auto;
	}

/* Type */
p, #content p {
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	line-height:16px;
	}
h1, #content h1 {
	text-transform:uppercase;
	font-size:110%;
	font-weight:normal;
	}
h2, #content h2 {
	font-size:105%;
	font-weight:normal;
	}
strong, #content strong {
	font-size:100%;
	font-weight:bold;
	}
li, ul, #content li, , #content ul {
	font-size:12px;
	font-weight:normal;
	}
table, tr, td, input, form, input, textarea {
	font-size:12px;
	font-weight:normal;
	}
a, #content a {
	text-decoration:none;
	font-size:100%;
	font-weight:normal;
	color:#40CCFF;
	}
a:hover, #content a:hover {
	text-decoration:underline;
	font-size:100%;
	font-weight:normal;
	color:#40CCFF;
	}

/* Lines */
hr, #content hr  {
	border:0px;
	background-color:#454545;
	color:#404040;
	height:6px;
}

/* Footnote */
.footnote {
	font-size:85%;
	}
