* {
    padding: 0px;
}

article, footer, header, nav, section, figure {
    display: block;
}

div.clear {
    clear: both;
}


body {
    margin: 0px auto;
    width: 995px;
    background-color: #cccccc;
    font-family: arial;
    font-size: 12px;
    line-height: 1.4;
}

#logo {
    background-image: url('/gfx/logo.GIF');
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
}

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

img {
 border: 0px;
}

a.selected {
    font-weight: bold;
}

#content {
    width: 785px;
    float: left;
    border-right: 1px solid black;
}

aside {
    width: 165px;
    float: right;
    text-align: right;
    padding: 0 10px;
    margin-right: 20px;
}

.katalog-row img {
    width: 110px;
    height: 110px;
    border: 0px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.katalog-button {
    padding: 2px 5px;
    width: 140px;
    float: right;
    text-align: right;
    margin: 5px 0px;
    border-bottom: 1px solid black;
    border-right:  1px solid black;
    border-top:  1px solid white;
    border-left:  1px solid white;
    background-color: #9a9a9a;
}
