/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #fff;
	background-image: url(../images/achtergrond_zijkant.jpg);
	background-repeat: repeat-x;
	background-color: #66CCFF;
	line-height: 18px;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 1.2em;font-weight: 900;color: #fff;}
h2 {font-size:1.7em;line-height: 1.1em;font-weight: 900;color: #fff;}
h3 {font-size:1.5em;line-height: 1.0em;font-weight: 900;color: #fff;}
h4 {font-size: 12px;line-height: 16px;font-weight: 900;color: #fff;}
h5 {font-size:1.3em;line-height: 1.3em;font-weight: 900;color: #fff;}
h6 {
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: right;
	width: 200px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #006699;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-left: 0px;

}

/*links*/

a:visited {color: silver;
text-decoration: none;}

a:link {
	color: silver;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}


img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */