.content-iframe {
    color: #336;
    font-family: sans-serif;
    font-size: 14px;
}

.content-iframe a {
    color: #336;
    text-decoration: underline;
}

.content-iframe a,
.content-iframe a:active,
.content-iframe a:hover {
    outline: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.content-iframe h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.content-iframe h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    margin: 0 0 15px 0;
}

.content-iframe p,
.content-iframe table {
    margin: 0 0 15px 0;
}

.content-iframe strong {
    font-weight: 700;
}

.content-iframe .form-group {
    margin: 0 0 10px 0;
}

.content-iframe .control-label label {
    display: inline-block;
    line-height: 26px;
}

.content-iframe .controls input[type="text"],
.content-iframe .controls select {
    border: 1px solid #aaa;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    max-width: 240px;
    width: 100%;
}

.content-iframe .controls input[type="text"] {
    padding: 0 5px;
}

.content-iframe .captcha.control-group .controls,
.content-iframe .submit.control-group .controls {
    width: 100%;
}

.content-iframe .submit input {
    background: #336;
    border: 0;
    color: #fff;
    cursor: pointer;
    height: 30px;
}

.content-iframe input,
.content-iframe textarea,
.content-iframe select,
.content-iframe button {
    color: #336;
    font-family: sans-serif;
    font-size: 14px;
}

.content-iframe table {
	border-collapse: collapse;
	border-spacing: 0;
    margin: 20px 0;
    width: 100%;
}

.content-iframe th,
.content-iframe td {
    padding: 6px 10px;
    text-align: left;
}

.haendlersuche tr:nth-child(odd) td {
    background: #efefef;
}

.content-iframe th {
    background: #336;
    color: #fff;
    font-weight: 700;
}

.content-iframe .order-searchword {
    border: 1px solid #aaa;
    box-sizing: border-box;
    float: left;
    height: 30px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    width: 30%;
}

.content-iframe .order-searchbutton,
.content-iframe .button-preisanfrage {
    background: #336;
    border: 0;
    color: #fff;
    cursor: pointer;
    height: 30px;
    padding: 0 10px;
}

.content-iframe .orderstatus-result .status-lightgray {
    background: #d3d3d3;
}

.content-iframe .orderstatus-result th,
.content-iframe .orderstatus-result td {
    border: 1px solid #336;
    line-height: 150%;
    padding: 6px;
    text-align: left;
}