/**
 * Tropismes libraires
 * Screen stylesheet
 *
 * Description:	General XHTML selector stylesheet
 *
 * Author: 		Davy De Pauw
 * Created: 	02/10/2007
 * Modified:	02/10/2007
 */

/* import stylesheets
---------------------------------------------------------- */

@import url("layout.css"); 	/* Site layout */
@import url("forms.css");	/* Forms */
@import url("tables.css");	/* Tables */
@import url("ie.css");

/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {
	margin: 0;
}

body {
	font: small/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body.mceContentBody {
 	font-size: 12px; 
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.25em;
	color: #0063be;
}

h2, h3, h4 {
	color: #2364b0;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
	font-style: italic;
}

p {
	margin: 10px 0 20px 0;
	padding: 0;
}

ul {
}
	
ul li {
	
}

dl {

}

dl dt {
	
}
		
dl dd {
	
}

blockquote {
	background: #f5f5f5 url(img/bg_blockquote.gif) no-repeat 10px 10px;
}
	
blockquote p {
	margin: 0 0 10px 0;
	padding: 16px 50px 25px 50px;
	background: url(img/bg_blockquote_p.gif) no-repeat 0 100%;
}

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 {
	color: #2364b0;
}

a:hover {

}

a.selected {

}

a img {
	border: none;
}

/** Speciallekes voor tinyMCE
---------------------------------------------------------- */

p.blockquote {
	margin: 10px 0;
	padding: 16px 50px 25px 50px;
	background: #f5f5f5 url(img/bg_blockquote.gif) no-repeat 10px 10px;
}