@charset "utf-8";
/* Arch. Riccardo Blumer Screen Style */

/* General */

html, body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	text-align: center;
}

#wrapper{
	position: relative;
	display: block;
	width: 750px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.horr {
	position: relative;
	height: 10px;
	width:  100%;
	background-image: url(horr.gif);
	background-repeat: repeat-x;
}

.vert {
	position: relative;
	height: 15px;
	width:  3px;
	background-image: url(vert.gif);
	background-repeat: repeat-y;
	margin-left: 6px;
	margin-right: 6px;
}

a img {
	border: none;
}


/* Header */

.head {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
}

#logo {
	font-size: 1.3em;
	color: #333333;
	padding: 20px;
}

.menu {
	position: absolute;
	display: block;
	bottom: 4px;
	right: 0px;
}

.submenu1 {
	position: absolute;
	display: block;
	right: 155px;
	text-align: right;
	top: 15px;
}

.submenu2 {
	position: absolute;
	display: block;
	right: 0px;
	text-align: right;
	top: 15px;
}

#lang {
	color: #333333;
	font-weight: bold;
	text-align: left;
}

#homelogo {
	font-size: 2.6em;
	color: #333333;
}

.linkato {
color: #000000;
}

/* Links */

a:link, a:active, a:visited {
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	color: #669900;
	text-decoration: underline;
}

/* Page */

.title {
	position: relative;
	display: block;
	margin-top: 2.5em;
	width: 100%;
	height: 1.5em;
	font-size: 1.5em;
	text-align: left;	
}

.page {
	position: relative;
	display: block;
	width: 100%;
	text-align: justify;
}

.sottotitolo {
	font-size: 1.3em;
	text-align: left;
}
.collaboratori {
	font-size: 1.1em;
	text-align: left;
}

.opera {
	float: left;
	display: inline;
	width: 75px;
	height: 75px;
	padding: 4px;
}

.icona {
	float: left;
	display: inline;
	width: 120px;
	height: 67px;
	padding: 2px;
}

.mini_text {
	font-size: 0.8em;
	text-align: justify;
}

.col_list1 {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 1em;
	text-align: left;
	font-size: 0.9em;
}

.col_list2 {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 1em;
	font-size: 0.9em;
}

.col_title {
	font-size: 1.5em;
}

.col_subtitle {
	font-weight: bold;
}

.space {
	clear: both;
	position: relative;
	display: block;
	height: 20px;
}

.book_fig {
	float: left;
	width: 200px;
	height: 200px;
}

.book_txt {
	float: right;
	width: 530px;
	text-align: justify;
}

.article_fig {
	float: left;
	width: 150px;
	height: 150px;
}

.article_txt {
	float: right;
	width: 550px;
	text-align: justify;
}

.colonna {
	float: left;
	width: 235px;
	text-align: center;
}

.spacer {
	float: left;
	width: 22px;
}

.edizionidesign_row {
	position: relative;
	display: block;
	width: 750px;
	height: 200px;
	margin-bottom: 30px;
}

.edizionidesign_pic {
	position: absolute;
	display: block;
	width: 270px;
	height: 200px;
	top: 0;
	left: 0;
}

.edizionidesign_txt {
	position: absolute;
	display: block;
	width: 460px;
	height: 200px;
	top: 0;
	left: 290px;
	text-align: right;
}

.edizionidesign_buttons {
	position: absolute;
	display: block;
	bottom: 0;
	left: 290px;
	text-align: left;
}

.edizionidesign_space {
}
