html {
  margin: 0px;
  padding: 0px;
  }

body {
  /* background-color: rgb(235, 243, 255);*/
  background-color: rgb(235, 235, 235);
  color: rgb(0, 35, 77);
  font-family: "Verdana", "Arial";
  font-size: 12px;
  padding-left: 320px; /* 250px */
  padding-top: 180px;
  padding-bottom: 40px;
  padding-right: 100px;   
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: left;
  /*background-image: url(../img/bg_piano.png);
  background-repeat: no-repeat;
  background-position: center center; */
  /* width: 100%;  */
  height: 100%;
  z-index: 10;
  border-width: 0px;
  /* border: 1px solid red; */
  }
  
body.centered {
  padding-right: 250px;
  text-align: center;
  }
  
a:link, a:visited, a:focus, a:active {
  color: rgb(0, 35, 77);
  font-family: "Verdana", "Arial";
  text-decoration: underline;
  }
 
 
a:hover {
  color: rgb(0, 35, 77);
  font-family: "Verdana", "Arial";
  text-decoration: none;
  }
  
img {
  border-width: 0px;
  }
  
h6 {
  /* Abgehobener Text, etwas groesser, fett */
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;  
  }
  
h3 {
  /* Eye-catcher */
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  }  
  
h1 {
  /* Ueberschriften */
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 40px;
  }

div.roBar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 150px;
  text-align: right;
  vertical-align: bottom;
  vertical-align: bottom; 
  border-width: 0px;
  /*font*/
  font-size: 13px;
  font-weight: bold;
  color: #0000ff;
  padding: 0px;  
  margin: 0px;
  color: rgb(46, 49, 146);
  }
  
div.topBar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 120px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: rgb(46, 49, 146);
  padding: 0px;
  margin: 0px;
  background-color: rgb(235, 235, 235);

  
  border-color: rgb(46, 49, 146);
  border-style: solid;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 10px;  
  }
  
div.topBar table {
  width: 100%;
  height: 100%;
  border: 0px;
  margin: 0px;
  padding: 15px;
  }

div.topBar table td {
  vertical-align: bottom;
  min-width: 400px;
  }

div.moBar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 150px;
  text-align: center;
  vertical-align: top;
  border: 0px solid black;
  /* font */
  color: rgb(46, 49, 146);
  }

div.loBar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 119px;
  text-align: left;
  vertical-align: bottom;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  color: #0000ff;
  padding-left: 20px;
  border: 0px;
  }



div.hBar {
  position: absolute;
  left: 0px;
  top: 120px;
  height: 10px;
  width: 100%;
  background-color: rgb(46, 49, 146);
  }	

div.menuBara {
  position: absolute;
  left: 180px;
  top: 0px;
  width: 10px;
  height: 250px;
  background-color: rgb(0, 0, 255);
  }
  
div.menuBar {
  position: absolute;
  left: 0px;
  top: 130px;
  width: 190px;
  border-color: rgb(46, 49, 146);
  border-style: solid;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  padding: 15px;
  padding-left: 10px;
  padding-right: 5px;
  font-size: larger;
  font-weight: bold;
  text-align: left;
  }	
  
div.logoBar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 150px;
  border-width: 0px;
  background-image: url(../img/MSSeitzLogo.png);
  background-repeat: no-repeat;
  background-position: center top;
  }