
/*----------------------------------------------------------------------------*/
/*   CSS-Datei - (c) sascha.hagemann@digitalkombinat.net
/*----------------------------------------------------------------------------*/

/* Standard-Einstellungen löschen */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, table, tr, td { margin:0px; padding:0px; }

/*----------------------------------------------------------------------------*/
/*   HTML und BODY
/*----------------------------------------------------------------------------*/

html {
  background-color: #666666;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  float: right;
  background-color: #666666;

  font-family: Helvetica, Verdana, Arial, Sans-Regular, Sans-Serif;
  font-size: 12px;
}

/*----------------------------------------------------------------------------*/
/*   DIVs
/*----------------------------------------------------------------------------*/

div#a {
  width: 50%;
  float: left;
  text-align: right;
  border: 0px solid white;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: absolute;
}

div#aa {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0px;
  padding: 0px;
  width: 90%;
}

div#b {
  width: 50%;
  float: right;
  background-color: #FF4701;
  background-color: #CCCCCC;
  height: 100%;
  border: 0px solid white;
  overflow: hidden;
}

/*----------------------------------------------------------------------------*/
/*   Text
/*----------------------------------------------------------------------------*/

a, a:hover, a:visited, a:active {
  font-family: Georgia, Serif;
  font-size: 120px;
  line-height: 24px;
  letter-spacing: -4px;
  color: #666666;
}

p {
  font-family: Georgia, Serif;
  font-size: 177px;
  line-height: 15px;
  /*font-size: 240px;
  line-height: 20px;*/
  letter-spacing: -4px;
  color: #666666;
  margin-left: -15px;
}

div#aa a, div#aa a:hover, div#aa a:visited, div#aa a:active {
  font-family: arial, sans-serif;
  line-height: 12px;
  font-size: 10px;
  letter-spacing: 0px;
  color: white;
  text-decoration: none;
  margin-left: 4px;
}

div#aa a:hover {
  color: #333333;
}
