/**
 * CSS styles for Bahnhofstrasse Zürich.
 * 
 * @author Julian-Vincent Ackermann
 * @copyright Pixelwerk Ackermann & Co. <www.pixelwerk.ch>
 * @version 1.0.0
 * 
 * created 2008-07-01
 */

/* ###################################################### */
/* ####################### General ###################### */
/* ###################################################### */
html, body, div, p, td, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#606060;
    font-size:12px;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
    
    background:#fff;
}

.logo {
    text-align:center;
    padding-top:18px;
}

html {
    background-position:0 140px;
}
body {
    margin-top:10px;
}

#main {
    width:734px;
    margin-left:auto;
    margin-right:auto;

}

.slider {
margin-top:30px;
}

#site {
    width:731px;
    margin-left:auto;
    margin-right:auto;
    background:#E7E7E7;
    float:left;
    min-height:700px;

}

form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    height:325px;
    width:731px;
    background-color:#FFFFFF;
    background-image:url('../_pix/bgHeader.jpg');
    background-repeat:repeat-x;
    padding:0;
    float:left;
}

#head #headBody {
    padding:0;
    margin:0;
    background-repeat:no-repeat;
    background-position:240px 0;
    width:960px;
}

#head a#logoTop {
    display:block;
    float:left;
    padding:0;
    margin:0;
}

#head h1 {
    display:block;
    float:left;
    padding:0 0 0 30px;
    margin:0;
    width:690px;
    height:60px;
    line-height:60px;
    font-weight:normal;
    color:#435d06;
    /* transparency */
    background-color:#fff;
    opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
}

#head h1, #head a#logoTop {
    margin:90px 0 0 0;
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */



/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

.metanavi {
    margin-top:-18px;
}
.meta_left {
    float:left;
    padding-left:10px;
    color:#fff;
}

.meta_left a {
    color:#fff;
}

.meta_right {
    float:right;
    padding-right:10px;
    color:#fff;
}

.meta_right a {
    color:#fff;
}

/* Hauptnavigation */
    div.HauptNav {
        position: absolute;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        z-index: 500;
        float:left;
    }
    /* Alle Links */
    div.HauptNav a {
        display: block;
        text-decoration:none;
    }
    div.HauptNav a:hover {
    }
    div.HauptNav div {
    }
    
    /* Ebene 1 */
        /* Hauptcontainer */
        div.HauptNav div.NavFirstIn {
            position: absolute;
            top: 325px;
            left: 0px;
            width: 732px;
            height: 35px;
            background: #fff;
            float:left;
        }
        /* Alle Links */
        div.HauptNav div.NavFirstOff,
        div.HauptNav div.NavFirstOn,
        div.HauptNav div.NavFirstOpen {
            color: white;
            float:left;
            width:121px;
            text-align:center;
            font-size:10px;
            height: 35px;
            margin-right:1px;
            background-image:url('../_pix/bg_nav.png');
            background-repeat:repeat-x;
        }
        div.HauptNav div.NavFirstOn,
        div.HauptNav div.NavFirstOpen {
            background-image:url('../_pix/bg_nav_ak.png');
            background-repeat:repeat-x;
            height: 35px;
            width:121px;
            margin-right:1px;
        }
        /* Alle Links */
        div.HauptNav div.NavFirstOff a,
        div.HauptNav div.NavFirstOn a,
        div.HauptNav div.NavFirstOpen a {
            padding: 12px 0px 0px 0px;
            color: white;
            height: 35px;
            margin-right:1px;
            width:121px;
        }
        /* Alle Links beim ueberfahren */
        div.HauptNav div.NavFirstOff a:hover,
        div.HauptNav div.NavFirstOn a:hover,
        div.HauptNav div.NavFirstOpen a:hover {
            background-image:url('../_pix/bg_nav_ak.png');
            background-repeat:repeat-x;
            height: 35px;
            width:121px;
            margin-right:1px;
        }
        /* Link hier, Im Pfad */
        div.HauptNav div.NavFirstOn a,
        div.HauptNav div.NavFirstOpen a {
            color: white;
        }
    /* Ebene 2 */
        /* Hauptcontainer */
        div.HauptNav div.NavSecondIn {
            position: absolute;
            top: 70px;
            left: 0px;
            width: 160px;
            float:left;
        }
        /* Alle Container */
        div.HauptNav div.NavSecondOff,
        div.HauptNav div.NavSecondOn,
        div.HauptNav div.NavSecondOpen {
            color: white;
            width:160px;
            text-align:left;
            font-size:12px;
            height: 27px;
            margin-bottom:1px;
            background-image:url('../_pix/bg_nav.png');
            background-repeat:repeat-x;
        }
        div.HauptNav div.NavSecondOn,
        div.HauptNav div.NavSecondOpen {
            background-image:url('../_pix/bg_nav_ak.png');
            background-repeat:repeat-x;
            height: 27px;
            width:160px;
            margin-bottom:1px;
        }
        /* Alle Links */
        div.HauptNav div.NavSecondOff a,
        div.HauptNav div.NavSecondOn a,
        div.HauptNav div.NavSecondOpen a {
            padding: 6px 0px 0px 10px;
            color: white;
            height: 27px;
            margin-bottom:1px;
            width:150px;
        }
        /* Alle Links beim ueberfahren*/
        div.HauptNav div.NavSecondOff a:hover,
        div.HauptNav div.NavSecondOn a:hover,
        div.HauptNav div.NavSecondOpen a:hover {
            background-image:url('../_pix/bg_nav_ak.png');
            background-repeat:repeat-x;
            height: 21px;
            width:150px;
            margin-bottom:1px;
        }       
        /* Link hier, Im Pfad */
        div.HauptNav div.NavSecondOn a,
        div.HauptNav div.NavSecondOpen a {

        }
    /* Ebene 3 */
        /* Hauptcontainer */
        div.HauptNav div.NavThirdIn {
            border: 0;
        }
        /* Alle Container */
        div.HauptNav div.NavThirdOff,
        div.HauptNav div.NavThirdOn,
        div.HauptNav div.NavThirdOpen {
            border: 0px;
            background: white;
        }
        /* Alle Links */
        div.HauptNav div.NavThirdOff a,
        div.HauptNav div.NavThirdOn a,
        div.HauptNav div.NavThirdOpen a {
            border-bottom: 1px solid #ccc;
            font-size: 11px;
            padding: 2px 10px 2px 10px;
            background: url('../images/navi_pfeil_rechts.gif') 20px center no-repeat;
        }
        /* Alle Links beim ueberfahren*/
        div.HauptNav div.NavThirdOff a:hover,
        div.HauptNav div.NavThirdOn a:hover,
        div.HauptNav div.NavThirdOpen a:hover {
        color:#31404B;
            font-weight: bold;
            font-size:11px;
        }
        /* Inaktiver Link */
        div.HauptNav div.NavThirdOff a {
        color:#31404B;
        }
        /* Link hier */
        div.HauptNav div.NavThirdOn a {
            font-weight: bold;
        color:#31404B;
        }
        /* Im Pfad */
        div.HauptNav div.NavThirdOpen a {
            font-weight: bold;
        color:#31404B;
        }
/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    margin:20px 0 0 20px;
    font-size:11px;
    background-color:transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
}
#search input {
    border:1px solid #ccc;
    width:140px;
    height:12px;
    font-size:10px;
}
#search input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 10px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    color:#0060b1;
    font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */

#content {
    font-size:11px;
    color:#333;
    line-height:14px;
    width:550px;
    padding-right:10px;
    padding-bottom:10px;
    margin-top:67px;
float:right;
}

#content_startseite {
    font-size:11px;
    color:#333;
    line-height:14px;
    width:700px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:20px;
    margin-top:67px;
    float:right;
}

h1 {
        color:#31404B;
}

.headline1          {
                    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif ;
                    font-size:12px;
                    font-width:bold;
                    color:#31404B;
                    margin-left:200px;

 
}

.aliste             {
                                        padding-left:10px;
                                        padding-right:10px;
                    padding-bottom:10px;
                    padding-top:10px;
                                        height:160px;
                    background-color:#fff;

                    border:1px solid #ccc;
}

.aliste1            {
                                        padding-left:10px;
                                        padding-right:10px;
                    padding-bottom:10px;
                    padding-top:10px;
                    background-color:#494D54;
                    

}

.details                        {
                    margin-left:200px;
            
}

.imagereferenzen                {
                    margin-top:-193px;
                    float:left;
                    height:155px;

}

.textreferenzen                 {
                    margin-left:200px;
                    margin-top:10px;
                                        padding-bottom:10px;

                    height:160px;
}
/*

.aliste             {
                    
                    padding-left:10px;
                    padding-right:10px;
                    padding-bottom:10px;
                    padding-top:10px;
                    height:160px;
                    background-color:#fff;
                    border:1px solid #ccc;
}

.details                        {
                    margin-left:200px;
            
}

.imagereferenzen                {

                    margin-top:0px;
                   


}

.textreferenzen                 {
                    color:#31404B;
                    margin-left:200px;
                    margin-top:10px;
                    padding-bottom:10px;


}

*/
/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    width:731px;
    height:67px;
    font-size:11px;
    overflow:hidden;
    background-image:url(../_pix/footer.png);
    background-repeat:repeat-x;
    float:left;
   
}

#footerLeft {
padding-left:10px;
padding-top:28px;
float:left;
color:#fff;
}

#footerRight {
padding-right:10px;
padding-top:22px;
float:right;
color:#fff;
}

a#footerRight  {
color:fff;
}

#footerContainer {
    width:960px;
}
#footer a#logoBottom {
    display:block;
    float:left;
}

#footer #footerContentContainer {
    float:left;
    background-color:#F1F1F1;
    width:720px;
    height:104px;
}
#footerContentLeft, #footerContentRight {
    float:left;
    color:#999;
}
#footerContentLeft {
    width:450px;
    margin:10px 0 0 30px;
    font-size:10px;
    padding-right:10px;
}
* html #footerContentLeft {
    margin-left:15px; /* hae? */
}
#footerContentRight {
    width:220px;
    font-size:11px;
    background-color:#F9FBDD;
    padding-left:10px;
    height:104px;
}
* html #footerContentRight {
    padding-top:10px;
}

#footerContentRight h3 {
    font-size:11px;
}

#footerContentRight input {
    width:150px;
    height:12px;
    border:1px solid #ccc;
    font-size:10px;
    margin:0 0 4px 0;
}
* html #footerContentRight input {
    width:142px;
}

#footerContentRight label {
    display:block;
    width:60px;
    float:left;
    margin:0 0 4px 0;
}

#footer input#loginBtn {
    background-color:#F9FBDD;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:right 6px;
    font-size:12px;
    width:auto;
    height:auto;
    float:right;
    margin:0 10px 0 0;
}
* html #footer input#loginBtn {
    margin:0 14px 0 0;
}

ul#metaNavigation {
    margin:0 0 20px 0;
    padding:0;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    border-left:1px solid #D7D7D6;
}

#logoutText {
    position:relative;
    height:70px;
}
#logoutText a {
    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:none;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#0060b1;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
    margin: 20px 10px 0px 0px;
    width: 410px;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    height: 220px;
    padding:0px;
    
}
td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:120px; 
    height:120px; 
    margin-bottom:5px; 
    overflow:hidden;
}
td.gallery_image .bottom_links{
     height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}


/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

.sitemap .level1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}
