.header-navigation {
    background-color: #000;
    background-image: url(../images/header-x.gif);
    background-repeat: repeat-x;
    color: #d8bd4c;
    font-weight: bold;
    text-indent: 20px;
}

td.footer-navigation {
    background-color: #000000;
    background-image: url(../images/footer-x.gif);
    background-repeat: repeat-x;
    color: #d8bd4c;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
}

a {
    color: #d8bd4c;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    /*margin: auto;*/
    display: block;
    text-align: center;
}

table, form {
    margin: 0px;
    padding: 0px;
}

form {
    display: inline;
}


body, td, p, div, select, option, input {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
}

hr {
    color: #e0e0e0;
    background-color: #e0e0e0;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px;
    border: 0px solid;
    height: 1px;
    clear: both;
}

.box-gray-content {
    background-color: #f0f0f0;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;

}
h1 {
    font-size: 12px;
    color: #000;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left;
}

h1.center {
    float: none;
    text-align: center;
}

.notice-for-h1 {
    float: right;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

h3 {
    font-size: 11px;
    color: #d8bd4c;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.black {
    color: #000;
}

.grey {
    color: #999;
    font-size: 9px;
}

p {
    clear: left;
    margin: 10px 0px;
    text-align: left;
}

ul {
    margin: 0px 0px 15px 20px;
    padding: 0px;
    text-align: left;
    list-style-type: square;
}

ul li {
    list-style-type: inherit;
}

li {
    list-style-position: outside;
    list-style-type: square;
}

#container-main {
    border: 1px solid #E0E0E0;
    width: 750px;
    padding: 2px;
    margin: 0px auto;
    text-align: left;
}

.box-content {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #6d6d6d;
    border-right-color: #6d6d6d;
    border-bottom-color: #6d6d6d;
    border-left-color: #6d6d6d;
    margin: 0px;
}

.box-login-top {
    color: #FFFFFF;
    background-color: #6d6d6d;
    background-image: url(../images/box-login_top.gif);
    background-repeat: no-repeat;
    height: 32px;
    width: 199px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.box-content input {
    margin-top: 5px;
    margin-bottom: 5px;
}

.box-login-input {
    color: #6d6d6d;
    background-color: #e9e9e9;
    padding-left: 3px;
    border: 1px solid #6d6d6d;
    width: 170px;
    height: 16px;
}

.box-login-button {
    color: #d8bd4c;
    font-weight: bold;
    background-color: #6d6d6d;
/*    padding: 3px;*/
    border: 1px solid #000000;
    width: 85px;
    cursor: pointer;
    cursor: hand;
}

input, textarea {
    color: #6d6d6d;
    background-color: #e9e9e9;
    border: 1px solid #6d6d6d;
}

input.submit {
    color: #d8bd4c;
    font-weight: bold;
    background-color: #6d6d6d;
    border: 1px solid #000;
    /* margin: 5px 0px; */
    cursor: pointer;
    cursor: hand;
}

.table-main {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-top: none;
    border-bottom: none;
}

label.kontakt {
    text-align: left;
    width: 80px;
    padding-right: 10px;
    float: left;
    margin: 3px 0px;
}

br.clearleft {
    clear: left;
}

dt {
    font-weight: bold;
}

dt.title {
    font-weight: bold;
    margin-bottom: 1.5em;
}

dd {
    margin-bottom: 10px;
    margin-left: 0px;
}

dl.error {
    border: 1px solid #d8bd4c;
    color: #f00;
    padding: 5px;
}

dd.error {
    margin-bottom: 0px;
    margin-left: 2em;
    font-weight: normal;
    color: #f00;
}