body {
    background: #888;
}
a {
    color: #cd408e;
}
a:hover {
    color: #ae3679;
}
h2 {
    margin-bottom: 12px;
}
h3 {
    margin-bottom: 12px;
}
dl {
    font-size: 13px;
}

#Rechnungsadresse {
    display: none;
}
#UploadHinweis {
    display: none;
}
.pd-progress {
    font-size: 12px;
    margin-bottom: 16px;
}
.pd-content-section-full .pd-progress li {
    padding-top: 2px;
}

.dl-horizontal dt {
    width: 160px;
}
.dl-horizontal dd {
    margin-left: 170px;
}
label.control-label {
    font-weight: bold;
}
.form-horizontal .control-label {
    width: 150px;
}
.form-horizontal .controls {
    margin-left: 170px;
}
.printRequestButton {
    margin-bottom: 4px;
}

.druckdateninfo {
    position: absolute;
    right: -40px;
    top: -30px;
}
.container {
    position: relative;
    margin-top: 40px;
}
.container_content {
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px #4f4e19;
    border-radius: 6px;
}
.pd-header-row {
    background-color: #a0a237;
}

.pd-header-row>div {
    height: 200px;
}
.pd-header-row .span3 a {
    display: block;
    text-align: center;
    margin: 80px 0px 0px 0px;
}
.pd-header {
    background: url("../img/ne_bg_header.jpg") center bottom;
}

.pd-nav-container {
    font-size: 14px;
    background: #e2de47;
}
.pd-nav-container ul {
    margin-bottom: 0px;
}
.pd-nav-container ul li {
    padding-top: 7px;
    padding-bottom: 7px;
}
.pd-nav-container .span3 {
    letter-spacing: 4px;
}
.pd-nav-container .span9 ul li {
    padding-right: 8px;
}
.pd-nav-container ul li a,
.pd-nav-container ul li.active a {
    color: #fff;
    background-color: #cd408e;
}
.pd-nav-container .span9 ul li a:hover {
    background-color: #ae3679;
}
.pd-nav-container .span9 ul li.active a,
.pd-nav-container .span3 ul li a,
.pd-nav-container .span3 ul li.active a{
    color: #cd408e;
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
}
.pd-nav-container .span9 ul li.active a:hover {
    color: #ae3679;
    background-color: transparent;
}
.pd-nav-container .nav-pills > li > a {
    border-radius: 2px;
    padding: 3px 7px;
}

.pd-content-section {
    font-size: 16px;
    line-height: 140%;
    min-height: 400px;
    background: #fff url("../img/ne_bg_content.jpg") center top no-repeat;
}
.pd-content-section_content {
    padding: 12px;
}
.pd-content-section em {
    font-style: inherit;
    color: #cd408e;
}

.pd-content-section-full {
    font-size: 16px;
    line-height: 140%;
    background-color: #e2de47;
    padding: 12px;
}
.pd-content-section-full li {
    line-height: 140%;
    padding-top: 10px;
}
.pd-content-section-full_content {
    padding: 20px 50px 20px 30px;
}

.pd-sidebar {
    min-height: 400px;
    background: #a0a237 url("../img/ne_sidebar.png") 34px 20px no-repeat;
}

.pd-progress li {
    color: #999;
}
.pd-progress li.active {
    color: #000;
}