#interContainer{
position: absolute;
width: 362px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 7px;
padding-top: 0;
background-color: #adc32b;
border: 0px solid white;
visibility: hidden;
z-index: 101;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 5px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid black;
background-color: #5d6a70;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(popup/bilder/hintergrund.gif);
right: 0;
width: 10px;
top: 0;
z-index: 100;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
opacity: 0.5;
}