#topmenu {
	position:absolute;
	left:180px;
	top:36px;
	width:730px;
	height:34px;
	z-index:1;
}

body {
	color: #333;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif, verdana;
	margin: 0;
	padding: 0;
	height: 100px;
}

#header_logo {
	background-color: #F7B100;
	height: 60px;
	border-top-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC0000;
	background-image: url(/dalmec/images/Logo-dalmec_giallo.jpg);
	background-repeat: no-repeat;
	background-position: 28px 25px;
}

#background_welkom {
	height: 524px;
	width: 606;
	background-image: url(/dalmec/images/PROVA-PROMA-PAGINE.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	z-index:4;
}

#container {
	width: auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	z-index:3;
}
 
#linkerkant {
	float: left;
	width: 900px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	height: auto;
	border-bottom-width: medium;
	border-right-width: medium;
	background-color: #E6E4E5;
	border-left-width: thin;
	z-index:2;
}

