/* Global */

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

html, body {
  height: 99%;
}

body {
  margin: 4;
  padding: 4;
}

h1, h2, h3 {
  margin: 4;
  padding: 4;
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

article {
  background: #CCEFFC;
  border: 1px solid #999;
  padding: 20px;
  width:80%;
  margin-bottom: 15px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #335;
  font: 18px Calibri,Verdana;
}


table.f {
  width: 100%;
  background-color: rgb(0,178,238);
  border-right: 1px solid rgb(0,86,119);
  border-bottom: 1px solid rgb(0,86,119);
  border-top: 1px solid rgb(0,200,255);
  border-left: 1px solid rgb(0,200,255);
  font-size: 10px;
  color: white;
  font-family: verdana, arial, sans-serif;
  margin-top: 10px;
}

#footer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
}


div#footer a {
  color: #666;
  margin-left:4px;
  margin-right:4px;
}

#wrapper {
  margin: auto auto;
  min-height: 100%;
  position: relative;
}

* html #wrapper {
  height: 100%;
}

/* IE Hack fuer 100 Prozent Hoehe */

#loginfooter {
  position: absolute;
  bottom: 0;
  width: 99%;
}
* html #loginfooter {
  bottom: -1px;
}

/* Naehster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */

#content {
  margin-bottom: 2em;
  float: left;
}

#zentrieren {
  width: 500px;
  height: 160px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -80px;
}

body {
  background-color: #fff;
  font: Normal 13px 'Lucida Grande', Verdana, sans-serif;
  text-align: center;
}

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

div.light {
  color: #777;
}
