  body, #page_margins {
    background: #ffcc67;
    margin: 0;
    }

  #start_header { 
    width: 800px;
		height: 650px;
		color: #000; 
		background: #ffcc67 url(../images/G+T+JF.jpg) no-repeat;
		margin: 0 0 0 120px;
    }

  #startnav {
    position:absolute;
    top: 300px;
    right: 150px;

    /* (en) essential for correct alignment in Opera 6 ! */
    /* (de) Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */
    text-align: right;
    width: 600px;    
    height: 120px;
  }
  #startnav ul {
    list-style-type: none;  
		}	
	#startnav ul li {
		display: block;
    padding: 0 0;
		}	
	#startnav ul li a {
    font-size: 1.4em; 
		font-weight: normal; 
		line-height: 2em;
		color: #900; 
		background: transparent; 
		text-decoration:none; 
		padding: 0 0.5em;
    vertical-align: bottom;    
		}
  #startnav ul li a:focus,
  #startnav ul li a:hover,
  #startnav ul li a:active { 
    text-decoration:underline; 
    background-color: transparent;
    }
	
  #main, #footer {
    display: none;
		}

