
 
/* grey box pop up */
.popupstyle{
font-size:.6em;
font-family:Helvetica, arial, sans-serif;
}
.zoomedImg{ 
position:absolute;
}

.euromap {
float:right;
width:18 .6em;
width:17.2em;
margin-left:1em;
}
.hand {
    cursor:pointer;
}
.box, .graybox {
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    margin:0.5em 0;
    padding:0.4em 0;
    float:left;
    width:100%;
}

.box div, .graybox div {
    float:left;
    background-color:#E2E1DD;
}    

.box div { 
    background-color:#FFFFFF;
}    

.box h3 {
    color:#A9A59C;
    font-size:3em;
    margin:0;
}

.box div p, .graybox div p {
    font-size:1.6em !important;
}    




/* image popup script */


#showimage {
  position:absolute;
  visibility:hidden;
  z-index:100;
}

#showimage table {
    width:auto;
}
#showimage td {
    width:auto;
}


#dragbar {
  cursor: move;
  font-family: verdana, arial, helvetica, geneva, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

#tabelle {
  margin: -9px 11px 9px -11px !important;
  margin: 0px;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  border-left: 2px solid #ccc;
  border-top: 2px solid #ccc;
  background-color: #fff;
}

#picture {
  border: 1px solid #a52219;
  padding:1em;
}

#schliessen {
  cursor: default;
}

#img-shadow {
  float: left; 
  background: url(/images/interface/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/interface/shadow.gif) no-repeat bottom right;
}
/* end image popup script */
    
.pad {
	padding: 15px !important;
}

.graybox div p {
    margin:1em 1em 0  1em;
}

.graystrip {
width:100%;
background-color:#E0E0E1;
text-align:center;
}
