@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
body {
	background:#04334b url(../images/tbahm-bg.png) no-repeat;
	font:12px/16px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 20px;
	}
html {
	overflow-x: hidden;
	}
a:link { 
 	color: #ffe1ad;
	text-decoration:none;
	}
a:visited { 
 	color: #ffe1ad;
	text-decoration:none;
	}
a:hover { 
	color: #ecb814;
	text-decoration:underline;
	}
a:active { 
	color: #ecb814;
	text-decoration:none;
	}
a.ex:link { 
 	color: #ffe1ad;
	text-decoration:none;
	border-bottom:dashed 1px;
	}
a.ex:visited { 
 	color: #ffe1ad;
	text-decoration:none;
	border-bottom:dashed 1px;
	}
a.ex:hover { 
	color: #ecb814;
	text-decoration:underline;
	}
a.ex:active { 
	color: #ecb814;
	text-decoration:none;
	}
h1 {
	color:#ecb814;
	margin:0px;
	font-size:22px;
	line-height:32px;
	}
p {
	color:#ffe1ad;
	margin:0px;
	padding-top:10px;
	}
p.first {
	color:#ffe1ad;
	margin:0px;
	padding-top:0px;
	}
#content-wrapper {position: absolute; top: 73px; left: 420px; margin:0px; padding:0px;}
#text {position: absolute; top: 378px; left: 420px; width:475px; margin:0px; padding:0px;}
#link {position: absolute; top: 0px; left: 868px; margin:0px; padding:0px; display:block; width:160px; height:145px;}


/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006  2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  
}

