﻿/* CSS Document */
/* <![CDATA[ */
/* --------------------- 
  EIGENE STYLES
---------------------  */
.contentContainer-properties, .navigationContainer {
    display: none;
}
#conHeader .bannerImage h2 {display: none}
#conLeft .container
{
    margin-left: 40px;
    margin-top: 20px;
}
#conLeft .container h2
{
    color: #f08a00;
    font-size: 12px;
}
#conLeft .image img
{
    margin-bottom: 5px;
}
.conMain ul 
{
    margin: 0 0px 0 0px;
    padding-top: 5px;
}
.conMain ul li 
{
    margin: 0 0px 2px 20px;
    list-style-position: outside;
}
.conMain .generalContent
{
    margin-bottom: 40px;
}
.conFooter .container
{
    margin-left: 0px;
    margin-top: 5px;
    color: #333333;
    font-size: 11px;
    background: #FFFFFF;
}
.conFooter ul {
    text-decoration:none;
    list-style-type:none;
    margin:10px; margin-bottom:10px !important;
    text-align:right;    
}
.conFooter ul li {
    display:inline;
    margin:10px 5px;
    margin-bottom:10px !important;
}
/* Teaser über ganze Seite */
.Teaser
{
    margin-left: 10px;
    width: 556px;
    margin-bottom: 10px;
    border:1px solid #F08A00;
}
/* Teaser über halbe Seite (links und rechts) */
.TeaserKlein
{
    width: 270px;
    padding: 0px;
    float: left;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border:1px solid #F08A00;
}
.TeaserKleinRechts
{
    width: 270px;
    padding: 0px;
    float: left;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border:1px solid #F08A00;
}

.Teaser .generalContent, .Teaser .imageContainer, .TeaserKlein .generalContent, .TeaserKleinRechts .generalContent, .TeaserKleinRechts .generalContent 
{
    margin-bottom: 10px;
}
/* Kästen für rechte Spalte */
.boxRight
{
    width: 150px;
    border: 1px solid #FFFFFF;
    margin-bottom: 10px;
}
.boxRight .content .text
{
    padding: 5px;
    padding-left: 4px;
    padding-right: 0px;
    
}
.boxRight h2
{
    background: #FFFFFF;
    font-size: 11px;
    line-height: 5px;
    border: 1px solid #ffffff;
    color: #333333;
    padding-left: 4px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    margin-top: 0px;
}
/* Formatierungen für Tags und Klassen in Teasern und Kästen */
/*.TeaserKleinR .content .text ul, .TeaserKleinRechts .content .text ul
{
    margin: 0px;
    padding: 0px;
}*/
.column2 .Teaser h2, .column2 .TeaserKlein h2, .column2 .TeaserKleinRechts h2, 
{
    background: #FFFFFF;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid #ffffff;
    color: #333333;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 0px;
}
.Teaser .content .text, .TeaserKlein .content .text, .TeaserKleinRechts .content .text
{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    }
/* Ausblenden des Image-Containers, da sonst eine unnötige Leerzeile erzeugt wird */
.TeaserKlein .imageContainer, .TeaserKleinRechts .imageContainer, .boxRight .imageContainer
{
    display: none;
}
.Teaser .content .text p
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.Teaser .text img, .TeaserKlein .text img, .TeaserKleinRechts .text img
{
    float: left;
    margin-right: 5px;
}
.Teaser .container .content img
{
    margin-top: -6px;
}
.r img
{
    float: right;
    align: right;
}
.imageRight
{
    float: right;
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.text .imageRight img
{
    padding-right: 0px;
    margin-right: 0px;
}
/* Klasse "shortlinks" wird am besten als DIV-Tag in den Quellcode integriert (siehe Seiten Travel Center)
   DIV wird oben rechts angeordnet und links und unterhalb "umflossen" */
.shortlinks
{
    PADDING: 10px; 
    padding-right: 0px; 
    FLOAT: right; 
    MARGIN-BOTTOM: 10px; 
    WIDTH: auto; 
    MARGIN-left: 10px; 
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.shortlinks ul
{
    list-style: square;
    margin: 0px;
    margin-top: 5px;
    width: 150px;
}
.shortlinks li
{
    margin-left: 20px;
    color: #009aad;
}
/* Klasse "data" dient zur Formatierung der seite "Daten & Fakten" */
.data p
{
    padding: 0px;
    margin: 0px 0 30px 0;
}
 
.data 
{
    padding: 0px 0 0 0;
    margin: 0px 0 0 0;
}
 
.h4
{
    color: #333333;
    font-size: 12px;
    letter-spacing: 1px;   
    padding-bottom: 5px; 
    font-weight:bold;
}
 /*---------------------
   ROUTENPLANER
----------------------*/
.rp_start {
    margin: 0px;
    width: 200px;
    float: left;
}
.rp_ziel {
    margin: 0px 0 0 20px;
    width: 200px;
    float: left;
}
/*---------------------
  BANNER FLASH
----------------------*/
.bannerFlash .text-description {
    width:100%;
    text-align:justify;
}
.bannerFlash img {
    cursor:pointer;
}
/*---------------------
  BANNER IMAGE
----------------------*/
.bannerImage .text-description {
    width:100%;
    text-align:justify;
}
.bannerImage img {
    cursor:pointer;
}
/*---------------------
  BANNER LIST
----------------------*/
.bannerList .text {
    width:100%;
    text-align:justify;
}
.bannerList img {
    cursor:pointer;
}
/*---------------------
  FACTSHEET LIST
----------------------*/
.factsheetList .listitemContainer {padding:10px;border-top:1px solid;}
.factsheetList .imageContainer {float:left;}
.factsheetList .contentContainer {float:left;margin-left:10px;}
/*---------------------
  FACTSHEET
----------------------*/
.factsheet .contentContainer-summaryBlock {border-top:1px solid #000;margin-top:10px;}
.factsheet .imageContainer {float:left;}
.factsheet .contentContainer-data {float:left;margin-left:10px;padding-top:10px;}
.factsheet .contentContainer-eventInformation {clear:left;border-top:1px solid #000;padding-top:10px;margin-top:10px;}
.factsheet .contentContainer-eventIndustry {margin:10px 0px 10px 0px;}
.factsheet .contentContainer-organisingOffice {margin:10px 0px 10px 0px;}
.factsheet .contentContainer-otherDetails {margin:10px 0px 10px 0px;}
.factsheet .fieldContainer-aboutExhibition .value {clear:left;margin:0 0 10px 0;}
.factsheet .fieldContainer-productsServices .value {clear:left;margin:0 0 10px 0;}
.factsheet .fieldContainer-visitorProfile .value {clear:left;margin:0 0 10px 0;}
.factsheet .fieldContainer-sponsorships .value {clear:left;margin:0 0 10px 0;}
/*---------------------
  IMAGE LIST
----------------------*/
.imageList .listitemContainer {
    clear:none;
    float:left;
    text-align:center;
    padding:10px;
    width:100px;
}
/*---------------------
  IMAGE 
----------------------*/
.image .contentContainer-image {
    /*text-align:center;*/
    text-align:left;
}
.image .navigationContainer {
    width:100%;
}
.image .linkContainer-back {
    float:left;
}
.image .linkContainerGroup {
    float:right;
    text-align:right;
}
.image .linkContainer-previous,.image .linkContainer-next {
    float:left;
    margin-left:10px;
}
.image .label,.image .value {
    float:none;display:inline;
}
.image .value {
    margin-left:2px;
}
/*---------------------
  JOB
----------------------*/
.job .fieldContainer-description {margin-bottom:5px;float:none;}
.job .fieldContainer-requirements {margin-bottom:5px;float:none;}
.job .fieldContainer-type {margin-top:15px;}
.job .linkContainer-apply {margin:10px 0;}
.job .linkContainer-apply a {background-color:#FFFFFF;}
/*---------------------
  JOB APPLICATION
----------------------*/
.jobApplication .label {width:150px;}
.jobApplication .text {margin-bottom:5px;}
.jobApplication .buttonContainer {clear:both;margin:10px 0;}
.jobApplication .text-result {margin:10px 0;}
.jobApplication .text-result .fail {color:#333333;}
/*---------------------
  PRESS
----------------------*/
.press h2 {
    padding-bottom: 10px;
    font-size: 12px;
}
.press .linkContainer-authorEmail {
    margin-bottom:10px;
    text-align: right;
}
.press .linkContainer-contactEmail {
    margin-bottom:10px;
    text-align: right;
}
.press .text-author {
    margin-top: 20px;
    text-align: right;
}
.press .linkContainer-pdf {
    float:left;
    padding-right:5px;
}
.press .linkContainerGroup {
    margin-top:10px;
    text-align:left;
}
 
.press .linkContainer-top {
    float: left;
}
.press .linkContainer-top {
    display: none;
}
    
.press .image-pdf {
    border:none;
}
.press .linkContainer-pdf {
    float:left;
    padding-right:5px;
} 
.press .text-date, .pressList .text-date  {
    font-size: 10px;
    margin-bottom: 3px;
    margin-top: 0px;
    }
.press h2 {
    margin-bottom: 3px;    
}
.pressList .imageContainer {
    margin-right: 10px;
    float: left;
    height: 100px;
    width: 80px;
}
.press .imageContainer {
    margin-right: 10px;
    float: left;
    height: 255px;
    width: 180px;
}
.pressList .listitemContainer {
    margin-bottom: 20px;
}
.pressList h3 {
    margin-bottom: 10px;
    font-size: 12px;
}
/*---------------------
   rdFORM
----------------------*/
.rdForm .rdFormField-textarea .label {float:none;}
.rdForm .rdFormMultiple input {float:left;clear:left;}
.rdForm .rdFormMultiple-checkbox .label,.rdForm .rdFormMultiple-radio .label {float:none;}
.rdForm .buttonContainer {float:left; padding-right:5px;}
/*---------------------
   REFER A FRIEND
----------------------*/
.referAFriendForm .label {
    width:30%;
}
.referAFriendForm .text {
    margin-bottom:10px;
}
.referAFriendForm .linkContainer-close {
    text-align:center;
}
.referAFriendEmail .text, .referAFriendEmail .linkContainer-refer {
    margin-bottom:10px;
}
.referAFriendEmail .text-name {
    float:left;
}
/*---------------------
   RSS LIST
----------------------*/
.rssList .ticker .ie_ticker_outer, .rssList .ticker .ns_ticker_outer {
    position:relative;
    border: 1px solid silver;
    height:20px;
    margin:20px 10px 10px 10px;
}
.rssList .ticker .ie_ticker_inner, .rssList .ticker .ns_ticker_inner {
    position:absolute;
    left:0px;
    top:3px;
}
.rssList .ticker h2 {
    float:left;
     margin:0 10px 0 0;
}
.conLeft .rssList .ticker h2, .conRight .rssList .ticker h2  {
    float:none;
}
.conRight h2, .conRight .searchBox h2  {
    margin-top: 15px;
    margin-bottom: 5px;
}
.linkContainer-rss {
    padding-top:5px;
}

.rssList .linkContainer {
    padding-top:15px;
}

/*---------------------
   SEARCHBOX
----------------------*/
.searchBox .searchContainer {
    background-color:#E6F4F7;
    padding:10px;
    margin-bottom:10px;
}
.searchBox h2 {
    font-size:12px;
    margin-bottom:2px;
    margin-top:5px;
    margin-left:2px;
}
.searchBox input.searchText, input.searchButton, select.searchSelect {
    font-size:10px;
}
/*---------------------
   SEARCHRESULTS
----------------------*/
/*position keywords to the right of the results*/
.searchResults .navigatorContainer {
    float:right;
    width:10%;
    border:1px solid #000;
    padding:10px;
    margin:10px 0 0 0;
}
.searchResults .contentContainer {
    float:left;
    width:66%;
}
/*remove bullets from keywords*/
.searchResults .navigatorContainer ul {margin:0;padding:0;}
.searchResults .navigatorContainer li {list-style-type:none;}
/*style 'results'*/
.searchResults .textSummary {
    border-top:1px dotted #000;
    border-bottom:1px dotted #000;
    padding:2px;
    margin:10px 0 10px 0;
}
/*style pagination*/
.searchResults .pagination {padding:0 0 10px 0;}
.searchResults .pagination .linkContainer-previous {float:left;}
.searchResults .pagination .linkContainer-next {float:right;}
.searchResults.paginationBottom {margin-top: 10px;}
/*to stop firefox pushing long urls across the page - DO NOT REMOVE!*/
.searchResults .linkContainer-url {overflow:hidden;}
* html .searchResults .linkContainer-url {overflow:visible;}/*IE ONLY - to override above*/
/*---------------------
  VIDEO
----------------------*/
.video .trailerContainer {
    float:left;
    width:300px;
    margin-right:0px;
}
.video .contentContainer {float:left;}
/*trailer stuff*/
.video .trailerContainer .text-viewTrailer {
    text-transform: uppercase;
    margin-bottom:10px;
}
.video .trailerContainer .fieldContainer-videoFormat {margin-top:5px;}
.video .trailerContainer .linkContainer {float:left;margin-right:10px;}
.video .trailerContainer .value {clear:both;}
.video .linkContainer-back {
    margin-top:10px;
    text-transform: uppercase;
}
/*video stuff*/
.video .contentContainer .text {
    margin-top: 10px;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
.video .contentContainer h2,.video .contentContainer .text-companyName {
    display:inline;
    margin-right:10px;
    border: none;
}
.video .label {width:100px;}
.video .container-softwareRequirements {margin-top:20px;}
.video .container-softwareRequirements .label {
    width:auto;
    margin-right: 10px;
}
/*---------------------
  VIDEO TRAILER
----------------------*/
.videoTrailer .linkContainer-back {clear:left;text-transform:uppercase;}
/* ]]> */