@import "../def/trans.css";
html {
	overflow-y: scroll;
}
body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
body {
	
}

/*
	LAYOUT
*/
div#border {
	position: relative;
	
	min-height: 100%;
}
div#page {
	position: relative;
	width: 1000px;
	overflow: hidden;
	padding-bottom: 240px;
}
#site div#page {
	padding-bottom: 400px;	
}
div#main {
	position: relative;
	float: left;
	width: 750px;
}
#site div#main {
	width: 100%;
}
div#side {
	float: right;
	width: 218px;
	padding: 60px 20px 0 0;
}
#site div#side {
	display: none;
}
div#pageHead {
	position: relative;
	width: 100%;
	height: 256px;
}
div#headBorder {
	position: absolute;
	top: 23px;
	left: 10px;
	background: transparent url('../media/headborder_top.png') 0 0 no-repeat;
	width: 100%;
	height: 33px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
div#logoBox {
	position: absolute;
	top: 0;
	left: 41px;
	width: 214px;
	height: 175px;
}
div#logoBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 214px;
	height: 175px;
	background: transparent url('../media/logobg.png') bottom left no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
img#headIllu {
	position: absolute;
	top: 60px;
	left: 34px;
}
h1#logo {
	position: relative;
	margin-top: 77px;
}
p#lang {
	position: absolute;
	left: 900px;
	top: 30px;
}
p#lang a {
	display: block;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding-left: 24px; 
	background: transparent url('../media/arrow_blue.png') center left no-repeat;
}
p#lang a:hover {
	color: #f49e00 ;
}
div#mainMenu {
	position: absolute;
	bottom: 0;
	left: 0;
}
div#headsearch {
	position: absolute;
	bottom: 4px;
	right: 45px;
}
div#content {
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
}
div#content div.block {
	padding: 0 40px 0 45px;
}
div#footer {
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -481px;
	width: 962px;
	height: 226px;
	
}
#site div#footer {
	height: 386px;
	
}
div#footer img.tuechtiger {
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/*
	MAINMENU
 */

div#mainMenu ul {
	margin-left: 34px;
	list-style: none;
	overflow: hidden;
}
div#mainMenu ul li {
	position: relative;
	float: left;
	width: 146px;
	height: 54px;
	margin-left: 8px;
}
div#mainMenu ul li p {
	font-size: 14px;
}
div#mainMenu ul li a {
	display: block;
	width: 104px;
	height: 28px;
	text-decoration: none;
	color: #000;
	padding: 26px 0 0 42px;
	font-weight: bold;
	background: transparent url('../media/arrow_blue.png') 16px 24px no-repeat;
}
div#mainMenu ul li a:hover {
	background: transparent url('../media/mainmenu_hover.png') bottom left no-repeat;
}
div#mainMenu ul li.selected a:hover, div#mainMenu ul li.inpath a:hover {
	background: transparent url('../media/mainmenu_selected_hover.png') bottom left no-repeat;
}
div#mainMenu ul li.selected {
	background: transparent url('../media/mainmenu_bottom.png') 0 16px no-repeat;
}
div#mainMenu ul li.inpath a {
	background: transparent url('../media/arrow_orange.png') 16px 24px no-repeat;
}
div#mainMenu ul li a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 146px;
	background: transparent url('../media/mainmenu_top.png') top left no-repeat;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/*
	SUBMENU
*/
div#side div.submenu {
	background: transparent url('../media/submenubg.png') top left no-repeat;
	height: 148px;
	padding-top: 10px;
	width: 217px;
	overflow: hidden;
	margin-bottom: 40px;
}
div#side div.submenu ul {
	list-style: none;
	height: 148px;
	width: 217px
}
div#side div.submenu ul li {
	margin: 0 0 4px 0;
	width: 100%;
}
div#side div.submenu ul li.dummy {
	height: 24px;
	background-color: #fff;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
div#side div.submenu ul li p a {
	position: relative;
	display: block;
	width: 187px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 0 0 0 30px;
	background: transparent url('../media/arrow_white.png') 10px center no-repeat;
}
div#side div.submenu ul li p a:hover, div#side div.submenu ul li.selected p a {
	color: #F49E00;
	background: transparent url('../media/arrow_orange_blue.png') 10px center no-repeat;
}
div#side div.submenu ul li p a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 217px;
	height: 24px;
	background-color: #fff;
	opacity: 0.1;
	filter: alpha(opacity=10);
	cursor: pointer;
}
div#side div.submenu ul li p a:hover span {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
div#side div.submenu ul li.selected p a span {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
/*
	FOOTERMENU
*/
div#footer ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 22px;
	overflow: hidden;
}
#site div#footer ul {
	bottom: 90px;
}
div#footer ul li {
	margin: 0 0 0 5px;
	float: left;
}
div#footer ul li p {
	color: #aae5f3;
	font-size: 10px;
	line-height: 12px;
	height: 14px;
	border-right: 1px solid #000;
}
div#footer ul li p a {
	color: #000;
	text-decoration: none;
	margin: 0 5px 0 0;
	border-bottom: 1px solid #fff;
}
div#footer ul li p a:hover {
	border-bottom: 1px dotted #000;
}
div#footer ul li.last p {
	border-right: none;
}
div#footer ul li.last a {
	margin-right: 0;
}
/*
	COLUMNS
*/
div#content div.twoColumnContent {
	overflow: hidden;
}
div#content div.left {
	width: 320px;
	margin-right: 20px;
	float: left;
}
div#content div.right {
	width: 320px;
	float: right;
}
/*
	BOXES
*/
div.box {
	background: transparent url('../media/box.png') bottom right no-repeat;
	margin-bottom: 20px;
}
div.boxhead {
	background: transparent url('../media/box.png') top right no-repeat;
}
div.boxhead h3 {
	color: #fff;
	padding: 0 12px;
	font-size: 12px;
	line-height: 22px;
	background: transparent url('../media/box_border.png') top left no-repeat;
	margin-bottom: 0;
}
div.boxbody {
	font-size: 12px;
	padding: 12px;
	background: transparent url('../media/box_border.png') bottom left no-repeat;
}
div.sideBox div.boxbody a {
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	background: transparent url(../media/arrow_white.png) no-repeat scroll left 2px;
	display: block;
}
div.sideBox div.boxbody a:hover {
	color: #f49e00;
}
div.box.twibsteaser {
	background: none;
}
div.box.twibsteaser div.boxbody {
	background: transparent url('../media/twibs_teaser.png') top left no-repeat;
	height: 93px;
	padding: 0;
	position: relative;
}
div.box.twibsteaser div.boxbody p {
	position: absolute;
	right: 14px;
	bottom: 16px;
}
div#footer div.infoBoxContainer {
	position: absolute;
	top: 40px;
	left: 14px;
	background: transparent url('../media/blueboxes.png') top left no-repeat;
}
div#footer div.infoBox {
	position: relative;
	float: left;
	width: 275px;
	height: 106px;
	padding: 20px 14px;	
	margin-right: 18px;
	overflow: hidden;
	z-index: 20;
}
div#footer div.infoBox div.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 303px;
	height: 146px;
	background: transparent url('../media/bluebox.png') top left no-repeat;
	z-index: 10;
}
div#footer div.infoBoxContainer img.tuechtiger {
	position: absolute;
	top: -40px;
	left: 0px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	z-index: 10;
}
div#footer div.infoBox.last {
	margin-right: 0;
}
div#footer div.infoBox h4 {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}
div#footer div.infoBox p {
	color: #000;
	font-size: 12px;
	line-height: 16px;
	width: 220px;
}
div#footer div.infoBox:hover p, div#footer div.infoBox:hover h4 {
	color: #fff;
} 
div#footer div.infoBox p.link, div#footer div.infoBox p.link a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 303px;
	height: 146px;
}
div#footer div.infoBox p.link a {
	background: transparent url('../media/bigarrow_blue.png') 240px 20px no-repeat;
}
div#footer div.infoBox p.link a img {
	width: 303px;
	height: 146px;
}
/*
	FORMS
*/
form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* SEARCH */
div.sbox {
	background: #b3dbe9 url('../media/sbox_right.png') bottom right no-repeat;
}
div.sbox div.searchbox {
	padding: 4px 4px 3px 4px;
	background:transparent url('../media/sbox_left.png') bottom left no-repeat;
	overflow: hidden;
}
form.searchform p {
	vertical-align: text-bottom;
	overflow: hidden;
}
form.searchform input.search {
	border: 1px solid #00a3c7;
	border-right: none;
	float: left;
	height: 16px;
	width: 174px;
	line-height: 16px;
}
form.searchform input.submit {
	float: left;
}
div.sbox div.searchbox form.searchform input.search {
	width: 260px;
}
/* CALLBACK */
form#callform p.field {
	margin-bottom: 8px;
}
form#callform p.field input {
	border: 1px solid #00a3c7;
	height: 16px;
	width: 192px;
	line-height: 16px;
}
form#callform span.error, form#callform p.success {
	color: #f49e00;
}
form#callform label {
	color: #000;
}
form#callform p.submit {
	height: 18px;
	line-height: 18px;
	position: relative;
	text-align: left;
}
form#callform p.submit input {
	position: absolute;
	right: 0;
	bottom: 0;
}
form#callform p.submit label {
	padding: 0;
	vertical-align: middle;
}
/*
	ACCORDION
*/
div#content div.block.accordion {
	padding: 0 0 0 34px;
	margin-bottom: 20px;
}
div#content div.block.accordion h3 {
	padding-left: 11px;
}
div#content div.accordion ul {
	position: relative;
	list-style: none;
	width: 100%;
}
div#content div.accordion ul li {
	margin: 0 0 4px 0;
	width: 100%;
	vertical-align: top;
}
div#content div.block.accordion ul li h3 {
	width: 100%;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	background: #e4f2fb url('../media/accordion_bg.png') right center no-repeat;
	position: relative;
	color: #fff;
	padding-left: 0;
	margin-bottom: 0;
}
div#content div.accordion ul li h3 span.l {
	background: transparent url('../media/accordion_bg_left.png') left center no-repeat;
	height: 22px;
	width: 2px;
	display:block;
	position: absolute;
	left: 0;
	top: 0;
}
div#content div.accordion ul li h3 a {
	position: absolute;
	top: 0;
	left: 0;
	background: #e4f2fb url('../media/plus.png') 13px center no-repeat;
	color: #000;
	padding: 0 10px 0 50px;
	text-decoration: none;
}
div#content div.accordion ul li h3 a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #F49E00;
}
div#content div.accordion ul li h3.ui-accordion-header.ui-state-active a {
	background-image: url('../media/minus.png');
	color: #F49E00;
}
div#content div.accordion ul li div.accBox {
	background-color: #f8f8f8;
	padding: 10px 25px 0 50px;
	position: relative;
	overflow: hidden;
}
div#content div.accordion ul li div.accBox.imgs .txt {
	width: 316px;
	float: left;
}
div#content div.accordion ul li div.images {
	position: relative;
	bottom: 0;
	margin-left: 34px;
	width: 280px;
	float: left;
	padding-bottom: 40px;
}
div#content div.accordion ul li div.images ul {
	list-style: none;
	position: absolute;
	bottom: 12px;
	right: 0;
	width: auto;
}
div#content div.accordion ul li div.images ul li {
	float: left;
	margin: 0 0 0 6px;
	width: auto;
}
div#content div.accordion ul li div.images ul li p {
	margin: 0;
	float: left;
}
div#content div.accordion ul li div.images ul li a {
	display: block;
	background-color: #e4f2fb;
	color: #009ce8;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
}
div#content div.accordion ul li div.images ul li a:hover, div#content div.accordion ul li div.images ul li.ui-tabs-selected a {
	background-color: #F49E00;
	color: #fff;
	border-bottom: none;
}
div.ui-tabs-hide {
	display: none;
}
div#content div.accordion ul.news li{
	margin: 0;
}
/*
	STAGE
*/
div#content div.block.stage {
	position:relative;
	width: 665px;
	padding: 0 40px 0 45px;
}
#site div#content div.block.stage {
	width: 915px;
}
div#content div.block.stage div.scrollable {
	width: 100%;
	height: 160px;
	position:relative;
	overflow:hidden;
}
div#content div.stage ul.items {
	list-style: none;
	width: 10000%;
	position:absolute;
} 
div#content div.stage ul.items li {
    float:left;
	width: 1%;
	margin: 0;
}
div#content div.stage ul.items li div {
	position: relative;
	padding-right: 300px;
}
div#content div.stage ul.items li div.img {
	padding-right: 315px;
}
div#content div.stage ul.items li img {
	position: absolute;
	top: 0;
	right: 6px;
}
div#content div.stage a.next, div#content div.stage a.prev {
	position: absolute;
	top: 50%;
	color: #fff;
}
div#content div.stage a.next:hover, div#content div.stage a.prev:hover {
	border-bottom: none;
}
div#content div.stage a.prev {
	left: 1px;
}
div#content div.stage a.next {
	right: 2px;
}
div#content div.stage a.prev.disabled {
	display: none;
}
/*
	FILMBOX
*/
div#content div.block.filmBox {
	padding: 0 0 0 34px;
	margin-bottom: 20px;
}
div#content div.block.filmBox h3 {
	padding-left: 11px;
}
div#content div.filmBox div.films {
	border-bottom: 10px solid #b0dff8;
	border-top: 10px solid #b0dff8;
	position: relative;
	padding: 8px 0;
}
div#content div.filmBox div.films ul {
	list-style: none;
	width: 340px;
	min-height: 134px;
	background: transparent url('../media/ul_dummy_bg.png') top left repeat;
}
div#content div.filmBox div.films ul li {
	margin: 0;	
	background-color: #e8f3f7;
	margin-bottom: 4px;
	line-height: 24px;
	height: 24px;
}
div#content div.filmBox div.films ul li p {
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	margin: 0;
}
div#content div.filmBox div.films ul li p a {
	display: block;
	color: #009ce8;
	padding-left: 17px;
	font-weight: bold;
}
div#content div.filmBox div.films ul li p a:hover, div#content div.filmBox div.films ul li.ui-tabs-selected p a {
	background-color: #b0dff8;
	text-decoration: none;
	border-bottom: none;
}
div#content div.filmBox div.films div.items {
	position: absolute; 
	bottom: 8px;
	left: 346px;
	right: 0;
	top: 8px;
	background-color: #e4f2fb;
	padding-left: 18px;
	width: 352px;
	overflow: hidden;
}
div#content div.filmBox div.films div.items p {
	margin: 0;
}
div#content div.filmBox div.films div.items p img {
	vertical-align: text-bottom;
}
div#content div.filmBox div.films div.items p a:hover {
	border-bottom: none;
}
div#content div.filmBox div.films div.items p span.blocklink {
	display: block;
	position: absolute;
	bottom: 4px;
	right: 10px;
	width: 130px;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	color: #009ce8;
	font-weight: bold;
	background: #f8fbfc url('../media/arrow_blue.png') 120px 3px no-repeat;
}
div#content div.filmBox div.films div.items p a:hover span.blocklink {
	text-decoration: none;
	background: #f8fbfc url('../media/arrow_orange.png') 120px 3px no-repeat;
	cursor: pointer;
}
/*
	HISTORY
*/
div#content div.historyblock {
	padding: 0 0 0 34px;
	margin-bottom: 20px;
}
div#content div.historyblock h3 {
	padding-left: 11px;
}
div#content div.history {
	border-bottom:10px solid #b0dff8;
	border-top:10px solid #b0dff8;
	padding: 8px 0;
}
div#content div.history ul {
	list-style: none;
	overflow: hidden;
	background: #f8f8f8 url('../media/history_blank_bg.png') left center repeat-x;
	padding: 0 20px;
	margin-bottom: 8px;
}
div#content div.history ul li {
	position: relative;
	float: left;
	width: 80px;
	height: 60px;
	padding: 0 16px;
	margin: 0;
	background: #f8f8f8 url('../media/history_bg.png') left center repeat-x;
}
div#content div.history ul li p {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
}
div#content div.history ul li p a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url('../media/history_marker_blue.png') center center no-repeat;
	color: #009ce8;
	font-weight: bold;
	opacity: 0.6;
	filter:alpha(opacity=60);
	outline: none;
}
div#content div.history ul li p a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	background-image: url('../media/history_marker_orange.png');
	color: #f49e00 ;
	border: none;
}
div#content div.history ul li.ui-tabs-selected p a {
	opacity: 1;
	filter:alpha(opacity=100);
}
div#content div.history ul li p a span {
	position: absolute; 
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
}
div#content div.history div.items {
	background-color: #e4f2fb;
	padding: 0 46px 1px 46px;
}
div#content div.history div.items p a {
	background-color: #e4f2fb;
}
div#content div.history div.items p strong.headline {
	color: #f49e00 ;
	font-weight: bold;
}
/* FORMS */
div#content form {
	margin: 6px 0 10px 0;
}
div#content form p {
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 2px;
}
div#content form p.multiline {
	padding: 8px 0;
}
div#content form p label {
	position: relative;
	display: block;
	width: 100px;
	float: left;
}
div#content form p strong {
	color: #f49e00 ;
	display: block;
	clear: both;
	margin-left: 100px;
	font-weight: normal;
}
div#content form p.field input, div.block form p.field textarea {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;	
	float: left;
	width: 300px;
	height: 16px;
	padding-top: 2px;
	line-height: normal;
	border: 1px dotted #C2DCE1;
}
div#content form p.field textarea {
	height: 100px;
	overflow: auto;
}
div#content form p.submit input {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	line-height: normal;
	background-color: #fff;
	border: 1px dotted #C2DCE1;
	height: 20px;
	width: 100px;
	color: #000;
	margin-left: 100px;
	padding-bottom: 1px;
}
/*
	SITEMAP
*/
div#content div.block.sitemap ul {
	list-style: none;
}
div#content div.block.sitemap ul.sitemap li {
	margin: 0 0 10px 0;
}
div#content div.block.sitemap ul.sitemap li ul li {
	margin: 0 0 0 1em;
}
div#content div.block.sitemap p {
	margin-bottom: 0;
}
/*
	SEARCH
*/
div#content ul#searchresult {
	list-style-type: square;
}
/*
	CONTENT
*/
div#content div.hidden {
	display: none;
}
div#content h2, #TB_ajaxContent h2 {
	font-size: 1em;
	color: #f49e00 ;
	padding-top: 12px;
	margin-bottom: 12px;
}
div#content h3, #TB_ajaxContent h3 {
	font-size: 12px;
	line-height: 20px;
	color: #000 ;
	font-weight: bold;
	margin-bottom: 6px;
}
div#content p, #TB_ajaxContent p {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
}
div#content a, #TB_ajaxContent a {
	text-decoration: none;
	color: #000;
	background-color: #e4f2fb;
}
div#content div.accordion .txt a {
	background-color: #e4f2fb;
}
div#content a:hover, #TB_ajaxContent a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	
}
div#content a.extlink, #TB_ajaxContent a.extlink {
	padding-right: 12px;
	background: #e4f2fb url('../media/arrow_extlink.png') right bottom no-repeat;
}
div#content div.twoColumnContent div.text div {
	background-color: #b0dff8;
	margin: 12px 0;
}
div#content div.twoColumnContent div.text div img {
	margin-left: 24px;
}
div#content div.twoColumnContent div.text h3, div#content div.formElement h3 {
	color: #000;
	margin-bottom: 0;
}
div#content ol, #TB_ajaxContent ol {
	font-size: 12px;
	line-height: 20px;
	list-style-position: inside;
}
div#content ol li, #TB_ajaxContent ol li {
	margin: 0;
}
div#content ol li p, #TB_ajaxContent ol li p {
	display: inline-block;	
}
div#content .lowres {
	visibility: hidden;
}
/*
	Thickbox
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
}
#TB_window {font-size: 1em;}
#TB_window a {
	color:#006AB4;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('../media/macFFBgHack.png') repeat;}
.TB_overlayBG {
	background-color:#000;
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter:alpha(opacity=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: #fff;
	z-index: 102;
	display:none;
	border: 1px solid #AED9E5;
	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;
}

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

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

#TB_closeAjaxWindow {
	position: absolute;
	top: 12px;
	right: 24px;
}

#TB_closeAjaxWindow img {
	vertical-align: middle;
}

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

#TB_title{
	height:27px;
	background-color: #fff;
	font-size: 12px;
}
#TB_title a {
	font-size: 12px;
	text-decoration: none;
}
#TB_title a:hover {
	text-decoration: underline;	
}
#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_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;
}
