@import url("tabelle.css");
/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index:50;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #e95d0f;
z-index:100;
}

div#mb_center {
background-color: #F4E9D5;
z-index:100;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 2px solid #e95d0f;
overflow: auto;
background-color: #F4E9D5;
visibility: hidden;
z-index:100;
}

.mb_loading {
background: #DDD url(immagini/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #000;
line-height: 1.4em;
text-align: left;
border: 2px solid  #e95d0f;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 22px;
height: 22px;
background: transparent url(immagini/closex.gif) no-repeat center;
margin: 5px 3px;
}

div#mb_caption {
margin-right: 71px;
}

.delamalinkfoot{
 font-family: Arial, Helvetica, sans-serif;
 color:#006f9e;
 font-size: 11px;
 text-decoration: none;
}
a.delamalinkfoot:link{
 font-family: Arial, Helvetica, sans-serif;
 color:#006f9e;
 font-size: 11px;
 text-decoration: none;  
}
a.delamalinkfoot:visited{
 font-family: Arial, Helvetica, sans-serif;
 color:#006f9e;
 font-size: 11px;
 text-decoration: none;
}
a.delamalinkfoot:hover{
 font-family: Arial, Helvetica, sans-serif;
 color:#006f9e;
 font-size: 11px;
 text-decoration: underline;
}