@import url(rte.css);
/**
 * Styles für Vautid.de
 * (c) 2009, Benjamin Zaiser, info@benjamin-zaiser.de
 */
*{
  margin: 0px;
  padding: 0px;
}
html, body {
  height:100%;
  width:100%;
}



/** 
 * Allgemeines
 */
body{
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #333333;
  background: #666666;
  text-align: center;
  line-height: 16px;
}
body.guss{ background: url(../images/bg.body.guss.gif); }

#page{
  width: 855px;
  margin: 0px auto;
  text-align: left;
  padding: 0px 36px;
  background: #ffffff;
  position: relative;
}

img{ border: 0px; }
.clearer{ clear: both; }
.left, .right{ float: left; }
address{ display: none; }

/** Links */
a{ text-decoration: none; }
a span{ display: none; }

#content .bodytext a,
#border a,
.start #content .news-latest-item .right a,
#content .csc-sitemap a,
.tx-indexedsearch-text-item-path a,
.filelinks a,
.news-list-morelink a{
  text-decoration: underline;
  color: #999999;
  padding-left: 8px;
  background: url(../images/bg.a.arrow.gif) no-repeat 0px 4px;
}

#content .bodytext a:hover,
#border a:hover,
.start #content .news-latest-item .right a:hover,
#content .csc-sitemap a:hover,
.tx-indexedsearch-text-item-path a:hover,
.filelinks a:hover,
.news-list-morelink a:hover{
  color: #ff0000;
}

.csc-linkToTop a{
  padding-left: 15px;
  background: url(../images/totop.gif) no-repeat 0px 3px;
  color: #999999;
}
.csc-linkToTop a:hover{ color: #ff0000; }




/**
 * Header
 */
#header{
  background: #e3e4e5;
  height: 120px;
  width: 856px;
}
#header #transparentborder{
  background: #e3e4e5;
  width: 856px;
  height: 16px;
  position: absolute;
  top: 120px;
  left: 36px;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
}

#header #logo{
  position: absolute;
  top: 24px; 
  left: 100px;
}

/** Metanavigation */
#header #metanavi{
  position: absolute;
  top: 30px;
  left: 228px;
  list-style-type: none;
}
#header #metanavi li{
  display: inline;
  background: url(../images/spacer.metanavi.gif) no-repeat 0px 4px;
  padding: 0px 6px 0px 8px;
}
#header #metanavi .first{ padding-left: 0px; background: none; }
#header #metanavi li a{
  font-size: 11px;
  color: #666666;
}
#header #metanavi li a:hover,
#header #metanavi li a.active{
  color: #ff0000;
}

/** Navigation */
#header #navi{
  position: absolute;
  top: 76px;
  left: 228px;
  list-style-type: none;
}
#header #navi li{
  display: inline;
  background: url(../images/spacer.navi.gif) no-repeat 0px 2px;
  padding: 0px 9px;
}
#header #navi .first{ padding-left: 0px; background: none; }
#header #navi li a{
  color: #666666;
  font-weight: bold;
  font-size: 12px;
}
#header #navi li a:hover,
#header #navi li a.active{
  color: #ff0000;
}

/** Sonstiges (Guss, Suche) */
#header #guss,
#header #verschleiss{
  display: block;
  width: 154px;
  height: 26px;
  background: url(../images/guss.gif) no-repeat top left;
  position: absolute;
  top: 24px;
  right: 66px;
}
#header #guss:hover{ background-image: url(../images/guss.hover.gif); }

#header #verschleiss{
  background-image: url(../images/verschleiss.gif);
  top: 28px;
  right: 148px;
  width: 72px;
  height: 18px;
}
#header #verschleiss:hover{ background-image: url(../images/verschleiss.hover.gif); }

#header #quicksearch{
  position: absolute; 
  top: 76px;
  right: 67px;
}
#header #quicksearch fieldset{
  border: 0px;
  position: relative;
  width: 152px;
  height: 18px;
}
#header #quicksearch #inputfield{
  border: 0px;
  background: url(../images/bg.suchbox.gif) no-repeat top left;
  font-size: 10px;
  color: #999999;
  width: 134px;
  height: 18px;
  padding: 2px 0px 0px 5px;
  position: absolute;
}
#header #quicksearch #submitbutton{
  position: absolute;
  right: 0px;
  background: url(../images/bg.suchbutton.gif) no-repeat top left;
  width: 18px;
  height: 18px;
  border: 0px;
}
#header #quicksearch #submitbutton:hover{
  background-image: url(../images/bg.suchbutton.active.gif);
}



/**
 * Content (-wrap)
 */
#contentwrap{
  float: left;
  width: 640px;
  margin-bottom: 25px;
}

/** Keyvisual */
#contentwrap #keyvisual{
  margin-bottom: 20px;
}

/** Subnavigation */
#contentwrap .subnaviwrap{
  width: 160px;
  float: left;
  margin-right: 32px;
  min-height: 100px;
}
 
#contentwrap #subnavi{
  list-style-type: none;
}
#contentwrap #subnavi li{
  border-bottom: 1px solid #e3e4e5;
}
#contentwrap #subnavi li a{
  display: block;
  color: #666666;
  padding: 2px 16px 1px;
  font-size: 11px;
}
#contentwrap #subnavi li a:hover,
#contentwrap #subnavi li a.active{
  color: #ff0000;
  background: url(../images/a.bullet.gif) no-repeat 7px 9px;
}

/** Tracing */
#contentwrap #tracing{
  border-bottom: 1px solid #e3e4e5;
  color: #999999;
  padding-bottom: 4px;
  float: left;
  width: 448px;
  font-size: 10px;
  margin-bottom: 10px;
}
#contentwrap #tracing a{
  color: #999999;
  padding: 0px 5px;
}
#contentwrap #tracing a:hover,
#contentwrap #tracing a.active{
  text-decoration: underline;
}

/** Content */
#contentwrap #content{
  float: left;
  width: 448px;
}



/**
 * Border (News)
 */
#border{
  float: left;
  width: 176px;
  padding-top: 42px;
  padding-left: 32px;
  font-size: 11px;
}
#border h4{
  font-size: 11px;
  margin-bottom: 0px;
}


/**
 * BottomNavi
 */
#bottomnavi{
  clear: both;
  border-top: 4px double #cccccc;
  position: relative;
  height: 60px;
  padding-top: 18px;
} 
#bottomnavi li{
  display: inline;
  background: url(../images/spacer.metanavi.gif) no-repeat 0px 4px;
  padding: 0px 6px 0px 8px;
}
#bottomnavi li.first{ background: none; padding-left: 0px; }

#bottomnavi a{
  font-weight: bold;
  color: #999999;
  font-size: 11px;
}
#bottomnavi ul li a{ font-weight: normal;}
#bottomnavi a:hover,
#bottomnavi a.active{
  color: #ff0000;
  text-decoration: underline; 
}

#bottomnavi ul{
  position: absolute;
  top: 35px; 
  left: 0px;
}




/**
 * Content Elemente
 */
#content .csc-textpic .csc-textpic-caption{
  background: #f1f1f2;
  font-style: italic;
  font-size: 10px;
  padding: 5px;
}
#content .csc-textpic-intext-right,
#content .csc-textpic-intext-left{
  float: left;
  width: 100%;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
  margin-right: 16px !important;
}

#content .bodytext{
  margin-bottom: 20px;
}

#content ol,
#content ul{
  margin-bottom: 20px;
  margin-left: 22px;
}

#content .csc-frame{
  margin-bottom: 14px;
  float: left;
  width: 100%;
}
#content .csc-frame-frame1{ border-bottom: 1px solid #cccccc; }
#content .csc-frame-frame2{ border-bottom: 4px double #cccccc; padding-bottom: 10px; }

#content .contenttable{
  border-collapse: collapse;
}
#content .contenttable td{
  vertical-align: top;
  padding: 8px 0px;
  border-bottom: 1px solid #cccccc;
}
#content .contenttable .tr-last td{ border: 0px; }
#content .contenttable .td-0{
  padding-right: 23px;
}
#content .contenttable .td-1{
  font-style: italic;
}

/** Sitemap */
#content li a{
  background: none !important;
  padding-left: 0px !important;
}
#content .csc-sitemap ul li a{
  font-weight: bold;
}
#content .csc-sitemap ul li ul li a{
  font-weight: normal;
}

#content h2{
  margin-top: -15px;
}



/**
 * Dateidownloads
 */ 
.filelinks{
  margin-bottom: 10px;
}
.filelinks .filecount{ display: none; }
.filelinks div{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.filelinks h4{
  margin-bottom: 0px;
}
.filelinks .filesize{
  display: block;
  margin-top: -16px;
  text-align: right;
}



/**
 * FE Login
 */ 
.tx-felogin-pi1 fieldset,
.tx-srfeuserregister-pi1 fieldset{ border: 0px; margin: 10px 0px;}
.tx-felogin-pi1 fieldset legend,
.tx-srfeuserregister-pi1 fieldset legend{ display: none; }
.tx-felogin-pi1 label{
  display: block;
  float: left;
  width: 168px;
}
.tx-felogin-pi1 input,
.tx-srfeuserregister-pi1 input{
  margin-bottom: 10px;
  width: 270px;
  border: 1px solid #999999;
  padding: 0px;
}
.tx-felogin-pi1 input.submit,
input.tx-srfeuserregister-pi1-submit{
  width: 98px;
  height: 25px;
  font-weight: bold;
  color: #999999;
  background: url(../images/bg.button.gif) no-repeat top left;
  border: 0px;
  font-size: 11px;
  padding-bottom: 10px;
  margin-left: 168px;
}

/** 
 * Benutzerregistrierung
 */
.tx-srfeuserregister-pi1 dt{
  text-align: left;
  width: 168px;
  padding: 0px;
} 
.tx-srfeuserregister-pi1 label span { color: #000000; }
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd {
  padding: 0px;
}
input.tx-srfeuserregister-pi1-submit{ margin-left: 0px; }
.tx-srfeuserregister-pi1-notice{
  margin-left: 168px;
  color: #999999;
  font-style: italic;
}




/**
 * FCE's
 */
.fce_3070 .left{
  width: 152px;
  margin-right: 16px;
} 
.fce_3070 .right{
  width: 280px;
}

.fce_5050 .left{
  width: 208px;
  margin-right: 32px;
}
.fce_5050 .right{
  width: 208px;
}

.fce_dl dt{
  font-style: italic;
  width: 165px;
}
.fce_dl dd{
  width: 280px;
  margin-bottom: 10px;
}
#content .fce_dl dd .bodytext{
  margin-bottom: 0px;
}
#content .fce_dl dd ul{
  margin-bottom: 0px;
  margin-left: 0px;
}
.fce_dl dd .hr{
  display: block;
  border-bottom: 1px solid #cccccc;
  height: 1px;
  margin: 5px 0px;
}








/**
 * tt_news
 */
#border hr{
  border: 0px; 
  border-top: 1px solid #e3e4e5;
}
#border .hrwegmacher{
  height: 10px;
  background: #ffffff;
  margin-top: -10px;
  /** uiuiui, das ist böse */
}





/**
 * Spezielle Styles für Startseite
 */
.start #header #guss{
  background-image: url(../images/guss_start.gif);
  height: 40px;
}
.start #header #guss:hover{ background-image: url(../images/guss_start.hover.gif); }
.start #infobox{
  position: absolute;
  top: 272px;
  left: 36px;
  width: 608px;
  height: 104px;
  background: #e3e4e5;
  filter:alpha(opacity=90);
  -moz-opacity:.90;
  opacity:.90;
  padding: 24px 16px;
}
.start #infobox ul{
  list-style-type: none;
}
.start #infobox ul li{
  display: inline;
  padding-left: 10px;
  margin-right: 10px;
  background: url(../images/bullet.ul.gif) no-repeat 0px 5px;
  font-weight: bold;
  font-size: 12px;
}
.start #infobox h5{
  line-height: 26px;
}

.start #contentwrap #content{
  width: 666px;
  margin-left: -24px;
}
.start #content h1{
  margin: 0px 0px 5px 40px;
  font-weight: normal;
}
* html .start #content .news-latest-container{
  margin-left: -24px;
}
.start #content .news-latest-item{
  width: 308px;
  height: 128px;
  overflow: hidden;
  background: url(../images/bg.news-latest-item.gif) repeat-x top left;
  border-right: 1px solid #e3e4e5;
  float: left;
  margin-left: 24px;
}
.start #content .news-latest-item .right{
  margin: 16px 8px;
  width: 164px;
}
.start #content .news-latest-item .right .bodytext{
  margin-bottom: 10px;
}





/** 
 * Landingpage
 */
#distance{
  width: 10px;
  height: 50%;
  margin-bottom: -328px;
  float: left;
}
#page.landing{
  margin: 0 auto;
  position: relative;
  clear: left;
  width: 934px;
  height: 657px;
  background: url(../images/bg.landingpage.jpg) no-repeat top left;
  padding: 0px;
} 

#page.landing #metanavi{
  list-style-type: none;  
  position: absolute;
  top: 17px;
  right: 33px;
}
#page.landing #metanavi li{
  display: inline;
  background: url(../images/spacer.metanavi.gif) no-repeat 0px 5px;
  padding: 0px 6px 0px 8px;
}
#page.landing #metanavi .first{ padding-left: 0px; background: none; }
#page.landing #metanavi li a{
  color: #999999;
  font-size: 10px;
}
#page.landing #metanavi li a:hover,
#page.landing #metanavi li a.active{
  color: #ff0000;
}

#page.landing #header{
  padding-top: 76px;
  background: none;
  height: auto;
}

#page.landing #stoerer{
  position: absolute;
  top: 182px;
  left: 7px;
}

#page.landing #contentleft div.bodytext,
#page.landing #contentleft .csc-header{
  position: relative;
  z-index: 10;
  margin-left: 86px;
}



#page.landing h1{
  color: #ff0000;
  line-height: 25px;
  margin-bottom: 5px;
}
#page.landing #contentleft{
  width: 460px;
}
#page.landing #contentleft ul li{
  background: url(../images/bullet.ul.gif) no-repeat 0px 5px;
  float: left;
  width: 166px;
  margin-right: 10px;
}

#page.landing #contentright{
  margin-left: 64px;
  margin-top: 20px;
}
#page.landing div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image,
#page.landing div.csc-textpic-left div.csc-textpic-imagewrap{
  float: none;
}
#page.landing #contentright .csc-textpic div.bodytext{
  margin-left: 10px;
  margin-top: 7px;
}

#page.landing #contentright .fce_5050 .left,
#page.landing #contentright .fce_5050 .right{
  width: 125px;
}
#page.landing #contentright .fce_5050 .left{
  margin-right: 65px;
}

#page.landing #header #transparentborder{
  top: 328px;
  left: 39px;
  z-index: 10;
}

#page.landing #keyvisual{
  position: absolute;
  left: 39px;
  top: 328px;
  z-index: 0;
}




/**
 * Mailformplus
 */
.mailformplus_contactform{
  margin-top: 10px;
}
.mailformplus_contactform .error{ color: red; }
.mailformplus_contactform .error img{ border: 1px solid red; }
.mailformplus_contactform fieldset{ border: 0px; }
.mailformplus_contactform fieldset legend{ display: none; }
.mailformplus_contactform label{
  display: block;
  float: left;
  width: 168px;
  padding-top: 6px;
}
.mailformplus_contactform input,
.mailformplus_contactform textarea{
  margin-bottom: 13px;
}
.mailformplus_contactform input.text,
.mailformplus_contactform input#spam,
.mailformplus_contactform textarea{
  width: 278px;
  height: 17px;
  border: 1px solid #999999;
}
.mailformplus_contactform input#spam{ width: 62px; }

.mailformplus_contactform textarea{
  height: 98px;
}
.mailformplus_contactform .caption{
  width: 100px;
  float: left;
}
.mailformplus_contactform label.radio_caption{
  display: inline;
  float: none;
  width: auto;
  margin: 0px 20px 0 5px;
}

.mailformplus_contactform input#strasse{
  width: 205px;
  margin-right: 5px;
}
.mailformplus_contactform input#nr{
  width: 62px;
}
.mailformplus_contactform input#plz{
  width: 62px;
  margin-right: 5px;
}
.mailformplus_contactform input#ort{
  width: 205px;
} 
.mailformplus_contactform .buttons{
  margin-left: 168px;
  margin-top: 10px;
}
.mailformplus_contactform .captchainfo{
  margin-top: 10px;
  margin-bottom: 10px;
}
.mailformplus_contactform input.submit,
.mailformplus_contactform input.reset{
  width: 98px;
  height: 18px;
  font-weight: bold;
  color: #999999;
  background: url(../images/bg.button.gif) no-repeat top left;
  border: 0px;
  font-size: 11px;
  padding-bottom: 10px;
  margin-right: 10px;
}
.mailformplus_contactform .required_fields{
  margin-left: 168px;
  color: #999999;
  font-style: italic;
  font-size: 11px;
}

 





/**
 * tt_news
 */
.news-latest-filelink a{ 
  padding-left: 31px !important;
  background: url(../images/icon.pdf.gif) no-repeat 0px 3px !important;
  color: #999999;
  text-decoration: underline;
}

/** News-Latest */
.news-latest-item{
  color: #666666;
  margin-bottom: 10px;
  margin-top: 4px;
}
.news-latest-item h5{
  font-size: 11px;
  font-weight: bold;
  color: #666666;
}

/** News-List */
.news-list-container{
  border-top: 4px double #cccccc;
  padding-top: 20px;
}
.news-list-container .news-list-item{
   margin-bottom: 10px;
}
.news-list-container hr,
.news-single-item hr{
  margin-top: 10px;
  color: #ffffff;
  border: 0px;
  border-top: 1px solid #cccccc;
}
.news-list-container .news-list-date{
  display: block;
}
.news-list-container h3 a{
  color: #ff0000;
}
#content .news-list-container .bodytext{
  width: 280px;
  margin-bottom: 0px;
} 
.news-list-container .image{
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tx-ttnews-browsebox{
  text-align: center;
}
.tx-ttnews-browsebox a{
  color: #424242;
  margin-right: 5px;
}
.tx-ttnews-browsebox strong a{
  color: #ff0000;
  text-decoration: underline;
  font-weight: bold;
}

/** News-Single */
.news-single-item h2{
  color: #ff0000;
  font-size: 12px;
  font-weight: bold;
  margin: 3px 0px 0px !important;
  padding: 0px;
}
.news-single-item .image{
  float: right;
}
.news-single-backlink{
  margin-top: 20px;
}
.news-single-backlink a{
  background: url(../images/back.gif) no-repeat 0px 4px;
  padding-left: 15px;
  color: #999999;
  text-decoration: underline;
}




/**
 * IndexedSearch
 */ 
.tx-indexedsearch form fieldset{
  border: 0px;
}  
.tx-indexedsearch .searchbox-tmpl-css label {
  float: none;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
  width: 280px;
  border: 1px solid #999999;
  margin-bottom: 10px;
}
#tx-indexedsearch-searchbox-button-submit{
  width: 98px;
  height: 25px;
  font-weight: bold;
  color: #999999;
  background: url(../images/bg.button.gif) no-repeat top left;
  border: 0px;
  font-size: 11px;
  padding-bottom: 10px;
}
.tx-indexedsearch-searchbox,
.tx-indexedsearch-res{
  border-bottom: 4px double #cccccc;
  padding-bottom: 10px;
}
div.tx-indexedsearch-res div.tx-indexedsearch-res{
  border-bottom: 0px;
  padding-bottom: 0px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
  color: #ff0000;
  font-weight: bold;
  font-style: normal;
}

.tx-indexedsearch-browsebox p{ display: none; }

.tx-indexedsearch-result-number,
.tx-indexedsearch-title a{
  color: #ff0000 !important;
}
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
  float: none;
  color: #ff0000;
  font-weight: bold;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #000000;
  font-weight: normal;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  background: none;
  color: #999999;
}

#content ul.browsebox{
  width: 100%;
  margin: 0px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #cccccc;
}
#content ul.browsebox li{
  background: none;
}
#content ul.browsebox li a{
  background: none;
  color: #424242;
  padding: 0px 5px;
}
#content ul.browsebox li a:hover{ color: #ff0000; }
#content ul.browsebox li.tx-indexedsearch-browselist-currentPage a{
  color: #ff0000;
  text-decoration: underline;
}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* 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: #f1f1f2;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	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: 10px -5px 0 10px;
	border: 0px;
}
#TB_caption{
	/**height:25px;**/
	padding:7px 10px 10px 10px;
	float:left;
	font-style: italic;
}
#TB_closeWindowButton{
 	background:transparent url(../images/close.png) no-repeat scroll 0 0;
  height:27px;
  position:absolute;
  right:-12px;
  top:-12px;
  width:27px;
  display: block;
}
#TB_closeWindowButton span{ display: none; }
#TB_closeAjaxWindow{
	padding:7px 0px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
  height: 10px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 10px 10px 10px;
	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;
}
#TB_secondLine{ display: none; }