@font-face {                                                                                                                           
    font-family: 'AllerRegular';                                                                                                       
    src: url('aller_rg-webfont.eot');                                                                                                  
    src: url('aller_rg-webfont.eot?#iefix') format('embedded-opentype'),                                                               
         url('aller_rg-webfont.woff') format('woff'),                                                                                  
         url('aller_rg-webfont.ttf') format('truetype'),                                                                               
         url('aller_rg-webfont.svg#AllerRegular') format('svg');                                                                       
    font-weight: normal;                                                                                                               
    font-style: normal;                                                                                                                                       
}

a {
    color: #696969;
    text-decoration: none;
}

a:hover {
    color: white;
}

a.active {
    color: white;
}

a img {
    border: 0;
}

a.yellow {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
}

a.yellow:hover span {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #aca222;
    cursor: pointer;

    filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
}

a.small {
    margin-right: 16px;
	margin-bottom: 16px;
}

h1 {
    color: #ccbf1f;
    font-size: 13px;
    margin: 0;
    margin-bottom: 8px;
    font-weight: normal;
}

h2 {
    color: #ccbf1f;
    font-size: 12px;
    border-bottom: 12px solid #454545;
    margin: 0;
    margin-bottom: 6px;
    padding: 0;
    padding-bottom: 4px;
    font-weight: normal;
}

h3 {
    color: #ccbf1f;
    font-size: 11px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.pager {
    margin-top: 5px;
    text-align: right;
}

.pager a {
    color: white;
    margin-right: 2px;
}

.pager a.active {
    color: #aca222;
}

.pager a:hover {
    color: #aca222;
}

.cleaner {
    float: none;
    clear: both;
    line-height: 1px;
    font-size: 1px;
}

root { 
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-family: sans-serif;
    background-color: #2d2d2d;
    color: white;
    line-height: 1.5em;
}

#basicContent {
    width: 750px;
    margin: auto;
    margin-top: 10px;
    min-height: 500px;
}

#languageSwitch {
    text-align: right;
}

#mainHeader {
    margin-top: 55px;
    margin-bottom: 20px;
    padding: 5px 0;
    border-bottom: 16px solid #454545;
}

#mainHeader .logo {
    float: left;
}

#mainHeader .logo h1 a {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    color: #2d2d2d;
    overflow: hidden;
    width: 90px;
    height: 50px;
}

#mainHeader .logo h1 a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/logo.png");
    cursor: pointer;
}

#mainHeader #menuContainer {
    font-family: AllerRegular, sans-serif;
    float: right;
}

#mainHeader #menuContainer .menu {
    display: block;
    margin: 0px;
    margin-top: 35px;
    padding: 0px;
    font-size: 12px;
}

#mainHeader #menuContainer .menu li {
    display: inline;
}

#mainHeader #menuContainer .menu li a {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    margin-left: 20px;
    color: #fff;
}
#mainHeader #menuContainer .menu li a:hover,
#mainHeader #menuContainer .menu li a.active {
    color: #c0b620;
}


#footer {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    border-top: 22px solid #454545;
    color: #616161;
    text-align: right;
    font-size: 9px;
}

#indexDispatcher {
}

#indexContent {
    margin-bottom: 20px;
}

#indexDispatcher .column {
    float: left;
    width: 240px;
}

#indexDispatcher .inside {
    width: 230px;
    margin: 0px 20px;
}

#contactContent {
    
}

#contactContent .leftColumn {
    float: left;
    width: 235px;
    margin-right: 20px;
    min-height: 400px;
}

#contactContent .rightColumn {
    float: left;
    width: 495px;
    min-height: 400px;
}

#companyContent {

}

#companyContent .leftColumn {
    float: left;
    width: 235px;
    margin-right: 20px;
    min-height: 400px;
}

#companyContent .rightColumn {
    float: left;
    width: 495px;
    min-height: 400px;
}

#companyContent .rightColumn .innerLeft {
    float: left;
    width: 235px;
    margin-right: 15px;
}

#companyContent .rightColumn .innerRight {
    float: left;
    width: 245px;
}

.referencesButton {
    float: left;
    width: 232px;
    height: 289px;
    background-position: top left;
    font-size: 0px;
    position: relative;
}

.referencesButton:hover {
    background-position: 100% 0%;
}

.referencesButton.interier {
    background-image: url("../images/hotelove-interiery.jpg");
}

.referencesButton.administrative {
    background-image: url("../images/administrativni-prostory.jpg");
    margin: 0px 26px;
}

.referencesButton.private {
    background-image: url("../images/privatni-interiery.jpg");
}

.referencesButton.margin {
    margin: 0px 26px;
}

.referencesButton span {
    position: absolute;
    z-index: 10;
    display: block;
    text-align: right;
    padding-right: 20px;    
    font-family: AllerRegular;
    font-size: 18px;
    line-height: 35px;
    color: white;
    width: 213px;
    height: 35px;
    left: 0;
    top: 225px;
    background-color: grey;
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

a:hover.referencesButton span {
    background-color: #aca222;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

#referencesContent {

}

#references {

}

a.referenceText {
    float: left;
    display: block;
    width: 173px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 15px;
}

a.referenceText:hover img {
    margin-left: -173px;
}

#referenceDetail {
    
}

#referenceDetail .leftColumn {
    float: left;
    width: 575px;
    margin-right: 10px;
}

#referenceDetail .rightColumn {
    float: left;
    width: 165px;
}

#referenceDetail .bar {
    padding-top: 10px;
}

#referenceDetail .bar a.last {
    margin-right: 0;
}

#newsOverviewContent {
    
}

#newsOverviewContent .leftColumn {
    float: left;
    width: 130px;
    margin-right: 20px;
}

#newsOverviewContent .rightColumn {
    float: left;
    width: 600px;
}

/* Products */
a.productText {
    float: left;
    display: block;
    width: 233px;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 18px;
}

a.productText:hover img {
    margin-left: -233px;
}
a.productText.lastInRow {
    margin-right: 0;
}


