html, body {
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
  color:#333333;
  font-family:arial, palatino linotype, times new roman, georgia, serif;
  font-size:85%;
}
div#container {
    height:100%;
    width:100%;
    /*height:auto !important;  real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
    margin:0 auto;
    min-height:100%;
    overflow:hidden;
    position:relative;
}
div#header {
    height:104px;
    position:relative;
    overflow:hidden;
    background-color:#000;
    text-align:center;
}
div#leftCol {
    left:0;
    bottom:0;
    top:0;
    overflow:hidden;
    padding-bottom:35px;
    margin-top:105px;
    position:absolute;
    width:220px;
}
div#content {
    right:0;
    bottom:0;
    top:0;
    left: 220px;
    overflow:hidden;
    padding-bottom:35px;
    margin-top:105px;
    position:absolute;
}
.maximizedContent {
    margin-top:0 !important;
    left:0 !important;
}
div#footer {
    position:absolute;
    clear:both;
    width:100%;
    height:20px;
    bottom:0; /* stick to bottom */
    background:#fff;
    border-top:1px solid #ccc;
}
.paddedContent {
    height:100%;
    margin: 2px;
    border: solid 1px #333333;
}

img {
  border:0px;
}

div#EinloggStatus {
  /* Einloggen usw. */
  width:200px;
  margin:1px;
  padding:1px;
  border:1px solid #333333;
  font-size:90%;
  font-family:arial, palatino linotype, times new roman, georgia, serif;
  color:#333333;
}
.logineingabefeld {
  font-size:9px;
}
.loginabsendebutton {
  font-size:9px;
}
.FehlerMeldung {
  color:red;
}

div#EigeneSterneDiv {
  height:100px;
  overflow:auto;
}
div#NeusteSterneDiv {
  height:100px;
  overflow:auto;
}
div#GroessteSterneDiv {
  height:100px;
  overflow:auto;
}
div#SuchergebnisDiv {
  margin-top:5px;
  padding:3px;
  border:1px solid #333333;
  height:100px;
  overflow:auto;
}

.unsichtbareInfos {
  display:none;
}
.unsichtbareInfosMitPlatz {
  visibility:hidden;
}

.CommentInInfoFensterDiv {
  margin:10px 0 10px 0;
  border:solid 1px #333333;
  /*
  border-top-left-radius: 55pt 25pt;
  border-top-right-radius: 55pt 25pt;
  border-bottom-right-radius: 55pt 25pt;
  border-bottom-left-radius: 55pt 25pt;
  */
}

#ImgInDatenAendernDialog {
  max-height:150px;
  overflow:hidden;
}

.KleinereSchrift {
  font-size:95%;
}

#CurrentAreaClaimed {
  background-color:white;
}
