a:link {
color: #ED1C24;
text-decoration: underline;
}

a:visited {
color: #ED1C24;
text-decoration: underline;
}

a:active {
color: #ED1C24;
text-decoration: underline;
}

a:hover {
color: #ED1C24;
text-decoration: none;
}


.interText {
font-size: 1em;
}


h1.interText {
font-size: 2.5em;
}

.angebotspreis {
color: #ED1C24;
font-weight: bold;
font-size: 2.1em;
}


#interContainer{
position: absolute;
width: 800px;
left: 0;
top: 0;
visibility: hidden;
z-index: 6;
}



#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;
}

/* inhalte */
#interContent{ 
width: 800px;
height: 400px;
background: #fff;
border: 1px solid #000;
}

.hintergrund {
float: left;
}

#text {
margin: 100px 50px 0 300px;
}


#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(interstitial1.gif);
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}
