/* Blau:  #005CB8
   Orange:#FFB871
   Grau:  #CCCCCC
*/

/* moz-hyphens: auto;
   o-hyphens: auto;
   webkit-hyphens: auto;
   ms-hyphens: auto;
   hyphens: auto; 
*/

.Aussen {
  text-align:center; 
  width:100%;
}

.Rahmen {
  margin-left:auto; margin-right:auto;
  border-left:1px solid #005CB8;
  border-right:1px solid #005CB8;
  border-collapse:collapse;
  margin-left:auto; 
  margin-right:auto;
  min-height:400px;
  width:720px;
}

.MenuRahmen {
  background-color:#CCCCCC;
}

.Button {
  font-size:small;
  background-color:#CCCCCC;
  color:black; 
  height:24px;
  line-height:24px;
  text-align:center;
  vertical-align:bottom;
  margin-left:0px;
  margin-right:0px;
  cursor:pointer;
}

.ButtonSmall {
  font-size:x-small;
  background-color:#CCCCCC;
  color:black;
  text-align:center;
  vertical-align:top;
  height:18px; 
  line-height:20px;
  margin-left:0px;
  margin-right:0px;
  cursor:pointer;
}

.RahmenZeile0 {
  height:18px;
  font-size:x-small;
}

.Rand00 { border-right:1px solid gray; border-left:0px; border-collapse:collapse; width:80px; float:left; text-align:center; vertical-align:bottom; }
.Rand01 { border-left:1px solid gray; border-right:0px; border-collapse:collapse; width:128px; float:left; text-align:center; }
.Rand02 { border-left:1px solid gray; border-right:0px; border-collapse:collapse; width:88px; float:right; text-align:center; }
.Rand03 { border-left:1px solid gray; border-right:0px; border-collapse:collapse; width:84px; float:right; text-align:center; }

.RahmenZeile1 {
  border-top:1px solid #005CB8;
  border-bottom:1px solid #005CB8;
  border-collapse:collapse;
  height:24px;
  margin-bottom:5px;
}

.Rand10 { border-right:1px solid gray; border-left:0px; border-collapse:collapse; width:140px; float:left; text-align:center; }     

.RahmenZeile2 {
  border-top:1px solid #FFB871;
  border-bottom:1px solid #FFB871;
  border-collapse:collapse;
  height:20px;
}


.Inhalt {
  text-align:left;
  font-size:small;
  min-height:320px;
  margin-top:20px;
  margin-left:20px;
  margin-right:20px;
  border-bottom:1px solid #005CB8;
}