@charset "utf-8";
body {
    font-size: 16px;
    background: #333333;
    color: #cdcdcd;;
    font-family: Arial, Verdana, Times New Roman;
}

table td {
    font-size: 16px;
}

a {
    color: #cdcdcd;
    font-size: 16px;
    text-decoration: none
}

a:visited {
    color: #cdcdcd;
    font-size: 16px;
    text-decoration: none
}

a:hover {
    color: #cdcdcd;
    font-size: 16px;
    text-decoration: underline
}

a:active {
    color: #cdcdcd;
    font-size: 16px;
    text-decoration: none
}

a.footer {
    color: white;
    font-size: 10px;
    text-decoration: none
}

a.footer:visited {
    color: white;
    font-size: 10px;
    text-decoration: none
}

a.footer:hover {
    color: white;
    font-size: 10px;
    text-decoration: underline
}

a.footer:active {
    color: white;
    font-size: 10px;
    text-decoration: none
}

div#content {
    background: black;
    position: absolute;
    top: 0;
    left: 150px;
    width: 780px;
    height: 1700px;
}
div#sub {
    position: absolute;
    top: 150px;
    left: 50px;
    width: 700px;
    height: auto;
}
table.bestellung {
    margin:10px;
    padding:0px;
}

.plz { 
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
.error {
    color: red;
    font-size: 13px;
    text-decoration: none;
}

img {
    border: 0px;
}
