/* ====================================================
	Title:		Screen Style Sheet - Bequaam
	Author:		Harm Wimmenhove
	Site:		http://www.siyou.nl
	Date:		2008.04.09
==================================================== */
	@import url("main.css");

*{
	margin: 0;
	padding: 0;
}

html { 	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	height: 100%; 
	background: #4b411e;
}

body {
	font-size: 62.5%;
}

a img, img, fieldset { border: 0;}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
ul li a { outline-width: 0; }
.skip {
	display: none;
}

.peiler_0 { background: #8e8f53; }
.peiler_1 { background: #98a62b; }
.peiler_2 { background: #4e451a; }
.peiler_3 { background: #2e5836; }
.peiler_4 { background: #7a8e1f; }
.peiler_5 { background: #5c7112; }


