/*
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: 800px;
	padding: 25px;
}

/* 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;
}

.linkstabel {
	marin-left: 15px;
	width: 740px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #996633;
}

.linkstabel a {
	color: #663366;	
}

.linkstabel a:hover {
	color: #FF9900;	
}

