 /*
  ++ $Revision: 1.63 $
  ++ $Date: 2006/04/26 07:30:09 $
  ++ $Author: eckhard.rotte $
*/
 
 /* Defaults
  ------------------------------------ */
 

 * {
    margin: 0;
    padding: 0;
  }

body {
    background-color: #6b1010;
    color: #000000;
    font: normal 12px Verdana, sans-serif;
 }

img {
    border: none;
}

.floatfix {
  clear: both;
}

.floatleft {
  float:left;
}
  
 /* Basislayout
  ------------------------------------ */

#content {
  background-color: #6b1010;
  width: 1000px;
  margin: auto;
  position: relative;
}