/* @override http://localhost:8084/sopralamediaweb/webroot/css/home.css */

/* @group general */

* {
	padding: 0;
	margin: 0;
	color: #464648;
	font-family: Arial;	
}

html, body {
	height: 100%;
	width: 100%;
	font-size: 11px;
}

div, td, span, a {
	font-size: 11px;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
	vertical-align: middle;
}

tbody {
}

/* @end */

/* @group Layout */

#wrapper {
	width: 1024px;
	height: 767px;
	background: url(../images/body_bg_home.jpg) no-repeat;
}

#menuroot {
	position: absolute;
	top: 396px;
	left: 36px;
}

#menuroot ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menuroot ul li {
	padding: 0;
	display: block;
	height: 40px;
	margin-bottom: 5px;
}

#menuroot ul li a {
	display: block;
	height: 40px;
	text-transform: uppercase;
	font-size: 25px;
	color: #fff;
	font-family: "Arial Narrow", Arial;
}

#mappahome {
	position: absolute;
	left: 695px;
	top: 120px;
}

.menubottom {
	font-weight: bold;
	position: absolute;
	top: 690px;
}

.menubottom ul {
	list-style-type: none;
}

.menubottom ul li {
	float: left;
	padding: 0;
	padding-right: 20px;
}

.menubottom ul li a {
	color: #0052AD;
}

#menubottom_sx {
	left: 36px;
}

#menubottom_dx {
	/*left: 730px;*/
	left: 850px;
}

#footer {
	position: absolute;
	top: 740px;
	left: 36px;
	color: #191618;
	font-weight: bold;
}

#postit {
	background-image: url(../images/post-it-note.jpg);	
	width: 150px;
	height: 150px;
}

/* @end */


/* highlight per la scuola riformata */
.menubottom ul li a.highlight {
    color: #389CE5;
    text-decoration: underline;
}
