/**
 * Vlaamse Diabetes Vereniging
 * Layout stylesheet
 *
 * Description:	General XHTML selector stylesheet
 *
 * Author: 		Davy De Pauw, www.marlon.be
 * Created: 	12/09/2007
 * Modified:	12/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("microformats.css");

/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0 0 10px 0;
}

body {
	font: small/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #175459;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #539f92;
}

h1 {
	font-size: 1.6em;
	color: #175459;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.15em;
}

h4 {
	font-size: 1.15em;
}

p {
	line-height: 1.5em;
}

ul {

}
	
ul li {
	
}

dl {

}

dl dt {
	
}
		
dl dd {
	
}

blockquote {
	margin: 0 0 20px 22px;
	padding: 0 0 20px 0;
	width: 411px;
	background: url(../img/bg_blockquote.gif) no-repeat 0 100%;
}
	
blockquote p {
	margin: 0;
	padding: 15px 30px 0 40px;
	background: url(../img/bg_blockquote_p.gif) no-repeat 0 0;
}

q {
	font-weight: bold;
}

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;
}

hr {
	display: none;
}


/* links
---------------------------------------------------------- */

a:link, a:visited {
	color: #378074;
}

a:hover {

}

a.selected {

}

a img {
	border: none;
}