/*
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: 530px;
	padding: 25px;
}
.beeld200 {
	filter: shadow(color:#35281E, strenght:10, direction:135);
	width: 230px;
	height: 170px;
}
.beeld220 {
	filter: shadow(color:#35281E, strenght:10, direction:135);
	width: 235px;
	height: 120px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.beeld230 {
	filter: shadow(color:#35281E, strenght:10, direction:135);
	width: 240px;
	height: 145px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.beeld310 {
	filter: shadow(color:#35281E, strenght:10, direction:135);
	width: 310px;
	height: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.beeld320 {
	filter: shadow(color:#35281E, strenght:10, direction:135);
	width: 340px;
	height: 230px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.beeld330 {
	filter: shadow(color:#35281E, strenght:10, direction:135);
	width: 340px;
	height: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.beeld380 {
	filter: shadow(color:#35281E, strenght:10, direction:135);
	width: 390px;
	height: 145px;
	margin-top: 20px;
	margin-bottom: 20px;
}

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