/* 	Bransch  */

/**
 * Available Web-Fonts:
 * 'LinotypeUniversW01-Regu'        <-- Linotype Univers® 430 Basic Regular
 * 'LinotypeUniversW01-Medi 723679' <-- Linotype Univers® 530 Basic Medium
 * 'LinotypeUniversW01-Bold 723691' <-- Linotype Univers® 620 Condensed Bold
 * 'LinotypeUniversW01-Bold 723697' <-- Linotype Univers® 630 Basic Bold
 * 'LinotypeUniversW01-Heav 723715' <-- Linotype Univers® 720 Condensed Heavy
 */

@import url("bransch_standard.css?c=2.9");
@import url("bransch_forms.css?c=2.9");
@import url("bransch_konstrukt.css?c=2.9");
@import url("bransch_module.css?c=2.9");

html {
     overflow: -moz-scrollbars-vertical;
}

* { outline: none; }

body {
    margin: 0;
    padding: 0;
    background: #fff;
    /*font-family: 'LinotypeUniversW01-Bold 723691', Helvetica, Arial, sans-serif;*/
    font-family: 'LinotypeUniversW01-Medi 723679', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000;
}

b, strong {
    font-weight: normal;
    font-family: 'LinotypeUniversW01-Bold 723697', Helvetica, Arial, sans-serif;
}

#navMainLeft {
    font-family: 'LinotypeUniversW01-Heav 723715', Helvetica, Arial, sans-serif;
}

/* Set Standard Font */
#slideshowHead span.locationishamburg,
#slideshowHead span.locationisnewyork,
#slideshowHead span.locationisparis,
#slideshowHead h2,
.manageLightboxesLink,
a.slideshowControl,
.imageInLightbox {
    font-family: 'LinotypeUniversW01-Medi 723679', Helvetica, Arial, sans-serif !important;
}

.portfolioH1,
.questionsRequestsLink,
#showBottomPortfolioNav,
#portfolioNav,
#downloadPortfolio,
#metaNavLinks,
#metaNavRechts,
#socialMediaNavRechts,
.h1schmal,
.vitah2,
#containerPrintButton,
#locationSelectCities,
.locationSelectText,
.artistsHeadline,
#associatedArtists h3,
.locationishamburg, .locationisnewyork, .locationisparis,
.locationishamburgActive, .locationisnewyorkActive, .locationisparisActive,
#visualArtistsTable .submit,
.registration .submit,
#newsIsActive,
#newsEintraege h1,
.newsNavi h2,
a.newsEintragLink,
a.newsEintragLink:hover,
div.artistsSpalte,
.contactText .showAll,
.homepagevideo,
#homepagevideoReadMore,
#additionalArtists,
.motionContainer h1,
.motionContainerSlideshow h1,
#questionsRequests,
.printButton,
#categoryPdfInfoText {
    font-family: 'LinotypeUniversW01-Bold 723691', Helvetica, Arial, sans-serif;
}

h1.locationishamburg,
h1.locationisnewyork,
h1.locationisparis {
    font-family: 'LinotypeUniversW01-Bold 723691', Helvetica, Arial, sans-serif !important;
}

.lightText {
    font-family: 'LinotypeUniversW01-Regu', Helvetica, Arial, sans-serif;
}

/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
