/**
 * <projectname>
 *
 * Contains all declarations for general XHTML elements.
 *
 * @author 			Davy De Pauw <davy@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2007-11-22
 * @lastmodified	2007-12-05
 */

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

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: small/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #4c4c49;
	background: #edf3f7 url(../img/bg_body.jpg) no-repeat 50% 0;
}

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

h1, h2 {
}

h1 {
	font-weight: bold;
	line-height: 1em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
}

p {
	margin: 0 0 15px 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
ul li {
	
}

dl {

}

dl dt {
	
}
		
dl dd {
	
}

blockquote {
}
	
blockquote p {
}

blockquote cite {
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

abbr, acronym {
	font-style: normal;
	border-bottom: none;
	cursor: help;
}

a abbr {
	border: none;
}

hr {
	display: none;
}

/* links
---------------------------------------------------------- */

a, a:link { color: #517695; }
a:visited { color: #517695; }

a:hover {
	color: #981f61;
}

a.selected {

}

a img {
	border: none;
}

