/**
 *  Stylesheet für Landingpages
 *
 *  Standard Seitenbreite:  75em
 *
 */
html
{
  height:100%;
}
body
{
  min-height:1630px;
  text-align: left;
}
* HTML body {height:1600px; text-align: left;}


/* ------------------------ HEADER & NAVI ------------------------------------*/

.siteWidth
{
  width: 565px;
  margin-left: -465px;
  left: 50%;
}

#midContent
{
  position:absolute;
  top: 200px;
  float: none; /* Float Resetten */
  background: white;
  border-right: 1px solid #E2E2E2;
  padding-right: 20px;
  padding-top: 70px;
  text-align: left;
}

#midContent a.button
{
  background-image: url('../gfx/hallengroessen.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  display:block;
  width: 500px;
  height: 128px;
  text-indent: -999em;
  margin-bottom:1em;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;

}
#midContent a.button:hover
{
  background-position: 0 -128px;
}

.navicolumn
{
  position: absolute;
  left: 0;
  top: 211px;
  width: 345px;
  margin-left: 586px;
}

.small {font-size: 0.9;}
.large {font-size: 1.2;}

.currentPath
{
  border-bottom: 1px solid #E2E2E2;
  width: 565px;
}

ul#breadcrumb
{
  height: 21px;
}

.lImage {width: 560px;  margin-bottom: 20px;}

/* ---------------------------- FOOTER -------------------------------------- */
#footerBg
{
  bottom: 0;
}

#footerBot
{
  position: absolute;
  top: 1410px;
  z-index: 1;
  background-color: white;
  border: 1px solid #E2E2E2;
  padding: 5px;
}
#footerMenu
{
}
#footerMenu li
{
  margin: 0 7px;
  color: #000080;
  font-weight: bold;
  display: inline;
  float: none;
}

#footerMenu a
{
  font-weight: normal;
  text-decoration: underline;
  white-space: pre; /* Unterbindet das Umbrechen in einem Link. Notwendig für IE 7*/
}

#footerMenu .small {font-size: 8pt;}
#footerMenu .mid2 {font-size: 12pt;}
#footerMenu .large {font-size: 11pt; font-weight: bold;}

@media screen and (min-height:700px)
{
  #midContent
  {
    top: 250px;
  }
  .navicolumn
  {
    top: 233px;
  }
}
