html,
body {
    width:100%;
    height:100%;
    min-width:1000px;
    min-height:700px;
    margin:0;
    padding:0;
    font:14px/170% 'Open Sans', sans-serif;
    color:#000;
    }
.noScroll {
  overflow:hidden;
  }
.noScroll::-webkit-scrollbar { 
  display: none; 
  }

#page,
#homepage,
#portfoliopage,
#fotopage {
    position:relative;
    min-height:100%;
    min-width:650px;
    background:#fff;
    }
#page,
#homepage,
#portfoliopage {
    padding:0 110px 0 240px;
    }
#fotopage {
    padding:0 110px 0 110px;
    height:100%;
    }
    #content {
        min-height:475px;
        padding:110px 0 100px 0;
        }
    #homepage #content {
        min-height:620px;
        height:100%;
        padding:0;
        }
    #portfoliopage #content {
        padding:0;
        }
    #fotopage #content {
        background:#ccc;
        height:100%;
        padding:0;
        }
        #fotoholder {
            width:100%;
            height:100%;
            margin:0;
            padding:0;
            border:0;
            border-collapse:collapse;
            }
            #fotoholderCell{
              position: relative;
              width: 100%;
              /*max-height: 100%;*/
              height: 100%;
              vertical-align: middle;
              text-align: center;
            }
            #fotoholderCell #overlayPrev {
              position: absolute;
              height: 100%;
              width: 50%;
              cursor: pointer;
              top: 0;
              left: 0;
              z-index: 10;
              }
            #fotoholderCell #overlayNext {
              position: absolute;
              height: 100%;
              width: 50%;
              cursor: pointer;
              top: 0;
              right: 0;
              z-index: 10;
              }
        #foto {
            /*max-width: 100%;
            max-height: 100%; */
            /*width:100%;
            height:100%;*/
            margin: auto;
            display: block;
            }
            .landscape { 
              width: 100%; 
              height: auto; 
              } 
            .portrait { 
              /*position: absolute;*/
              height: 100%; 
              width: auto;
              }            
            .transaction {
              position: absolute;
              top: -9999px;
              left: -9999px;
              }
            
            .introbox {
                display:block;
                float:left;
                position:relative;
                }
              .landscape .introbox {
                height:33%;
                }
              .landscape .introbox img,
              .landscape .introbox div {
                height:100%;
                }
              .portrait .introbox {
                width:33%;
                }
              .portrait .introbox img,
              .portrait .introbox div {
                width:100%;
                }

            #homepagemenu {
                padding-bottom:15px;
                }
            #homepagemenu .introbox {
                width:11%;
                }
                .introbox img {
                    display:block;
                    width:100%;
                    /*height:33%;*/
                    margin:0;
                    padding:0;
                    border:0;
                    }
                    .introbox div {
                        display:none;
                        height:100%;
                        width:100%;
                        position:absolute;
                        left:0;
                        top:0;
                        font-size:24px;
                        line-height:120%;
                        }
                        #homepagemenu .introbox div {
                            font-size:12px;
                            }
                    .introbox:hover div {
                        display:block;
                        background:url("../img/intro-overlay.png") 0 0 repeat;
                        color:#fff;
                        }
                        .introbox span {
                            position:absolute;
                            left:10%;
                            bottom:10%;
                            padding:0 20px 0 0;
                            }
        #homepagefoto {
            position:relative;
            }
        #homepagefoto img {
            display:block;
            /*padding:0 0 15px 0;*/
            border-bottom:20px solid #e7e8ea;
            width:99%;
            }            
        #fotoline {
            position:fixed;
            top:0;
            left:0;
            height:110px;
            width:100%;
            }
            #fotolinecontent {
                height:110px;
                overflow: hidden;
                background:#f3f3f3;
                margin:0 110px 0 240px;
                }
                #fotolinecontent img {
                    margin-right: -4px;
                    }

        .text {
            max-width: 800px;
            }
            .formcolumn {
                width:30%;
                padding:15px 3% 10px 0;
                float:left;
                }
                .formcolumn .textinput {
                    width:100%;
                    }
    #footerdock {
        height:110px;
        clear:both;
        }
    #footer {
        height:60px;
        width:100%;
        padding:35px 0 15px;
        background:#e7e8ea;
        position:absolute;
        bottom:0;
        left:0;
        color:#666;
        font-size:12px;
        line-height:150%;
        z-index: 200;
        }
        #footer strong {
            font-weight:normal;
            color:#000;
            }
        #footer strong.bld {
            font-weight:bold;
            color:#000;
            }            
        #footer p {
            padding:3px 25px;
            }
        #footer span {
            float:right;
            }
#leftcolumn,
#fotoleftcolumn {
    width:215px;
    height:100%;
    min-height:700px;
    padding:0 0 0 25px;
    position:fixed;
    top:0;
    left:0;
    z-index:100;
    }
#leftcolumn {
    width:215px;
    }
#fotoleftcolumn {
    width:85px;
    overflow:visible;
    background:#fff;
    }    
    #logo {
        display: block;
        padding:30px 0 0 0;
        height:50px;
        font-size:18px;
        font-weight:normal;
        line-height:25px;
        }
        #logo img {
            float:left;
            }
        #leftcolumn #logo span,
        #leftcolumn #logo strong,
        #fotoleftcolumn #logo span,
        #fotoleftcolumn #logo strong {
            padding-left:15px; 
            }
        #fotoleftcolumn #logo span,
        #fotoleftcolumn #logo strong {
            display:none;
            }
    #menu {
        /*position:absolute;*/
        bottom:1px;
        padding:50px 0 130px 0;
        font-weight:bold;
        font-size:12px;
        line-height:120%;
        z-index:100;
        background: #fff;
        }
        #fotoleftcolumn #menu {
            display:none;
            width:200px;
            bottom:15px;
            padding-bottom:0;
            }
            #language {
                line-height:300%;
                font-weight:normal;
                }
        #menu a {
            margin:10px 0 0 0;
            display:block;
            }
            #menu .submenu a {
                padding-left:10px;
                font-weight:normal;
                border-left:1px solid #999;
                }
                #menu .submenu .selected {
                    border-left:1px solid #f60;
                    }
                #menu .subsubmenuholder {
                    position:relative;
                    }
                    #menu .subsubmenuholder:hover .subsubmenu {
                        display:block;
                        }
                    #menu .subsubmenu {
                        position:absolute;
                        top:-30px;
                        left:100px;
                        width:200px;
                        display:none;
                        z-index:10;
                        background-color: #FCFCFC;
                        -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
                        -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
                        box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
                        }
                        .subsubmenuheader {
                            height:20px;
                            /*background:url("../img/subsubmenuhead_bg.png") 0 0 no-repeat;*/
                            overflow:hidden;
                        }
                        .subsubmenucontent {
                            width: 100%;
                            padding:0 0 10px 30px;
                            /*background:url("../img/subsubmenu_bg.png") 0 0 repeat-y;*/
                            overflow:hidden;
                        }
                        .subsubmenufooter {
                            height:20px;
                            /*background:url("../img/subsubmenufooter_bg.png") 0 0 no-repeat;*/
                            overflow:hidden;
                        }
    #menuopen,
    #menuclose {
        display:block;
        overflow:hidden;
        width:48px;
        background-position:0 0;
        background-repeat:no-repeat;
    }
    #menuopen {
        position:fixed;
        bottom:15px;
        height:61px;
        background-image:url("../img/menu-open.gif");
    }
    a#menuclose {
        display:none;
        height:31px;
        background-image:url("../img/menu-close.gif");
    }
    #menuopen:hover {
        background-position:0 -61px;
    }
    #menuclose:hover {
        background-position:0 -31px;
    }

#fotoleftcolumn.openmenu {
    width:215px;
    background:#fff url("../img/shadow.gif") 100% 0 repeat-y;
    }    
#fotoleftcolumn.openmenu #menu {
    display: block;
    }
.openmenu #menuopen {
    display: none;
    }
.openmenu #menuclose {
    display:block;
    }
    .openmenu #prev {
    display:none;
    background-image: none;
    }
#fotoleftcolumn.openmenu #logo span,
#fotoleftcolumn.openmenu #logo strong {
    display:inline;
    }
#rightcolumn {
    width:110px;
    position:fixed;
    top:0;
    right:0;
    height:100%;
    min-height:700px;
    z-index: 999;
    }

    #contactContentOverlay {
        position:absolute;
        top:80px;
        right:0;
        height: 37px;
        background:none;
        width:60px;
        padding: 12px 25px;
        z-index: 20;
        }
        #contactContent {
                display:none;
                width:230px;
                height: 37px;
                }
        #contactContentOverlay h1 {
            padding:0;
            font:bold 18px/140% 'Open Sans', sans-serif;
            }
        #contactContentOverlay h2 {
            padding:0;
            font:bold 16px/140% 'Open Sans', sans-serif;
            }
        #contactContentOverlay:hover {
            width:230px;
            background:#ddd;
            -moz-opacity: 0.70;
            -khtml-opacity: 0.70;
            opacity: 0.70;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
            filter:alpha(opacity=70);
            }
        #contactContentOverlay:hover #contactContent {
            display:block;
            }

    #infobox,
    #homepageinfobox {
        position:absolute;
        /*background:url("../img/infobox_bg.png") 0 0 repeat;*/
        background:none;
        -moz-opacity: 0.70;
        -khtml-opacity: 0.70;
        opacity: 0.70;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
        filter:alpha(opacity=70);
        }
    #infobox {
        top:50%;
        right:0;
        width:60px;
        margin-top:70px;
        padding:25px;
        z-index: 20;
        }
    #homepageinfobox {
        bottom:20px;
        right:1%;
        width:auto;
        padding:10px 20px;
        background:#ddd;
        font-weight:bold;
        }
        #infobox span {
            display:block;
            position:relative;
            float:right;
            height:100%;
            width:100px;
            color:#000;
            font-weight:bold;
            text-align:center;
            }
            #infoboxcontent {
                display:none;
                width:350px;
                }
        #infobox h1 {
            padding:0;
            font:bold 16px/140% 'Open Sans', sans-serif;
            }
        #infobox h2 {
            padding:0;
            font:bold 14px/140% 'Open Sans', sans-serif;
            }
        #infobox:hover {
            width:500px;
            background:#ddd;
            }
        #infobox:hover #infoboxcontent {
            display:block;
            }
    #rightcolumn a {
        display:block;
        width:36px;
        height:36px;
        margin:0 auto 25px auto;
        background-repeat:no-repeat;
        background-position: 0 0;
        overflow:hidden;
        }
        #rightcolumn a:hover {
            background-position:0 -36px;
            }
            #rightcolumn #contactContentOverlay:hover a.phone {
              background-position:0 -36px !important;
              }

            #rightcolumn a.email {
                margin-top:35px;
                background-image:url("../img/email.gif");
            }
            .phone {
                float: right;
                margin-right: 12px !important; 
                background-image:url("../img/phone.png");
            }
            #rightcolumn a.phoneLink {
                float: left;
                margin-left: 0px;
                margin-top: 7px;
                font-weight: bold;
                width: 150px; 
            }

            #rightcolumn a.facebook {
                margin-top: 80px;
                background-image:url("../img/facebook.gif");
            }
            .info {
                background-image:url("../img/info.gif");
            }

    #imageNav {
        position:absolute;
        background:none;
        top:60%;
        right:0;
        width:48px;
        margin-top:50px;
        padding:25px;
        padding-left:0px;
        z-index: 20;
        text-align: left;
        color: #999;
        font-size: 11px;
        font-weight: bold;
        }
      #imageIndex {
        color: #000;
        font-size: 12px;
        }


#prev,
#next {
    display:block;
    width:30px;
    height:60px !important;
    overflow:hidden;
    background-position:0 0;
    background-repeat:no-repeat;
    position:absolute;
    top:50%;
    left:40px;
    z-index:10;
    }
    #prev {
        background-image:url("../img/prev.gif");
    }
    #next {
        background-image:url("../img/next.gif");
    }
#prev:hover,
#next:hover {
    background-position:0 -60px !important;
    }
a {
    text-decoration:none;
    color:#000;
    }
a:hover,
a.selected {
    color:#f60;
    }
#content a {
    color:#f60;
    }
#content a:hover {
    text-decoration:underline;
    }
    #content h2 a {
        color:#000;
        }
h1 {
    margin:0;
    padding:35px 0 0 0;
    font:bold 21px/120% 'Open Sans', sans-serif;
}
h2 {
    margin:0;
    padding:35px 0 0 0;
    font:bold 16px/140% 'Open Sans', sans-serif;
}
    h2 a {
        padding-right:20px;
        background:url("../img/h2-link.gif") right center no-repeat;
    }
    h2 span {
    font:normal 14px/140% 'Open Sans', sans-serif;
    }
h3 {
    margin:0;
    padding:14px 0 0 0;
    font:normal 14px/120% 'Open Sans', sans-serif;
}
h4 {
    margin:0;
    padding:0;
    font:normal 14px/120% 'Open Sans', sans-serif;
}
p {
    margin:0;
    padding:0;
}

img {
    border:0;
    }
form {
    margin:0;
    padding:0;
    }

textarea {
    background:#f9f9fa url("../img/textarea.gif") 0 0 no-repeat;
    border:1px solid #d6d6d7;
    width:96%;
    height:63px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: normal 14px/120% 'Open Sans', sans-serif;
    padding: 5px;
    }
.textinput {
    background:#f9f9fa url("../img/textarea.gif") 0 0 no-repeat;
    border:1px solid #d6d6d7;
    padding:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 200%;
    font:normal 14px/120% 'Open Sans', sans-serif;
    }
.submit {
    border:0;
    margin:10px 0 0 0;
    color:#fff;
    background:#b3b3b3;
    font:normal 14px/20px 'Open Sans', sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
    }
    .submit:hover {
        background:#f60;
        }
label {
    display:block;
    font-size:11px;
    font-weight:bold;
    padding:0 0 0 3px;
    clear:both;
    }    

.fb-like {
  float: right;
  margin-right: 24px;
  }

dd.gray {
  color: #999 !important;
  display: inline;
  }

#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url("../img/ajax-loader.gif") no-repeat 50% 50% transparent;*/
  z-index: 9999;
}

#detailInfo {
  text-align: left;
  font: normal 14px/120% 'Open Sans', sans-serif;
  }
  #detailInfo ul {
    list-style-type: square;
    }
.red {
  color: #F00;
  }
.errorfield {
  border-color: #F00;
  }

.cleaner {
    clear:both;
    height:1px;
    overflow:hidden;
    }
.cleanerAbs {
    clear:both;
    }

@media all and (max-height: 730px) {
    #leftcolumn,
    #fotoleftcolumn,
    #rightcolumn {
        position:absolute;
        }
}
@media all and (max-width: 1000px) {
    #leftcolumn,
    #fotoleftcolumn,
    #rightcolumn,
    #fotoline,
    #menuopen {
        position:absolute;
        }

}
@media all and (max-height: 510px) {
    #menuopen {
        position:absolute;
        }
}

@media all and (max-height: 450px) {
    #fotoline {
        position:absolute;
        }
}
