
body {
	font-family: verdana, arial, sans-serif;
	font-size: 90%;	
	background-color: #fff;
	color: #000;
}


.contents {
	width:50%;
	float:left;
}

.intestazione {
	width:100%;
	min-height: 100px;
	height: auto!important;
	height: 100px;
        background-color: #FFFFCC;
	border: 3px solid #99CC00;
	margin-bottom: 5px;
	color: #000099;
	background-image: url(fotine.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
            }

.intestazione img {
	float:left;
	padding-left: 10px;
	}

.menu {width:25%;
	clear:left;
	float:left;
		
}

.dictionary

{width:20%;
float:right;	
}

h1 {
	font-size: 2.5em;
	text-align:center;
	color: #000099;
}

a {color:#000099;
background-color:#FFFFFF;}
a:hover {background-color:#000099;
color:#ffffff}

h2 {
	background-color: #FFF;
	font-size: large;
	margin-bottom: 5px;
	color: #000099;
}

h3 {
	font-size: medium;
	margin: 0px;
	margin-top: 10px;
	color: #000099;
}

.menu h2 {
	font-size: small;
}

.contents h2 {
	background-color: #FFFFCC;
	border: 2px solid #99CC00;
	padding: 5px;
	font-size: large;
	margin-bottom: 5px;
	color: #000099;
}



.itembody {	
	margin-top: 5px;	
	margin-bottom: 5px;
}

.iteminfo {	
	font-size: x-small;
	color: #000099;
}

.iteminfo a {
	font-weight: bolder;
	color: #000099;
	text-decoration: none;
}

.iteminfo a:hover {
	font-weight: bolder;
	background-color: #000099;
	color: #FFFFFF;
	text-decoration: none;
}

h3.comment {
	font-size: medium;
	margin-bottom: 10px;
}

.commentbody {
	text-align: justify;
}

.commentinfo {	
	font-size: x-small;
	color: #000099;
}


/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
	
	both boxes have slightly larger text, and take a maximum of 20% of 
	the width of the contents.
*/

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #00FFFF;	
}
.rightbox {
	float: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #00FFFF;
}


/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: #FFFFCC;
	color: #000099;
}

.ultimicom {width: 90%;
border: 1px solid #00CCFF;
}
 .commentform label{display: block;}
 


