/**
 * <maanfabriekje.be>
 *
 * Contains all general layout declarations.
 *
 * @author 			Gerrit Bertier <gerrit@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2009-04-08
 * @lastmodified	2009-04-11
 */

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

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

body {
	font: 0.75em/1.5em Arial, Helvetica, Verdana, sans-serif;
	color: #2ea09f;
	background: transparent url(../img/bg_body.png) repeat 0 0;
}

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

h1, h2 {
}

h1 {
	color: #c87b00;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.3em;
	text-transform: lowercase;
}

h2 {
	color: #c87b00;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3em;
	text-transform: lowercase;
}

h3 {
	font-size: 1.3333em;
}

h4 {
	font-size: 1em;
}

p {
	margin: 0 0 15px 0;
}

ul {
	margin: 0;
	padding: 0 0 5px 15px;
	list-style: outside disc;
}
	
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: #91ccc2; }
a:visited { color: #91ccc2; }

a:hover {
	color: #c87b00;
}

a.selected {

}

a img {
	border: none;
}
