html {
    height: 100%;
}
body {
    margin: 0;
    height: 100%;
    background-color: #B40303;
}
input {
    border: 1px solid #7E0000;
    background-color: #C50F0F;
    font-size: 11px;
    color: #FFFFFF;
}
img {
    border: 0;
}
form {
    margin:0;
}

#main_tb {
    height: 100%;
}
#bestellung {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;/*FCB141;E47601;*/
}
.center {
    text-align: center;
}
.bold {
    font-weight:bold;
}
.note {
    color: #FCB141;
}
.cursor {
    cursor:pointer;
}
.fa {
    color: #9D343A;
}
a.note:link {
    color: #FCB141;
}
a.note:visited, a.note:hover {
    color: #FCB141; 
    text-decoration: none;
}
a.offer:link {
    color: #000000;
	text-decoration: none;
}
a.offer:visited, a.offer:hover {
    color: #000000; 
}
#header_t {
    top:-13px;
}
#logo {
    top:-64px;
}
#bestellung td {
    height: 20px;
    vertical-align: bottom;
}
.button {
    border: 0;
    color: #F9B14B;
    font-weight:bold;
    background-color: #C33A16;
}
#border_korb {
    border-top: 1px solid #B82903;
    border-left: 1px solid #B82903;
    border-right: 1px solid #B82903; 
    width: 205px;
}
#korb {
    background-color: #6A0101;/*660000;*/
    border: 1px solid #7E0000;
    font-size: 12px;
    color: #FFFFFF;
}
#korb th {
 height: 20px;
 font-weight: bold;
 color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}
#angebot {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
#angebot th {
    font-weight: normal;
    padding-left: 5px;
    height: 20px;
    text-align: left;
}
#angebot td {
    width: 50px;
    text-align: right;
    padding-right: 5px;
}
#content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
.line {
    height: 1px;
    font-size: 1px;
}
.box_in {
    width: 465px;
    background-color: #DED2A5;
    border-left: 1px solid #B82903;
    border-right: 1px solid #B82903;
}
.box_in_small {
    width: 230px;
    background-color: #DED2A5;
    border-left: 1px solid #B82903;
    border-right: 1px solid #B82903;
}
.number_1 {
    width: 30px;
    text-align: right;
    padding-right: 3px;
    vertical-align: middle;
}
.number_2 {
    width: 40px;
    text-align: right;
    padding-right: 8px;
    vertical-align: middle;
}
.number_3 {
    width: 25px;
    text-align: right;
    padding-right: 3px;
    vertical-align: middle;
    height: 20px;
}
.pd_2 {
    padding: 2px;
}
.price {
    text-align: right;
    padding-right: 15px;
    width: 60px;
}
.price_1 {
    text-align: right;
    padding-right: 3px;
    color: #9D343A;
    width: 45px;
}
.price_2 {
    text-align:right;
    padding-right:3px;
    width:45px;
}
.price_3 {
    text-align: right;
    padding-right: 5px;
    width: 50px;
}
#contact {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
#contact td {
    height: 23px;
    padding-left: 5px;
}
#contact input, textarea {
    margin: 0;
    border-color: #76766A;
    border-width: 1px;
    font-size: 12px;
    font-family: "Courier New", Courier, monospace;
    padding-left: 2px;
    padding-right: 2px;
    text-indent: 2px;
    border-style: solid;
    background-image: url("../images/input.gif");
    height: 15px;
    color: #000000;
}
#contact input:focus,textarea:focus {
    height: 15px;
    border: 1px solid #76766A;
    background-image: url("../images/input_akt.gif");
}
#contact input:hover, textarea:hover{
    background: #DED2A5;
}
#contact #sb1{
    border: 0;
    color: #F9B14B;
    font-weight: bold;
    background-color: #C33A16;
    height: 16px;
}