/*
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: 680px;
	padding: 25px;
	background-color: #564334;
}

.beeld1 {
	filter: shadow(color:#35281E, strenght:10, direction:135);
	height: 180px;
	width: 310px;
}

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

#box{
	width: 390px;
	color:#333333;
	float: right;
	margin-right: 10px;
}

#box h1 {
	color:#FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #35281e;
}

#box div {
	color:#35281e;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 10px;
}

#ampsfiche {
	font-size: 12px;
	width: 18em;
	padding: 20px;
	margin:0 auto;
    background:#E6E6E6;
	color:#000
}

#ampstitellinks {
	background-image: url(../images/titels_amps_links.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 45px;
	float: left;
}
#ampstitelmidden {
	background-color: #FFFFFF;
	float: left;
	width: auto;
	height: 41px;
	margin-top: 4px;
	padding-left: 20px;
}
#ampstitelrechts {
	background-image: url(../images/titels_amps_rechts.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 40px;
}
