body {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 15px;
}

#main {
    width: 700px;
    margin: auto;
    text-align: center;
    background-color: #f7e5c7;
}

#header {
    width: 700px;
    height: 186px;
    text-align: left;
    background-image: url('grafika/header.jpg');
}

#logo {
    float: left;
    margin-left: 50px;
    margin-top: 50px;
}

#top_img {
    margin-top: -6px;
    clear: both;
    margin-bottom: 0px;
}

#menu {
    width: 700px;
    height: 30px;
    text-align: center;
    background-color: #f7e5c7;
}

.menulink {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

#line {
    width: 700px;
    height: 0px;
    border-top: solid 6px #db9013;
    margin-top: -4px;
}

img {
    border: 0px;
    margin: 0px;
    margin-right: 1px;
}

.right {
    float: right;
    width: 240px;
    padding-top: 233px;
}

#content {
    _float: left;
    width: 480px;
    padding-top: 40px;
    text-align: left;
    padding-left: 40px;
}

#footer {
    clear: both;
    width: 700px;
    height: 34px;
    background-image: url(grafika/footer.png);
    margin: auto;
    text-align: center;
    padding-top: 40px;
}

.right_img {
    float: right;
    margin-right: -150px;
    cursor: pointer;
}

.orange {
    color: #ec931a;
}

a {
    color: #000000;
}

ul {
    list-style-image: url('grafika/point.png')
}

.form {
    background-color: #fcf4e8;
    width: 600px;
    color: #dc931a;
    font-size: 13px;
}

.submit {
    background-color: #dc931a; 
    width: 130px;
    height: 22px;
    border: 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.text {
    height: 25px;
    width: 143px;
    border: 0px;
    background-color: #ffffff;
}

.text_long {
    height: 25px;
    width: 292px;
    border: 0px;
    background-color: #ffffff;
}

table {
    border: 0px;
    color: #dc931a;
    font-size: 13px;
    font-weight: bold;
}

.more {
    border: 0px;
    background-color: #ffffff;
    width: 590px;
    height: 100px;
}

.right_text {
    text-align: right;
}

.test {
    font-weight: bold;
}

.bottom {
    text-align: left;
    font-size: 12px;
    text-align: left;
    color: #e3a94b;
    background-color: #ffffff;
    padding-left: 20px;
}

.bottom_link {
    margin-left: 290px;
}