﻿/* POSIZIONAMENTO */

body {
	border: 0px;
	margin: 0px;
}

div#page {
	width: 858px;
	margin: 0 auto;
}

div#header {
	margin: 0 0 3px 0;
}

div#content {
}

div#footer {
	width: 750px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0px 10px 0px;
}
/*------------------- TAGS & CLASSES ---------------------------*/
p {
	margin: 0px;
}

textarea {
	width: 260px;
	height: 150px;
}

form .title {
	margin-bottom: 5px;
}

.table {
	display: table;
	width: 100%;
}

.row {
	display: table-row;
	width: 100%;
}

.cell {
	display: table-cell;
}

.slideshowable_h {
	width: 150px;
	height: 100px;
}

.slideshowable_v {
	width: 100px;
	height: 150px;
}


/*------------------- HEADER ----------------------------*/
#header_localization a {
	display: inline-block;
	width: 30px;
	height: 20px;
	text-decoration: none;
}

/*------------------- CONTENT ----------------------------*/
div#content_title {
	height: 40px;
	line-height: 40px;
	margin-bottom: 2px;
}

div#content_column {
	display: table-cell;
}

/*------------------- NEWS ----------------------------*/
#news {
	display: table-cell;
	width: 270px;
	margin-top: 15px;
	overflow: hidden;
}

#news_header {
}

.news_article {
	width: 260px;
}

#news_form {
	width: 380px;
	margin-left: 230px;
}


/*------------------- MESSAGES ----------------------------*/
.message_ok {
	height: 250px;
	width: 90%;
	margin: 0;
}

.message_error {
	height: 250px;
	width: 90%;
	margin: 0;
}
