@charset "utf-8";
/* Styling, Coding, en Design door Wveenstra.nl */


/* Reset settings */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	color:#666666;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Default settings */

/*
Website : 	www.autovanderwal.nl
CSS : 		Wiebe Veenstra
E-mail: 	wiebek_veenstra@hotmail.com
WWW: 		www.wveenstra.nl
---------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0 auto;
	font: normal normal 62.5%/1.5 Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
	text-align: left;
	background-color:#093554;
}

img {
	border : none;
}


h1 {
	font-size: 1.6em; /* 16px */
	font-family: "lucida grande", Lucida Sans Unicode,  Times, serif;
	margin-bottom: 15px;
	font-weight:bold;
	color:#f20c12;
}

h2 {
	font-size: 2.0em; /* 20px */
	font-family: "lucida grande", Lucida Sans Unicode,  Times, serif;
	margin-bottom: 15px;
	font-weight:bold;
	color:#f20c12;
}

h3 {
	font-size: 1.8em; /* 18px */
	font-family: "lucida grande", Lucida Sans Unicode,  Times, serif;
	margin-bottom: 15px;
	font-weight:bold;
	color:#f20c12;
}

h4 {
	font-size: 1.6em; /* 16px */
	font-family: "lucida grande", Lucida Sans Unicode,  Times, serif;
	margin-bottom: 15px;
	font-weight:bold;
	color:#f20c12;
}

h5 {
	font-size: 1.4em; /* 14px */
	font-family: "lucida grande", Lucida Sans Unicode,  Times, serif;
	margin-bottom: 15px;
	margin-left: 5px;
	font-weight:bold;
	color:#f20c12;
}

h6 {
	font-size: 1.2em; /* 12px */
	font-family: "lucida grande", Lucida Sans Unicode,  Times, serif;
	margin-bottom: 15px;
	margin-left: 5px;
	font-weight:bold;
	color:#f20c12;
}

p {
	font-size: 1.2em; /* 12px */
	margin:15px 0px 0px 0px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

p a {
	color:#eb0c12;
	}

ul {
	list-style-type : none;
}

div {
	font-size : 100%;
}

div.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}




