/* #### base.css #### */
/* -----------------------------------------------
copyright - patrick ehrlich - www.infosion.de
----------------------------------------------- */

/* text
----------------------------------------------- */

* {
     margin: 0;
     padding: 0;
     border: 0;
     }

body {
     font-family: Arial, Verdana, Helvetica, sans-serif;
     color:#000;
     background-color: #fff;
     padding: 0 0 20px 0;
     }    

p {
     font-size: 75%;
     padding-right: 5px;
     line-height: 1.5em;
     margin: 0 0 10px 0;
     }     
  
p strong {
	color: #373e2b;
     }
     
p strong em {
	font-style: normal;
	display: inline-block;
	width: 60px;
     }
    
 
     
.Portal h1, #header h1 {
     font-size: 36px;
	color: #ee5c0c;
	line-height: 1.4em;
	margin: 0;
     }
     
h1 {
     font-size: 24px;
	color: #ee5c0c;
	line-height: 1.2em;
	margin: 0 0 15px 0;
     }
     


.Portal h2, #header h2 {
	font-size: 24px;
	color: #ee5c0c;
	line-height: 1.5em;
	text-transform: none;
	margin: 0 0 20px 0;
     }
     
h2 {
	
	font-size: 24px;
	color: #373e2b;
	
	line-height: 1.5em;
	margin: 15px 0 2px 0;
     }

h3 {
	text-transform: uppercase;
	color: #ee5c0c;	
	font-size: 14px;
	line-height: 1.5em;
	margin: 10px 0 5px 0;
     }     

     
h4 {
     font-size: 75%;
     font-weight: bold;
     }

h5 {
     font-size: 75%;
     font-weight: bold;
     color: #004785;
     }
     

/* links
----------------------------------------------- */ 

a:link, a:visited {
     text-decoration: none;
     color: #333;
     }
     
a:hover, a:active {
     }
   
p a, #content li a {
     color: #00539f;
     border-bottom: 1px solid #ccc;
     }
     
#content li a:hover, p a:hover {
     color: #ee5c0c;
     border-bottom: 1px solid #ee5c0c;
     }     
    
   
     
     
/* lists
----------------------------------------------- */ 
#content ul {
     list-style:none;
     margin: 8px 0 14px 0;
     }

#content li, #content ul#sitemap {
     font-size: 75%;
     }
     
#content li, #content ul#sitemap li {
     color: #333;
     margin-bottom: 1px;
     }

     
#content li {
     line-height: 1.5em;
     padding-left: 18px;
     background: url(/common/images/bg_li.gif) 0% .5em  no-repeat;
     }
     
#content li a {
     color: #333;
     }

/* logo
----------------------------------------------- */

#logo {
	float: left;
	}
	
	
#top img {
	float: left;
	}
	
#logo a {
	display: block;
	float: left;
	width: 112px;
	}
		
#logo h3 {
	padding-top: 27px;
	margin: 0 0 0 120px;
	width: 300px;
	color: #666666;
	}
	

/* search
----------------------------------------------- */	

     
     
/* faq
----------------------------------------------- */
          
dl.faq {
     font-size: 75%;
     line-height: 1.6em;
     margin-bottom: 15px;
     }

dl.faq dt {
	color: #666666;

     cursor:pointer;
     padding-left: 16px;
     margin-bottom: 3px;
     background: url(/common/images/bg_li.gif) 0% .5em  no-repeat;
     }

dl.faq dt:hover {
     text-decoration: none;
     color: #ee5c0c;
     }
     
dl.faq dt.selected {
     color: #ee5c0c;
     text-decoration: none;
     background: url(/common/images/bg_li.gif) 0% .5em  no-repeat;
     }
     
dl.faq dd {
     margin-bottom: 15px;
     color: #666666;
     padding-left: 18px;
     }
     
#content dl.faq dd a {
     color: #666666;
     margin-left: 2px;
     padding-left: 10px;
     background: url(/common/images/arrow.gif) 0% .5em  no-repeat;
     } 

#content dl.faq dd a:hover {
     text-decoration: underline;
     }     

     
/* image-object
----------------------------------------------- */

.image {
     display: block;
     float: left;
     margin: 0px 7px 5px 0;
     }

     
.legend {
	margin: 20px 7px 10px 0;
	}

.legend-right {
	clear: both;
	}
	

.legend-right .legend-content {
	display: block;
	}


.legend-right .image {
     display: block;
     float: left;
     margin: 0px 7px 20px 0;
     }

.legend-content {
     font-size: 75%;
     padding-right: 5px;
     line-height: 1.5em;
     margin: 0 0 10px 0;
     }     
  
.legend-content strong {
	color: #373e2b;
     }
    

 
      
 /* team
----------------------------------------------- */       
      
.team {
	padding-top: 5px;
     display: block;
     margin-bottom: 5px;
     border-top: 1px solid #b5b5b5;
     xxbackground: url(/common/images/bg_team.gif) right 5px no-repeat;
     }

.last-team {
	padding-bottom: 5px;
     border-bottom: 1px solid #b5b5b5;
     }

#content .team img {
     float: left;
     margin: 0;
     padding: 0;
     ;
     }
     
#content .team p {
     margin: 0;
     }
     
#content .team p strong {
	color: #ee5c0c;
	text-transform: uppercase;	
	font-size: 14px;
	display: block;
	margin-bottom: 4px;
     }  

#content .team p a {
     color: #6b717a;
     padding-left: 15px;
     margin-top: 2px;
     text-decoration: none;
     border: none;
     background: url(/common/images/arrow.gif) 0% .5em  no-repeat;
     }
     
#content .team p a:hover {     
     color: #004785;
     text-decoration: underline;
     }
     
            
/* layout
----------------------------------------------- */

#wrap {
     width: 900px;
     margin-left: auto;
     margin-right: auto;
     }
     
#top {
     height: 85px;
     margin: 0 0 5px 0;
     padding: 30px 0 0 0;
     }

#header {
     height: 120px;
     overflow: hidden;
     }
    
#level0.Portal #content-wrap {
     padding: 20px 0 0 0;
     }

   
#content-wrap {
     padding: 50px 0 0 0;
     }
          
#left {
     float: left;
     width: 207px;
     }

#right {
     float: right;
     width: 207px;
     }   
      
#content {
     margin: 0 231px 0 231px;
     display: block;     
     } 
     
   
     
.Portal #content {
     margin: 0;
 
     }      
     
     
#footer {
     height: 32px;
     border-top: 1px solid #b5b5b5;
     border-bottom: 1px solid #b5b5b5;    
     margin-top: 30px;
     }
     
.clear {
     clear: both;
     }
     
.mpl-wrap {
     display: block;
     float: left;
     margin-top: 5px;
     }
     
/* header
----------------------------------------------- */

#header-text {
	padding: 15px 0 0 26px;
	}
	

#header-text h1, #header-text h2 {
	color: #fff;
	}

        
/* downloads
----------------------------------------------- */ 

.cd {
     color: #999;
     }

.cd a {
     padding: 2px 0 2px 25px;
     border: 0;
     line-height: 1.4em;
     }

.cd a:hover, .cd a:active {
     border: 0;
     text-decoration: underline;
     }
     

/* mediaplayer
----------------------------------------------- */

.mpl {
     margin:  0 0 12px 0;
     }




     
     
/* content-teaser
----------------------------------------------- */

.content-teaser {
     display: block;
     float: left;
     }

.wide-teaser {
     width: 438px;
     padding: 5px 0 0 0;
     border-top: 1px solid #b5b5b5;
     margin: 5px 24px 0 0;
     }

.small-teaser {
	width: 207px;
     margin: 0 24px 24px 0;
     }


.no-mrgn {
	margin-right: 0;
	}
	
a.inner-teaser {
	background-color: #bac0ab;
	display: block;
	}
	
	
a.inner-teaser:hover {
	background-color: #ee5c0c;

	}
	
	
	
a.inner-teaser:hover .teaser-headline {
	color: #fff;
	}
	
a.inner-teaser:hover .teaser-text {
	color: #fff;
	}	
	
		
     
.content-teaser img {
     float: left;
	display: block;

     }

.wide-teaser img {
	border-right: 1px solid white;
	}
	
.small-teaser img {
	border-bottom: 1px solid white;
	margin-bottom: 4px;
	}


.teaser-body {
	display: block;
	padding-right: 5px;
	}

.content-teaser .teaser-headline {
	color: #373e2b;
	font-weight: normal;
     text-transform: uppercase;
     display: block;
     margin: 0 0 3px 0;
     }
     
.wide-teaser .teaser-headline {
	padding: 10px 0 0 0;
	margin: 0 0 3px 0;
	font-size: 14px;
     }

.small-teaser .teaser-headline {
	padding: 3px 0 0 10px;
	font-size: 12px;
     }

span.teaser-text {
     color: #fff;
     line-height: 1.4em;
     font-size: 85%;
     padding: 4px 0 0 0;
     display: block;
     }

	/* content-teaser2
	----------------------------------------------- */

	.content-teaser2 {
	     display: block;
	     padding: 0 0 5px 0;
	     margin: 0 0 5px 0;
	     border-bottom: 1px solid #c5c0b8;
	     }

	.content-teaser2 img {
	     float: left;
	     margin-right: 25px;
	     }

	.content-teaser2 h5 {
	     margin: 5px 0 3px 0;
	     padding: 5px 0 0 0;
	     }

	.content-teaser2 h5 a {
	     color: #004785;
	     }

	.content-teaser2 h5 a:hover {
	     text-decoration: underline;
	     }

	.content-teaser2 p {
	     color: #3b3d3c;
	     margin: 0 0 1px 0;
	     }

	.content-teaser2 a.more {
	     font-size: 75%;
	     padding: 0 0 0 15px;
	     color: #004785;
	     background: url(/common/images/bg_arrow_right.gif) 0% 50%  no-repeat;
	     }

	.content-teaser2 a.more:hover {
	     text-decoration: underline;
	     }

     
/* teaser
----------------------------------------------- */

#left .teaser-wrap .last {
	border-bottom: 1px solid #b5b5b5;
	}

#left .teaser {
	border-top: 1px solid #b5b5b5;
	padding: 5px 0;
	}
	
#left .last-wrap {
	border-bottom: 1px solid #b5b5b5;
	}

#left .teaser-wrap .last {
	border-bottom: 0;
	}

.element {
	display: block;
     }
     
     
.element strong {
	color: #595959;
     }     
     
.element img {
	display: block;
     }    

     
#left .element {
	background-color: #bdbdbd;
	}
	
#left a.element:hover {
	background-color: #ee5c0c;
	}
	
#left a.element:hover .teaser-headline {
	color: #fff;
	}
	

	
	
#right .element {
	margin-bottom: 12px;
	}
	
	
#left .teaser-headline {
	color: #666666;
	text-transform: uppercase;	
	font-size: 14px;
	display: block;
	padding: 8px 0 1px 10px;
     }
     
#left .teaser-text {
	padding: 5px 5px 10px 10px;
	display: block;
	}


#right .teaser-headline {
	color: #ee5c0c;
	text-transform: uppercase;	
	font-size: 12px;
     }	

#right .teaser-text {
	color: #000;
	font-size: 75%;
     }
    
#right .teaser-text strong em {
   font-style: normal;
   display: inline-block;
   width: 20px;
   }

#right .teaser-text .linktext {
   padding-left: 18px;
   background: url(/common/images/bg_li.gif) 0% .4em  no-repeat;
   display: block;
   margin: 2px 0 0 0;
   }
   
#right a.element:hover .teaser-text .linktext {
   color: #ee5c0c;
   }
     
#right a.element:hover .teaser-text {
   color: #666666;
   }  


/* nav - suckerfish
----------------------------------------------- */
#nav {
	height: 29px;
	padding-left: 217px;
	}

#nav ul {
	float: left;
	
     }

#nav ul {
	list-style: none;
     }

#nav ul li {
	float: left;
	list-style: none;	
     }


#nav a strong, #subnav a strong {
     font-weight: normal;
     }

#nav a {
	display: block;
	height: 29px;
	color: #4a5339;
	text-transform: uppercase;	
	font-size: 14px;
	 white-space:nowrap;
	}

#nav a.active {
	color: #ee5c0c;
	}

#nav a:hover {
	color: #ee5c0c;
	}

#nav ul li.over {
	}




#nav a span.top {
	padding: 0 12px;
	display: block;
	border-right: 1px solid #4a5339;
	}



#nav li.lst a span {
	border-right: 0;
	}   	



/* suckerfish */

#nav ul li ul {
	position: absolute;
	z-index: 1001;
	width: 227px;
	display: none;
	text-align: left;
	padding: 0 4px;
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	}


     }

#nav ul li ul li {
	border-bottom: 1px solid #e8ebe2;
	padding: 1px 0;
 	background: none;
     }


#nav ul li ul li a {
	height: 27px;
	padding-left: 7px;
	line-height: 27px;
	width: 220px;
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #595959;
	}

#nav ul li ul li a:hover, #nav ul li ul li a.active {
	background-color: #e8ebe2;	
	} 

#nav ul li>ul {
	top: auto;
	left: auto;
     }

#nav ul li:hover ul, #nav ul li.over ul {
	display: block;
     }



/* subnav */


#subnav {
     margin-bottom: 20px;
     border-bottom: 1px solid #bac0ab;
     }

#subnav li {
     list-style: none;
     padding: 1px 0;
     border-top: 1px solid #bac0ab;
     }

#subnav li a {
     display: block;
     height: 27px;
     line-height: 27px;
     padding-left: 10px;
     text-transform: uppercase;
     color: #000;
     font-size: 12px;
     }

#subnav li a:hover, #subnav li a.active:hover {
     background-color: #ee5c0c;
     color: #fff;
     }

#subnav li a.active, #subnav li a:active {
     color: #ee5c0c;
     }




/* level2 */

#subnav li li a {
     padding-left: 20px;
     background: url(/common/images/bg_dot_n.gif) 10px 1.2em  no-repeat;
     }

#subnav li li a.active, #subnav li li a:hover, #subnav li li a:active {

     }





















         
     
/* footer */

#footer ul {
     list-style:none;
     font-size: 75%;
     color: #333333;
     height: 32px;
     padding: 0 0 0 20px;
     line-height: 32px;
    }

#footer li {
     float: left;
     }
     
#footer li a {
     color: #333333;
     } 
     
#footer li a:hover {
     color: #ee5c0c;
     text-decoration: underline;
     }      
          
#footer li span {
     margin: 0 5px;
     }

#footer li.ew {
   display: none;
   }
   
/* formtool
----------------------------------------------- */

fieldset {
     font-size: 75%;
     width: 450px;
     float: left;
     padding-top: 5px;
     }

label {
     color:#666666;
	font-size:12px;
	text-transform:uppercase;
     }
     
.form {
     margin-bottom: 10px;
     float: left;
     }
     
.text label, .textarea label, .radio label {
     display: block;
     padding-bottom: 4px;
     }
     
fieldset input, fieldset textarea {
     border-top: 1px solid #bac0ab;
     border-right: 1px solid #bac0ab;
     border-bottom: 1px solid #bac0ab;
     border-left: 1px solid #bac0ab;
     padding: 2px;
     }
     
    
     
fieldset.formtool input, fieldset.formtool textarea  {
	}

.text {
     float: left;
     width: 195px;
     }

.even {
     margin-right: 20px;
     }
     
.text input {
     width: 190px;
     color: #484847;
     }

textarea  {
     overflow: auto;
     width: 405px;
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 100%;
     line-height: 1.5em;
     color: #484847;
     }

.text input:hover, textarea:hover {
     border-top: 1px solid #ee5c0c;
     border-right: 1px solid #ee5c0c;
     border-bottom: 1px solid #ee5c0c;
     border-left: 1px solid #ee5c0c;     
     }
     
.text input:focus, textarea:focus {
     border-top: 1px solid #000;
     border-right: 1px solid #000;
     border-bottom: 1px solid #000;
     border-left: 1px solid #000;
     color: #000;
     }

fieldset.formtool .button input {
     cursor:pointer;
     color:#666666;
	font-size:12px;
	text-transform:uppercase;
     padding: 1px 3px 2px 3px;
     border-top: 1px solid #666666;
     border-right: 1px solid #666666;
     border-bottom: 1px solid #666666;
     border-left: 1px solid #666666;
     background-image: none;
     background-color: #fff;
     }
     
.button input:hover, .button input:active  {
     color: #000;
     border-top: 1px solid #ee5c0c;
     border-right: 1px solid #ee5c0c;
     border-bottom: 1px solid #ee5c0c;
     border-left: 1px solid #ee5c0c;
     }
     
     
/* searchfield
----------------------------------------------- */     

#searchfield {
	float: right;
     width: 230px;
     height: 34px;
     font-size: 13px;
     margin-top: 15px;
     }
 

     
#searchfield fieldset {
     margin: 0;
     padding: 8px 0 0 0;
     height: 25px;
     width: 230px;
     display: block;
     position:relative;
     }
 
#searchfield label {
     float: left;
     margin: 0;
     color: #004785;
     line-height: 17px;
     position:absolute; 
     top:0; 
     left:0;    
     }
     
#searchfield input#field {
     font-size: 100%;
     border-top: 1px solid #8f8f8f;
     border-right: 1px solid #e0e0e0;
     border-bottom: 1px solid #e0e0e0;
     border-left: 1px solid #e0e0e0;;
     margin: 0 8px 0 0;
     padding: 3px 0 1px 3px;
     float: right;
     height: 17px;
     width: 150px;
     color: #6b725c;
     background-color: #fbfcfa;
     }

#searchfield input#field:hover {
     border-top: 1px solid #c5c0b8;
     border-right: 1px solid #c5c0b8;
     border-bottom: 1px solid #c5c0b8;
     border-left: 1px solid #c5c0b8;
     background-color: #fff;
     }

#searchfield input#field:active, #searchfield input#field:focus {
     border-top: 1px solid #ee5c0c;
     border-right: 1px solid #ee5c0c;
     border-bottom: 1px solid #ee5c0c;
     border-left: 1px solid #ee5c0c;
     background-color: #fff;
     }     
     
#button {
     float: right;
     margin: 0 0 0 0;
     padding: 0;
     border: 0;   
     }     
     
#button img {
     display: block;
     }      
     

/* search
----------------------------------------------- */
    
p.searchnav a {
     color: #00539f;
     margin: 0 2px;
     border: 0;
     text-decoration: none;
     }

dl#searchresult {
     margin:0;
     border:0;
     }

dl#searchresult dt {
     margin:0 0 5px 0;
     padding:0;
     border:0;
	color: #666666;
	text-transform: uppercase;	
	font-size: 14px;
     }

dl#searchresult dt a, dl#searchresult dt a:visited {
     color: #666666;
     }
     
dl#searchresult dt a:hover {
	color: #ee5c0c;
     }     

dl#searchresult dd {
     margin:0 0 8px 0;
     padding:0;
     border:0;
     font-size: 75%;
     color:#666;
     font-weight:normal;
     }
     
dl#searchresult dd a, dl#searchresult dd a:visited {
     color:#666;
     }
     
dl#searchresult dd a:hover {
     text-decoration: underline;
     }
     
     
     

    
/* Google Map
----------------------------------------------- */     
    
 #map-wrap {
     padding: 5px 0;
     display: block;

     border-top: 1px solid #bac0ab;
     border-bottom: 1px solid #bac0ab;

     }   

    
#map {
     height: 580px;
     }
 
p.marker-headline {    
     color: #043675;
     margin: 0 0 5px 0;
     line-height: 1.4em;
     }
   
p.marker-text {
     margin: 0 0 5px 0;
     line-height: 1.4em;
     color: #666;
     }

a.marker-active {
     color: #043675;
     border-color: #043675;;
     }
     
label.marker-label {
     font-size: 75%;
     }
     
input.marker-field {
     border-top: 1px solid #bbb;
     border-right: 1px solid #bbb;
     border-bottom: 1px solid #949494;
     border-left: 1px solid #949494;
     padding: 2px;
     margin: 0 0 5px 0;
     background-color: #fff;
     }

input:hover.marker-field {
     border-top: 1px solid #999;
     border-right: 1px solid #999;
     border-bottom: 1px solid #000;
     border-left: 1px solid #000;     
     }
     
input.marker-field:focus {
     border-top: 1px solid #000;
     border-right: 1px solid #000;
     border-bottom: 1px solid #000;
     border-left: 1px solid #000;
     color: #000;
     background-color: #fff;
     }

input.marker-button {
     font-family: Arial, Verdana, Helvetica, sans-serif;
     cursor:pointer;
     font-size: 75%;
     color: #484847;
     margin: 10px 0 0 0:
     padding: 1px 3px 2px 3px;
     border-top: 1px solid #bbb;
     border-right: 1px solid #bbb;
     border-bottom: 1px solid #949494;
     border-left: 1px solid #949494;
     }
     
input.marker-button:hover, input.marker-button:active  {
     color: #fff;
     background-color: #bbb;
     border-top: 1px solid #999;
     border-right: 1px solid #999;
     border-bottom: 1px solid #000;
     border-left: 1px solid #000;
     }     
/* #### thickbox.css #### */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/common/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#edefe8;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #bac0ab;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #bac0ab;
	border-bottom: 1px solid #bac0ab;
	border-top: 1px solid #bac0ab;
	border-left: 1px solid #bac0ab;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

