@import url(typografie.css);
@import url(kleur.css);



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists 
ol,ul { list-style : none; }*/

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* ______________________________________________________________________________________________________________ einde normalisatie*/

body {
	background-image: url(../afbeeldingen/background/tijdelijk.gif); 
	background-position: 5px 35px; background-repeat: no-repeat;
	
}


.tijdelijk {
	margin: 25px 0 0 0;
	}
	
.naam {
	margin: 2px 0 0 2px;
}

.navigatie	{
	position: absolute; top: 530px; left: 10px;
	padding: 0 40px 0 45px;
	color: black;
}

.navigatie	ol,h2,p {
	
	color: black;
}

.navigatie li a {
	font-size: 110%;
	text-decoration: none;
	color: red;
	}
	
	.navigatie li a:hover {
	border-bottom: solid 1px red;
	color: blue;
	background-color: gray;
	}

.navigatie li {
	list-style: none;
	
}

.prijs {
	margin: 0px 0 0 0px;
	padding: 0 3px 0 3px;
	
}



.prijs ol li {
	list-style-image: url(../afbeeldingen/gif/pijl-dgroen.gif);
	list-style-position: inside;
	
	
	
}

.voorbeeld {
	position: absolute; top: 350px; right: 250px;
	padding: 5px;
	
}

.voorbeeld2 {
	position: absolute; top: 650px; right: 250px;
	padding: 5px;
}

.voorbeeld li {
	list-style: none;
	margin: 5px;
}

.voorbeeld p {
	font-size: 120%;
}

.voorbeeld2 li {
	list-style: none;
	
}

.voorbeeld a {
	padding: 4px 0 0 15px;
	color: #5ebf00;
	font-size: 120%;
}

.omhoog {
	margin: -23px 0 0 0;
}
