@charset "UTF-8";

/**
 * KrisKras website
 *
 * Contains all declarations for general XHTML elements.
 *
 * @author 			Gerrit Bertier <gerrit@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2009-11-23
 * @lastmodified	2009-12-02
 */

/* Redefine xhtml selectors
---------------------------------------------------------- */

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #b5b194;
	color: #4a4c4e;
	font: 0.8125em/1.4615em Tahoma, Geneva, Verdana, sans-serif;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.6923em;
	font-weight: bold;
	line-height: 1.0909em;
	color: #00afef;
}

h2 {
	margin: 0 0 13px;
	font-size: 1.6923em;
	line-height: .9091em;
	color: #00afef;
}

h3 {
	margin: 0 0 13px;
	font-size: 1.2308em;
	font-weight: bold;
	line-height: 1.1875em;
	color: #00afef;
}

h4 {
	color: #00afef;
	font-size: 1.0769em;
	font-weight: bold;
	line-height: 1.3571em;
}

h5 {
	color: #4a4c4e;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4615em;
}

p {
	margin: 3px 0 15px 0;
}

ul, ol, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt, dd {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0;
}

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;
}

del {
	color: #9a8762;
}

pre {
}

/* Links
---------------------------------------------------------- */

a {
	color: #00afef;
}

a:hover {
	color: #0162B3;
	text-decoration: none;
}

a img {
	border: none;
}