/*
 * css file for FIMS part
 */


 
.georef{
   background-color:#F3F3F3; 
   color:inherit;
   float:right;
   border:1px solid black;
   padding:0.3em;
   margin: 0 5px 0.5em 10px;
 }



.georef p             {  /*color:green;*/   font-size:80%;   padding:0.125em;  } 
.georef p:first-child { /*color:blue;*/ margin-top:0; font-size:75%; font-weight:bold;  }

.sectionbox .mintab {  width:80%; text-align:center;  }
.mintab td {
   vertical-align:top;
   width:33%;
   border:1px solid black;
   background:#F3F3F3;
   color:inherit;
  }


.min-lit dt { float: left;  font-weight:bold;  } 
.min-lit dd { margin-left: 5em;  }
 
/**
ideal:
.min-lit dt { display:run-in; }
.min-lit dd { display:block; }
**/

#tabelle ul
{
  text-align:center; 
}

#tabelle li
{
  display:inline;
  margin:5px;
 
}

#tabelle a {
  white-space:nowrap;
}


/* hosting float object in minderaldescriptions....without a div - soup */

dd:after{
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}

dd{ zoom:1; }


.fims-pic{ 
  padding:1ex;
  margin-top:0.75ex;
  margin-bottom:0.75ex;
}


#galery .picbox-left { background-color: white; border:0;   }

.galbox{ 
   color:inherit;
   --background-color:Bisque;
   float:left;
   padding:5px;
   border:0;
   margin:0px 5px 5px 0px;
   text-align:center;
}
.galbox p {
    margin:0;
    padding:0;
    font-size:75%;
 }
 
 
 
#pict img{
    padding:4px; 
    margin-top:0.5ex;
    border: groove 4px black;  }
 
.picnav a{
    margin-left:0.3ex;
    margin-right:0.3ex;
}
.picnav {text-align:center; width:450px;}
