﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url('file:///C:/Documents%20and%20Settings/Proprietario/Documenti/Siti%20Web/agfa/images/fszgdfs.bmp');
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
	height: 241px;
}
#navigation {
	border-top: 1px #FF6600 solid;
	border-bottom: 1px #FF6600 solid;
	background-color: #FFFFFF;
}
html>body #navigation {
	overflow: inherit;
	font-size: medium;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 653px;
	padding: 0 3px 0 3px;
	background-color: #fff;
	top: 0px;
	left: 0px;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Titolo */
#masthead h1 {
	color: #FFFFFF;
	margin-bottom: 0;
	font-family: Niamey;
}
#masthead h3 {
	color: #CCCCCC;
	margin-top: 0.5em;
}
/* Struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #FF6600;
}

/* Colonna destra */
#column_r img {
	border: 1px solid #808080;
}
/* Tipografia sito */
h1 {
	font-size: xx-large;
	color: #FF6600;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
ul {
	font-size: medium;
	color: #000;
}
ol {
	font-size: medium;
	color: #000;
}
p {
	font-size: medium;
	color: #000;
	text-align: left;
}
 {
	font-size: medium;
	color: #000;
}
blockquote {
	font-size: medium;
	color: #000;
}
h5 {
	font-size: xx-small;
	color: #E0E0E0;
	position: relative;
	text-align: center;
	top: 5px;
	left: -55px;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Piè di pagina */
#footer p {
	font-size: x-small;
	}
/* Collegamenti */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
