/* ------------------------------------------------------------------------------------
   CASCADING STYLE SHEET
   website:	www.jurahealth-congress.de with REDAXO CMS
   author:  marco di bella
   version: 1.5, 2.11.2009
   target:  normal computer displays
   ------------------------------------------------------------------------------------ */	

/* ------------------------------------------------------------------------------------
   SECTION
   MAIN RULES  
   ------------------------------------------------------------------------------------ */	
   
body, * button, * div, * p, * h1, * h2, * h3, * img, * a, * fieldset, * label, * input, * legend, * textarea, * select {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	} 

body { 	
	font-size: 10pt;
	height: 100%;
	background: #FFFFFF; 
	}
	
select {
	border: 1px solid darkgray;
	color: #404040; 
	}
	
	
/* ------------------------------------------------------------------------------------
   SECTION
   STYLESHEETS RELATED TO ALL PAGE TEMPLATES  
   ------------------------------------------------------------------------------------ */	
   
/* ---------------------------------------------------------
   type: main elements
   --------------------------------------------------------- */

#wrapper { 
	margin: 0 auto; 
	width: 900px; 
	background: #FFFFFF; 
	text-align: left; 
	}
	 
.content { 
	clear: both;
	display: block;
	width: 900px; 
	height: auto;
	min-height: 400px;
	overflow: visible;
	margin-top: 20px;
	background: url("content_background.gif") top left repeat-y;
	}
	
	
.content.content_fullsize {
	background: none;
	} 
	
.content_left { 
	display: block;
	float: left; 
	width: 580px; 
	height: auto;
	margin-right: 40px;
	overflow: visible;
	}
	
.content_right { 
	display: block;
	float: right; 
	width: 275px; 
	height: auto;
	overflow: visible;
	font-size: 80%;
	}
	
.clearer {
	clear: both;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
	}	



/* ---------------------------------------------------------
   type: header elements
   --------------------------------------------------------- */
	
#header1 { 
	display: block;	
	clear: both; 
	width: 900px; 
	height: 262px; 
	padding: 0;
	padding-top: 2px;
	margin-top: 10px;  
	background-repeat: no-repeat;
	background-position: top left;
	background-color: white;
	border-top: 2px solid #9e2831;
	} 

#logo {
	clear: both;
	display: block;
	left: 645px;
	top: 50px;
	width: 235px;
	height: 107px;
	background: url("header_jhc.jpg") no-repeat top left;
	position: relative;
	} 

	
/* ---------------------------------------------------------
   type: footer elements
   --------------------------------------------------------- */
   
#footer {
	display: block;
 	clear: both;
	margin-top: 60px;
 	width: 900px;
	height: 100px;
	}
	
#footer1 { 
	width: 900px;
	height: 110px;
	background: url("footer_background.jpg") left top no-repeat; 	
	display: block;
 	clear: both;
	padding-bottom: 5px;
	position: relative;
	}
	
#footer2 { 
	border-top: 2px solid #9e2831; /* red */
	width: 900px;
	height: 8px;
	padding-top: 5px;
	display: block;
 	clear: both;	
	font-size: 7pt; 
	}
	
#footer2 ul { 
	float: right; 
	height: 8px; 
	margin: 0;
	padding: 0;
	}
	
#footer2 li { 
	float: left; 
	background: 0 none; 
	padding: 0; 
	height: 8px; 
	vertical-align: top; 
	list-style-type: none;
	}
	
#footer2 a { 
	text-decoration: none; 
	color: #9e2831; /* red */
	}	
	
#footer2 a:hover { 
	text-decoration: underline; 
	}

.footer_delimiter { 
	width: 5px; 
	height: 5px; 
	padding-left: 7px; 
	padding-right: 7px; 	
	background: url("vr_dotted.jpg") center center repeat-y; 
	}
	
.footer_imagebox {
	display: block;
	background: white;
	margin: 0;
	padding: 0;
 	line-height: 0;
	position: absolute;
	}
		
.footer_imagebox a {
	border: 1px solid white; 
	padding: 3px;
	display: block;
	}

.footer_imagebox a:hover {
	border-color: #9e2831; /* red */
	}	

.footer_imagebox a img {
	border: none;
	}

	
/* ------------------------------------------------------------------------------------
   SECTION
   STYLESHEETS RELATED TO OTHER TEMPLATEs  
   ------------------------------------------------------------------------------------ */	
   
/* ---------------------------------------------------------
   template:    _BREADCRUMB
   description: brotkrümmelnavigationsleiste
   author:      marco di bella
   version:     1.0, 31.07.2008
   --------------------------------------------------------- */
	
#breadcrumb {
	display: block;
	clear: both;
	width: 900px;	
	height: 25px;	
	padding: 0; 
	padding-top: 10px;
	font-size: 9pt;	
	vertical-align: middle;	
	color: #808080;
	margin-top: 20px;
	}
	
#breadcrumb ul {
	clear: none;
	float: left;
	padding: 0;
	margin: 0;
	display: inline;
	}
	
#breadcrumb li { 
	float: left;
	padding: 0; 
	margin: 0;
	list-style-type: none;    
	background: 0 none;
	}
	
#breadcrumb li a { 
	text-decoration: none; 
	color: #9e2831; /* red */
	}   
	
#breadcrumb li a:hover {
	text-decoration: underline;
	}	

.bc_delimiter { 
	width: 8px; 
	height: 10px; 
	margin-top: 5px;
	padding-left: 8px; 
	padding-right: 8px;
	background: url("breadcrumb_delimiter.jpg") center center no-repeat; 
	}
	
	
/* ---------------------------------------------------------
   template:    _MENU
   description: hauptmenueleiste
   author:      marco di bella
   version:     1.0, 31.07.2008
   --------------------------------------------------------- */

#menu {	
	clear: both;
	display: block;
	width: 900px; 
	height: 36px;	
	margin-top: 112px;
	}

#menu ul {
	padding: 0;
	margin: 0;
	}
	
#menu li { 
	float: left;
	background: 0 none;
	padding: 0; 
	margin: 0;
	list-style-type: none;
	width: 150px;
	}

#menu li a {
	display: block;	
	height: 25px;
	padding: 0; 
	padding-top: 10px; 
	font-size: 10pt;	
	font-weight: bold;
	/*font-family: "Trebuchet MS"*/
	color: #F8F8F8;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: url("menu.jpg") repeat-x;	
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #B3B1B1;
	border-bottom: 1px solid #939393;
	}
	
#menu li a:hover {	
    color: #FFFFFF;
	background: url("menu_hover.jpg") repeat-x;	
	border-left: 1px solid #B3B1B1;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #B3B1B1;
	} 

#menu li.on a { 
    color: #FFFFFF;
	background: url("menu_on.jpg") repeat-x;	
	border-left: 1px solid #be020c;
	border-right: 1px solid #be020c;
	border-bottom: 1px solid #76161b;
	}  
		

/* ------------------------------------------------------------------------------------
   SECTION
   STYLESHEETS RELATED TO MODULES  
   ------------------------------------------------------------------------------------ */	

/* ---------------------------------------------------------
   CONGRESS_SPEAKERSLIST
   ---------------------------------------------------------   
   module-nr.:  05
   author:      marco di bella
   version:     1.0, 22.09.2008
   --------------------------------------------------------- */
   
.congress_speakerbox {	
	clear: both; 
	display: block; 
	min-height: 80px;
	min-width: 560px;
	padding-bottom: 35px;
	}
	
.congress_speakerbox img { 
	border: 1px solid #9e2831; /* red */
	float: left;
	width: 80px;
	height: 80px;
	padding: 2px;
	background: #ffffff;
	}

.congress_speakerbox div { 
	display: block;
	float: right;
	padding-left: 15px;
	margin-bottom: 20px;	
	width: 475px;
	min-height: 80px;
	}
	
.congress_speakerbox h1 { 
	font-size: 10pt;
	font-weight: bold; 
	color: #9e2831; /* red */
	}

.congress_speakerbox p { 
	font-size: 10pt;
	font-weight: normal; 
    color: #404040;
	margin: 0;
	padding: 0;
	}
	

/* ---------------------------------------------------------
   IMAGEBOX W/O LINK
   ---------------------------------------------------------   
   module-nr.:  02   
   author:  	marco di bella
   version:		1.2, 11.08.2008
   --------------------------------------------------------- */
      
.imagebox {
	display: block;
	margin: 0;
	padding: 0;
 	line-height: 0;
	}
	
.imagebox img {
	margin: 0;
	padding: 0;
	border: none;
	}	
	
.imagebox a {
	border: 1px solid transparent; 
	display: block;
	}

.imagebox a.ib_borderonhover {
	border: 1px solid white;
	}
	
.imagebox a.ib_border {
	border: 1px solid darkgray;
	}	
	
.imagebox a.ib_borderonhover:hover,
.imagebox a.ib_border:hover {
	border-color: #9e2831; /* red */
	}	


/* ---------------------------------------------------------
   DOWNLOADLINK
   ---------------------------------------------------------      
   module-nr.: 	03
   author:  	sevenit websolutions (orig)/ 
   				marco di bella (mod)
   version: 	1.1, 01.09.2008
   --------------------------------------------------------- */

.downloadlink {
	display: block;
	clear: both;
	}
	
.downloadlink img {	
	float: left;	
	padding-right: 10px;
	width: 16px;
	height: 16px;
	background: url("page_white.png") no-repeat left center;
	}
	
.downloadlink .textbox {
	display: block;
	float: left;
	}
	
.downloadlink .dl_pdf {
	background: url("page_white_acrobat.png") no-repeat left center;
	}
	
.downloadlink .dl_word {
	background: url("page_white_word.png") no-repeat left center;
	}
	
.downloadlink .dl_archive {
	background: url("page_white_zip.png") no-repeat left center;
	}
	
.downloadlink .dl_excel {
	background: url("page_white_excel.png") no-repeat left center;
	}
	
.downloadlink .dl_powerpoint {
	background: url("page_white_powerpoint.png") no-repeat left center;
	}
	
/* neutralizing the textbox <a> enhancements */
.downloadlink .textbox a {	
	background: none;
	padding-left: 0;
	}

/* diffrent widths for different content regions */
.contentright .downloadlink .textbox {
	max-width: 230px;	
	}

.contentleft .downloadlink .textbox {
	max-width: 550px;
	}


/* ---------------------------------------------------------   
   HORIZONTAL RULER
   ---------------------------------------------------------   
   module-nr.:  01   
   author:  	marco di bella
   version: 	1.1, 10.09.2008
   --------------------------------------------------------- */

.hr_solidgrey {
	height: 0;
	border-bottom: 1px solid #B2B2B2;	
 	border-top: 0px;
	margin-top: 20px;
	margin-bottom: 20px;

	}	

.hr_dottedgrey {
	height: 2px;
	background: url("hr_dotted.jpg") left top repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	}	


/* ---------------------------------------------------------
   TEXTBOX [TEXTILE]
   ---------------------------------------------------------      
   module-nr.: 	00    
   author:  	thomas blum (orig),
   				marco brenn (mod),
				marco di bella (mod)
   version: 	1.1, 19.09.2008
   --------------------------------------------------------- */

.textbox {
	color: #404040;
	display: block;
	}
	
.textbox h1	{ 
	color: #808080; 
	font-weight: normal;
	font-size: 160%;
	}

.textbox h2	{ 
	color: #9e2831; /* red */
	font-weight: normal;
	font-size: 120%; 
	margin-bottom: 1em;
	}
	
.textbox h3	{ 
	color: #808080; 
	font-size: 110%; 
	font-weight: normal;
	margin-bottom: 1em;
	}

.textbox p {
	margin-bottom: 1em;
	}

.textbox p.teasing {
	margin-top: 2em;
	margin-bottom: 2em;
	font-weight: bold; 
	}

.textbox p.pubdate {
	margin-bottom: 2.5em;
	font-weight: bold; 
	font-size: 80%;	
	}

.textbox li {
	color: #404040; 
	}
	
.textbox a {	
	color: #9e2831; /* red */
	margin: 0;
	text-decoration: none;
	padding-left: 14px;
	background: url("arrow_lefttop_rightbottom.png") no-repeat left center;
	}
		
.textbox a.noarrow {	
	padding-left: 0px;
	background: none;
	}
	
.textbox a:hover {	
	text-decoration: underline;
	}		
	
/* special styles for the right column */
.textbox .onlinereg {
	font-size: 90%;	
	}
	
/* special styles for the right column */
#contentright .textbox {
	font-size: 80%;
	}
	
#contentright .textbox table {
	margin: 0;
	border: 0;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	}

#contentright .textbox td {
	padding: 0;
	min-width: 10px;
	}	
		
/* special styles for the image floating */
.textbox img.tb_imageleft {
	margin-right: 10px;
	float: left;
	}
		
.textbox img.tb_imageright {
	margin-left: 10px;
	float: right;
	}

	
/* special styles for the program table */
.table_program {
	border: none;
	border-spacing: 20px;
	border-collapse: separate;
	empty-cells: show;
	table-layout: fixed; 
	width: auto;
	height: auto;
	}
	
.table_program .tp_time {
	font-weight: normal;
	vertical-align: top;
	text-align: right;	
	width: 90px;	
	padding: 10px;
	}
	
.table_program .tp_plenum1 {
	vertical-align: top;
	text-align: left;	
	width: 270px;
	border: 1px solid #d7abac;
    background-color: #e2c4c5;
	padding: 10px;
	}
	
.table_program .tp_plenum2 {
	vertical-align: top;
	text-align: left;	
	width: 270px;
	border: 1px solid #abacd7;
	background-color: #c4c5e2;
	padding: 10px;
	}

.table_program .tp_plenum2a {
	vertical-align: top;
        color: blue;
	text-align: left;	
	width: 270px;
	border: 1px solid #0000ff;
	background-color: #c4c5e2;
	padding: 0px;
	}

.table_program .tp_plenum0 {
	vertical-align: top;
	text-align: left;	
	width: 270px;
	background-color: #FFFFFF;
	padding: 10px;
	}
	
.table_program .tp_pause {
	vertical-align: top;
	text-align: center;	
	/*width: 580px; */
	border: 1px solid #CCCCCC;
	background-color: #e8e8e8;
	padding: 10px;
	}
	
.table_program .tp_dgcc {
	width: 290px;
	height: 90px;
	border: none;
	padding: 0;
	background: url("programm_dgcc.jpg") no-repeat center center;
	}
	
.table_program .tp_jhc {
	width: 290px;
	height: 90px;
	border: none;
	padding: 0;
	background: url("programm_jhc.jpg") no-repeat center center;
	}
	
	
/* variation of the styles above */		

.table_programx  {
	border: none;
	border-spacing: 20px;
	border-collapse: separate;
	empty-cells: show;
	table-layout: fixed; 
	width: auto;
	height: auto;
	font-size: 90%;
	}
	
.table_programx a {	
	color: white;
	margin: 0;
	text-decoration: none;
	padding-left: 0px;	
	background: none;
	}
	
.table_programx a:hover {	
	text-decoration: underline;
	}
		
.table_programx .tpx_dgcc {
	width: 230px;
	height: 90px;
	border: none;
	padding: 0;
	background: url("programm_dgcc.jpg") no-repeat center center;
	}
	
.table_programx .tpx_vanguard {
	width: 230px;
	height: 90px;
	border: none;
	padding: 0;
	background: url("programm_vanguard.jpg") no-repeat center center;
	}

.table_programx .tpx_mdi {
	width: 230px;
	height: 90px;
	border: none;
	padding: 0;
	background: url("programm_mdi.jpg") no-repeat center center;
	}
	
.table_programx .tpx_jhc {
	width: 230px;
	height: 90px;
	border: none;
	padding: 0;
	background: url("programm_jhc.jpg") no-repeat center center;
	}

.table_programx .tpx_pause {
	vertical-align: top;
	text-align: center;	
	background-color: #e8e8e8;
	padding: 5px;
	color: #888888;
	}
	
.table_programx .tpx_time {
	font-weight: normal;
	font-size: 90%;	
	vertical-align: top;
	text-align: right;	
	padding-top: 5px;
	color: #888888;
	}

.table_programx .tpx_plenum1 {
	vertical-align: top;
	text-align: left;	
	width: 230px;
    background-color: #e2a0a2;
	color: #202020;
	padding: 5px;
	}
	
.table_programx .tpx_plenum2 {
	vertical-align: top;
	text-align: left;	
	width: 230px;
	background-color: #c4c5e2;
	padding: 5px;
	color: #202020;
	}

.table_programx .tpx_plenum3 {
	vertical-align: top;
	text-align: left;	
	width: 230px;
	background-color: #CCDCE4;
	padding: 5px;
	color: #202020;
	}

	
	
/* special styles for the anreise table */

.table_anreise {
	border: none;
	border-spacing: 2px;
	border-collapse: separate;
	empty-cells: show;
	table-layout: fixed; 	
	}
	
.table_anreise .ta_info {
	font-weight: normal;
	vertical-align: top;
	text-align: left;	
	width: 200px;	
	padding-left: 5px;
	}
	
.table_anreise .ta_db,
.table_anreise .ta_bus,
.table_anreise .ta_sbahn,
.table_anreise .ta_ubahn {
	width: 60px;
	height: 20px;
	border: none;
	padding: 0;
	}
	
.table_anreise .ta_db {	
	background: url("table_anreise_db.jpg") no-repeat left top;
	}

.table_anreise .ta_bus {
	background: url("table_anreise_bus.jpg") no-repeat left top;
	}
	
.table_anreise .ta_sbahn {
	background: url("table_anreise_sbahn.jpg") no-repeat left top;
	}
	
.table_anreise .ta_ubahn {
	background: url("table_anreise_ubahn.jpg") no-repeat left top;
	}
	
	
/* ---------------------------------------------------------
   E-MAIL-FORMUAR
   ---------------------------------------------------------      
   module-nr.: 	11
   description: mod of do form!
   author:      thomas skerbis (orig), 
   				marco di bella (mod)
   version:     1.6, 29.08.2008
   --------------------------------------------------------- */

label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] { 
	cursor : pointer; 
	}

.formgen      { }

.formgen form { 
	line-height : 120%;
	}

.formgen .formblock	{
	margin-bottom: 15px;
	}

.formgen br { 
	clear : both; 
	}

/* text area */
.formgen .formtextfield {   
	width: 300px;
	height: 200px;	
	padding: 2px;
	margin-left: 4px;
	color: #A9A9A9;
	background: #FAFAFA;
	border: 1px solid #B2B2B2;
	font-size: 10pt;
	}

/* text input */
.formgen .formtext { 
	width: 300px;
	height: 1.5em;	
	padding: 2px;
	margin-left: 4px;
	color: #A9A9A9;
	background: #FAFAFA;
	border: 1px solid #B2B2B2;
	}
	
/* select */
.formgen .formselect { 
	width: 300px;	
	padding: 2px;
	margin-left: 4px;
	color: #A9A9A9;
	background: #FAFAFA;
	border: 1px solid #B2B2B2
	}
	
.formgen .formselect:focus,
.formgen .formtextfield:focus,
.formgen .formtext:focus,
.formgen .formcheck:focus {
	background: #F0F0F0;
	color: #9e2831; /* red */
	border: 1px solid #9e2831; /* red */
	}
	
/* submit button */
.formgen .formsubmit { 
	padding: 3px; 
	min-width: 100px;
	border: 1px solid #9e2831;
	background: #9e2831; /* red */
	color: white;	
	}

.formgen .formsubmit:focus { 
	background: #B2B2B2;
	border: 1px solid #F0F0F0;
	color: #FFFFFF;
	}

/* fieldset */
.formgen fieldset {
	width: 550px;
	padding: 10px;
	border: 1px solid #B2B2B2;
	}

/* fieldset legend */
.formgen legend {
	width: 200px;
	margin: 0px;
	color: #9e2831; /* red */
	font-weight: normal;
	font-size: 110%;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	background: white;
	}
	
/* label */
.formgen .formlabel {
	width: 150px;
	height: 20px;
	padding: 0;
	padding-right: 20px;
	clear: left;
	float: left;
	text-align: right;
	color: #404040; 
	}	
	
/* checkbox */
.formgen .formcheck {
	margin-left: 174px;
	color: #A9A9A9;
	background: #FAFAFA;
	border: 1px solid #B2B2B2;
	float: left;
	}
	
.formgen .formchecklabel {
	max-width: 340px;
	height: 20px;
	padding: 0;
	padding-left: 10px;
	text-align: left;
	color: #404040; 
	clear: right;
	float: left;
	}	

/* trennelement um abstand zu erzeugen */
.formgen .formtrenn {
	display: block;
	height: 20px;	
	}

/* error message */
.formgen .forminfo {
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 5px;
	padding-left: 24px;
	min-height: 16px;
	background: url("error.png") left center no-repeat;
	color: #DB1B1B;
	}

/* error marker (for labels) */
.formgen .formerror {
	color: #DB1B1B;
	}

/* hinweistext */
.formgen .formhinweis {
	font-size: 80%;
	}
	
	
/* ---------------------------------------------------------
   ARTICLELIST
   ---------------------------------------------------------      
   module-nr.: 	06
   author:      marco di bella
   version:     1.0, 29.09.2008
   --------------------------------------------------------- */
   
.articlelist {
	display: block;
	width: 560px;
	height: auto;
	}
	
.al_navigation {	
	display: block;
	width: 560px;
	height: 16px;
    margin: 20px 0;
	padding: 0;
	}
	
.al_navigation li { 
	float: left;
	background: 0 none;
	padding: 0; 
	margin: 0;
	list-style-type: none;
	font-size: 9pt;
	color: #808080;
	width: auto;
	height: 16px; 
	}
	
.al_navigation li a { 
	text-decoration: none; 
	color: #9e2831; /* red */
	}	
	
.al_navigation li a:hover { 
	text-decoration: underline; 
	}
	
.al_navigation li.al_navigation_delimiter { 
	width: 5px; 
	height: 16px; 
	padding-left: 7px; 
	padding-right: 7px; 	
	background: url("vr_dotted.jpg") center center repeat-y; 
	}
	
.al_navigation li.al_navigation_info {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	}

.al_teaserbox {
	display: block;
	padding: 10px;
	width: 558px;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid transparent;
	}
	
.al_teaserbox:hover {	
	background: #e8e8e8;
	border: 1px solid #CCCCCC;
	}			
	
.al_teaserbox img {
	width: 48px;
	height: 48px;
	border: none;
	float: left;
	}
	
.al_teaserbox_resizer {
	margin-left: 68px;
	width: 490px;
	font-size: 80%;	
	color: #404040; 
	}	
	
.al_teaserbox_title {
	color: #9e2831; /* red */
	font-weight: normal;
	font-size: 120%; 
	margin-bottom: 1em;
	text-decoration: none;
	}
	
.al_teaserbox_anchor {
	color: #9e2831; /* red */
	margin: 0;
	text-decoration: none;
	padding-left: 14px;
	background: url("arrow_lefttop_rightbottom.png") no-repeat left center;
	}
	
.al_teaserbox_title:hover,	
.al_teaserbox_anchor:hover { 
	text-decoration: underline;
	}		
	
.al_teaserbox_pubdate {
	margin: 0;
	color: #00000;
	font-weight: bold;
	}
	
.al_teaserbox_description {
	margin: 0;
	color: #404040; 
	}	
	

/* ---------------------------------------------------------
   CONGRESS_EXHIBITORSLIST
   ---------------------------------------------------------      
   module-nr.: 	04
   author:      marco di bella
   version:     1.0, 22.09.2008
   --------------------------------------------------------- */
   
.congress_exhibbox {	
	clear: both; 
	display: block; 
	min-height: 65px;
	min-width: 560px;
	padding-bottom: 45px;
	}
	
.congress_exhibbox a img { 
	border: 1px solid white; 
	float: left;
	width: 200px;
	height: 65px;
	background: #ffffff;
	}

.congress_exhibbox a:hover img { 
	border: 1px solid #9e2831; /* red */ 
	}

.congress_exhibbox div { 
	display: block;
	float: right;
	padding-left: 15px;
	margin-bottom: 20px;	
	width: 345px;
	min-height: 65px;
	}
	
.congress_exhibbox h1 { 
	font-size: 10pt;
	font-weight: bold; 
	color: #000000;
	/*color: #9e2831; /* red */
	}

.congress_exhibbox p { 
	font-size: 10pt;
	font-weight: normal; 
    color: #404040;
	margin: 0;
	padding: 0;
	}

.congress_exhibbox p a {	
	color: #9e2831; /* red */
	margin: 0;
	text-decoration: none;
	padding-left: 14px;
	background: url("arrow_lefttop_rightbottom.png") no-repeat left center;
	}
	
.congress_exhibbox p a:hover {	
	text-decoration: underline;
	}		


/* ---------------------------------------------------------
   TEASERBLOCK
   ---------------------------------------------------------      
   module-nr.: 	08
   author:  	marco di bella
   version: 	1.1, 03.11.2008
   --------------------------------------------------------- */
   
.teaserblock { 
	display: block; 
	clear: both; 
	font-size: 80%;
	width: 580px; 
	min-height: 100px;
	height: auto;
	background: url("teaserblock_background.jpg") center center repeat-y;
	}
	
.teaserblock_left  { 
	display: block;
	float: left; 
	width: 270px; 
	margin-right: 40px;
	}
	
.teaserblock_right { 
	display: block;
	float: left; 
	width: 270px; 
	}	
	
.teaserblock img {	
	border: none;
	}
	
	
/* ---------------------------------------------------------
   CONGRESS_HOTEL
   ---------------------------------------------------------      
   module-nr.: 	25
   author: 		marco di bella
   version: 	1.0, 12.02.2009
   ---------------------------------------------------------  */
   
.congress_hotel {	
	clear: both; 
	display: block; 
	}
	
.congress_hotel .congress_hotel_image { 
	float: left;
	padding: 5px;
	width: 80px;
	height: 60px;
	background: #ffffff;
	}

.congress_hotel .congress_hotel_description { 
	border: 1px solid #9e2831; /* red */
	display: block;
	float: left;
	padding: 10px;
	margin-bottom: 30px;	
	width: 460px;
	min-height: 100px;
	background: #e2e2e2;
	font-size: 80%;
	}