/*
NEL - New Old Stock Electronics Limburg
Door studiosiena.be (versie 02-07-2007)
*/

/* HOME specific - HTML selectors */

/* Hoogte van het scherm. Verander simpel de height naar het gewenste aantal pixels */
#content {
	background-image: url(../images/achtergrond2.jpg);
	background-repeat: repeat-y;
	height: 920px;
	padding: 25px;
}

.rand {
	color: #725B44;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 3px;
	border: 1px solid #B9ADA2;
	width: 760px;
	clear: both;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}
#kaart {
	width: 760px;
	height: 250px;
	cursor: move;
}

/* Extra navigatie op de pagina */
.nav {
	font-size: 13px;
	color: #F8FFC4;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.nav li a#current {
	color: #CCFF33;
	text-decoration: underline;
}
