  /*
  rot #951335 
  grau #E5E5E5
  */
  *
  {
        float: none;
  }
  html, body{
    font-family:  'Arial','Helvetiva',sans-serif;
    color: #A6A6A6;
    margin: 0 auto;
    height:100%;
    margin:0;    
    width:100%;
  }
   a:link{color: #A6A6A6;text-decoration: none;}
   a:hover{color: #C7C7C7;text-decoration: underline;font-style: oblique;}
   a:visited {color: #C7C7C7;text-decoration: underline;font-variant: small-caps;}
   a:focus{color: #A6A6A6;text-decoration: none;}
   a:active {color: #A6A6A6;text-decoration: none;}
   cite
   {
    font-weight: 700;
    color: #575757;
   }
   #completePage{
    position: relative;
    min-height: 100%;
    padding-bottom: 2em;
    border-width: 2px;
    border-style: none;
    border-color: red;
    display:block; 
   }
   #main
   {
	height:100%;
    padding-top: 90px;
    border-color: green;
    border-width: 2px;
    border-style: none;
    padding-bottom: 140px;
    }
   
   
    #Haus{
        z-index: 2;    
        position:absolute;
        display:block;
        margin-left: 25px;
        padding-top: 50px;
    }
    #LinieOben{
      z-index: 1;
      position:absolute;
      display:block;
      margin-left: 0px;
      padding-top: 10px;
      height: 40px;
   
      width: 100%;
    }
    #LinieMitte{
        z-index: 1;
        position:absolute;
        display:block;
        margin-left: 200px;
        margin-top: 110px;
        height: 25px;
    }
    #LinieUnten{
        z-index: 0;
        position:absolute;
        display:block;
        margin-left: 0px;
        margin-top: 160px;
        height: 50px !important;
        
    }
    #Kopfzeile {
      z-index: 3;
      margin-left: 200px;      
    }
    #Kopfzeile td{
        z-index: 3;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
      }
  #author{
    font-size: smaller;
  }
  #BlockLinksOben
    {
	position: absolute;
	width: 280px;
	height: 296px;
	background-color: #E5E5E5;
	margin-left: 0px;
      
    }
  #BlockLinksUnten
  {
	position: absolute;
	width: 280px;
	margin-top: 380px;
	background-color: #E5E5E5;
	border-color: #951335;
	border-width: 2px;
	border-style: solid;
	margin-left: 0px;
	font-size: 0.94em;
	left: -1px;
	top: -18px;
  }
  #BlockLinks{
	height: 316px;
	position: relative;
	width: 280px;
	display: block;
	margin-left: 25px;
	left: -1px;
	top: 254px;
   
  }
  #Content
  {
    position: relative;
    margin-left: 380px;
   float: none;
    width: 500px;
    min-height: 300px;
   

  }
    IMG.displayed {
      display: block;
      margin-left: auto;
      margin-right: auto
    }
    #footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2em !important;
	text-align: center;
	float: none;
	display: block;
	left: 3px;
       
    }
