body,html {
	background-image:url(../pix/bg_global.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding: 0;
	border: 0;
	margin:0;
	height:100%;
	min-height:100%;
}
html {
	height:100%;
	min-height:100%;
}

#myScrollContainer {
width:284px;
background-color:#7995AE;
position:absolute;
left:0px;
top:0px;
height:380px;
}

#container_content {/*cont*/
background-color:#fff;
width:463px;
position:absolute;
left:0px;
top:0px;
z-index:10;
height:auto;
}

#container_downloads {
position:absolute;
background-image:url(../pix/bg_downloads.gif);
background-repeat:no-repeat;
background-position:left;
left:434px;
top:93px;
width:286px;
height:280px;
z-index:20;
/*filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;*/
}

#icons {
float:left;
width:53px;
height:82px;
margin-top:192px;
}

#downloads {
float:left;
width:153px;
height:112px;
margin-left:32px;
margin-top:159px;
}

#content_bild {
position:absolute;
left:22px;
top:58px;
height:auto;
margin:0px;
padding:0px;
}

#container_right {
width:233px;
position:absolute;
text-align:left;
left:481px;
top:0px;
height:100%;
padding:0;
margin:0;
}

#links {
margin-top:390px;
margin-right:0;
margin-left:6px;
margin-bottom:0;
width:168px;
border:0;
padding:0;
}

#myScrollContent {
	position:absolute;
	margin-top:49px;
	left:0px;
	width: 278px;
	height:auto
}

#blende {
	position:absolute;
	top:0;
	left:0;
	width: 284px;
	height:54px;
	background-color:#7995AE;
	z-index:100;
}

#myScrollContent ul {
	margin:0px;
	padding-left: 0;
	margin-left: 0;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

#myScrollContent ul li { display: inline; }

#myScrollContent a {
	margin-top:20px;
	background-image:url(../pix/bg_nav.gif);
	background-repeat:no-repeat;
	width:278px;
	padding: 10px 11px;
	color: #7995ae;
	text-decoration: none;
	float: left;
}

/*#myScrollContent a:hover, #myScrollContent .clicked {
	background-image:url(../pix/bg_nav_h.gif);
	color: #7995AE;
}*/

/*---- subnavigation 1 ---*/
#myScrollContent ul ul li{
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	display: inline;
	padding: 0px;
}

#myScrollContent ul ul a {	
	margin-top:5px;
	background-image:url(../pix/bg_subnav1.gif);
	background-repeat:no-repeat;
	padding-left:23px;
	padding-top:1px;
	width:278px;
	height:auto;
	color: #7995ae;
	text-decoration: none;
	float:left
}

/*#myScrollContent ul ul li a:hover , #navcontainer ul ul .clicked {
	background-image:url(../pix/bg_subnav1_h.gif);
	background-repeat:no-repeat;
	color: #7995ae;
	text-decoration: none;
}*/

/*subsubnavigation --- */
#myScrollContent ul ul ul li{
	background-image:none;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	text-transform:none;
	font-weight:normal;
	display: inline;
	padding: 0px;
}

#myScrollContent ul ul ul a {
	background-image:none;	
	margin-top:5px;
	padding: 1px 23px;
	width:278px;
	height:auto;
	color: #fff;
	text-decoration: none;
	float: left;
}

#myScrollContent ul ul ul a:hover , #myScrollContent ul ul ul .clicked {
	background-image:none;
	color: #003366;
	text-decoration: none;
}


#nav_scroller {
position:absolute;
bottom:0px;
padding-bottom:15px;
left:0px;
padding-top:5px;
height:95px;
width:284px;
background-color:#7995AE;
z-index:30;
}

#scroll_up {
    cursor: pointer;
	padding-left:17px;
}
#scroll_down {
   cursor: pointer;
}