﻿div#scrollbar {
  display:block; /* initially display:none; to hide from incapable */
}

div#scrollbar { 
  position:relative;
  width:10px; height:270px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
}

div#track { 
  position:absolute; left:14px; top:25px;
  width:3px; height:243px;
  background: #EBEBEB;
}

div#dragBar {
  position:absolute; left:14px; top:15px;
  width:1px; height:20px;
  background-color:#A0A0A0;
}  

div#up { 
  position:absolute; 
  left:10; 
  top:15; 
}  

div#down { 
  position:absolute; 
  left:10; 
  bottom:0; 
}

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
  -moz-user-select: none;
  -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
  display:block; 
} 

div#Outercontainer {
	position: absolute;
	height: 520px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#lyr1 {
  font-family: "Microsoft Sans Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
}

div#logo {
  position: absolute; 
  width: 230px; 
  height: 44px; 
  z-index: 1; 
  left: 1px; 
  top: 10px;
}

div#Bild {
	position: absolute;
	width: 270px;
	height: 239px;
	z-index: 4;
	bottom: 10px;
	right: 1px;
	text-align: right;
}

div#Menue {
  position: absolute; 
  width: 100px; 
  height: 100px; 
  z-index: 2; 
  top: 35px; 
  left: 270px;
}

div#Textheading {
  position: absolute; 
  width: 620px; 
  height: 44px; 
  z-index: 5; 
  left: 270px; 
  top: 90px; 
  margin-left: 2px;
}

div#Textheading_extended {
  position: absolute; 
  width: 620px; 
  height: 59px; 
  z-index: 5; 
  left: 270px; 
  top: 75px; 
  margin-left: 2px;
}

div#Text_mit_Scrollbar {
  position: absolute; 
  width:420px; 
  height: 280px; 
  z-index: 2; 
  left: 270px; 
  top: 204px; 
  overflow: hidden
}

div#Ebene4 {
  position:relative; 
  width:398px; 
  height:255px; 
  z-index: 3; 
  overflow:hidden; 
  left: 2px; 
  top: 4px;
}


.header {
	background: #C0C0C0;
	font-family: "Microsoft Sans Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2px;
}

.header_grey {
	background: #C0C0C0;
	font-family: "Microsoft Sans Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2px;
}


.footer {
  background: #C0C0C0;
}

.heading_gray {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 38px;
        Letter-spacing: -2px;
 	color: #656565;
	font-weight: bold;
}

.heading_gray_small {
	font-family: "Microsoft Sans Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #656565;
	font-weight: normal;
}

.heading_blue {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 38px;

        Letter-spacing: -2px;
	color: #007cc3;
	font-weight: bold;
}

.hidepics {
  width:0px;
  height:0px;
  display:none;
}

img {
  border-style: none;
}