body {
	background-color: #e5f4d3;
	background-repeat: no-repeat;
	background-position: 0px 0px;



}* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
	display: none;
	left: 289px;
	height: 522px;


}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.impr {
	color: black;
	font-size: 8pt;
	font-family: tahoma;
	font-weight: none;
    text-decoration: none;
	padding: 2px;
	border: none;
    background-color: none;
}
.imprbig {
	color: black;
	font-size: 11pt;
	font-family: tahoma;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: none;
    background-color: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: orange !important;
}
.highslide-move {
    cursor: move;
}
</style>

<script type="text/javascript" src="highslide/highslide.js"></script>
<script type="text/javascript" src="highslide/highslide-html.js"></script>
<script type="text/javascript" src="highslide/swfobject.js"></script>
<script type="text/javascript">    
    hs.graphicsDir = 'highslide/graphics/';
    hs.outlineType = 'rounded-white';
    hs.outlineWhileAnimating = true;
</script>
<style type="text/css">

body {
	background-color: #e5f4d3;
}
.Stil1 {font-size: 9pt}

#interContainer{
position: absolute;
width: 830px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 0px;
padding-top: 0;
background-color: #ffffff;
border: 1px solid black;
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;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 0px solid gray;

background-color: #ffffff;
}

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

