/**
 * 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");	/* Image replacement */
@import url("daisy.css");	/* Daisy */

/* 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: #AEDFFF;
}

h1
{
	color: #d93130;
	margin: -45px 0 15px 60px;
	font-size: 2em;
	position: absolute;
	line-height: 1em;
	width: 400px;
}

h2 {
	font-size: 1.4em;
	color: #fff;
}

h2.h1pretend
{
	font-size: 1.6em;
	margin-bottom: 4px;
	color: #fff;
}

#sidebar h2
{
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.05em;
}

h5 {
	font-size: .95em;
}

p {
	margin: 0 0 15px 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;
}
