$(document).ready(function(){
    $("#leftColumn").mouseover(function(){
        $("#leftColumn > .topBar").css("background-color", "#f99b1d");
        $("#leftColumn > .bottomBar").css("background-color", "#f99b1d");
    });

    $("#leftColumn").mouseout(function(){
        $("#leftColumn > .topbar").css("background-color", "#c4c1bc");
        $("#leftColumn > .bottomBar").css("background-color", "#c4c1bc");
    });

    $('#rightColumn').mouseover(function(){
        $("#rightColumn > .topBar").css("background-color", "#18888c");
        $("#rightColumn > .bottomBar").css("background-color", "#18888c");
    });

    $("#rightColumn").mouseout(function(){
        $("#rightColumn > .topbar").css("background-color", "#c4c1bc");
        $("#rightColumn > .bottomBar").css("background-color", "#c4c1bc");
    });

    $('.heytexNeugendorf').balloon({
        contents: '<img src="images/heytex_left.gif" alt=""/><br /> ' +
                '<strong>Die Heytex Neugersdorf GmbH ist die Hauptproduktionsst&auml;tte der HEYTex&reg; Spezialit&auml;ten. ' +
                'Zudem ist die Heytex Neugersdorf GmbH Ihr Kompetenzzentrum f&uuml;r luftdichte Beschichtungen.</strong>' +
                '<br />' +
                '<i>Heytex Neugersdorf GmbH is the main production site of special HEYTex&reg; products today. ' +
                'In addition, Heytex Neugersdorf GmbH is you centre of competence for airtight coating systems.</i><br /><br />' +
                '<strong><a href="http://www.heytex.com" class="withArrow">zur website</a></strong>',
        tipSize: 0,
        onDuration: 80,
        offDuration: 20,
        css: {
            minWidth: "20px",
            maxWidth: "262px",
            padding: "22px",
            borderRadius: "6px",
            border: "solid 1px #777",
            boxShadow: "4px 4px 4px #555",
            color: "#6d6457",
            backgroundColor: "#ffffff",
            opacity: "1",
            textAlign: "left"
        }
    });

    $('.heytexZhangjiagang').balloon({
        contents: '<img src="images/heytex_right.gif" alt=""/><br /> ' +
                '<strong>Heytex Technical Textiles (Zhangjiagang) Co. Ltd. produziert PVC-laminierte Polyester-Gewebe ' +
                'f&uuml;r den digitalen Sign- und Banner-Druck und weitere technische Anwendungen.</strong>' +
                '<br />' +
                '<i>Heytex Technical Textiles (Zhangjiagang) Co. Ltd. produces PVC laminated polyester fabrics for ' +
                'digital sign and banner print and other technical applications.</i><br /><br />' +
                '<strong><a href="http://www.heytex.com" class="withArrow">zur website</a></strong>',
        tipSize: 0,
        onDuration: 80,
        offDuration: 20,
        css: {
            minWidth: "20px",
            maxWidth: "262px",
            padding: "22px",
            borderRadius: "6px",
            border: "solid 1px #777",
            boxShadow: "4px 4px 4px #555",
            color: "#6d6457",
            backgroundColor: "#ffffff",
            opacity: "1",
            textAlign: "left"
        }
    });

    $('.heycomfort').balloon({
        contents: '<img src="images/heycomfort.gif" alt=""/><br /> ' +
                '<strong>Heycomfort &ndash; Ihr profilierter Full-Service-Partner f&uuml;r Kabinenbau, Stahlbau, ' +
                'Kunststoffverkleidung, Komplettmontage.</strong>' +
                '<br />' +
                'Heycomfort &ndash; the reliable full-service partner for cabin construction, steel construction,' +
                ' polymer panelling and complete assembly.<br /><br />' +
                '<strong><a href="http://www.heycomfort.com" class="withArrow">zur website</a></strong>',
        tipSize: 0,
        onDuration: 80,
        offDuration: 20,
        css: {
            minWidth: "20px",
            maxWidth: "262px",
            padding: "22px",
            borderRadius: "6px",
            border: "solid 1px #777",
            boxShadow: "4px 4px 4px #555",
            color: "#6d6457",
            backgroundColor: "#ffffff",
            opacity: "1",
            textAlign: "left"
        }
    });

    $('.heycoustics').balloon({
        contents: '<img src="images/heycoustics.gif" alt=""/><br /> ' +
                '<strong>Heycoustics &ndash; Ihre neue Adresse in S&uuml;ddeutschland f&uuml;r akustisch wirksame ' +
                'Komplettl&ouml;sungen, Unterbodenverkleidungen aus Glas PP, textile Radlaufschalen aus Polyestervliesen sowie ' +
                'Mehrkomponenten&ndash;Spitzgussteile und Hybrid&ndash;Bauteile.</strong>' +
                '<br />' +
                'Heycoustics &ndash; your new address in southern Germany for acoustic complete solutions, ' +
                'underbody covers from glasfibre reinforced PP, wheel cases from polyester fleeces, ' +
                'multi&ndash;component die&ndash;cast elements and hybrid parts.<br /><br />' +
                '<strong><a href="http://www.heycoustics.com" class="withArrow">zur website</a></strong>',
        tipSize: 0,
        onDuration: 80,
        offDuration: 20,
        css: {
            minWidth: "20px",
            maxWidth: "262px",
            padding: "22px",
            borderRadius: "6px",
            border: "solid 1px #777",
            boxShadow: "4px 4px 4px #555",
            color: "#6d6457",
            backgroundColor: "#ffffff",
            opacity: "1",
            textAlign: "left"
        }
    });
});


