@import url("/bacher/css/nav-superfish.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        font-family: Arial,Helvetica,sans-serif;
}
textarea, input, button, select {
        margin: 0;
        font-family: Arial,Helvetica,sans-serif;
}


/* ||||| HTML Elements ||||| */
a {
        color: #666;
        text-decoration: underline;
        }
a:visited { color: #999; }
a:link    { color: #666; }
a:hover   { color: #666; text-decoration: none; }

a img     { border: none; }

address {
        margin-top: 5px; /* todo, don't know if correct and if only in bubbles! */
        font-style: normal;
}

body {
        background: #FFF url(/bacher/images/bg.jpg) repeat-x left -16px;
        color: #000;
        margin: 13px 50px;
        font-size: 75%; /* Resets 1em to 12px */
}

h1,
h2 { /* e|vo: The main headline = <h2>, also for SEO */
        font: bold 20px Arial,Helvetica,sans-serif;
}
body.home h2 {
        color: #666;
        font-size: 25px;
}
h3 { /* e|vo: The subheadlines */
        color: #666;
        margin: 10px 0 5px 0;
        font: bold 15px Arial,Helvetica,sans-serif;
}
h3.xs {
        font-size: 13px;
}
h4 {
        font: bold 14px Arial,Helvetica,sans-serif;
}

p {
        margin: 10px 0 5px 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}


/* ||||| Global Classes ||||| */
.add {
        background: url(/bacher/images/bg-mastergrid-8bit.png) no-repeat -560px -60px;
        display: block;
        width: 80%;
        margin-top: 5px;
        padding-left: 20px;
}

.arrow {
        background: url(/bacher/images/arrow-grey.png) no-repeat 0 1px;
        padding-left: 20px;
}

h5.result .arrow {
        background: url(/bacher/images/arrow-grey.png) no-repeat 0 0;
}

.del {
        background: url(/bacher/images/bg-mastergrid-8bit.png) no-repeat -560px -40px;
        display: block;
        height: 15px;
        padding-left: 20px;
        white-space: nowrap;
}

.clear { clear: both; }
.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
}

.clearfix { /* IE5/Mac */
        display: inline-block;
}

body[class] .clearfix { /* Fx, Op, ... */
        display: block;
}

* html .clearfix { /* IE < 5.5 for hasLayout */
        height: 1%;
}

.aligned_l { text-align: left; }
.aligned_c { text-align: center; }
.aligned_r { text-align: right; }

.float_l { /* e|vo: not the neatest solution */
        float: left;
}

.imagedescr,
.subtle {
        color: #666;
        font-size: 11px;
}

span.hr {
        display: block;
        border-top: 1px dashed #CCC;
        height: 1px;/* todo look at other browsers */
        margin: 10px 0;
}

.pos_r { /* e|vo: not the neatest solution II */
        position: relative;
}
.w490 { /* e|vo: not the neatest solution III */
        width: 490px;
}

ul.no-bullets,
ul.no-bullets li { list-style: none; list-style-type: none; }
ul.custom-bullets,
ul.custom-bullets li {
        list-style: url(/bacher/images/list-style-image.png);
}
.nw { white-space: nowrap; }

.iv,
.zzz,
hr {
        display: none;
}
/* ||||| Page Elements ||||| */
/* ::::: Header :::::: */
#header {
        position: relative;
        width: 920px; /* 970-ml50 */
        height: 206px; /* 230-mt23 */
}

#header h1 {
        float: left;
        position: relative;
        width: 200px;
        height: 41px;
        letter-spacing: -9999em; /* e|vo: better than text-indent, see http: //www.stuffandnonsense.co.uk/archives/examples/malarkey-method-example.html */ }
        * html #header h1 {/* IE 456 only */
                text-indent: -9999em;
        }
        html>body #header h1 {/* Op 7+8 +FX!!! TODO*/
                letter-spacing: normal;
                text-indent: -9999em;
                overflow: hidden;
        }

        #header h1 a {
                text-decoration: none;
        }

        #header h1 span {
                background: transparent url(/bacher/images/logo-bacher_systems.png) no-repeat left top;
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 200px;
                height: 41px;
                z-index: 1;
        }

#nav-box {
        position: absolute;
        top: 41px;
        left: 0;
        width: 600px;
        height: 160px;
}

#right-hand-end {
        position: absolute;
        top: 0;
        right: 0;
        width: 350px;
}
        #searchform-box {
                margin-top: 35px;
        }

        #sitemap {
                margin-top: 10px;
                width: 270px; 
        }

/* ::::: Page (Content) ::::: */
#skip a, #skip a:hover, #skip a:visited {
        position: absolute;
        left: 0px;
        top: -500px;
        width: 1px;
        height: 1px;
        overflow: hidden;
        }

#skip a:focus {
        position: static;
        width: auto;
        height: auto;
        }

#content {
        width: 920px;
        margin-top: 5px;
}

body.columns-two #primary-box {
        float: left;
        margin-right: -270px;/* todo */
        width: 100%;
        padding-bottom: 70px;
}

body.columns-two #primary {
        margin-right: 320px;
        width: 580px;
}
* html body.columns-two #primary {/* todo, IE6: for not wrapping, don't know why */
        margin-right: 0;
}

body.columns-single #primary {
        width: 900px; /* 920-ml20 */
}

#primary { /* e|vo: not allowed to float in IE6! Don't know why */
/*background: url(/bacher/images/tmp/layout_grid.gif);
background: red; todo*/
        position: relative;
        margin-left: 20px; /* restrict to certain pages? */
        padding: 11px 0;
}

        #primary .content iframe {
                border:none;
                width:100%;
                height:2500px;
        }

#primary ul, #primary ol {
        margin: 0 0 5px 30px;
}
        #primary li {
                margin-top: 0;
                line-height:1.3em;
        }

#nav-pseudo-bc { /* Pseudo-Breadcrumb */
        position: relative;
        color: #0C0C0C;
        height: 20px;
        font-weight: bold;
        line-height: 20px;
        width: 610px; /* todo: true? */
        z-index: 2777;
        font-size:11px;
}
/* e|vo: contents see nav-pseudo-bc.superfish.css */

        #primary h2 {
                margin-top: 1px;
                margin-left: -20px;
        }


        * html #nav-pseudo-bc,
        * html #primary,
        * html #primary h2 { /*e|vo: bug affecting IE < 7, see */
                position: relative;
                overflow: visible;
                zoom: 1;
                z-index: 1;
        }
        html #nav-pseudo-bc { /* IE 5 - IE 7 */
                *z-index: 20;
        }
        #nav-pseudo-bc ul.sf-menu {
                z-index: 2020;
        }

        .teaser {
                color: #666;
                margin-bottom: 10px;
                font: bold 13px Arial,Helvetica,sans-serif;
        }

        #couch {
                margin-left: -20px;
        }

#footer-print {
}

/* ..... Sidebar ...... */
body.columns-single .secondary {
        display: none;
}
body.columns-two .secondary {
        float: right;
}
#sidebar /* .secondary */ {
        position: relative;
/*background: url(/bacher/images/tmp/layout_grid.gif); todo*/
        float: left;/* todo */
        font-size: 1em;
        line-height: 1.3em;
        width: 270px;
        padding-top: 36px;
        overflow: hidden;
}

div.module {
width: 270px;
overflow: hidden;/* todo: both for IE6 */
        background: url(/bacher/images/bg-mastergrid-8bit.png) no-repeat left bottom;
        margin-bottom: 20px;
        padding-bottom: 30px;
}
* html div.module {
        overflow: hidden;
}
.module h3 {
        background: url(/bacher/images/bg-mastergrid-24bit.png) no-repeat 0 0;
        color: #FFF;
        height: 23px;
        margin: 0; /* reset */
        line-height: 23px;
        text-indent: 15px;
}
div.mod-cont {
        border: 1px solid #CCC;
        border-width: 0 1px;
        padding: 10px 14px 5px 14px;/* e|vo: 14px bec. of incorrect Photoshop templates */
        font-size: 1em;
        line-height: 1.2em;
}


/* ::::: Pseudo-Footer @ header ::::: */
#footer-links {
        position: absolute;
        top: 15px;
        right: 0;
        width: 350px;
        }
        #footer-links ul {
                float: right;/* todo: Testing in all browsers */
        }
        #footer-links li {
                float: left;
                        font-size: 9px; /* todo */
                }
                #footer-links a {
                        font-size: 9px; /* todo */
                        text-decoration: none;
                        text-transform: uppercase;
                }
                        #footer-links a:hover {
                                text-decoration: underline;
                        }


/* ||||| Bacher Areas/Categories ||||| */
/* IT-Security */
.cat0 {
        color: #0057A6 !important;
}
.mod-cat0 h3 {
        background-color: #0057A6;
}
/* Server *//* Storage *//* Backup */
.cat1,
.cat2,
.cat3 {
        color: #008626 !important;
}
.mod-cat1 h3,
.mod-cat2 h3,
.mod-cat3 h3 {
        background-color: #008626;
}
/* Schulungen */
.cat4 {
        color: #F09800 !important;
}
.mod-cat4 h3 {
        background-color: #F09800;
}
/* Dienstleistungen */
.cat5 {
        color: #D5150B !important;
}
.mod-cat5 h3 {
        background-color: #D5150B;
}
/* Unternehmen/Technologiepartner */
.cat6 {
        color: #8C8C8C !important;
}
.mod-cat6 h3 {
        background-color: #8C8C8C;
}

.module li {
        background: url(/bacher/images/arrow-grey.png) no-repeat 0 1px;
        list-style: none;
        list-style-type: none;
        margin-bottom: 6px;
        padding-left: 17px;/* todo */
        line-height: 1.3em;
}


/* ||||| Page Template specifics ||||| */
/* ::::: 0 Home/Newsletter/Karriere/Kontakt/Impressum/AGB/Suchergebnis ::::: */
/* ..... Home ..... */
body.home #primary,
body.home #nav-pseudo-bc,
body.home #primary h2 {
        width: 600px;
        margin-left: 0;
}

        body.home #primary h2 p{
                margin-top:0;
        }

body.home #couch {
        margin-left: 0;
}

body.home div.col {
        float: left;
        width: 180px;
        margin-left: 30px;
        margin-top: 10px;
}
        body.home div.col-l {
        margin-left: 0;
        }
        body.home div.col p,
        .more,
        .indent,
        .result,       /* todo */
        div.boxlink p, /* LR */
        div.boxlink a.next /* LR */ {
                display: block;
                margin-left: 20px;
                margin-top: 5px;
        }



body.home .module a {
        font-weight: bold;
}

body.home h4 {
        background: url(/bacher/images/arrow-grey.png) no-repeat 0 1px;
        color: #8C8C8C;
        padding-left: 20px;
}

body.home h4.cat5 {
        background: url(/bacher/images/bg-mastergrid-8bit.png) no-repeat -270px -39px;
}

body.home h4.cat3, body.home h4.cat2, body.home h4.cat1 {
        background: url(/bacher/images/bg-mastergrid-8bit.png) no-repeat -270px -19px;
}

body.home h4.cat0 {
        background: url(/bacher/images/bg-mastergrid-8bit.png) no-repeat -270px 0;
}

body.home h4.cat4 {
        background: url(/bacher/images/bg-mastergrid-8bit.png) no-repeat -270px -59px;
}

li.cat0 {
        background: url(/bacher/images/bg-mastergrid-8bit.png) no-repeat -270px 0;
}
li.cat1,
li.cat2,
li.cat3 {
        background: url(/bacher/images/bg-mastergrid-8bit.png) no-repeat -270px -19px;
}
li.cat5 {
        background: url(/bacher/images/bg-mastergrid-8bit.png) no-repeat -270px -39px;
}

body.page-kontakt #primary address {
        margin-top: 0; /* reset */
}

/* ..... Suchergebnis ..... */
#searchform-full {
        margin-top: 10px;
}
body.page-search-results .teaser {
        font-size: 11px;
}

object, embed {outline:none;}

h5.result {
        margin: 20px 0 0 0;
        font-size: 11px;
}
p.result,
body.page-search-results .more {
        margin-top: 0; /* reset */
        margin-bottom: 0; /* reset */
}

/* ::::: 4 Kurse & Schulungen */
body.page-cat4 #primary ul.steps {
        margin-left: 0;
}
        body.page-cat4 ul.steps li {
                padding-right: 17px;
        }

body.page-schulungen #primary ul {
        margin-left: 30px;
}
        body.page-schulungen #primary li {
                margin-top: 0; /* reset */
        }

body.page-course #primary table {
        background: #FFF;
        width: 100%;/* todo */
        margin-top: 10px;
        margin-left: -20px;
}

* html body.page-course #primary table { /*e|vo: bug affecting IE < 7, see */
                position: relative;
                overflow: visible;
                zoom: 1;
        }

body.page-course th {
        text-align: center;
}
        body.page-course th.month {
                color: #666;
                font-weight: bold;
        }
body.page-course #primary td {
        border-color: #FFF;
        border-style: solid;
        border-width: 0 2px 0 0;
        padding: 2px 0;
        text-align: center;
        vertical-align: middle;
}
body.page-course #primary td a {
        display: block;
        /*height: 54px;
        line-height: 54px;*/
        font-weight: bold;
        text-decoration: none;
}
body.page-course #primary .date {
        background: #E9E9E9;
}

body.page-course #primary td.course-title {
        width: 440px;
        padding-left: 20px;
        text-align: left;
}
body.page-course #primary td.course-title a {
        color: #666;
        height: auto;
        margin-left: -19px;
        line-height: 14px;
        text-decoration: underline;
}
body.page-course #primary tfoot td.aligned_l {
        color: #666;
        text-align: left;
}

body.page-schulungsbuchung li.current a {
        text-decoration: none;
}

body.page-schulungsbuchung #course {
        width: 440px;
}

body.page-schulungsbuchung h5 {
        height: 20px;
        line-height: 20px;
        font-size: 11px;
        padding: 0;
        margin:0;
}

body.page-schulungsbuchung .course-details {
        margin-left: 90px;
        padding-right: 50px;
}

.label {
        width: 90px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 10px;
}
        body.page-schulungsbuchung .course-details .label {
                width: 75px;
                margin-bottom: 5px; /* reset */
        }
        body.page-schulungsbuchung .course-details .label label {
                display: block;
                width: 75px;
        }
        body.page-schulungsbuchung .course-details span.hr {
                margin-right: -50px;
        }

.radio,
.radiolabel {
        margin: 0 0 5px 0;
        padding: 0;
        height: 14px;
        font-size: 11px;
        line-height: 14px;
        vertical-align: middle;
}
        body.page-schulungsbuchung .radiolabel {
                padding: 0px 12px 0 2px;
        }

.input-txt {
        width: 360px;
        position: relative;
}
.input-txt input {
        width: 360px;
        text-align: left;
        display: block; /* IE */
        position: absolute; /* IE */
        left: 0; /* IE */
}

body.page-cat4 a.course-del { /* LR */
        position: absolute;
        right: 50px;
        margin-top: 39px;
}
body.page-cat4 .participant-title {
        height: 25px;
}
body.page-cat4 .participant .del {
        position: absolute;
        right: 0;
        top: 0;
}
body.page-cat4 .participant p.clear,
body.page-cat4 .course-booking-data p.clear {/* IE below 7 */
        height: 5px;
        line-height: 5px;
        font-size: 5px;
}


body.page-cat4 .course-booking-data p {
        margin: 2px 0 5px;
}

body.page-cat4 span.price,
body.page-cat4 #price-total {
        display: block;
        position: absolute;
        right: 53px;
        bottom: 0px;
        width: 100px;
        text-align: right;
}
body.page-cat4 span.price-top {
        bottom: 5px;
}
        body.page-cat4 #price-total {
                bottom: auto;
                top: 0;
                font-weight: bold;
        }

body.page-cat4 a.float_l,
#next,
#btn-submit {
        display: block;
}
#next,
#btn-submit {
        margin-top: 10px;
        padding-left: 16px;
        float: right;
        font-weight: bold;
}

        body.page-schulungsbuchung3 #print {
                margin-top: 15px;
        }
        body.page-schulungsbuchung3 #btn-submit {
                padding-left: 0;
        }

body.page-schulungsbuchung3 textarea {
        width: 430px;
        font-size: 11px;
        overflow: auto;
}

body.page-schulungsbuchung3 .indent {
        margin-left: 90px;
        padding-right: 50px;
}
body.page-schulungsbuchung3 .indent .hr {
        margin-right: -50px;
}

.form-error {
        color: #D71A16;
        margin: 10px 0;
        font-size: 120%;
        font-weight: bold;
}
.form-error-field, .error /* LR */ {
        background: #F5B049;
}


/* ::::: 6 Company ::::: */
body.page-cat6 #primary table {
        width: 100%;
}
body.page-cat6 #primary table span {
        font-weight: normal;
}
body.page-cat6 #primary table td {
        padding: 5px 0;
}
body.page-cat4 #primary tr.spacer td span,/* todo */
body.page-cat6 #primary tr.spacer td span {
        display: block;
        width: 100%;
        height: 0px;
        border-top: 1px dashed #CCC;
        line-height: 0;
        margin: 0;
        font-size: 0;
}

body.page-cat6 .arrow {
        display: block;
}

/* ||||| jQuery Plugins ||||| */
#tooltip {
        background: url(/bacher/images/bg-mastergrid-24bit.png) -255px -40px;
        position: absolute;
        /* top: 520px !important; */
        width: 115px !important;
        height: 75px !important;
        font-size: 11px;
        z-index: 3000;
}
        #tooltip h3,
        #tooltip div {
                padding: 0 6px 2px 7px;
        }
        #tooltip h3 {
                margin: 25px 0 0 0;
                font-size: 11px;
        }

div.print {
        display:none;
}

/* Couch LR */
#couch {
        background-image:url(/bacher/images/tmp/sofa_leer.jpg);
        background-repeat:repeat-x;
        float:left;
        height:210px;
        width:600px;
}

#couch div.spacer, div.couch {
        display:block;
        float:left;
        width:120px;
        height:210px;
}

.banner {
        width: 270px;
        margin-bottom: 20px;
}

label.error { display:none !important; }

#checkboxes li {
        list-style:none;
}
