/* CSS Document */
/*stili per il layout fisso con background*/
html,body{margin: 0;padding:0}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align:center;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
	color: #FFFFFF;
}
h1 {
	color: #00FF00;
}


div#container{
	width:760px;
	margin:0 auto;
	background-image: url(images/3rightcol.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

div#container2{background: url(images/3leftcol.jpg) repeat-y top left;
text-align: left
}

/*stili specifici per il layout*/
div#header{
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

div#navigation{float: left;
width: 120px;
width:130px;
width:120px;
padding: 1em 0 0 10px
}

div#extra{float: right; 
width: 190px;
width:200px;
width:190px;
padding: 1em 5px
}

div#content{
	margin: 0 200px 0 130px;
	padding: 1em 10px;
	background-image: url(images/sfondo.gif);
	background-repeat: repeat;
}
div#footer{
	clear:both;
	text-align:center;
	padding: 5px 0;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	vertical-align: middle;
}

#container #container2 #nav_sup {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
div#nav_sup a:hover {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: normal;
}
div#nav_sup a {
	color: #00FF00;
	text-decoration: none;
	font-size: 26px;
}
div#nav_sup a:active {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 32px;
}
div#navigation ul{margin: 0;padding: 0; list-style-type: none}
div#navigation li{margin: 0;padding: 0}
div#navigation a{
	font-size: 14px;
	font-weight: bold;
	color: #00FF00;
	font-variant: normal;
	text-decoration: none;
}
div#navigation a:hover{
	text-decoration: none;
	color: #000000;
	background-color: #00FF00;
	font-weight: bold;
}
div#navigation a#activelink{
	background-color: #00FF00;
	color: #000000;
	font-weight: bold;
}
.rebumart {color: #00FF00}
div#content a {
	color: #00FF00;
}
div#content a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
div#footer a {
	color: #00FF00;
}
div#footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
div#extra a {
	color: #FFCC33;
	font-size: 120%;
}
div#extra a:hover {
	font-weight: bold;
	color: #FFFFFF;
}

