.fleft {
    float: left;
}

.fright {
    float: right;
}

.detail-security {
    float: left;
    width: 180px;
    margin-left: 20px;
}

.nxs-error {
	background: url(../../img/bck_errors.jpg) no-repeat;
	width: 909px;
	height: 40px;
	font-size: 20px;
	color: #ffffff;
	text-decoration: underline;
	padding: 14px 0px 0px 63px;
	display: block;
	vertical-align: middle;
	line-height: normal;
	margin: 5px auto;
}

a.letter-active {
	color: #FF942B !important;
}

.nxsRefreshArtBtn {
	background: url(../../img/aktu_ico.png) no-repeat;
	width: 18px;
	height: 18px;
	border: none;
	cursor: pointer;
}


table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

.nxsMultiDeliveryTime {
	display: none;
}

.nxsArticleList .nxs_sitemap_trenner a{
	font-size: 12px;
	line-height: 16px;
}


/**
 * Newsleter-Detailseite
 */
.newsletter-details {
    position: relative;
    width: 1000px;
    height: 117px;
    background: url(../bg/newsletter_detail_bck.jpg) no-repeat top left;
    margin: 15px 0px 0px 0px;
    overflow: hidden;
}
.newsletter-details .closed-box {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 1000px;
}

.newsletter-details .closed-box .left-area {
    float: left;
    width: 400px;
    margin-left: 100px;
    padding-top: 17px;
}

.newsletter-details .closed-box .left-area .headline {
    display: block;
    font-size: 22px;
    color: #4289c0;
    font-weight: bold;
    line-height: 27px;
}

.newsletter-details .closed-box .right-area {
    float: right;
    width: 212px;
    margin-right: 72px;
    padding-top: 10px;
}

.newsletter-details .closed-box .right-area label {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.newsletter-details .closed-box .right-area input {
    width: 207px;
    margin: 3px 0px 25px 0px;
}

.newsletter-details .newsletter-open {
    width: 171px;
    height: 19px;
    padding: 9px 0px 0px 40px;
    background: URL(../bg/news_detail_button.png) no-repeat top left;
    color: #ffffff;
    font-size: 12px;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
}

.newsletter-details .opened-box {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 1000px;
}

.newsletter-details .opened-box .left-area {
    float: left;
    width: 500px;
    padding-top: 17px;
}

.newsletter-details .opened-box .left-area .headline {
    display: block;
    font-size: 22px;
    color: #4289c0;
    font-weight: bold;
    line-height: 27px;
    margin-left: 100px;
}

.newsletter-details .opened-box .left-area .features {
    position: relative;
    margin: 50px 0px 0px 30px;
    display: block;
}

.newsletter-details .opened-box .left-area .features .list-point {
    position: absolute;
    width: 300px;
    height: 35px;
    background: URL(../bg/newsletter_feature.png) no-repeat top left;
    padding: 10px 0px 0px 45px;
    font-size: 15px;
    font-weight: bold;
    color: #343434;
}

.newsletter-details .opened-box .left-area .features .list-point.one {
    top: 0px;
    left: 0px;
}

.newsletter-details .opened-box .left-area .features .list-point.two {
    top: 35px;
    left: 35px;
}

.newsletter-details .opened-box .left-area .features .list-point.three {
    top: 70px;
    left: 70px;
}

.newsletter-details .opened-box .right-area {
    float: right;
    width: 440px;
    margin-top: 15px;
}

.newsletter-details .opened-box .right-area .form-left {
    float: left;
    width: 188px;
}

.newsletter-details .opened-box .right-area .form-left .form-field {
    margin-bottom: 8px;
}

.newsletter-details .opened-box .right-area .form-left .form-field label {
    display: block;
    font-size: 14px;
    color: #4289c0;
    font-weight: bold;
    margin-bottom: 3px;
}

.newsletter-details .opened-box .right-area .form-left .form-field select {
    width: 65px;
    background: #ffffff;
}

.newsletter-details .opened-box .right-area .form-left .form-field input {
    width: 188px;
}

.newsletter-details .opened-box .right-area .form-left .term-field {
    margin-bottom: 8px;
}

.newsletter-details .opened-box .right-area .form-left .term-field .check {
    float: left;
    width: 23px;
}

.newsletter-details .opened-box .right-area .form-left .term-field .text {
    float: left;
    width: 165px;
    font-size: 9px;
    font-weight: bold;
    color: #00609a;
}

.newsletter-details .opened-box .right-area .form-right {
    float: right;
    width: 211px;
    margin-right: 10px;
}

.newsletter-details .opened-box .right-area .form-right label {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 3px;
}

.newsletter-details .opened-box .right-area .form-right input {
    width: 207px;
    margin: 3px 0px 20px 0px;
}


#variants .dropDown p.selectorLabel {
    padding: 0;
    line-height: 21px;
}

.details_ul li span {
    float: left;
}

.details_ul li div {
    margin-left: 253px;
}


#bread span {
    line-height: 18px;
}

.footer-newsletter-button {
    background: url(../../img/fbd_btn_newsletteranmeldung.jpg) no-repeat top left;
    display: block;
    width: 148px;
    height: 26px;
    padding: 7px 0px 0px 30px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-top:25px;
}

.nxsCmsText {
    padding-top: 10px;
}

.nxsCmsText.noNav {
    width: 980px;
}

.txtElemWrap {
    font-size: 12px;
}

.txtElemWrap p, .txtElemWrap a {
    font-size: 12px !important;
}

.nxsCmsText h1,
.nxsCmsText h2,
.nxsCmsText h3,
.nxsCmsText h4,
.nxsCmsText h5,
.nxsCmsText h6{
    background: transparent;
    color: #000;
    padding-left: 0;
    font-weight: bold;
}

.nxsCmsText h5 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.txtElemWrap h2 {
    padding: 0 0 10px;
    font-size: 1.7em;
}

.txtElemWrap ul li {
    background: url("../../img/bgi/icons.png") no-repeat scroll 0 -57px transparent;
    color: #000000;
    float: none;
    font-size: 12px;
    font-weight: normal;
    padding-left: 12px;
    margin-left: 5px;
    line-height: 18px;
}