.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}


#container{
    margin: 0 auto;
    width: 944px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

header, main, footer{
    margin: 0;
    padding: 0;
    width: 944px;
}

header .bread {
    color: #666666;
    font: 9px verdana;
    left: 415px;
    padding: 0 0 5px;
    position: relative;
    text-align: left;
    top: 73px;
    width: 500px;
}
header .bread ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header .bread li {
    float: left;
}

header .bread li a {
    color: #666666;
}
header .bread li a:hover {
    background-color: rgba(0,0,0,0);
}
header .bread li.active {
    font-weight: 700;
}


/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}



header {
    background-image: url("../images/top.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 254px;

}

main {
    background-image: url("../images/center.jpg");
    background-repeat: repeat-y;
}
main #left {
    width: 200px;
    float: left;
    padding-left: 28px;
    color: #bababa;
    font: 10px/18px verdana;
}
main .menu-img {
    padding: 20px 0 0 015px;
    border-bottom: solid 1px #2f2f2f;
    background-image: url("../images/menu.jpg");
    background-repeat: no-repeat;
    background-position: 20px bottom;
}

nav ul {
    font: 10px/24px verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav li {
    background-image: url("../images/bg_button.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 23px;
    margin: 0;
    padding: 1px 0 0 16px;
    
}
nav li.active {
    background-image: url("../images/bg_button_active.jpg");
    font-weight: bold;
    color: #cccccc;
}
nav a{
    color: #aaaaaa;
    text-decoration: none;
}
nav.active a{
    color: #cccccc;
    text-decoration: none;
}
main .miniKontakt {
    padding: 20px 0 0 015px;
}
main h3 {
    color: #ffffff;
    font: bold 12px arial;
    margin: 0;
    padding: 10px 0 3px;
}
main #component_ls {
   width: 658px;
   float: left;
    padding: 0 20px;
}
#component_ls .page-header h2,
#component_ls h2.item-title {
    border-bottom: 1px solid #888888;
    background-image: url("../images/title_blob.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 25px;
    padding: 2px 0 7px 35px;
    font-size: 22px;
    font-weight: 700;
}
#component_ls .page-header h2 a,
#component_ls h2.item-title a{
    text-decoration: none;
    color: black;
}

footer{
    height: 144px; 
    background-image: url(../images/bottom.jpg); 
    background-repeat: no-repeat; 
    background-position: top;
}