
* {
    font-family: verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

a {
    font-size: 1em;
    font-weight: bold;
    color: #002137;
    text-decoration: none;
}

a.produkt {
    color: #00436e;
}

body {
    margin: 30px 0px 0px 0px;
    text-align: center;
    background-color: #ffffff;
}

.container {
    position: relative;
    margin: 0px auto;
    width: 870px;
    background-color: #edf2f5;
    text-align: left;
}

.c2 {
    position: relative;
    margin-top: 13px;
    width: 857px;
    border-top: 2px solid #393977;
    border-bottom: 2px solid #393977;
    border-left: 2px solid #392977;
    border-right: 2px solid #392977;
    background-color: #ffffff;
}

h1, h2, h3, h4 {
    margin: 15px 0px 5px 0px;
}

h4 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.6em;
}

h1 {
    font-size: 1.8em;
}


ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}

p {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: justify;
}

p, b, ul, li {
    font-size: 1em;
}

input {
    border: 1px solid #777777;
    background-color: #f7f7f7;
}

.spacer {
    clear: both;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#logo-print {
    display: none;
}

#produkt-table {
    width: 630px;
}


