/**
 * Stroom Opwaarts: scolen screen.css
 *
 * Description:	Screen stylesheet
 *
 * Author: 		Davy De Pauw, www.marlon.be
 * Created: 	04/09/2007
 * Modified:	04/09/2007
 */

/* import stylesheets
---------------------------------------------------------- */

@import url("layout.css"); 	/* Site layout */
@import url("forms.css");	/* Forms */
@import url("tables.css");	/* Tables */
@import url("ir.css");
@import url("daisy.css");	/* Daisy specific */

/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {
	
}

body {
	margin: 0;
	font: small/1.45em Arial, Helvetica, sans-serif;
	color: #fff;
	background: #0071BC url(../img/bg_body.gif) repeat-x 0 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #fff;
}

h1 {
	margin: 10px 0 15px 0;
	font-size: 1.6em;
	background: url(../img/bg_divider.gif) repeat-x 0 100%;
}

h2 {
	font-size: 1.2em;
	color: #fff;
}

h3 {
	font-size: 1.1em;
	color: #AEDFFF;
}

h4 {
	font-size: 1.05em;
	color: #0f3e73;
}

h5 {
	font-size: .95em;
	color: #0f3e73;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

ul {

}
	
ul li {
	
}

dl {

}

dl dt {
	
}
		
dl dd {
	
}

blockquote {

}
	
blockquote p {
	
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
}

a abbr {
	border: none;
}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	font-weight: bold;
	color: #AEDFFF;
}

a:hover {
	color: #fff;
}

a.selected {

}

a img {
	border: none;
}