/* written by Jonas Van Schoote @ made with love
http://www.madewithlove.be/
http://www.ionas.be */

body{
	background-color:#850000;
	padding:0px;
	margin:0px;
	font-family: "Verdana", Arial, sans-serif;
	font-size:11px;
	text-align:center;
	color:#420000;
	height: 100%;
}

/* knoppen */
a{
	text-decoration: none;
	color:#320000;
	/*background-color: #750000;*/
	text-shadow: #520000 0px 1px 3px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

a:visited {
	color:#420000;
}

a:hover {
	background-color: #420000;
	color: #850000;
	padding-bottom: 1px;
}

/* dingen die verdwijnen als flash er is */
#tekstbg{
	background-image: url(../_bg/jsdisabled_strook.gif);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: auto;
	width: 100%;
	height: 100%;
	text-indent: 5px;	
	position: relative;
	top:10px;
	text-align: center;
	margin: 0px auto;
}

h1 {
	font-size:17px;
	text-indent: 0px;
	text-shadow: #520000 0px 1px 6px;
	overflow: auto;
	position: relative;
	top: 10px;
}

#tekst{
	overflow: auto;
	width: 208px;
	text-indent: 5px;
	text-align: justify;
	position: relative;
	top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	width: 217px;
	margin: 0px auto;
	font-size: 10px;
	text-align: right;
	position: relative;
	top: 30px;
}
	
html {
	height: 100%;
	overflow: visible;
}
	
#drager {
	height: 100%;
	min-height:600px;
	min-width:900px;
}
	
.seo {
	display: none;
}

