body {
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
border: 0 none;
padding: 0px;
background: #333;
color: #ccc;
font-size: 90%;
line-height: 1.5em;
font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
z-index: 1;
}

#posteit {
position: absolute;
width: 450px;
top: 180px;
left: 388px;
border-right: 1px solid #e6c309;
border-bottom: 1px solid #e6c309;
border-top: 1px solid #ffc;
border-left: 1px solid #ffc;
background: #f8f8ee;
padding: 10px;
z-index: 4;
}
#posteit p {
font-size: 1em;
line-height: 20px;
font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
color: #666;
margin: 15px 0px 3px 0px;
padding: 0px;
}
#posteit h1 {
font-size: 1.2em;
line-height: normal;
font-family: Georgia, serif;
color: #fff;
font-weight: bold;
margin: -10px -10px 0px -10px;
background: #800000;
padding: 5px;
}

#navigation {
position: absolute;
width: 150px;
top: 10px;
left: 200px;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
border-top: 1px solid #666;
border-left: 1px solid #666;
background: #444;
padding: 10px;
z-index: 3;
}
#navigation ul {
font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
font-size: 0.8em;
font-weight: bold;
line-height: 18px;
margin: 0px 0px 0px 0px;
padding: 0px;
}
#navigation li {
list-style-type: none;
border-bottom: 1px dotted #666;
margin: 0;
}
#navigation li a {
display: block;
padding-left: 8px;
color: #ddd;
text-decoration: none;
width: 100%;
}
#navigation li a:hover {
display: block;
color: #fff;
background: #666;
text-decoration: none;
}
#navigation li a:visited {
display: block;
color: #999;
text-decoration: none;
}
#navigation li a:visited:hover {
display: block;
color: #fff;
background: #666;
text-decoration: none;
font-weight: bold;
}
#navigation h1 {
font-size: 1em;
line-height: 16px;
font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
font-weight: bold;
color: #f8f8ee;
margin: 0px 0px 6px 0px;
padding: 0px;
}
#navigation p {
font-size: 0.8em;
line-height: 16px;
font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
color: #ccc;
margin: 10px 0px 3px 0px;
padding: 0px;
}

a {
color: #ddd;
text-decoration: none;
font-weight: bold;
}
a:link {
color: #f96;
}
a:visited {
color: #f96;
}
a:hover {
text-decoration: underline overline;
}

.nascosto {
position: absolute;
top: -1000em;
width: 1px;
height: 1px;
overflow: hidden;
}
