﻿/* Created by Novabyte.it for AdriaticoWeb */

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #E0E5E8;
	
}

#superbox {
	background-image: url(img/cornice.jpg);
	background-repeat: repeat-y;
	margin: auto;
	width: 770px;
	height: 100%;
}

#bigbox {
	width: 570px;
	margin: 0px 93px;
	height: 100%;
	border: 6px solid Navy;
	background-color: #174CC0; 
	background-image: url(img/sottomenu.jpg);
	height: 100%;
}

#head {
	padding: 0px;
	width: 570px;
	height: 150px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
}

#testata {
	width: 570px;
	height: 120px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
}
#sottohead {
	border-top: 6px;
	border-bottom: 6px;
	border-left: 0px;
	border-right: 0px;
	width: 570px;
	height: 90px;
	background-color: Navy;
	background-image: url(img/sottohead2.jpg);
	background-repeat: no-repeat;
	border-color: navy;
	border-style: solid;
}

#flags {
	float: right;
	margin-top: 20px;
}

#bigcontent {
	position: relative;
	width: 570px;
	height: 100%;
}

#menu {position: absolute;width: 180px;top: 0px;left: 0px;font: normal small Arial, Helvetica, sans-serif;letter-spacing: 1px;border: 0px solid #060A3E;}
#menu ul {list-style-type: none;margin: 0px;padding: 0px;}
#menu li {margin: 0px;padding:0px;}
#menu a {display: block;width: 180px;line-height: 50px;text-decoration: none;
    border: 1px solid navy;background: url("img/button.jpg") no-repeat top left;
    color: #333;font-variant: small-caps;text-indent: 12px;}
#menu a:hover {background-position: -180px 0px;color: #336;}
#menu li#activelink a, #menu li#activelink a:hover {
    background-position: -360px 0px;color: #fff;}
	 
#content{
	color: #000C8E;
	width: 382px;
	height: 100%;
	background-color: #B1CFEF;
	border-left: 6px;
	border-left-color: Navy;
	border-left-style: solid;
	border-bottom: 6px;
	border-bottom-color: Navy;
	border-bottom-style: solid;
	position: relative;
	top: 0px;
	left: 182px;
	overflow: visible;
}

#credits {
	position: static;
	background-color: Navy;
	width: 100%;
	height: 34px;
	color: #DBE2DB;
	text-align: center;
}
a {
	text-decoration: none;
	border: none;
}

p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000C8E;
	margin: 10px;
	text-align:justify;
}
#credits p {
	color: ButtonFace;
	font: italic bold 11px Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 15px;
	color: #FF8329;
}

.bianco {
	color: White;
}
.bold {
	font-weight: bold;
}
.invisibile {
	display: none;
}