/* CSS Document */
/* fotobox */
<!--
#fotobox {
 color:#800517;
 background-color:#eac583;
 position:40px;
 float:right;
 z-index:1;
}

#fotobox a {
 color:#800517;
 background-color:#eac583;
 font-family:"courier new", helvetica, sans-serif;
 font-size:80%;
 font-weight:bold;
 text-decoration:none;
 display:block;
 padding:5px;
 border-top:1px solid #800517;
 border-left:1px solid #800517;
 border-right:2px solid #800517;
 border-bottom:2px solid #800517;
}

#fotobox a:visited {
 color:white;
 background-color:#eac583;
}

#fotobox a:hover {
 color:#800517;
 background-color:none;
 text-decoration:none;
 width:155px;
 border-top:1px solid #c57726;
 border-right:1px solid #c57726;
 border-bottom:1px solid #c57726;
 border-left:1px solid #c57726;
}

#fotobox a:active {
 color:white;
 background-color:#eac583;
}

#fotobox a .info {
 display:none;
}

#fotobox a:hover .info {
 color:#800517; 
 background:none;
 font:10px courier, sans-serif;
 display:block;
 padding:5px;
 text-align:justify;
}
-->

