﻿.bodyclass {
	background: #37453f;
	color: #fff;
	font-size: 9pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.2em;
	letter-spacing:100%;
	}
form {
	height:100%;
	position:relative;
	}	
.inv_item{
display:none;
}
	
/* TABLES */
/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table.greentable {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #92C428;
  }
.greentable caption {
  text-align:left;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 5px 8px 5px;
  color: #03476F;
  text-transform: uppercase;
  }
.greentable td,.greentable th {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
  }
.greentable thead th, .greentable tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;
  text-align: left;
  background: #004358;
  color: #d4dbb5;
  padding-top:3px;
  }
.greentable tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
.greentable tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
.greentable tbody td a.standard {
  background: transparent;
  text-decoration: underline;
  color: #fff;
  }
.greentable tbody td a.standard:hover {
  color: #bedb39;
background:transparent;
  }

.greentable tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
.greentable tbody th a:hover {
  background: transparent;
  color: #363636;
  }
.greentable tbody th,.greentable tbody td {
  vertical-align: top;
  text-align: left;
  }
.greentable tfoot td {
  border: 1px solid #03476F;
  background: #004358;
  padding-top:3px;
  color: #bedb39;
  }
.greentable .odd {
  background: #AEE239;
  }
.greentable tbody tr:hover {
  background: #d4dbb5;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
.greentable tbody tr:hover th,
.greentable tbody tr.odd:hover th {
  background: #d4dbb5;
  color: #FFFFFF;
  }
/* ########### */
table.infotable {
  border-collapse: collapse;
 border: 1px solid #03476F;

  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #d4dbb5;
  }
.infotable caption {
  text-align:left;
  font: bold 12px verdana, helvetica, sans-serif;
  background: transparent;
  padding:2px 5px 4px 5px;
  color: #1f8a70;
background-color:#002d45;
  text-transform: uppercase;
  }
.infotable td,.infotable th {
  border: 1px solid #03476F;

  padding: .4em;
  color: #363636;
  }

.infotable thead th, .infotable tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;
  text-align: left;
  background: #004358;
  color: #d4dbb5;
  padding-top:3px;
  }
.infotable tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
.infotable tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
.infotable tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
.infotable tbody th a:hover {
  background: transparent;
  color: #363636;
  }
.infotable tbody th,.infotable tbody td {
  vertical-align: top;
  text-align: left;
  }
.infotable tfoot td {
  border: 1px solid #03476F;
  background: #004358;
  padding-top:3px;
  color: #bedb39;
  }
.infotable .odd {
  background: #eee;
  }
.infotable tbody tr:hover {
  background: #d4dbb5;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
.infotable tbody tr:hover th,
.infotable tbody tr.odd:hover th {
  background: #d4dbb5;
  color: #FFFFFF;
  }
/*BACKGROUND-COLORS*/

.bgcolor{background-color:#002D45;}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #405B69;
 border-bottom: transparent;
}

/* FONTCOLORS */
.darkgreen{color:#1f8a70}
.yellowgreen{color:#bedb39}
.dirt_white{color:#d4dbb5}
.cl_white{color:#fff}
.alertred{color:#FD7400}
a.link, a.visited{
		color:#fff;
	}
a.standard, .standard_darkgreen{
		color:#bedb39;
		text-decoration:underline;
	}
	a.standard:hover, .standard_darkgreen:hover{
		color:#fff;
		text-decoration:none;
		}
	.standard_darkgreen{
		color:#1f8a70;
	}

a.invisblelink{
text-decoration:none;
color:#fec613;
}

a.invisblelink:hover{color:#000}

	
.floatleft{
	float:left;
	padding-right:10px;
	clear:left;
	}	
.floatright{
	float:right;
	padding-left:10px;
	clear:right;
	}
a.leftpic, a.rightpic{
	border:10px solid #004358;
	display:block;
	width:90px;
    height:90px; 
	}
a.leftpic{ 
	float:left;
	}
a.rightpic{	   
	float:right;
	}
a.rightpic:hover, a.leftpic:hover{
    border:10px solid #005873;
}	

a.more{
		color:#bedb39;
		text-decoration:underline;	
		}
		a.more:hover{
			color:#fff;
			text-decoration:none;	
			}
a.listlink, a.listlink_wide{
	color:#fff;
	display:block;
	max-width:200px;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	background-color:#004358;
	margin-bottom:5px;
	}a.listlink:hover, a.listlink_wide:hover{
	background-color:#005873;	
		}

a.listlink_wide{max-width:400px;}

.footer h2 {
	color:#797979;
	border:none; 
	}

#loginbox{
	text-align:right;
	padding:10px;
	}

div.boxseperator{
	margin-bottom:20px;
	}
#search_box {
    width: 220px;
    height: 24px;
    background: url(../img/searchbox_bg.gif);
}
#search_box #s {
   float: left;
	margin:4px 0px 0px 0px;
    padding-left:4px;
    border: 0;
    width: 180px;
    background: none;
}
#search_box #go {
    float: right;
   margin: 0px 0px 0 0;
width:31px;
}
div.contentbox1 , div.contentbox2{
	color:#cacaca;
	padding:10px;
	text-align: left;
	line-height:1.2em;
}
div.contentbox2 {
	background-color:#004358;	
}

div.contentbox2 div {
	padding-bottom:10px;
}

span.newsdate{
		display:block;
		color:#1f8a70;
	}
div.contentbox1 div {
	padding-bottom:10px;
	color:#1f8a70;
}	
div.contentbox1 span.newsdate{
		font-size:1.2em;
		color:#bedb39;
	}	
	
.contentbox2 a.more, .contentbox1 a.more {
	display:block;
	text-align:right;		
	}	
	
	a.bt_more{
		padding:4px 6px 4px 6px;
		color:#bedb39;
		text-decoration:none;	
		background-color:#001720;
		width:35px;
		}a.bt_more:hover{
		color:#fff;
		background-color:#000;
		}
a.outbox{
background-color:#004358;
} 
.box_content{
		padding:10px;
		background-color:#004358;
	}	
	
 a.textlink{
	color:inherit;
	text-decoration:none;
	}
a.textlink:hover{
	text-decoration:underline;	
	}	
	
* html	a.textlink{
	color:#fff;
	}
div.contentbox_footer{
		background-color:#001720;
		padding-right:10px;
	}
	div.contentbox_footer a {
		display:block;
	color:#bedb39;
	text-align:right;
	text-decoration:underline;
		}
.container_12 {
	background: #fff url(img/12_col.gif) repeat-y;
	margin-bottom: 20px;
}

.container_16 {
	background: #fff url(img/16_col.gif) repeat-y;
}


.clear{
		clear:both;
	}
div.seperatorline{
height:10px;border-top:1px solid #405B69;
}
div.mainframe{
		background:url(../img/tubaf_con_background.gif) #002d45 repeat-x top left;
	}
	
.mainnavi{
	list-style:none;
	texl-align:left;
	padding:0px;
	display:block;
	}	
	.mainnavi li{
		line-height:4em;
			float:left;
			padding:0px;
			padding-top:10px;
			margin-left:16px;
		}
		.mainnavi li a {
			text-decoration:none;
			color:#ddd;
			font-size:11pt;
			font-weight:normal;	
			padding:3px 9px 3px 9px;
			background:none;
		}
.mainnavi li a.active {
			color:#bedb39;		}
.mainnavi li a:hover {
			text-decoration:none;
			font-size:11pt;
			font-weight:normal;	
			background-color:#bedb39;
color:#000;
		}	

		
		
.subnavi{
	list-style:none;
	texl-align:left;
	padding:0px;
	display:block;
	}	
	.subnavi li{
		line-height:4em;
			float:left;
			padding:0px;
			margin-left:40px;
		}
		.subnavi li a {
			text-decoration:none;
			color:#bedb39;
			font-size:9pt;
			font-weight:normal;
			
		}.subnavi li a.active{
			text-decoration:none;
			color:#bedb39;
			font-weight:normal;	
			text-decoration:underline;
		}	
		

.subnavi li a:hover {
			text-decoration:none;
			color:#fff;
			font-weight:normal;	
			text-decoration:underline;
		}

div.header{
		height:265px;
		background:url(../img/tubaf_confg_headerpic.jpg) left top no-repeat #000; 
		border-bottom:5px solid #001720;
		margin-bottom:0px;
	}
.header_infoblock{
float:right;
height:196px;
width:560px;
}		
div.conference_title{
		position:relative;
		background-color:#004358;
		width:970px;
		height:265px;
	}	
	div.title_logo{
		position:relative;
		top:0px;
		left:0px;
		width:560px;
		height:196px;
		background:url(../img/tubaf_confg_headerlogo.jpg) top left no-repeat #004358;
		}
		#headerlinks{
			text-align:right;	
			padding:10px;
			}
		#quotation{
			position:relative;
			right:10px;
			top:30px;
			text-align:right;
			color:#1f8a70;
			}#quotation i{
				font-size:12pt;
				color:#fff;
				}
	div.title_datereg{
		position:relative;
		bottom:0px;
		right:0px;
		width:560px;
		height:69px;
		background-color:#000;
		background:url(../img/bt_admittance_pub.gif) right bottom no-repeat #000;
		}
		#datefont{
				font-size:18pt;
				font-weight:lighter;
				padding-top:10px;
				padding-left:10px;
			}#datesubline{
				position:relative;
				bottom:-5px;
				color:#1f8a70;
				padding-left:10px;
			}
			#datesubline a{
				color:#bedb39;
				position:relative;
				left:150px;
				text-decoration:underline;			
			}#datesubline a:hover{
				text-decoration:none;
				color:#fff;			
			}
			
			
		#headerwrap_edge{
			background:url(../img/headerwrap_edge.gif) no-repeat top left;
			height:11px;
			width:11px;
			position:relative;
			right:-960px;top:-5px;
			padding:0px;
			margin:0px;			
			}
			
		/* WRAPPEREDGE bei IE6 rausnehmen*/				
		*html 	#headerwrap_edge{
			background:none;
			height:11px;
			width:11px;
			position:relative;
			right:-950px;top:-25px;
			padding:0px;
			margin:0px;			
			}

/* WRAPPER LINKE SEITE */
div.darkwrap_left{
background-color:#001720;
padding:10px 10px 0px 10px;
font-size:12pt;
font-weight:bold;
color:#1e876e;
position:relative;
left:-30px;
width:220px;
}

#darkwrap_edge{
			background:url(../img/left_wrapper_crnr.png) no-repeat top left;
			height:11px;
			width:11px;
			position:relative;
			right:10px;top:11px;
			padding:0px;
			margin:0px;			
			}
			

div.footer{
	background-color:#000;
	height:250px;
	border-top:5px solid #001720;
	color:#1f8a70;
	font-weight:10px;
	}
	div.picturebox{
		text-align:right;
		}

div.txt_description{
	color:#fff;
	font-size:10pt;font-weight:normal;
line-height:1.2em;
	}
	
div.news_header{
	width:400px;
float:left;
	}
div.news_navigation{
	float:right;
	}
div.news_footer{
		text-align:right;
margin-top:5px;	
padding:5px 0 0 0;
border-top:1px solid #00384a;
	}	
		
	div.footer .contentbox1{
		
	color:#1f8a70;
		}

/* IMAGES */

.intextimage {border:3px solid #004358;}

.imgleft{float:left;margin-right:10px;clear:left;}

/* IMAGEROTATION */


#box1, #box2, #box3, #box4{
	position:absolute;
}
.mask{
	position:relative;	
	height:265px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}

/* BOOKINGSYSTEM*/

.booking_left{
background-color:#002d3c;
color:#d1dba3;
padding:10px;
width:530px;
float:left;
margin-right:10px;

}

.booking_description{
width:400px;
margin-bottom:0px;

}

.booking_price{
text-align:right;
font-size:15pt;
color:#fff;
margin-bottom:5px;
}

span.plus{
font-size:18pt;
font-weight:bold;
color:#1f8a70;

}
.booking_bt{
	width:120px;
	height:28px;
	padding:5px 0px 0px 0px;
	float:left;
background-color:#001720;
text-align:right;
	
}

.bt_book{
	margin-right:5px;
	
}

.booking_preview{
padding:0px;
width:550px;
}

a.bt_editprofile{
background:url(../img/bt_editprofile_off.png) no-repeat top left;
display:block;
width:95px;
height:70px;
}


a.bt_editprofile:hover{
background:url(../img/bt_editprofile_on.png) no-repeat top left;
display:block;
width:95px;
height:70px;
}

a.bt_registeronline{
background:url(../img/bt_register_off.png) no-repeat top left;
display:block;
width:95px;
height:70px;
}


a.bt_registeronline:hover{
background:url(../img/bt_register_on.png) no-repeat top left;
display:block;
width:95px;
height:70px;
}








div.program_row{
background-color:#004358;
padding: 5px 0px 0px 5px;
clear:both;
}
div.program_floatrow{
background-color:#004358;
padding:0px 0px 0px 5px;
float:left;
width:510px;
}
div.program_psB{
width:385px;
float:right;
padding:10px;
background-color:#001720;
margin:5px 0px 0px 0px;

}


p.program_time{
width:90px;
float:left;
padding:10px 0px 10px 10px;
margin-bottom:0px;
}

p.program_content_std{
width:795px;
float:left;
padding:10px;
background-color:#d4dbb5;
color:#001720;
margin:0px;
}

p.program_content_break{
width:785px;
float:left;
padding:10px;
color:#d4dbb5;
background-color:#004358;
margin:0px;
}

div.LS_program_row{
background-color:#004358;
padding:10px;
margin-top:0px;
margin-left:105px;
background-color:#052b3a;
width:385px;
float:left;
clear:left;
}

p.LS_program_time{
width:80px;
float:left;
margin-bottom:10px;
font-size:11px;
color:#bedb34;
}

p.LS_program_content{
width:390px;
padding:10px 0px 10px 0px;
color:#bedb39;
background-color:#052b3a;
margin:0px;
}

p.program_speaker{
padding-bottom:0px;
margin-bottom:5px;
padding-left:80px;

}

div.RS_program_row{
background-color:#004358;
padding:10px;
background-color:#052b3a;
width:385px;
float:right;
}

p.RS_program_time{
width:80px;
float:left;
margin-bottom:10px;
font-size:11px;
}

p.RS_program_content{
}
div.program_psA{
width:385px;
padding:10px;
background-color:#001720;
margin:0px;
float:left;
}

div.program_seperatorline{
height:10px;
border-top:1px dotted #001720;
margin:0px;
padding:0px;
}


div.speakerbox{
width:110px;
height:120px;
background-color:#001720;
float:left;
margin-right:4px;
margin-bottom:4px;
padding:10px;
font-size:11px;
}

p.speakerbox{}



/* SPEAKER - TOOLTIP */

.bodyclass {
	background: #37453f;
	color: #fff;
	font-size: 9pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.2em;
	letter-spacing:100%;
	}
form {
	height:100%;
	position:relative;
	}	
.inv_item{
display:none;
}
	
/* TABLES */
/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table.greentable {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #92C428;
  }
.greentable caption {
  text-align:left;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 5px 8px 5px;
  color: #03476F;
  text-transform: uppercase;
  }
.greentable td,.greentable th {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
  }
.greentable thead th, .greentable tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;
  text-align: left;
  background: #004358;
  color: #d4dbb5;
  padding-top:3px;
  }
.greentable tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
.greentable tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
.greentable tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
.greentable tbody th a:hover {
  background: transparent;
  color: #363636;
  }
.greentable tbody th,.greentable tbody td {
  vertical-align: top;
  text-align: left;
  }
.greentable tfoot td {
  border: 1px solid #03476F;
  background: #004358;
  padding-top:3px;
  color: #bedb39;
  }
.greentable .odd {
  background: #AEE239;
  }
.greentable tbody tr:hover {
  background: #d4dbb5;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
.greentable tbody tr:hover th,
.greentable tbody tr.odd:hover th {
  background: #d4dbb5;
  color: #FFFFFF;
  }
/* ########### */
table.infotable {
  border-collapse: collapse;
 border: 1px solid #03476F;

  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #d4dbb5;
  }
.infotable caption {
  text-align:left;
  font: bold 12px verdana, helvetica, sans-serif;
  background: transparent;
  padding:2px 5px 4px 5px;
  color: #1f8a70;
background-color:#002d45;
  text-transform: uppercase;
  }
.infotable td,.infotable th {
  border: 1px solid #03476F;

  padding: .4em;
  color: #363636;
  }

.infotable thead th, .infotable tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;
  text-align: left;
  background: #004358;
  color: #d4dbb5;
  padding-top:3px;
  }
.infotable tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
.infotable tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
.infotable tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
.infotable tbody th a:hover {
  background: transparent;
  color: #363636;
  }
.infotable tbody th,.infotable tbody td {
  vertical-align: top;
  text-align: left;
  }
.infotable tfoot td {
  border: 1px solid #03476F;
  background: #004358;
  padding-top:3px;
  color: #bedb39;
  }
.infotable .odd {
  background: #eee;
  }
.infotable tbody tr:hover {
  background: #d4dbb5;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
.infotable tbody tr:hover th,
.infotable tbody tr.odd:hover th {
  background: #d4dbb5;
  color: #FFFFFF;
  }
/*BACKGROUND-COLORS*/

.bgcolor{background-color:#002D45;}

/* FONTCOLORS */
.darkgreen{color:#1f8a70}
.yellowgreen{color:#bedb39}
.dirt_white{color:#d4dbb5}
.cl_white{color:#fff}
.alertred{color:#FD7400}
a.link, a.visited{
		color:#fff;
	}
a.standard, .standard_darkgreen{
		color:#bedb39;
		text-decoration:underline;
	}
	a.standard:hover, .standard_darkgreen:hover{
		color:#fff;
		text-decoration:none;
		}
	.standard_darkgreen{
		color:#1f8a70;
	}

a.invisblelink{
text-decoration:none;
color:#fec613;
}

a.invisblelink:hover{color:#000}

.floatleft{
	float:left;
	padding-right:10px;
	clear:left;
	}	
.floatright{
	float:right;
	padding-left:10px;
	clear:right;
	}
a.leftpic, a.rightpic{
	border:10px solid #004358;
	display:block;
	width:90px;
    height:90px; 
	}
a.leftpic{ 
	float:left;
	}
a.rightpic{	   
	float:right;
	}
a.rightpic:hover, a.leftpic:hover{
    border:10px solid #005873;
}	

a.more{
		color:#bedb39;
		text-decoration:underline;	
		}
		a.more:hover{
			color:#fff;
			text-decoration:none;	
			}
a.listlink, a.listlink_wide{
	color:#fff;
	display:block;
	max-width:200px;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	background-color:#004358;
	margin-bottom:5px;
	}a.listlink:hover, a.listlink_wide:hover{
	background-color:#005873;	
		}

a.listlink_wide{max-width:400px;}

.footer h2 {
	color:#797979;
	border:none; 
	}

#loginbox{
	text-align:right;
	padding:10px;
	}

div.boxseperator{
	margin-bottom:20px;
	}
#search_box {
    width: 220px;
    height: 24px;
    background: url(../img/searchbox_bg.gif);
}
#search_box #s {
   float: left;
	margin:4px 0px 0px 0px;
    padding-left:4px;
    border: 0;
    width: 180px;
    background: none;
}
#search_box #go {
    float: right;
   margin: 0px 0px 0 0;
width:31px;
}
div.contentbox1 , div.contentbox2{
	color:#cacaca;
	padding:10px;
	text-align: left;
	line-height:1.2em;
}
div.contentbox2 {
	background-color:#004358;	
}

div.contentbox2 div {
	padding-bottom:10px;
}

span.newsdate{
		display:block;
		color:#1f8a70;
	}
div.contentbox1 div {
	padding-bottom:10px;
	color:#1f8a70;
}	
div.contentbox1 span.newsdate{
		font-size:1.2em;
		color:#bedb39;
	}	
	
.contentbox2 a.more, .contentbox1 a.more {
	display:block;
	text-align:right;		
	}	
	
	a.bt_more{
		padding:4px 6px 4px 6px;
		color:#bedb39;
		text-decoration:none;	
		background-color:#001720;
		width:35px;
		}a.bt_more:hover{
		color:#fff;
		background-color:#000;
		}
a.outbox{
background-color:#004358;
} 
.box_content{
		padding:10px;
		background-color:#004358;
	}	
	
 a.textlink{
	color:inherit;
	text-decoration:none;
	}
a.textlink:hover{
	text-decoration:underline;	
	}	
	
* html	a.textlink{
	color:#fff;
	}
div.contentbox_footer{
		background-color:#001720;
		padding-right:10px;
	}
	div.contentbox_footer a {
		display:block;
	color:#bedb39;
	text-align:right;
	text-decoration:underline;
		}
.container_12 {
	background: #fff url(img/12_col.gif) repeat-y;
	margin-bottom: 20px;
}

.container_16 {
	background: #fff url(img/16_col.gif) repeat-y;
}


.clear{
		clear:both;
	}
div.seperatorline{
height:10px;border-top:1px solid #405B69;
}
div.mainframe{
		background:url(../img/tubaf_con_background.gif) #002d45 repeat-x top left;
	}
	
.mainnavi{
	list-style:none;
	texl-align:left;
	padding:0px;
	display:block;
	}	
	.mainnavi li{
		line-height:4em;
			float:left;
			padding:0px;
			padding-top:10px;
			margin-left:16px;
		}
		.mainnavi li a {
			text-decoration:none;
			color:#ddd;
			font-size:11pt;
			font-weight:normal;	
			padding:3px 9px 3px 9px;
			background:none;
		}
.mainnavi li a.active {
			color:#bedb39;		}
.mainnavi li a:hover {
			text-decoration:none;
			font-size:11pt;
			font-weight:normal;	
			background-color:#bedb39;
color:#000;
		}	

		
		
.subnavi{
	list-style:none;
	texl-align:left;
	padding:0px;
	display:block;
	}	
	.subnavi li{
		line-height:4em;
			float:left;
			padding:0px;
			margin-left:40px;
		}
		.subnavi li a {
			text-decoration:none;
			color:#bedb39;
			font-size:9pt;
			font-weight:normal;
			
		}.subnavi li a.active{
			text-decoration:none;
			color:#bedb39;
			font-weight:normal;	
			text-decoration:underline;
		}	
		

.subnavi li a:hover {
			text-decoration:none;
			color:#fff;
			font-weight:normal;	
			text-decoration:underline;
		}

div.header{
		height:265px;
		background:url(../img/tubaf_confg_headerpic.jpg) left top no-repeat #000; 
		border-bottom:5px solid #001720;
		margin-bottom:0px;
	}
.header_infoblock{
float:right;
height:196px;
width:560px;
}		
div.conference_title{
		position:relative;
		background-color:#004358;
		width:970px;
		height:265px;
	}	
	div.title_logo{
		position:relative;
		top:0px;
		left:0px;
		width:560px;
		height:196px;
		background:url(../img/tubaf_confg_headerlogo.jpg) top left no-repeat #004358;
		}
		#headerlinks{
			text-align:right;	
			padding:10px;
			}
		#quotation{
			position:relative;
			right:10px;
			top:30px;
			text-align:right;
			color:#1f8a70;
			}#quotation i{
				font-size:12pt;
				color:#fff;
				}
	div.title_datereg{
		position:relative;
		bottom:0px;
		right:0px;
		width:560px;
		height:69px;
		background-color:#000;
		background:url(../img/bt_admittance_pub.gif) right bottom no-repeat #000;
		}
		#datefont{
				font-size:18pt;
				font-weight:lighter;
				padding-top:10px;
				padding-left:10px;
			}#datesubline{
				position:relative;
				bottom:-5px;
				color:#1f8a70;
				padding-left:10px;
			}
			#datesubline a{
				color:#bedb39;
				position:relative;
				left:150px;
				text-decoration:underline;			
			}#datesubline a:hover{
				text-decoration:none;
				color:#fff;			
			}
			
			
		#headerwrap_edge{
			background:url(../img/headerwrap_edge.gif) no-repeat top left;
			height:11px;
			width:11px;
			position:relative;
			right:-960px;top:-5px;
			padding:0px;
			margin:0px;			
			}
			
		/* WRAPPEREDGE bei IE6 rausnehmen*/				
		*html 	#headerwrap_edge{
			background:none;
			height:11px;
			width:11px;
			position:relative;
			right:-950px;top:-25px;
			padding:0px;
			margin:0px;			
			}

/* WRAPPER LINKE SEITE */
div.darkwrap_left{
background-color:#001720;
padding:10px 10px 0px 10px;
font-size:12pt;
font-weight:bold;
color:#1e876e;
position:relative;
left:-30px;
width:250px;
}

#darkwrap_edge{
			background:url(../img/left_wrapper_crnr.png) no-repeat top left;
			height:11px;
			width:11px;
			position:relative;
			right:10px;top:11px;
			padding:0px;
			margin:0px;			
			}
			

div.footer{
	background-color:#000;
	height:250px;
	border-top:5px solid #001720;
	color:#1f8a70;
	font-weight:10px;
	}
	div.picturebox{
		text-align:right;
		}

div.txt_description{
	color:#cff;
	font-size:10pt;font-weight:normal;
line-height:1.2em;
	}
	
div.news_header{
	width:400px;
float:left;
	}
div.news_navigation{
	float:right;
	}
div.news_footer{
		text-align:right;
margin-top:5px;	
padding:5px 0 0 0;
border-top:1px solid #00384a;
	}	
		
	div.footer .contentbox1{
		
	color:#1f8a70;
		}

/* IMAGES */

.intextimage {border:3px solid #004358;}

.imgleft{float:left;margin-right:10px;clear:left;}

/* IMAGEROTATION */


#box1, #box2, #box3, #box4{
	position:absolute;
}
.mask{
	position:relative;	
	height:265px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}

/* BOOKINGSYSTEM*/

.booking_left{
background-color:#002d3c;
color:#d1dba3;
padding:10px;
width:530px;
float:left;
margin-right:10px;

}

.booking_description{
width:400px;
margin-bottom:0px;

}

.booking_price{
text-align:right;
font-size:15pt;
color:#fff;
margin-bottom:5px;
}

span.plus{
font-size:18pt;
font-weight:bold;
color:#1f8a70;

}
.booking_bt{
	width:120px;
	height:28px;
	padding:5px 0px 0px 0px;
	float:left;
background-color:#001720;
text-align:right;
	
}

.bt_book{
	margin-right:5px;
	
}

.booking_preview{
padding:0px;
width:550px;
}

a.bt_editprofile{
background:url(../img/bt_editprofile_off.png) no-repeat top left;
display:block;
width:95px;
height:70px;
}


a.bt_editprofile:hover{
background:url(../img/bt_editprofile_on.png) no-repeat top left;
display:block;
width:95px;
height:70px;
}

a.bt_registeronline{
background:url(../img/bt_register_off.png) no-repeat top left;
display:block;
width:95px;
height:70px;
}


a.bt_registeronline:hover{
background:url(../img/bt_register_on.png) no-repeat top left;
display:block;
width:95px;
height:70px;
}








div.program_row{
background-color:#004358;
padding: 5px 0px 0px 5px;
clear:both;
}
div.program_floatrow{
background-color:#004358;
padding:5px 0px 0px 5px;
float:left;
width:510px;

}
div.program_psB{
width:385px;
float:right;
padding:10px;
background-color:#001720;
margin:5px 0px 0px 0px;

}


p.program_time{
width:90px;
float:left;
padding:10px 0px 10px 10px;
margin-bottom:0px;
}

p.program_content_std{
width:795px;
float:left;
padding:10px;
background-color:#d4dbb5;
color:#001720;
margin:0px;
}

p.program_content_break{
width:785px;
float:left;
padding:10px;
color:#d4dbb5;
background-color:#004358;
margin:0px;
}

div.LS_program_row{
background-color:#004358;
padding:10px;
margin-top:1px;
margin-left:105px;
background-color:#052b3a;
width:385px;
float:left;
clear:left;
min-height:70px
}

p.LS_program_time{
width:80px;
float:left;
margin-bottom:10px;
font-size:11px;
color:#bedb34;
}

p.LS_program_content{
width:390px;
padding:10px 0px 10px 0px;
color:#bedb39;
background-color:#052b3a;
margin:0px;
}

p.program_speaker{
padding-bottom:0px;
margin-bottom:5px;
padding-left:80px;

}

div.RS_program_row{
background-color:#004358;
padding:10px;
background-color:#052b3a;
width:385px;
float:right;
margin-top:1px;
min-height:70px;
clear:right;
}

p.RS_program_time{
width:80px;
float:left;
margin-bottom:10px;
font-size:11px;
}

p.RS_program_content{
}
div.program_psA{
width:385px;
padding:10px;
background-color:#001720;
margin:0px;
float:left;
}

div.program_right_title{
width:385px;
padding:10px;
background-color:#001720;
margin:0px;
float:right;
color:#d4dbb5;
margin-top:5px;
}

div.singlesession{
width:795px;
}

.singlesession_program_row{
background-color:#004358;
padding: 0px 0px 0px 5px;
clear:both;
margin-top:1px;
}
.program_content_singlesession{
width:795px;
float:left;
padding:10px;
background-color:#052b3a;
margin:0px;
}
.singlesession_program_speaker{
padding-left:30px
}

div.program_seperatorline{
height:10px;
border-top:1px dotted #001720;
margin:0px;
padding:0px;
}


div.speakerbox{
width:110px;
height:120px;
background-color:#001720;
float:left;
margin-right:4px;
margin-bottom:4px;
padding:10px;
font-size:11px;
}

p.speakerbox{}

.speaker_wrap{
border:2px solid #03476f;
position:relative; 
width:295px; 
height:160px; 
overflow:hidden; 
font-size:11px; 
margin:7px;
float:left;
}
.speaker_details{
margin-left:130px;
padding:5px;
height:130px;
width:160px;
background-color:#03476f;
}
.speaker_name{
background-color:#03476f;
font-weight:bold;
padding:5px;
color:#bedb39;
}

/* TEXTLIST */
ul.textlist{
color:#fff;
}
ul.textlist li{
margin-bottom:10px;
font-size:12px;
list-style-type: square;
}

/* HELPERS */

.borderless td{border:1px solid #fff;}


/* ORDERLIST */
div.order_set{
border-bottom:1px solid #002c45;
padding:5px 0px 5px 5px;
}

div.order_set strong{
color:#bedb39;
font-size:14px;
}


div.order_set strong, div.order_set_details strong{
color:#bedb39;
font-size:14px;
}
div.order_set_details strong{
color:#333;
}

div.order_set_details{
padding:10px;
margin-top:0px;
font-size:12px;
background-color:#d5dbb5;
color:#000;
}



/* SPEAKER - TOOLTIP */

.button_wrap{ position:relative; width:300px; height:160px; overflow:hidden; font-size:11px; margin:5px;float:left; }
.button_wrap a {text-decoration:none;}
.button_aSpeaker{ width:140px; height:160px; background-color:#03476f; color:#fff; top:0px; left:0px; padding:5px;position:absolute; line-height:20px;text-align:right;}
.button_aSpeaker span{ /* display:none; */ visibility:hidden; color:#fff;margin-left:125px;width:155px;display:block;text-align:justify;}

.button_bSpeaker{ width:120px; height:140px; background-color:#eee; color:#000; position:absolute; top:5px; left:5px;font-size:9px;cursor:pointer; }
.button_bSpeaker span{ color:#ccc;position:relative;top:130px; }



.button_c{ background-color:#001720; color:#fff;}
.button_c span{ color:#bedb39; }

/* DOCUMENT */

table.documents{
background-color:#001720;
color:#fff;
border:1px solid;
}

table.documents td {
color:#fff;
border:none;
border-bottom:1px solid #004356;
border-top:1px solid #004356;
padding:5px 5px 5px 5px;
height:40px;
}

table.documents td a{
color:#bedb39;

}
table.documents tr:hover{
background: #000;  
  color: #FFFFFF;
}

table.documents{
border:none;
}

table.documents thead th{
border:none;
color:#fff;
background-color:#000;
}


/* -=GALLERY=- 
.gallery_item
{
float:right;
margin:10px;
width:210px;
}

.gallery_item .gal_thumb{
border:2px solid #001720;
}

.gallery{
}
*/
.gallery_item
{
margin:7px;
width:220px;
float:right;
/*
height:300px;
*/
}

.gallery_item .gal_thumb{
border:2px solid #001720;
/*
max-height:260px;
*/
}

.gallery{
background-color:#004258;
padding-top:10px;
}




























































