/**
 * <Videohouse>
 *
 * 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
 */

/* import stylesheets
---------------------------------------------------------- */

@import url("layout.css"); 	/* Site layout */
@import url("forms.css");	/* Forms */
@import url("tables.css");	/* Tables */
@import url("microformats.css");

/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {
	
}

body {
	margin: 10px 0 0 0;
	padding: 0;
	font: small/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #e6e7e8 no-repeat fixed 0%;
	/*background: url(/img/backgrounds/bgtour2008.png) #e6e7e8 center no-repeat fixed 0%;*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

p {

}

ul {
	margin: 0;
	padding: 0;
}
	
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 {
	color: #006225;
}

a:hover {

}

a.selected {

}

a img {
	border: none;
}