/* Colors
#9f0c05		Dark Red		Background color
#ff0106		Red				Brand color
#fec9be		Licht Red		Navigation, etc
*/

body { background:#9f0c05 url('/image/background-fire.gif') left top repeat-x; }
#styleElement { background:url('/image/bg-fire.gif') right top no-repeat; }

#navigation { background:url('/image/bg-nav-intro-fire.gif') left top no-repeat; }
#nav { background:url('/image/bg-nav-fire.gif') left top repeat-x; }

#intro { background:url('/image/bg-intro-fire.gif') left top no-repeat; }
#intro p { color:#ffffff; }

#projects { background:url('/image/txt-projecten-fire.gif') 7px 33px no-repeat; }

#shadow { background:url('/image/red-shadow-middle.gif') left top repeat-y; }
#shadowtop { background:url('/image/red-shadow-top.gif') left top no-repeat; }
#shadowbottom { background:url('/image/red-shadow-bottom.gif') left bottom no-repeat; }

#content { border-color:#ff0106; }

#products { background:#ff0106; }


#nav a:hover {
	background-color:#ff0106;
	color:#ffffff;
	}
#nav ul {
	background:#fec9be;
	}

h1 { border-color:#ff0106; }
a:hover	{ text-decoration:underline; color:#ff0106; }

#footer p, #footer a {
	color: #ff0106;
}

#footer a:hover {
	color: white;
}

p.submit button {
	background-color: #ff0106;
}

#content img{
	border: 2px solid #ff0106;
}
