@charset "utf-8";
@import url("../Eventi/Style.css");
@import url("../Schede/Style.css");

#home .inputBox input.text {
	width: 340px;
}
#home .inputBox textarea.text {
	width: 340px;
	height: 200px;
}
#home .inputBox textarea.smallText {
	width: 340px;
	height: 60px;
}

#home .navigation {
	float: right;
	width: 300px;	
}
#home .navigation #schedeBox{
	margin-top: 5px;
}

#home .body {
	width: 540px;
	padding-top: 20px;
	padding-right: 10px;		
}
#home .body td{
	vertical-align: top;
}
#home .body td.icon {
	padding-right: 10px;
}
#home .body .item {
	padding-bottom:20px;
}
