html {margin: 0; padding:0}
body {text-align: center; font-family: verdana,sans-serif; font-size: 10px; color: #ffffff; 
	background-color: #010101; margin: 0; padding:0}

a:link {color: #66abbc; border-color: #66abbc}
a:visited {color: #66abbc; border-color: #66abbc}
a:active {color: #66abbc}
a:hover {color: #ffff00}
a#activelink{color: #ffffff}

#container
{
position: relative;
width: 760px;
height: 580px;
margin: 0px auto;
border-left: 1px solid #345678;
border-right: 1px solid #345678;
border-top: 1px solid #345678;
border-bottom: 1px solid #345678;
text-align: left;
}

#header
{
position: relative;
top: 0px;
left: 0px;
height: 100px;
border-bottom: 1px solid #345678;
background-color: #010101;
color: #ffffff;
text-decoration:none;
}

#navigation
{
}

#sottonavigation
{
position: absolute;
left: 10px;
top: 310px;
width: 120px;
border: 0px solid #345678;
background-color: #010101;
}

#boxalto
{
position: absolute;
left: 141px;
top: 115px;
width: 608px;
height: 150px;
border: 1px solid #345678;
background-color: #010101;
}

#titolobox
{
position: relative;
text-align: center;
background-color: #010101;
height: 25px;
letter-spacing: 5px;
color: #ff0000;
border-bottom: 1px solid #345678;
margin: 2px;
}

#contenutoboxalto
{
position: relative;
text-align: left;
margin-left: 15px;
margin-top: 5px;
margin-bottom: 5px;
}

#boxbasso
{
position: absolute;
left: 141px;
top: 275px;
width: 608px;
height: 275px;
border: 1px solid #345678;
background-color: #010101;
overflow: auto;
}

#contenutoboxbasso
{
position: relative;
text-align: left;
margin: 15px;
}

#footer
{
background-color: #010101;
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
height: 20px;
}

.norm
{
font-family: verdana, arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 10px;
color: white;
}

.normRed
{
font-family: verdana, arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 10px;
color: #de0000;
}

.normYel
{
font-family: verdana, arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 10px;
color: yellow;
}

.titWhi
{
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 18px;
color: white;
}

.titRed
{
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 18px;
color: #de0000;
}

.titYel
{
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 18px;
color: yellow;
}