
  /*  RESET
  ---------------------------------------------------*/
  
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	  padding: 0;
	  margin: 0;
	}
	
  table {
	  border-collapse: collapse;
	  border-spacing: 0;
	}
	
  ol,ul {
	  list-style: none;
	}
	
  h1,h2,h3,h4,h5,h6 {
	  font-weight: normal;
	  font-size: 100%;
	}
	
  abbr,acronym { 
    border: 0;
	}
	
	/*  DEFAULTS
  ---------------------------------------------------*/
	body {
  	font-family: Trebuchet MS, Helvetica, sans-serif;
  	font-size: 16px;
  	background: transparent;
  	color: black;
  }
  
  table {
    color: white;
  }
  
  div {
    scrollbar-base-color: #555555;
  }
  
  a {
    color: #AAAAAA;
  }
  
  a:hover {
    color: #f08e15;
  }
  
  /*  LAYOUT
  ---------------------------------------------------*/
  
  .center {
    /* centering the homepage */
    text-align: left;
    position:absolute;
    top: 20px;
  	left:50%;
  	margin-left:-490px;
    width: 1002px; /* homepage width */
    height: 714px;
    background-color: transparent;
    background-image: URL('./images/schatten.gif');
    background-repeat: no-repeat;
    background-position: -26px 0px;
    border: 0px solid blue;
  }
  
  
  .layHead {
    position: absolute;
    background-image: URL('./images/header_or.gif');
    left: 265px;
    top: 0px;
    width: 715px;
    height: 155px;
    border: 0px solid green;
  }
  
  .layLeft {
    position: absolute;
    background-image: URL('./images/header_l.jpg');
    left: 0px;
    top: 0px;
    width: 268px;
    height: 691px;
    border: 0px solid blue;
  }
  
  .layBody {
    position: absolute;
    background-image: URL('./images/body.gif');
    left: 268px;
    top: 155px;
    width: 712px; 
    height: 536px;
  }
  
  .layNav {
    position: absolute;
    left: 268px;
    top: 200px;
    width: 712px;
    height: 30px;
    border: 0px solid blue;
    font-size: 22px;
    font-weight: bold;
  }
  
  .layNav a {
    color: black;
    text-decoration: none;
  }
  
  .layNav a:hover {
    color: #f08e15;
    text-decoration: none;
    background-color: black;
  }
  
  .layContent {
    position: absolute;
    left: 297px;
    top: 279px;
    width: 672px; 
    height: 407px;
    background-color: transparent;
    color: white;
    border: 0px solid blue;
    overflow: auto;
  }
  
  .spacer {
    display: inline;
    width: 0px;
    height: 20px;
    background-color: transparent;
    background-image: URL('./images/spacer.gif');
    background-repeat: no-repeat;
    background-position: center center;
    border: 0px solid red;
  }
  
  .laySorry {
    position: absolute;
    background-color: white;
    left: 280px;
    top: 240px;
    width: 400px;
    height: 240px;
    border: 8px solid red;
    z-index: 10;
    padding: 5px;
    color: #550000;
  }
  
  /*  STYLES
  ---------------------------------------------------*/
  
  h1 {
    color: white;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 2px solid #f08e15;
    margin-bottom: 12px;
  }
  
  h2 {
    color: white;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 4px;
  }
  
  #tt {
    display: none;
    position: absolute;
    width: 360px;
    padding: 3px 3px 3px 3px;
    margin: 3px 0px 3px 0px;
    z-index: 50;
    border: 5px solid #8c5706;
    text-align: left;
    color: black;
    font-size: 14px;
    font-weight: normal;
    background-color: #fef0a9;
    cursor: default;
  }
  
  gbLink a {
    background-color: yellow;
  }
