/*
*********************************************************
* BASIC CSS-STYLES FOR 'DANNEMANN'						*
* ALL DEFINITIONS ARRANGED BY CLEAR COMMENTS			*
*********************************************************
*/
/*******************************
GENERAL TAGs
*******************************/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background-color: #000;
	z-index:1;
	background-image: url(/images/spotlightlogo.png);
	background-position: center;
}
html {
	overflow-y: hidden;
    background-color: #000000;
}
body {
	background-color: #000;
	color: #3f403d;
	font-family: Georgia, Times, serif;
	font-size: 64.5%;
}
	h1 {
		padding-top: 13px;
		margin: 0 auto;
	}

	h2, h3, h4, p, th {
		text-align: left;
	}
	h2 {
		background-position: 0 0;
		background-repeat: no-repeat;
		line-height: 40px;
		text-indent: -19999px;
	}
	#chapterLeft h2.ghost {
		line-height: 1px;
		padding: 0;
		height: 1px;
	}
	#chapterLeft h3.ghost {
		line-height: 1px;
		padding: 0;
		height: 1px;
	}

	#chapterLeft h3.ghostFollower {
		padding-top: 40px;
	}
	h3 {
		font-size: 1.8em;
		font-weight: normal;
		padding: 0 0 12px 0;
	}
	.jobdescr_2 h3.ghost {
		margin-top: 0;
		padding-bottom: 0;
	}
	h3.h3pgraph {
		font-size: 1.8em;
		font-weight: normal;
		padding:15px 0 0 0;
		margin: 0;
	}

	h4 {
		font-size: 1.1em;
		padding: 0;
	}
	h4,
	h5,
	p,
	label,
	dl,
	table,
	.list01,
	ul.numeration,
	ul.accordionList,
	ul.clubReportList,
	ul.countryList,
	ol,
	em {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		line-height: 18px;
		padding: 10px 0 10px 0;
	}
	.list01 {
		padding: 0 5px;
	}
	h4 {
		padding: 12px 0 0 0;
	}
	h5 {
		font-size: 1em;
		font-weight: normal;
		color: #a89977;
		margin-left: 36px;
		padding-bottom: 5px;
	}
	a, a:active, a:focus, .flexcroll, .flexscroll, .myFlexcroll {
		color: #3f403d;
		outline: none;
		text-decoration: none;
	}
	a, a:active, a:focus {
		text-decoration: underline;
	}
	.flexscroll {
		display:block;
	}
	#chapterLeft p a,
	.inset a {
		text-decoration: underline;
	}
	.inset a.arrowRight,
	.inset a.arrowLeft {
		text-decoration: underline;
	}
	a.arrowRight {
		background: url(/images/arrowGoldRight.png) no-repeat 100% 50%;
		padding-right: 20px;
		margin-left: 36px;
		text-decoration: underline;
	}
	a.arrowBack {
		background: url(/images/arrowGoldLeft.png) no-repeat 0% 50%;
		padding-left: 20px;
		margin: 0;
		text-decoration: underline;
	}

	.jobdescr_2 a.arrowLeft,
	.jobdescr_2 a.arrowRight {
		margin-left: 0;
	}
	#chapterLeft p a.arrowRight,
	#chapterLeft p a.arrowLeft {
		text-decoration: underline;
		margin-left: 0;
	}
	p.floatingContent {
		overflow: hidden;
		margin: 0 0 20px 0;
	}
	ul {
		list-style: none;
	}
	ul.numeration {
		margin-left: 50px;
		list-style: disc;
	}
	ul.errors {
		clear: both;
	}
	ol {
		margin-left: 25px;
	}

	dt {
		font-weight: bold;
	}
	#club_live dt {
		font-weight: normal;
	}
	dd {
		font-style: oblique;
	}
	.clearWrapper {
		overflow: hidden;
		padding-left: 15px;
	}
	hr {
		border-top: 1px solid #dcd4c4;
		border-bottom: 1px solid #fff;
		border-left: none;
		border-right: none;
		clear: both;
		margin: 10px 0 20px 0;
	}
	hr.v2 {
		border-top: 1px solid #dcd4c4;
		border-bottom: 1px solid #fff;
		border-left: none;
		border-right: none;
		clear: both;
		margin: 0 0 10px 0;
	}
	hr.v3 {
		border-top: 1px solid #dcd4c4;
		border-bottom: 1px solid #fff;
		border-left: none;
		border-right: none;
		clear: both;
		margin: 10px 0 0 0;
	}
    hr.v4 {
        border-top: 1px solid #dcd4c4;
        border-bottom: 1px solid #fff;
        border-left: none;
        border-right: none;
        clear: both;
        margin: 5px 0 0 0;
    }

	table {
		border-collapse: collapse;
		border-spacing: 0;
		font-size: 1.1em;
		width: 100%;
	}
	table th {
		font-family: Georgia, Times, serif;
	}
	table td {
		font-size: 1em;
	}
	/* special Table without links or rollovers*/
	table.static tr {
	}
		table.static th {
			border-bottom: 1px solid #999;
		}
		table.static td {
			border-bottom: 1px solid #999;
			padding: 4px 0;
		}
		.tableRight {
			text-align: right;
		}
		table.static td.tableRightNumeration {
			text-align: right;
			padding-right: 54px;
		}
		table.static th.tableRightNumeration {
			width: 85px;
		}
	.tableVariant {
		width: 98%;
	}
	img,
	fieldset {
		border: none;
	}
	.error, ul.errors li {
		color: #ff0000;
	}
	p.error {
		color: #ff0000;
		padding-top: 0;
		padding-bottom: 0;
	}
	form {
		padding: 0 0 0 36px;
	}
	.jobdescr_2 form {
		padding: 0;
	}
	legend {
		display: none;
	}
	label {
		display: block;
		padding: 0;
		margin-top: 10px;
	}
	#chapterLeft .inline {
		padding: 0;
		margin: 12px 0 0 0;
	}
	.inline label,
	.inline input {
		display: inline;
	}
	.inline label {
		margin-right: 10px;
	}
	input,
	textarea,
	select {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		letter-spacing: 0.06em;
		background: #fbf8f0;
		border: 1px solid #92918d;
		color: #3f403d;
		font-size: 1em;
	}

	input[disabled],
	textarea[disabled],
	select[disabled] {
		background: transparent;
		border: 1px solid #f3f3f3;
		color: #f3f3f3;
		font-size: 1em;
	}

    #form_party_paket_report_view input[disabled],
    #form_party_paket_report_view textarea[disabled],
    #form_party_paket_report_view select[disabled] {
        background: #fbf8f0;
        border: 1px solid #92918d;
   		color: #3f403d;
   		font-size: 1em;
    }

	select {
		padding: 3px 1px;
	}
	select.prefix {
		width: 70px;
	}
	select.winnerHistorieList {
		float: right;
	}
	option {
		background: #fff;
	}
	input {
		width: 266px;
		padding: 4px;
	}

	input.sshort {
		width: 100px;
	}
	input.short {
		width: 200px;
	}

	input.larger {
		width: 320px;
	}
	.selectToText {
		width: 276px;
	}
	.specialFormElemnts input {
		height: 18px;
		padding: 6px 2px 2px;
	}
	input.radiobutton,
	input.checkbox {
		background: transparent;
		width: auto;
		height: auto;
		padding: 0;
		border: none;
	}
	textarea {
		height: 176px;
		width: 266px;
		padding: 4px;
	}

	.textarea_variant {
		height: 100px;
		width: 400px;
	}
	a.link-button{
		line-height: 17px;
		text-decoration: none;
	}
	input.button,
	dl#send-box input,
	dl#send_1-box input,
	dl#send_reg-box input,
	a.link-button {
		background-image: url(/images/arrowGoldRight.gif);
		background-color: transparent ;
		background-position: 100% 50%;
		background-repeat: no-repeat;
		border: none;
		cursor: pointer;
		color: #3f403d;
		font-family: Georgia, Times, serif;
		font-size: 1.1em;
		padding: 0;
		padding-right: 18px;
		text-transform: uppercase;
		margin: 25px 0 0 0;
		text-align: left;
		width: auto;
		height: auto;
		display: inline-block;
	}
	dl#send-box dt,
	dl#send_1-box dt,
	dl#send_reg-box dt {
		display: none;
	}
	dl#send-box input,
	dl#send_1-box input,
	dl#send_reg-box input {
		margin: 0;
		text-align: left;
		width: auto;
		height: auto;
	}
	p.btnWrapper input.button {
		float: right;
		margin-right: 70px;
	}
	p.btnWrapper .buttonWrapper input.button {
		margin-right: 0px;
	}
	p.btnWrapper .buttonWrapper {
		float: right;
		margin-right: 70px;
	}
	p.btnWrapper input.button.back, input.back {
		background-image: url(/images/arrowGoldLeft.png);
		background-position: 0 50%;
		padding-right: 0;
		padding-left: 18px;
		margin-right: 0px;
		float: left;
	}
	.buttonWrapper {
		background: #f0f2ea;
		border: 1px solid #ccc5b6;
		padding: 1px;
		display: inline-block;
		line-height: 28px;
		margin: 25px 0;
		}
	dl#send-box dd,
	dl#send_1-box dd,
	dl#send_reg-box dd {
		background: #f0f2ea;
		border: 1px solid #ccc5b6;
		padding: 1px;
		display: inline-block;
		line-height: 16px;
		margin: 0;
		}
	dd#send-element {
		line-height: 15px;
		}

	.buttonWrapper input.button, a.link-button {
		background-image: url(/images/arrowRightFormBtn.gif);
		background-color: #bfaf89;
		color: #fff;
		margin: 0;
		padding: 0 24px 0 4px;
		}
	dl#send-box input,
	dd#send-element input,
	dl#send_1-box input,
	dd#send_1-element input,
	dl#send_reg-box input,
	dd#send_reg-element input {
		background-image: url(/images/arrowRightFormBtn.gif);
		background-color: #bfaf89;
		color: #fff;
		margin: 0;
		padding: 0 24px 0 4px;
		}
	input.error,
	textarea.error {
		border: 1px solid #ff0000;
		color: #3f403d;
	}
/* dynamic bg for gold button - exmaple 'Login KDG' into footer */
	a.dynamicButton {
		background: url(/images/dynamicBtnBg.png) no-repeat 0 0;
		color: #fff;
		display: inline-block;
		height: 18px;
		line-height: 18px;
		padding-left: 20px;
		cursor: pointer;
	}
	a.dynamicButton span {
		background: url(/images/dynamicBtnBg.png) no-repeat 100% 0;
		display: inline-block;
		height: 18px;
		line-height: 18px;
		padding-right: 20px;
		cursor: pointer;
	}

	a.dynamicButton {
		background: url(/images/dynamicBtnBg.png) no-repeat 0 0;
		color: #fff;
		display: inline-block;
		height: 18px;
		line-height: 18px;
		padding-left: 20px;
		cursor: pointer;
	}
	a.larger {
		padding-left: 40px;
	}

	a.dynamicButton span {
		background: url(/images/dynamicBtnBg.png) no-repeat 100% 0;
		display: inline-block;
		height: 18px;
		line-height: 18px;
		padding-right: 20px;
		cursor: pointer;
	}
	a.larger span {
		padding-right: 40px;
	}

	/* shop centro */
	.formAdaptation dl {
		overflow: hidden;
		display: block;
		height: 1%;
	}
	.formAdaptation dt,
	.formAdaptation dd {
		float: left;
	}

	.formAdaptation dt label {
		font-weight: normal;
		width: 90px;
		margin: 0;
	}
	.formAdaptation .medium {
		width: 266px;
	}

	.formAdaptation #send-box,
	.formAdaptation #send_1-box {
		margin-left: 90px
	}

	.formAdaptation #sex-label {
		float: left;
		margin: 0;
	}
	.formAdaptation #sex-box dd label {
		float: left;
		margin: 0 10px 0 0;
	}
	.formAdaptation .radiobutton {
		margin-right: 4px;
	}

	/* Ambassador Interview
	#question_7-element {
		overflow: hidden;
		display: block;
		height: 1%;
	}
	#question_7-element label {
		width: auto;
		float: left;
		margin-right: 20px;

	}
	#question_8-label {
		margin-top: 20px;
		clear: both;
	} */

	/* club form live erleben */
	#day-box,
	#day-box dt,
	#day-box dd,
	#month-box,
	#year-box {
		display: block;
		float: left;
	}
	#day-box dd select,
	#month-box dd select,
	#year-box dd select {
		margin-top: 10px;
		margin-left: 10px;
	}
	#month-box dt,
	#year-box dt {
		display: none;
	}
	#location-box {
		padding-top: 10px;
		clear: both;
	}

	textarea.small {
		height: 100px
	}
	
	/*Erleben und Geniessen*/
	table td.vcenter{
		vertical-align: middle;
	}

	/* global form element classes */
	.mini {
		width: 140px;
	}
	.medium {
		width: 310px;
	}
	.half {
		width: 225px;
	}
	.large {
		width: 400px;
	}

	/* Ambassador Formular specials */

	#form_veranstaltung dl,
	#form_hotspot dl {
		padding: 0;
	}
	#form_veranstaltung #event_zip-box,
	#form_veranstaltung #event_city-box,
	#form_hotspot #hotspot_zip-box,
	#form_hotspot #hotspot_city-box {
		float: left;
	}
	#form_veranstaltung #event_city-box,
	#form_hotspot #hotspot_city-box {
		margin-left: 20px
	}
	#form_veranstaltung #event_date_end-box {
		padding-top: 0;
	}
	#form_veranstaltung #event_date_start-box,
	#form_veranstaltung #estimated_date-box,
	#form_veranstaltung #contactperson-box,
	#form_veranstaltung #numvisitor-box,
	#form_veranstaltung #send-box,
	#form_hotspot #hotspot_street-box {
		clear: both;
		padding-top: 10px;
	}

	#form_veranstaltung #event_date_end-box .hint {
		padding-top: 30px;
		padding-bottom: 0;
		width: 225px;
	}
	#form_veranstaltung #estimated_date-box {
		padding-top: 0;
	}
	#form_veranstaltung #numvisitor-box,
	#form_hotspot #hotspot_time_start-box {
		padding: 10px 0;
	}
	#form_veranstaltung ul.errors,
	#form_hotspot ul.errors{
		position: absolute;
		line-height: 10px;
		left: 0;
	}
	#form_veranstaltung dl,
	#form_hotspot dl {
		position: relative;
	}

	#form_hotspot #send-box {
		margin-top: 20px;
	}

	#form_party_paket_order .data label {
		float: left;
		display: inline-block;
		margin-right: 30px;
	}
	#form_party_paket_order .data label input {
		margin-right: 4px;
	}

/*******************************
GENERAL LAYOUT IDs
*******************************/
#mainWrapper {
	background: #000;
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
	z-index:1;
}
	#bgImageBox {
		height:100%;
		width: 100%;
		z-index:1;
        background-color: #000;
	}
		#bgImageBox img {
			position: fixed;
			left: 50%;
			top: 50%;
			width: 100%;
		}
	#header {
        background-color: #000;
		background-image: url(/images/spotlight_logo.png);
        background-repeat: no-repeat;
		background-position: center top;
		height: 118px;
		margin: 0;
		padding: 0 0 0 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 100;
	}	#header {
        background-color: #000;
		background-image: url(/images/spotlight_logo.png);
        background-repeat: no-repeat;
		background-position: center top;
		height: 118px;
		margin: 0;
		padding: 0 0 0 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 100;
	}
		#header h1 a {
			display: block;
			height: 60px;
			margin: 0 auto;
			outline: none;
			text-indent: -19999px;
			width: 100px;
		}
	#mainNavWrapper {
		background: #000 url(/images/goldLine.png) no-repeat 50% 100%;
		text-align: center;
		margin: 25px auto 0;
		position: relative;
		width: 100%;
		z-index: 100;
		padding-bottom: 20px;
	}
	#content {
		height: 100%;
		left: 50%;
		margin: 0 -500px;
		padding: 0;
		position: absolute;
		top: 0;
		width: 1000px;
		z-index: 50;
		overflow:hidden;
	}
	#content span,#content p,#content .smallList li, #content .accordionList li{
		font-size: 1.05em;
	}	
	#content #flashStage {
		padding-top: 140px;
	}
	.flexcroll,.flexcrollactive {
		margin-right: 4px;
	}
	.flexcroll:focus,.flexcrollactive:focus {
		outline: none;
	}
/*******************************
NAVIGATION
*******************************/
/*mainNav*/
ul#mainNav {
	color: rgb(213,179,117);/* #968562 */
	text-align: center;
	position: absolute;
	width:100%;
	background-color: #000;
}
	ul#mainNav li {
		font-size: 1.2em;
		display: inline;
		text-transform: uppercase;
	}
	ul#mainNav a {
		text-decoration: none;
	}
		ul#mainNav li a {
			color: rgb(213,179,117);
			font-family: Lucida Grande, Lucida Sans, sans-serif;
			font-size: 1.1em;
			letter-spacing: 0.08em;
			margin: 0 10px;
			}
			ul#mainNav li ul {
				background: url(/images/bgSubNav.png) repeat-x 0 0;
				color: #ebcf94;
				height: 19px;
				position: absolute;
				z-index: 50;
				left: -19999px;
				width: 100%;
				top: 20px;
				padding-top: 4px;
			}
			ul#mainNav li:hover ul {
				left: auto;
			}
				ul#mainNav ul li {
					margin: 0;
				}
					ul#mainNav ul li a {
						color: rgb(213,179,117); /* #d5b375 */
						font-family: Lucida Grande, Lucida Sans, sans-serif;
						font-size: 0.77em;
						text-transform: uppercase;
					}
					ul#mainNav ul li a span {
						text-transform: none;
					}
					ul#mainNav li a:hover,
					ul#mainNav li a.active {
						/*color:#FFF6E3;
                        color:#FCE1B1;*/
                        color:#FFF0D5;
					}
/*******************************
CONTENT
*******************************/
/* CHAPTER CONTENT BOX +++ standard + accordion + stuff like that  */
#chapterLeft {
	background:transparent url(/images/bgWhite_trans.png) repeat-x scroll 0 176px;
	height: 100%;
	margin-left: 28px;
	width: 359px;
}
#chapterLeft.enlarged {
	width: 450px;
}
#chapterLeft.enlarged_2 {
	width: 400px;
}
	#chapterLeft #inset {
		padding-top: 176px;
		height: 100%;
	}
		#chapterLeft h2,
		#chapterLeft h3,
		#chapterLeft h4,
		#chapterLeft p,
		#chapterLeft dl {
			margin: 0 0 0 36px;
			width: 298px;
		}
		#chapterLeft #subContent p, #chapterLeft #subContent h3 {
			width: 260px;
		}
		#chapterLeft h2,
		#chapterLeft ul.linkList h2,
		#chapterLeft ul.linkList h3,
		#chapterLeft ul.linkList h4,
		#chapterLeft .contactData p,
		#chapterLeft .contactData h3,
		#chapterLeft .locationData p,
		#chapterLeft .locationData h2 {
			width: auto;
		}
		#chapterLeft.enlarged p {
			width: 380px;
		}
		#chapterLeft h2 {
			padding-top: 40px;
			background-position: 0 40px;
		}
		#chapterLeft #accordion h2 {
			padding-top: 0px;
			background-position: 0 0;
		}
		a.arrowRight,
		a.arrowBack,
		.accordionToggle a,
		ul.accordionList li a,
		ul#sub2Nav li a {
			color: #3f403d;
			font-family: Georgia, Times, serif;
			text-transform: uppercase;
			font-size: 1.1em;
		}
		.accordionToggle a,
		ul.accordionList li a,
		ul#sub2Nav li a {
			text-decoration: none;
		}
		/* sub2Nav two versions*/
			#chapterLeft #inset .shadowFake {
				background: url(../images/bgSub2Nav.png) no-repeat 0 0;
				height: 340px;
				position: absolute;
				left: 143px;
				width: 17px;
				z-index: 100;
			}
			#chapterLeft #inset #subContent {
				float: left;
				width: 318px;
			}
			#chapterLeft #inset #sub2Nav {
				float: left;
				padding: 40px 0 0 0;
				width: 132px;
				z-index: 50;
			}
			#chapterLeft #inset #sub2Nav li {
				background: url(../images/sub2NavButtonBG.png) no-repeat 100% 0;
			}
			#chapterLeft #inset #sub2Nav li.first {
				background: url(../images/sub2NavButtonBG2.png) no-repeat 100% 0;
			}
			#chapterLeft #inset #sub2Nav li.last {
				background: url(../images/sub2NavButtonBG3.png) no-repeat 100% 0;
			}
			#chapterLeft #inset #sub2Nav.version2 li {
				background: url(../images/sub2NavButtonBG_v2.png) no-repeat 100% 0;
			}
			#chapterLeft #inset #sub2Nav.version2 li.first {
				background: url(../images/sub2NavButtonBG2_v2.png) no-repeat 100% 0;
			}
			#chapterLeft #inset #sub2Nav.version2 li.last {
				background: url(../images/sub2NavButtonBG3_v2.png) no-repeat 100% 0;
			}

				#chapterLeft #inset #sub2Nav li a {
					color: #c2b37f;
					display: block;
					padding: 13px 0 0 26px;
					height: 15px;
					font-size: 1.049em;
				}
				#chapterLeft #inset #sub2Nav.version2 li a {
					height: 29px;
					text-transform: ;
					font-size: 1.1em;
					text-decoration: none;
				}
				#chapterLeft #inset #sub2Nav li a:hover,
				#chapterLeft #inset #sub2Nav li.active a,
				#chapterLeft #inset #sub2Nav li.active ul li.active {
					background: url(../images/accordionListButtonBG.png) repeat 0 0;
					color: #fff;
				}
				#chapterLeft #inset #sub2Nav li.active ul li a {
					color: #dad3c5;
				}
					#chapterLeft #inset #sub2Nav li ul {
						background: url(../images/sub2NavButtonBG3.png) no-repeat 100% 0;
					}
					#chapterLeft #inset #sub2Nav li ul li {
						background: none;
					}
					#chapterLeft #inset #sub2Nav.version2 li ul {
						background: url(../images/sub2NavButtonBG3_v2.png) no-repeat 100% 0;
					}
						#chapterLeft #inset #sub2Nav li ul li a {
							font-family: Verdana, Helvetica, Arial, sans-serif;
							color: #d6d0c2;
							font-size: 0.9em;
							text-transform: none;
							height: auto;
							padding: 1px 0 2px 30px;
						}
						#chapterLeft #inset #sub2Nav li.active ul li a:hover {
							background: url(../images/sub2subBG.png) repeat 0 0;
							color: #fff;
						}
						#chapterLeft #inset #sub2Nav li.active ul li.active a {
							background: url(../images/arrowRightWhite.png) no-repeat 16px 6px;
							color: #fff;
						}
						#chapterLeft #inset #sub2Nav li.active ul li.active a:hover {
							background: url(../images/arrowRightWhite.png) no-repeat 16px 6px;
						}
		/* END */
		ul.accordionList li a {
			font-family: Lucida Grande, Lucida Sans, sans-serif;
		}
		.accordionToggle a,
		.contentButton {
			background-position: 0 0;
			background-repeat: no-repeat;
			background-image: url(/images/accordionButton.png);
			line-height: 24px;
			display: block;
			padding-left: 36px;
		}
		.accordionToggle a:hover {
			background-position: -541px 0;
			color: #fff;
			}
		.accordionToggle a.active {
			background: url(/images/accordionButtonActive.png) 0 0 no-repeat;
			line-height: 24px;
		}
		.accordionToggle a:hover.active {
			color: #3f403d;
			cursor: default
		}
		.accordionContent {
			background: url(/images/accordionContentBg.png) 0 0 no-repeat;
			padding: 30px 0 18px 0;
		}
		.accordionContent.center {
			padding-left: 5px;
		}
		.accordionToggle.icon a {
			background-position: 0 0;
			background-repeat: no-repeat;
			line-height: 24px;
			padding-left: 70px;
			}
		.accordionToggle.icon a:hover {
			background-position: -541px 0;
			}
		.accordionToggle.icon a.active {
			background-position: 0 0;
		}
			.accordionToggle.icon.iconVideo a {
				background-image: url(/images/accordionButtonVideo.png);
			}
			.accordionToggle.icon.iconOverview a {
				background-image: url(/images/accordionButtonOverview.png);
			}
			.accordionToggle.icon.iconDownload a {
				background-image: url(/images/accordionButtonDownload.png);
			}
			.accordionToggle.icon.iconComments a {
				background-image: url(/images/accordionButtonComments.png);
			}
			.accordionToggle.icon.iconCart a {
				background-image: url(/images/accordionButtonCart.png);
			}
		.accordionToggle a span {
			font-weight: bold;
		}
		.accordionToggle.icon.iconCart a span {
				position: relative;
				left: 52px;
			}
		/* paging */
		.paging {
			font-size: 1.3em;
			margin: 15px 0 30px 36px;
		}
		#subContent .paging {
			margin-bottom: 20px;
		}
		.paging img {
			vertical-align: middle;
		}
		.paging a.back {
			margin-right: 10px;
			padding: 2px 0 0 0;
			background: none;
			position:inherit;
			top:0;
			right:0;
		}
		.paging a.forward {
			margin-left: 10px;
			padding: 2px 0 0 0;
		}
		.paging a.active {
			font-weight: bold;
		}
/* FAQ Akkordion Variant */
		#chapterLeft ul.accordionList,
		#chapterLeft ul.accordionList ul {
			padding: 0;
		}
		ul.accordionList li a {
			background-position: 0 0;
			background-repeat: no-repeat;
			line-height: 24px;
			display: block;
			padding-left: 36px;
			background-image: url(/images/accordionListButton.png);
		}
		ul.accordionList li a:hover {
			background-position: -451px 0;
			color: #fff;
		}
		ul.accordionList li a.active,
		ul.accordionList li a.active:hover {
			background-position: -900px 0;
			color: #fff;
		}
				ul.accordionList ul li {
					background: url(../images/accordionListBG.png) repeat 0 0;
					width: 450px;
					overflow:hidden;
				}
					ul.accordionList ul li {
						color: #fff;
						padding: 12px 12px 12px 36px;
						width: 402px;
					}
					ul.accordionList ul.smallList li {
						width: 311px;
					}
						#chapterLeft ul.accordionList ul li p {
							color: #fff;
							padding: 12px 0 0px 0;
							width: auto;
							margin: 0;
						}
/* DANNEMANN BOTSCHAFTER - FAQ Akkordion Variante */
		#jobdescr_2_2 ul.accordionList li a, #jobdescr_2_4 ul.accordionList li a, #jobdescr_2_5 ul.accordionList li a, #jobdescr_2_7 ul.accordionList li a, #jobdescr_2_9 ul.accordionList li a {
			background-position: 0 0;
			background-repeat: no-repeat;
			line-height: 24px;
			display: block;
			padding-left: 36px;
			background-image: url(/images/accordionListButtonRight.png);
			text-decoration: none;
		}

		#jobdescr_2_2 ul.accordionList li a.link_nostyle,
		#jobdescr_2_4 ul.accordionList li a.link_nostyle,
		#jobdescr_2_5 ul.accordionList li a.link_nostyle,
		#jobdescr_2_7 ul.accordionList li a.link_nostyle,
		#jobdescr_2_9 ul.accordionList li a.link_nostyle {
			background-image: none;
			display: inline;
			margin: 0;
			padding: 0;
			text-transform: none;
			color: #fff;
			text-decoration: underline;
		}

		#jobdescr_2_2 ul.accordionList li a:hover, #jobdescr_2_4 ul.accordionList li a:hover, #jobdescr_2_5 ul.accordionList li a:hover, #jobdescr_2_7 ul.accordionList li a:hover, #jobdescr_2_9 ul.accordionList li a:hover {
			background-position: -572px 0;
			color: #fff;
		}
		#jobdescr_2_2 ul.accordionList li a.active,
		#jobdescr_2_4 ul.accordionList li a.active,
		#jobdescr_2_5 ul.accordionList li a.active,
		#jobdescr_2_7 ul.accordionList li a.active,
		#jobdescr_2_9 ul.accordionList li a.active,
		#jobdescr_2_2 ul.accordionList li a.active:hover,
		#jobdescr_2_4 ul.accordionList li a.active:hover,
		#jobdescr_2_5 ul.accordionList li a.active:hover,
		#jobdescr_2_7 ul.accordionList li a.active:hover,
		#jobdescr_2_9 ul.accordionList li a.active:hover {
			background-position: -1144px 0;
			color: #fff;
		}
				#jobdescr_2_2 ul.accordionList ul li,
				#jobdescr_2_4 ul.accordionList ul li,
				#jobdescr_2_5 ul.accordionList ul li,
				#jobdescr_2_7 ul.accordionList ul li,
				#jobdescr_2_9 ul.accordionList ul li {
					background: url(../images/accordionListBG.png) repeat 0 0;
					width: 572px;
					overflow:hidden;
				}
					#jobdescr_2_2 ul.accordionList ul li,
					#jobdescr_2_4 ul.accordionList ul li,
					#jobdescr_2_5 ul.accordionList ul li,
					#jobdescr_2_7 ul.accordionList ul li,
					#jobdescr_2_9 ul.accordionList ul li {
						color: #fff;
						padding: 12px 12px 12px 36px;
						width: 520px;
					}

/* Location and Contacts */
			#chapterLeft ul.linkList {
				margin: 20px 10px 20px 36px;
			}
				ul.linkList li {
					line-height: 26px;
				}
					ul.linkList a.arrowLeft {
						padding-left: 20px;
						font-size: 1.8em;
						font-style: normal;
					}
					ul.linkList a.arrowLeft:hover,
					ul.linkList a.arrowLeft.active,
					ul.contactList  li a:hover,
					ul.contactList  li a.active {
						background: url(../images/arrowGoldRight.png) no-repeat 0 50%;
					}
					.locationData,
					.contactData {
						background:transparent url(/images/bgWhite_trans.png) repeat-x scroll 0 0;
						position: absolute;
						top: 176px;
						left: 400px;
						width: 280px
					}
					.contactListWrapper {
						background:transparent url(/images/bgWhite_trans.png) repeat-x scroll 0 0;
						position: absolute;
						top: 176px;
						left: 400px;
						width: 263px;
						padding: 23px 0 10px 16px;
					}
						#chapterLeft ul.contactList  li {
							line-height: 18px;
						}
							ul.contactList  li a {
								font-style: normal;
								padding-left: 20px;
								font-size: 12px;
							}
								.contactData {
									padding: 23px 0 0 0;
									height:257px;
									left: 692px;
								}
									.contactData  a:hover {
										background: none;
									}
						#chapterLeft #accordion .locationData h2 {
							margin-top: 38px;
							margin-bottom: 12px;
						}
						ul.linkList .locationData a, {
							background: none;
							padding-left: 0;
							font-size: 1em;
							font-style: italic;
						}
						a.closeLayer {
							background: url(/images/iconClose.png) no-repeat 100% 50%;
							padding-right: 16px;
							font-size: 1.1em;
							font-style: normal;
							text-transform: uppercase;
							position: absolute;
							top: 15px;
							right: 15px;
						}
						div.contactBreak {
							background-color:#d5c8b3;
							height:1px;
							width:217px;
							border-bottom:1px solid #fef8ee;
							margin:12px 0px 12px 35px;
							padding:0;
							overflow:hidden;
						}
						p.adresses  {
							letter-spacing: normal;
							padding:0;
							margin:0;
							line-height:12px;
							width:210px; !important;
						}

/* Tradepartner */
p.zipRegion {
	padding: 0 0 10px 0;
}

p.zipRegion a {
	font-size: 1.1em;
	padding: 0 3px;
	text-decoration: none;
}
p.zipRegion a.active,
p.zipRegion a:hover {
	text-decoration: underline;
}
table#tradepartner td {
	vertical-align: top;
	padding-right: 10px;
}
table#tradepartner td.column1 {
	padding-left: 0;
	width: 200px;
}
table#tradepartner td.column1 {
	padding-left: 0;
	width: 179px;
}
table#tradepartner td.column3 {
	padding-left: 0;
	width: 120px;
}

.tradepartnerColumns,
.brandingColumns {
	overflow: hidden;
}
.tradepartnerColumns p.left,
.brandingColumns p.left {
	width: 250px;
	float: left;
}
.tradepartnerColumns p.right,
.brandingColumns p.right {
	float: right;
	width: 200px;
	padding-top: 15px;
}

.tradepartnerColumns p.right img,
.brandingColumns p.right img {
	display: block;
}


.tradepartnerColumns p a {
	display: block;
	line-height: 35px
}

.brandingColumns p a {
	display: inline;
	line-height: normal;
}
/* Career Portal Joblist */

.tableList {
	border-top: 1px solid #dcd4c4;
	border-bottom: 1px solid #fff;
}
.tableList.single {
	border-top: 1px solid #dcd4c4;
	border-bottom: 1px solid #fff;
}

.tableList strong {
	font-size: 1.1em;
	padding: 5px 0 5px 0;
	border-bottom: solid 1px #dcd4c4;
}
	.tableList a {
		border-bottom: 1px solid #dcd4c4;
		border-top: 1px solid #fff;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		display: block;
		clear: both;
		overflow: hidden;
		font-size: 1em;
		text-transform: uppercase;
		text-decoration: none;
	}
	div.tableList.single a {

		border-bottom: 1px solid #dcd4c4;
		border-top: 1px solid #fff;
	}
		#joblist_2 .jobColumn {
			padding-left: 36px;
			padding-right: 20px;
			width: 186px;
		}
		#joblist_2 .locationColumn {
			width: 103px;
			margin-left: 0;
		}
		#joblist_1 .jobColumn {
			padding-left: 36px;
			width: 180px;
		}
		#joblist_1.special .jobColumn {
			padding-left: 36px;
			width: 330px;
		}
		#joblist_1 .companyColumn {
			width: 130px;
			margin-left: 0;
			padding: 5px 10px;
		}
		#joblist_1 .locationColumn {
			width: 174px;
			margin-left: 0;
		}
		#joblist_1.special .locationColumn {
			width: 180px;
			margin-left: 0;
		}
		#joblist3Column .jobTitleColumn {
			padding-left: 36px;
			width: 150px;
		}
		#joblist3Column .shipsColumn {
			width: 152px;
			margin-left: 0;
		}
		#joblist3Column .locationColumn {
			width: 99px;
			margin-left: 0;
		}
		.jobColumn, .jobTitleColumn, .companyColumn {
			display: block;
			float: left;
		}
		.locationColumn, .shipsColumn {
			display: block;
			float: left;
			margin-left: 0px;
		}
			.tableList a:hover {
				background-color: #ada083;
				color: #fff;
			}
			.tableList a.active,
			.tableList a.active:hover {
				background-color: #ebcf94;
				color: #fff;
			}

				.tableList span {
					display: block;
					float: left;
					/*border-bottom: solid 1px #e6e0d4;*/
					padding: 5px 0 5px 0;
				}
				.tableList span.labelCardLink {
					display: block;
					float: left;
					padding: 0;
				}
				.tableList strong#shopOrderCount {
					font-size: 1em;
					display: block;
					float: right;
					padding: 0;
					border-bottom: none;
					margin-right: 20px;
				}
			.tableList a:hover,
			.tableList.single a:hover {
				border-bottom: 1px solid #ada083;
				border-top: 1px solid #ada083;
			}
			.tableList a.active,
			.tableList a.active:hover,
			.tableList.single a.active,
			.tableList.single a.active:hover {
				border-bottom: 1px solid #ebcf94;
				border-top: 1px solid #ebcf94;
			}
			*/
			#joblist_1 span {
				height: 40px;
			}
			#joblist_1.special span {
				height: auto;
			}
			#joblist3Column strong {
				height: 30px;
			}
			#joblist3Column a span {
				xheight: 50px;
			}
			#lenseImage {
				height: 659px;
			}
/* trade */
.tableList .single {
	display:block;
	border-bottom: solid 1px #e6e0d4;
	padding: 5px;
	padding-left: 36px;
}
/* right content box for joblist and description in Job Opportunities */
#joblistWrapper,
#reportsWrapper,
#myBotNewBox,
#erlebenUndGeniessen {
	background:transparent url(/images/bgWhite_trans.png) repeat-x scroll 0 0;
	height: 100%;
	position: absolute;
	top: 176px;
	left: 400px;
	width: 552px;
	padding: 15px 0 0 20px;
}
#myBotNewBox {
    width: 572px;
    padding: 0px 0 0 0px;
}
		#joblistWrapper .jobdescr h3 {
			margin: 32px 0 0 36px;
			padding: 0;
		}
		#joblistWrapper .jobdescr .inset h3 {
			margin: 0;
			padding: 20px 0 0 0;
			text-align: center;
		}
		#joblistWrapper .jobdescr .inset h4 {
			text-align: center;
		}
		#joblistWrapper .jobdescr .inset ul {
			padding: 10px 0;
		}
		#joblistWrapper .jobdescr .inset ul li {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			letter-spacing: 0.06em;
			line-height: 20px;
			list-style: disc;
			margin-left: 16px;
		}

		#joblistWrapper .jobdescr h4 {
			margin: 0 0 0 36px;
			padding: 0 0 25px 0;
		}
		#joblistWrapper #joblist_1 h3 {
				margin: 36px;
				margin-bottom: 26px;
			}

			#joblistWrapper .jobdescr_1 h3 {
				margin: 22px 0 0 36px;
			}

		#joblistWrapper .inset {
			padding: 0 38px 18px;
			width: 490px;
		}
			#joblistWrapper a.arrowRight,
			#reportsWrapper a.arrowRight {
				margin-left: 0;
			}

/* Karriere Stellenangebote */
	#jobSelectorForm label{ margin: 0 0 10px 0}
	#jobSelectorForm select { margin: 0 0 20px 0; width: 230px}


/* right content box for job description in Apprentices&Internships */
.jobdescr_2 {
	background-color: transparent;
	background-image: url(/images/bgWhite_trans.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 100%;
	position: absolute;
	top: 176px;
	left: 400px;
	width: 534px;
	padding: 15px 0 0px 38px;
	overflow:hidden;
}
.jobdescr_2.accListWrapper {
	width: 572px;
	padding: 15px 0 0px 0;
}
	.jobdescr_2.accListWrapper h3,
	.jobdescr_2.accListWrapper h4 {
		padding: 0 0 0px 35px;
	}

#smallContent .jobdescr_2 {
	width: 442px;
	left: 491px;
}

.jobdescr_2 .inset, .jobdescr .inset {
	height:auto;
	width: 505px;
}
.jobdescr_2 #DMAmbFAQ.inset {
	height:auto;
	width: 100%;
}
.jobdescr_2 .insetSpecial {
	width: 490px;
	padding-right: 40px;
}
.jobdescr_2 .insetSpecial p {
	width: 490px;
}
#smallContent .jobdescr_2 .inset {
	width: 416px;
}
#smallContent .jobdescr_2 h3 {
	width: 416px;
}
	.jobdescr_2 h3 {
		margin: 30px 0 0 0;
	}
	.postsDetailComments h3 { margin-top: 10px}

a.backBtn {
	background: url(/images/iconBack.png) no-repeat 100% 50%;
	padding-right: 28px;
	font-size: 1.1em;
	font-style: normal;
	text-transform: uppcase;
	position: absolute;
	top: 15px;
	right: 15px;
}
a.backBtnNews {
    background: url(/images/botschafter/back_to_news_start.png) no-repeat 100% 50%;
    padding-right: 23px;
    font-size: 1.1em;
    font-style: normal;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 10px;
}
a.ambNewsSettings {
    background: url(/images/tool.png) no-repeat 100% 50%;
    padding-right: 23px;
    font-size: 1.1em;
    font-style: normal;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 10px;
    line-height: 22px;
}

/* Reportagen based on career-content and styles should be optimized to global styles - later */
#reportsWrapper {
	padding: 45px 0 0px 0;
}
#reportsWrapper h3 {
	padding: 5px 0 20px 36px;
}

	.reportOverview,
	#eventsList {
		padding: 0 0 0px 36px;
		overflow: hidden;
	}
		.reportOverview .left,
		.reportOverview .right,
		#eventsList .left,
		#eventsList .right,
		.imageTextContainer .left,
		.imageTextContainer .right {
			float: left;
		}

		.reportOverview .left .image,
		#eventsList .left .image,
		.imageTextContainer .left .image {
			background: url(/images/shadowMotive_163x122.png) no-repeat 0 0;
			height: 130px;
			width: 170px;
		}

		img.imageAvatar {
			width: 120px;
			margin: 0 0 0 10px;
			float: right;
		}
		#ambassadorForumDetail img.imageAvatar {
			margin: 0 10px 0 0;
			float: none;
		}
		.reportOverview .right,
		#eventsList .right {
			padding: 0 16px;
			width: 300px;
		}
		#eventsList .right {
			height: auto;
		}
		#eventsList .right form {
			padding: 0;
		}
		#eventsList p.center .buttonWrapper {
			margin: 0;
		}
		#eventsList .right .linkWrapper {
			overflow: hidden;
		}
		#eventsList .right .linkWrapper .arrowBack {
			float: left;
		}
		#eventsList .right .linkWrapper .arrowRight {
			float: right;
		}
		.reportOverview .right h3,
		#reportsWrapper .reportDetail h3,
		#reportsWrapper .reportOverview h3,
		#reportsWrapper #eventsList h3 {
			padding: 0;
			overflow: hidden;
		}
		#eventsList .right em {
			padding: 3px 0 0 0;
			line-height: normal;
		}
		.reportOverview .right h3,
		.reportDetail h3,
		#eventsList h3 {
			overflow: hidden;
			height: 100%;
		}
		.reportOverview .right h3 span,
		.reportDetail h3 span,
		#eventsList h3 span {
			float: left;
		}
		.reportOverview .right h3 span.date,
		.reportDetail h3 span.date,
		#eventsList h3 span.date {
			font-size: 0.67em;
			float: right;
			padding-top: 4px;
		}
		.reportOverview .right a.arrowRight {

		}

		.reportDetail {
			padding: 0 20px 0 36px;
		}
		.reportDetail .slideshowWrapper,
		#showForum .slideshowWrapper {
			overflow: hidden;
			margin: 20px 0;
		}
		.reportDetail .slideshowWrapper img,
		#showForum .slideshowWrapper img {
			float: left;
			margin: 0 0 5px 5px;
		}
		.reportDetail .slideshowWrapper img.zoom,
		#showForum  .slideshowWrapper img.zoom {
			margin: 0 0 5px 0;
		}
		.reportDetail .slideshowWrapper p,
		 #showForum  .slideshowWrapper p {
			clear: both;
			line-height: normal;
			padding: 0;
		}
		.reportDetail #slideshowWrapperBesuchererlebnisse img {
			margin: 5px 5px 0 0;
		}
	/*  */
		.teaserBox {
			border: 1px solid #ccc5b6;
			margin: 14px 0;
			padding: 1px;
			width: 161px;
		}
			.teaserBox .insetBg {
				background: #e4dfcc;
			}
				.teaserBox p {
					font-family: Georgia, Times, serif;
					line-height: normal;
					padding: 6px 3px;
				}
				.teaserBox a {
					background: #bfaf89 url(/images/arrowWhiteRight.gif) no-repeat 75% 4px;
					color: #fff;
					display: block;
					line-height: 16px;
					font-size: 10px;
					padding: 0 20px 0 3px;
					margin-top: 1px;
					text-transform: uppercase;
				}
/* Ambassador slider*/
div.slider {
	width:480px;
	margin:10px 0;
	background-color:transparent;
	background-image: url(/images/slider.png);
	background-repeat: no-repeat;
	height:10px;
	position: relative;
}
div.slider div.handle {
	width:18px;
	height:21px;
	background-color:transparent;
	background-image: url(/images/slider.png);
	background-position:-20px -20px;
	background-repeat: no-repeat;
	cursor:move;
	position: absolute;
}

#form_party_paket_report input[type="hidden"] {
display:block;
}

/* EVENTS */
#calEventsWrapper {
	padding: 20px 0 0 36px;
	width: 298px;
}
#calEventsWrapper .right {
		text-align: right;
	}
	#calEventsHeader th {
		font-size: 1.1em;
		width: 33.3%;
		text-transform: uppercase;
	}

	#calEventsHeader th a {
		font-size: 0.8em;
		color: #bfaf89;
	}
	#calEventsHeaderDays th {
		font-size: 0.8em;
	}
	#calEventsHeaderDays th,
	#calEventsSingleDays tr {
		text-align: center;
	}
	#calEventsHeaderDays {
		border: 1px solid #ccc5b6;
		border-bottom: none;
	}
	#calEventsSingleDays td {
		font-family: Georgia, Times, serif;
		font-size: 1.1em;
		border: 1px solid #ccc5b6;
	}
	#calEventsSingleDays td.dayNormal div {
		background: #e4e0cf;
		border: 1px solid #efecde;
	}
	#calEventsSingleDays td.dayActive div {
		background: #bfaf89;
		border: 1px solid #efecde;
		color: #fff;
	}

/* SHOP */
.shopListArticle {
	overflow: hidden;
	position: relative;
	margin: 20px 0 0 0;
}
.shopListArticle h3 {
	margin: 0 0 10px 0;
	padding: 0;
}
.shopListArticle strong {
	font-size: 1.1em;
}
	.shopListArticle .left {
		float: left;
		width: 250px;
	}
	.shopListArticle .right {
		width: 221px;
		float: right;
	}
	#posterOptionWrapper {
		background: #e7dcc9;
		overflow: hidden;
		width: 193px;
		padding: 0 14px;
	}
	#posterOptionWrapper hr {
		margin: 0;
	}
		#posterOptionWrapper form#shopProductSrc {
			float: left;
			margin-bottom: 5px;
		}
		#posterOptionWrapper form#shopProductSubSrc {
			float: right;
			margin-bottom: 5px;
		}

	/* Article Detail Form */
	.articleToCart {
		background: #e7dcc9;
		width: 221px;
	}
	.articleToCart .inset {
		padding: 10px 14px;
		width: auto;
	}
	.articleToCart .inset p {
		padding: 0;
	}
	.articleToCart .inset p span {
		margin: 0 0 0 18px;
	}
	.articleToCart .inset hr {
		margin: 4px 0;
	}
	.articleToCart label {
		display: inline;
		margin: 0 10px 0 0;
	}
	input.quantityInput {
		height: 12px;
		width: 20px;
		padding-top: 2px;
		text-align: center;
	}
	.articleToCart .cartBtnWrapper, .btnWrapperCart {
		background: #BFAF89 url(/images/shop/cartIconWhite.png) no-repeat 20px 6px;
		padding: 4px 0 8px 44px;
		height: 12px;
	}
	.articleToCart input.button, .btnWrapperCart input.button{
		background: url(/images/arrowWhiteRight.gif) no-repeat 130px 50%;
		color: #fff;
		font-size: 1.2em;
		height: auto;
		margin: 0;
		padding: 0;
		text-transform: none;
		width: 156px;
	}
	.shopBtnWrapper,
	.profileBtnWrapper {
		overflow: hidden;
	}
	.shopBtnWrapper .left,
	.profileBtnWrapper .left {
		float: left
	}
	.shopBtnWrapper .right,
	.shopBtnWrapper span.buttonWrapper,
	.profileBtnWrapper span.buttonWrapper {
		float: right;
	}
	.profileBtnWrapper span.buttonWrapper {
		margin: 0;
	}
	/* Recommendation Gallery Detail */
	.recommendGallery {
		width: 221px;
	}
	.recommendGallery .inset {
		width: 221px;
	}
		.recommendGallery a {
			padding: 0 14px;
		}

	/* SHOPPING CART*/
	ul.breadcrump {
		padding: 10px 0 20px 0;
	}
	ul.breadcrump li {
		background: url(/images/arrowGoldRight.gif) no-repeat 100% 50%;
		display: inline;
		text-transform: uppercase;
		padding: 0 24px 0 0;
		margin: 0 10px 0 0;
		font-size:10px;
	}
	ul.breadcrump li.last {
		background: none;
		padding: 0;
		margin: 0;
	}
	ul.breadcrump li.active {
		color:#EBCF94;
	}
	#cartOrderForm,
	#cartAdressForm,
	#cartPaymentForm {
	}
		#cartOrderForm th {
			text-transform: uppercase;
		}
		#cartOrderForm td {
			vertical-align: top;
		}
		#cartOrderForm th.alignCenter {
			text-align: center;
		}
		#cartOrderForm th.alignRight {
			text-align: right;
		}
			#cartOrderForm td,
			#cartOrderForm td strong,
			#cartOrderForm td p,
			#cartOrderForm td h4,
			.shopOverview td,
			.shopOverview td strong,
			.shopOverview td p,
			.shopOverview h4 {
				font-size: 10px;
				padding: 0;
			}
			#cartOrderForm td em {
				display: block;
				color: #aa986b;
			}

				#cartOrderForm td h4 a {
					text-decoration: underline;
				}
				#cartOrderForm td span.addDel,
				#applicationForm span.addDel {
					background:#FFFFFF none repeat scroll 0 0;
					border:1px solid #BFAF89;
					display:block;
					float:left;
					width:14px;
					text-align: center;
				}
				#cartOrderForm td span.addDel a,
				#applicationForm span.addDel a {
					line-height: 14px;
					text-decoration: none;
				}
				#cartOrderForm td span.counter {
					line-height: 14px;
					float: left;
					display: block;
					margin: 0 4px;
				}
				#applicationForm input.inputCount {
					float:left;
					height:14px;
					margin:0 4px;
					padding:0;
					text-align:center;
					width:20px;
				}

	#cartAdressForm p,
	#cartPaymentForm p {
		clear: both;
	}
	#cartAdressForm p.inline label,
	#cartPaymentForm p.inline label {
		width: auto;
		float: none;
	}
	#cartAdressForm p.inline span,
	#cartPaymentForm p.inline span{
		width: 100px;
		float: left;
		display: block;
	}
	#cartAdressForm label,
	#cartPaymentForm label {
		display: inline;
		float: left;
		width: 100px;
		margin: 0;
	}
	#cartAdressForm p input,
	#cartPaymentForm p input {
		width: 340px;
	}
	#cartAdressForm p.inline input,
	#cartAdressForm p input.button,
	#cartPaymentForm p.inline input,
	#cartPaymentForm p input.button {
		width: auto;
	}
	#cartPaymentForm p.inline label {
		margin-right: 20px;
	}
	a.inputInfo {
		display: block;
		text-decoration: underline;
		margin-left: 100px;
	}
	p.inputInfo {
		margin-left: 100px;
	}

#shopAgb h5 {
	color: #3f403d;
	margin: 0;
	padding: 0;
}
/*******************************
FORMS Contents
*******************************/
/* promo */

#formPromoAdress {
	padding-top: 10px;
}
#formPromo h4,
#formPromoAdress h4 {
	padding-bottom: 16px;
	padding-top: 0;
	font-weight: normal;
}
#formPromo td.fix {
	width: 20px;
}
#formPromo td.rest {
	width: 476px;
}
#formPromo td h3 {
	font-family: Georgia, Times, serif;
	margin-top: 2px;
	line-height: 28px;
}
#formPromo strong {
	margin-bottom: 12px;
}
#formPromo hr {
	margin: 10px 0;
}

#formPromo .radiobutton {
	margin-top: 5px;
}
#formPromo .checkbox {
	margin-top: 3px;
}

#formPromo textarea {
	width: 100%;
	height: 110px;
}
#formPromo select {
	width: 50%;
}
/* REGISTER */
#register h5 {
	margin: 0;
	font-weight: bold;
	color: #3f403d;
}
#register.v2 p label {
	width: auto;
	float: none;
	display: inline;
}
#register.v2 div.columnWrapper {
	overflow: hidden;
}

#register.v2 div.columnLeft {
	width: 255px;
	float: left;
}
#register.v2 div.columnRight {
	width: 234px;
	float: right;
}
#register.v2 p {
	width: auto;
}
p.inline.depose {
	padding: 20px 0 0 0;
}
p.inline.depose input {
	margin: 0 5px 0 0;
}

#lostPwdForm input#loginEmail {
	display: block;
}
#changeDataLinks a {
	margin-right: 20px;
    font-size: 13px;
}

/* FREE SMS */
a.editNumber {
	margin-left: 50px;
}
/*FREE SMS SEND + ADVICE */
#freeSMSform p,
#adviceForm p,
#register p,
#lostPwdForm p
#applicationForm p,
#inviteToClub p
#kontaktformular p,
#formPromoAdress p,
#sendForm p,
#formAdoption p {
	width: 496px;
	clear: both;
	overflow: hidden;
	height: 100%;
}
#freeSMSform p {
	padding-bottom: 0;
}
	#freeSMSform p span {
		margin: 0 0 0 5px;
	}
	#freeSMSform p label,
	#adviceForm p label,
	#register p label,
	#sampleShippingAmb p label,
	#applicationForm p label,
	#inviteToClub p label,
	#formPromoAdress p label,
	#register p.dblLabelInput span.label,
	#sampleShippingAmb p.dblLabelInput span.label,
	#formPromoAdress p.dblLabelInput span.label,
	#formAdoption p.dblLabelInput span.label,
	#tradePartnerForm p label,
	#formAdoption p label,
	#formAdoption p.dblLabelInput span.label {
		float: left;
		margin: 0;
		width: 135px;
	}

	#sampleShippingAmb p label,
	#sampleShippingAmb p.dblLabelInput span.label {
		width: 60px;
	}


	#sendForm p label {
		float: left;
		margin: 0;
		width: 100px;
	}
	#tradePartnerForm p.singleRow label {
		width: auto;
		margin-top: 2px;
	}
	#tradePartnerForm p.singleRow input {
		width: 147px;
		margin-left: 10px;
	}
	#tradePartnerForm p.inline {
		padding-left: 135px;
	}
	#tradePartnerForm p.alignRight {
		padding-right: 80px;
	}
	#tradePartnerForm p.alignRight .buttonWrapper {
		margin: 0px;
	}

	#register p.dblLabelInput,
	#sampleShippingAmb p.dblLabelInput,
	#formPromoAdress p.dblLabelInput,
	#sendForm p.dblLabelInput,
	#livingContent form p.dblLabelInput {
		overflow: hidden;
	}
	#register p.dblLabelInput span,
	#sampleShippingAmb p.dblLabelInput span,
	#formPromoAdress p.dblLabelInput span,
	#sendForm p.dblLabelInput span,
	#formAdoption p.dblLabelInput span,
	#livingContent form p.dblLabelInput span {
		display: block;
		float: left;
	}

	#sendForm p.dblLabelInput span,
	#livingContent form p.dblLabelInput span {
		width: 100px;
	}
	#register p.dblLabelInput span label,
	#sampleShippingAmb p.dblLabelInput span label,
	#formPromoAdress p.dblLabelInput span label,
	#sendForm p.dblLabelInput span label,
	#formAdoption p.dblLabelInput span label,
	#livingContent form p.dblLabelInput span label {
		width: auto;
		float: none;
		display: inline;
	}
	#register p.dblLabelInput span.input,
	#sampleShippingAmb p.dblLabelInput span.input,
	#formPromoAdress p.dblLabelInput span.input,
	#sendForm p.dblLabelInput span.input,
	#formAdoption p.dblLabelInput span.input,
	#livingContent form p.dblLabelInput span.input {
		width: 276px;
		overflow: hidden;
	}
	#register p.dblLabelInput span.input #zip,
	#sampleShippingAmb p.dblLabelInput span.input #zip,
	#formPromoAdress p.dblLabelInput span.input #zip,
	#sendForm p.dblLabelInput span.input #zip,
	#formAdoption p.dblLabelInput span.input #zip,
	#livingContent form p.dblLabelInput span.input #zip {
		width: 56px;
		float: left;
	}
	#register p.dblLabelInput span.input #city,
	#sampleShippingAmb p.dblLabelInput span.input #city,
	#formPromoAdress p.dblLabelInput span.input #city,
	#sendForm p.dblLabelInput span.input #city,
	#formAdoption p.dblLabelInput span.input #city,
	#livingContent form p.dblLabelInput span.input #city,
	.medium_field {
		width: 190px;
		float: right;
	}
	select.dateDay,
	.date_day,
	.short_field {
		width: 66px;
		margin-right: 5px;
	}
	select.dateMonth,
	.date_month,
	.medium_variant_field {
		width: 116px;
		margin-right: 5px;
	}
	#feedback_form .medium_variant_field {
		width:106px;
	}
	select.dateYear {
		width: 76px;
	}
	#register p.inline span.error
	#sampleShippingAmb p.inline span.error {
		width: auto;
		float: none;
		display: inline;
	}
	#register p.inline label,
	#sampleShippingAmb p.inline label,
	#adviceForm p.inline label {
		margin-right: 10px;
	}
	#applicationForm p.inline label {
		margin: 0 10px 0 3px;
	}
	#adviceForm p label {
		width: 160px;
	}
	#adviceForm p.inline span,
	#register p.inline span,
	#sampleShippingAmb p.inline span,
	#applicationForm p.inline span,
	#formPromoAdress p.inline span,
	#formAdoption p.inline span {
		float: left;
		display: block;
		width: 160px;
	}
	#formAdoption p.inline span {
		width: 135px;
	}
	#formAdoption p.inline label {
		width: 60px;
	}
	#sendForm p.inline span {
		float: left;
		display: block;
		width: 100px;
	}
	#register p.inline span,
	#formPromoAdress p.inline span {
		width: 135px;
	}
	#sampleShippingAmb p.inline span {
		width: 60px;
	}
	#adviceForm p.inline label,
	#register p.inline label,
	#sampleShippingAmb p.inline label,
	#applicationForm p.inline label,
	#formPromoAdress p.inline label,
	#tradePartnerForm p.inline label,
	#sendForm p.inline label {
		display: inline;
		float: none;
		width: auto;
		margin-right: 10px;
	}
	#freeSMSform p .recipients {
		xfloat: right;
		margin: 0 0 6px 0;
	}
	#freeSMSform a.moreRecipients {
		clear:right;
		display:block;
		float:right;
		white-space: nowrap;
		text-decoration: none;
	}
	#freeSMSform textarea {
		height: 100px;
		float:right;
		width: 350px;
	}
	#adviceForm textarea,
	#sendForm textarea {
		height: 180px;
		float: none;
		width: 480px;
	}

	#sendForm .buttonWrapper {
		margin: 0;
	}

	#freeSMSform .buttonWrapper {
		margin-left: 136px;
	}

	#sampleShippingAmb .buttonWrapper {
		margin: 12px 0 0 60px;

	}
/* ADDRESSTABLE*/
	#addressTableForm td.editLink {
		white-space: nowrap;
		text-align: right;
	}
		#addressTableForm input {
			width: auto;
			margin: 0;
			font-size: 1em;
		}
		#addressTableForm input.checkbox {
			margin:0 5px 0px 0;
		}
		#addressTableForm input.addressNo {
			width: 70px;
		}
/* POSTCARDSERVICE */
	#postcardServiceForm .motiveSelect {
		float: left;
		width: 125px;
		margin-bottom: 20px;
	}
	#postcardServiceForm .motiveSelect.last {
		width: auto;
	}
	#postcardServiceForm .motiveSelect input {
		display: block;
		margin: 4px 0 0 40px;
	}
		#postcardBack {
			overflow: hidden;
			padding: 0;
			padding-right: 0px;
		}
			#postcardBack .left {
				float: left;
				width: 270px;
				padding-top: 40px;
			}
			#postcardBack .left p {
				font-family: Georgia, Times, serif;
				font-size: 1.1em;
				width: 260px;
			}
			#postcardBack .right {
				background: url(/images/private-lounge/bgPostcardBack.png) no-repeat 100% 0;
				float: right;
				width: 214px;
				padding-top: 100px;
			}
			#postcardBack .left p {
				text-align: center;
			}
			#postcardBack .right p {
				overflow: hidden;
				padding: 0 0 5px 0;
			}
				#postcardBack textarea {
					width: 250px;
				}
				#postcardBack .right input {
					width: 200px;
				}
				#postcardBack .right input#postcardZip,
				#postcardBack .right input#postcardCity {
					float: left;
				}
				#postcardBack .right input#postcardZip {
					width: 70px;
					margin: 0 3px 0 0
				}
				#postcardBack .right input#postcardCity {
					width: 117px;
				}
	#postcardServiceForm input.button,
	#postcardServiceForm .buttonWrapper {
		margin: 0;
	}
/* DM CLUB */
	#applicationForm hr {
		margin: 10px 0;
	}
	#applicationForm p.memberCount {
		overflow: hidden;
	}
	#applicationForm p.memberCount strong {
		float: left;
		margin: 0 5px 0 0;
		line-height: 16px;
	}
	#applicationForm .addressBlock p {
		padding: 0;
	}
	#applicationForm .addressBlock p span {
		display: block;
		float: left;
		width: 130px;
	}
	#applicationForm p,
	#inviteToClub p {
		padding: 3px 0;
	}
	#applicationForm p.buttonWrapper,
	#inviteToClub p.buttonWrapper {
		padding: 1px;
		width: auto;
	}
	#applicationForm p label {
		width: 100px;
	}
	#applicationForm p.inline span {
		width: 100px;
	}
	#applicationForm textarea,
	#inviteToClub textarea {
		width: 460px;
	}
	#descChange textarea {
		width: 480px;
		height: 100px;
	}
	#descChange .buttonWrapper {
		margin: 0;
	}
	#kontaktformular textarea {
		display: block;
		width: 480px;
		height: 180px;
	}
	#kontaktformular .fullsize {
		width: 400px;
	}
	#kontaktformular label {
		float: left;
		margin: 0;
		width: 80px;
	}
	#clubImageFrame {
		width:490px;
		height:100%;
	}
	#imageUploadFrame {
		border:none;
		height:100%;
		width:490px;
	}
	#clubForumFrame {
		width:535px;
		height:100%;
		margin:0;
		padding:0;

	}
	#forumFrame {
		margin:0;
		padding:0;
	}
	table.clubActTable {
		margin-top:20px;
	}
	#club_report_list {
		padding: 10px 0;
	}
	#club_report_list.profile {
		padding: 10px 0 20px 0;
	}

	#club_report_list li {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		line-height: 20px;
		overflow: hidden;
	}
		#club_report_list li strong {
			float: left;
			display: block;
			width: 400px;
		}
		#club_report_list li a {
			float: right
		}
		#club_report_list.profile li a {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			float: none
		}
	#reportForm hr.v3,
	#descChange hr.v3 {
		margin: 20px 0;
	}
	#reportForm h4,
	#descChange h4 {
		padding: 0;
	}
	#reportForm .buttonWrapper {
		margin: 0;
	}
/* DM Botschafter Formular  */
dl.zend_form {
	display: block;
	overflow: hidden;
	height: 100%;

}
dl.zend_form dd {
	font-style: normal;
}
dl.zend_form input.radiobutton {
	margin: 0 4px 0 0;
}
dd textarea,
dd input {
	width: 480px;
}

dd#next-element,
dt#next-label {
	float: right;
}
dd#prev-element, dt#prev-label {
	float:left;
}

dd#prev-element input {
	width: 76px;
}

dd#next-element input {
	width: 70px;
}

dd#next-element input.start {
	width: 360px;
}


/*******************************
FOOTER
*******************************/
div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 22px;
	background: #000;
	z-index: 100;
	text-align: center;
}
	#footer ul#utilitieNav li {
		display: inline;
	}
		#footer ul#utilitieNav li a {
			color: #968562;
			font-family: Lucida Grande, Lucida Sans, sans-serif;
			font-size: 1em;
			letter-spacing: 0.08em;
			margin: 0 8px;
			text-decoration: none;
		}
		#footer ul#utilitieNav li.iconArrow a {
			background:transparent url(/images/arrowFooter.png) no-repeat scroll 100% 3px;
			margin:0 3px 0 0;
			padding-right:18px;
		}
		#footer ul#utilitieNav li.moreSpace {
			margin:0 100px 0 0;
		}
		#footer ul#utilitieNav li a.dynamicButton {
			color: #fff;
			margin: 0;
		}
		#footer ul#utilitieNav li a#soundWindow {
			background: url(/images/soundIcon.png) 100% 50% no-repeat;
			padding: 0 20px 0 0;
		}
/*******************************
FADER BG IMAGES
*******************************/
#fadeBox {
	background-color:#000;
	position:absolute;
	top:134px;
	left:0;
	width:100%;
	height:100%;
	z-index:900;
}
#fadeBoxAge {
    background-color:#000;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity: 1.0;

}
#ageLogo, #ageBox, #countryBox {
    position:absolute;
    z-index:999;
}
#fadeBox img {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-124px;
}

/*******************************
LAYER Contents
*******************************/
#layer {
	overflow: hidden;
	font-size: 11px;
}
#layer .flexcroll {
	height: 500px;
}
.layer_inset { padding: 0 60px; }
	#layer h2 {
		background-position: 50% 0;
		text-align: center;
		margin: 30px 0 30px 0;
		width:100%;
	}
	#layer h3, #layer p, #layer h4, #layer h5 {
		color: #ccc;
		padding: 8px 20px;
		margin: 0;
		letter-spacing: normal;
	}
	#layer h4, #layer h5 {
		padding-bottom: 0;
	}
	#layer dl,#layer .vBreaker {
		float: left;
	}
	#layer dl {
		font-family: Georgia, Times, serif;
		letter-spacing: normal;
		line-height: 100%;
		padding: 0;
	}
	dl.leftColumn { width: 200px; }
	dl.middleColumn { width: 138px ; }
	dl.rightColumn { width: 160px; }
	#layer dt {
		color: #C2B37F;
		font-size: 1.6em;
		font-weight: normal;
		padding: 5px 0 10px 0;
	}
	#layer dd a {
		background: url(/images/company/arrow.gif) no-repeat 0 50%;
		color: #fff;
		padding: 0 0 0 26px;
		font-style: normal;
		text-transform: uppercase;
		line-height: 24px;
	}
	.vBreaker {
		background: url(/images/company/vBreaker.png) no-repeat 0 100%;
		height: 164px;
		width: 1px;
		margin: 0 25px;
	}

/*******************************
INDEX COUNTRY SELECT
*******************************/
ul#countrySelect {
	bottom:44px;
	clear: both;
	position: absolute;
	right: 96px;
	width: 204px;
}
ul#countrySelect.aatLangSelect {
	bottom:10px;
	right: 250px;
}

ul#countrySelect li ul {
	background:transparent url(/images/bgWhite_trans.png) repeat-x scroll 0 0;
	border: solid 1px #ccc5b6;
	width: 202px;
	padding: 0 0 0 0;
}
ul#countrySelect li:hover ul,
ul#countrySelect li.over ul {
	left:0;
	position:absolute;
	top:-88px;
}
ul#countrySelect li ul {
	left: -19999px;
	position:absolute;
	top:-88px;
}

ul#countrySelect.aatLangSelect li:hover ul,
ul#countrySelect.aatLangSelect li.over ul {
	top:-88px;
}
ul#countrySelect.aatLangSelect li ul {
	top:-88px;
}

ul#countrySelect li ul li.openMenuSub ul {
	display: none;
}

ul#countrySelect li ul li.openMenuSub:hover ul.swiss_lang,
ul#countrySelect li ul li.openMenuSub.over ul.swiss_lang{
	position: absolute;
	left: 202px;
	top: 22px;
	width: 70px;
	padding: 0;
	display: block;
}
ul#countrySelect li ul li.openMenuSub:hover ul.int_lang,
ul#countrySelect li ul li.openMenuSub.over ul.int_lang{
	position: absolute;
	left: 202px;
	top: 66px;
	width: 70px;
	padding: 0;
	display: block;
}

	ul#countrySelect a.openMenu {
		text-transform: uppercase;
		background: #bfaf89;
		border: 1px solid #eeeade;
		color: #fff;
		display: block;
		text-align: center;
		line-height: 20px;
		text-decoration: none;
	}
		ul#countrySelect li ul li a {
			border-top: 1px solid #dcd4c4;
			border-bottom: 1px solid #fff;
			background-position: 5px 50%;
			background-repeat: no-repeat;
			padding: 0 0 0 35px;
			font-family: Verdana, Helvetica, Arial, sans-serif;
			letter-spacing: 0.06em;
			line-height: 20px;
			font-size: 1em;
			display: block;
			text-decoration: none;
		}
		ul#countrySelect li ul li.openMenuSub ul li a {
			padding: 0 0 0 10px;
		}
		ul#countrySelect li ul li a:hover {
			background-color: #bfaf89;
			color: #fff;
		}
		ul#countrySelect li ul li a.last {
			border-bottom: none;
		}
		ul#countrySelect li ul li a.first {
			border-top: none;
		}
		ul#countrySelect li ul li a.int {
			background-image: url(/images/flagCOM.png)
		}
		ul#countrySelect li ul li a.uk {
			background-image: url(/images/flagUK.png)
		}
		ul#countrySelect li ul li a.de {
			background-image: url(/images/flagDE.png)
		}
		ul#countrySelect li ul li a.ch {
			background-image: url(/images/flagCH.png)
		}
		ul#countrySelect li ul li a.at {
			background-image: url(/images/flagAT.png)
		}
		ul#countrySelect li ul li a.fr {
			background-image: url(/images/flagFR.png)
		}
		ul#countrySelect li ul li a.it {
			background-image: url(/images/flagIT.png)
		}
		ul#countrySelect li ul li a.br {
			background-image: url(/images/flagBR.png)
		}


/* CONTENT MICOSITE GENUSS*/
		ul.countryList {
			overflow: hidden;
		}
			ul.countryList li {
				float: left;
				padding: 0 0 0 46px
			}
				ul.countryList li a {
					background-position: 50% 0;
					background-repeat: no-repeat;
					display: block;
					width: 58px;
					height: 38px;
					text-indent: -19999px;
				}
				ul.countryList li a.de {
					background-image: url(/images/flagDE_58x38.gif);
				}
				ul.countryList li a.at {
					background-image: url(/images/flagAT_58x38.gif);
				}
				ul.countryList li a.ch {
					background-image:  url(/images/flagCH_58x38.gif);
				}

			table#genussFormular td {
				position: relative;
			}

			table#genussFormular td label {
				margin: 0;
			}

			table#genussFormular td input.radiobutton {
			}
			table#genussFormular td label {
				position: relative;
				top: 0;
				left: 0;
				z-index: 100
			}
/* CONTENT AMBASSADOR */
.imageTextContainer {
	overflow: hidden;
	height: 100%;
	}
span.rating {
	background-image: url(/images/rating-icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	text-indent: -19999px;
	height: 13px;
	width: 70px;
	}

span.rating.veryhigh {
	background-position: 0 0;
	}
span.rating.high {
	background-position: 0 -15px;
	}
span.rating.equal {
	background-position: 0 -31px;
	}
span.rating.low {
	background-position: 0 -45px;
	}
span.rating.verylow {
	background-position: 0 -60px;
	}
span.rating.notrated {
	background-position: 0 -75px;
	}
		.imageTextContainer .delete label,
		.imageTextContainer .delete input {
			float: left;
		}
		.imageTextContainer .delete input {
			margin: 12px 0 0 6px;
		}
.imageTextContainer h4 {
		margin: 0;
		padding: 10px 0;
		}
.imageTextContainer .right {
	padding: 0 16px;
	width: 280px;
	margin-bottom:10px;
	}
	.imageTextContainer .right h3 {
		margin: 0;
		}
.imageTextContainer ul,
.postsDetail ul {
	font-family: Verdana, sans-serif;
	overflow: hidden;
	clear: both;
	}
	.imageTextContainer ul li,
	.postsDetail ul li {
		float: left;
		overflow: hidden;
		padding: 2px 0 0 0;
		}
	.imageTextContainer ul li.delete {
		float: right;
		padding: 0;
		}
	.imageTextContainer ul li.published {
		padding-left: 38px;
		}
	.imageTextContainer ul li.delete label {
		margin: 0;
		}
	.imageTextContainer ul li.delete input {
		margin: 0 0 0 5px;
		}
	.postsDetail ul li.floatRight {
		float: right
		}
		.imageTextContainer ul li span,
		.imageTextContainer ul li span.rating,
		.postsDetail ul li span,
		.postsDetail ul li span.rating {
			float: left;
			}
		.imageTextContainer ul li span.rating {
			margin-right: 20px;
			}
	.imageTextContainer ul.articleInfo li {
		float: none;
		}
.imageTextContainer .comments h4 {
	margin: 0;
	padding-bottom: 0;
	}
.imageTextContainer .comments .inset {
	background: #cfcfcf;
	padding: 0 8px;
	width: 474px;
	}
#publish-box{
	display:none;
	position: relative;
	padding-top: 0;
	}
#publish-box label {
	margin: 0;
	}
#publish-box dd {
	position: absolute;
	top: 18px;
	left: 130px;
	}
#publish-box dd input#publish {
	background: none;
	width: auto;
	height: auto;
	border: none;
	padding: 0;
	margin: 0;
	}

#publish-box dd p.hint {
	position: absolute;
	top: 0;
	left: 10px;
	margin:0 0 0 20px;
	padding:0;
	text-decoration:underline;
	width: 60px
	}

#ambassador_activities_comments	input#name {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		letter-spacing: 0.06em;
		background: #fbf8f0;
		border: 1px solid #92918d;
		color: #3f403d;
		font-size: 1em;
		}

#ambassador_tryout dl {
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	}
#ambassador_tryout dl#name-box,
#ambassador_tryout dl#street-box,
#ambassador_tryout dl#city-box {
	margin: 0
	}
#ambassador_tryout #sex-box {
	overflow: hidden;
	width: 400px;
	}
#ambassador_tryout #sex-box dd label {
	float: left;
	}

#ambassador_tryout input#sex-m,
#ambassador_tryout input#sex-f {
	width: auto;
	margin: 0;
	margin-right: 5px;
	background: none;
	height: auto;
	border: none;
	padding: 0;
	}

#ambassador_tryout input#sex-m {
	margin-left: 20px;
	}

#ambassador_tryout dl#firstname-box,
#ambassador_tryout dl#name-box,
#ambassador_tryout dl#zip-box,
#ambassador_tryout dl#city-box,
#form_amb_interview_handler_register dl#zip-box,
#form_amb_interview_handler_register dl#city-box {
	float: left;
	}

#ambassador_tryout input {
	width: 230px;
	}

#ambassador_tryout dl#zip-box input {
	width: 120px;
	}
#ambassador_tryout dl#city-box input {
	width: 340px;
	}

#ambassador_tryout dl#street-box {
	float: none;
	clear: both;
	}

#ambassador_tryout dl#street-box input,
#ambassador_tryout dl#email-box input  {
	width: 480px;
	}

#ambassador_tryout dl#text-box,
#ambassador_tryout dl#email-box {
	clear:both;
	}

#jobdescr_2_3 .inset {
	width: 505px;
	}
	.postsDetail .slideshowWrapper img {
		float: left;
		margin: 0 0 5px 5px;
		}
	.postsDetail .slideshowWrapper img.zoom {
		margin: 0;
		}
.fullwidth {
	width: 480px;
	}
ul.shippingList {
	font-family: Verdana, sans-serif;

	}
/* Ambassador Homepage News/Last-Reports*/
#myBotNewBox h3, #myBotNewBox hr {
	margin-right: 30px;
	margin-left: 30px;
}

#myBotNewBox h3:first-child {
	margin-top: 30px;
	padding-bottom: 5px;
	font-size: 20px;
}
#myBotNewBox h4:first-child {
	margin-left: 30px;
	padding-top: 0;
}

/* ---------------------------------------------------
	ADOPT A TREE MODULE */
#aatStartInfo {
	background: url(/images/bg-black-trans.png) repeat;
	line-height: 40px;
	height: 40px;
	position: absolute;
	bottom: 22px;
	width: 100%;
}
	#aatStartInfo p {
	  color: #EBCF94;
	  font-family: Lucida Grande,Lucida Sans,sans-serif;
	  font-size: 14px;
	  text-align: center;
	  font-weight: normal;
	}
/* YOUR TREE SEARCH LEFT*/
#aatYourTree fieldset,
#aatYourTree .buttonWrapper {
	float: left;
}
#aatYourTree input {
	width: 180px;
	padding: 2px;
}
#aatYourTree .buttonWrapper {
	margin: 28px 0 0 10px;
}
	#aatYourTree .buttonWrapper input {
		width: 78px;
		margin: 0;
		padding: 0 0 0 2px;
	}
/* YOUR TREE DETAIL SEARCH */
#aatYourTreeResult fieldset,
#aatYourTreeResult .buttonWrapper {
	float: left;
	margin: 0 10px 0 0
}
	#aatYourTreeResult input,
	#aatYourTreeResult select {
		width: 180px;
		padding: 2px;
	}
	#aatYourTreeResult select {
		padding: 1px;
	}
	#aatYourTreeResult .buttonWrapper {
		margin: 28px 0 0 0
	}
		#aatYourTreeResult .buttonWrapper input {
			width: 102px;
			margin: 0;
			padding: 0 0 0 2px;
		}

/* YOUR TREE SEARCH RESULT*/
ul.aatYourTreeList {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#treeDetail h3, #treeDetail h4, #treeDetail h4 em, .treeDetail h3, .treeDetail h4, .treeDetail h4 em {
	padding: 0;
}

#treeDetail h4, .treeDetail h4 {
	font-weight: normal;
	font-size: 12px;
}
#treeDetail img, .treeDetail img {
	display: block;
	margin-top: 10px;
}
/* TREE INDEX */
ul.treeIndexShortList {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-right: 25px;
	border: 1px solid #cdc6b8;
	border-right: 0;
	border-bottom: 0;
	margin:20px 0 0 36px;
	width:161px;
}

ul.treeIndexShortList li {
		border: 1px solid #d1cbbd;
		border-left: 0px;
		border-top: 0px;
		float: left;
		text-align: center;
		margin: 0px;
}

ul.treeIndexShortList li a {
	color: #3f403d;
	border: 1px solid #f0f3e8;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
	text-decoration: none;
	background: #e4e4d6;
}

ul.treeIndexShortList li a:hover,
ul.treeIndexShortList li.active a {
	background: #bfaf89;
	color: #fff;
}

#feedback dl {
	padding: 0;
}

dl#captcha-box {
    height: 1%;
    overflow: hidden;
}

form#feedback dl#captcha-box input {
    margin-left: 10px;
    width: 270px;
}
form#feedback dl#captcha-box img, form#feedback dl#captcha-box input {
    float: left;
}
form#feedback dl#captcha-box {
	overflow:hidden;
	margin-bottom:20px;
}

/* Living Content */
#livingContent .right {
	padding: 0 16px;
	width: 210px;
	margin-bottom:10px;
	}

#livingContent .jobdescr_2 h3 {
	width: auto;
}

#livingContent label,
#livingContent .inline span {
	float: left;
	margin-top: 3px;
	width: 100px
}

#livingContent .inline label {
	float: none;
}
#livingContent p {
	padding-bottom:0;
	padding-top:5px;
	padding-left: 15px;
}
#livingContent .right p {
    padding-bottom:0;
    padding-top:5px;
    padding-left: 0px;
}
#livingContent p.btnWrapper input.button {
	margin-right: 40px;
}

#visit_form label,
#visit_form .inline span {
	width: 110px
}

#visit_form .inline span {
	margin-top: 0px
}

#feedback_form label {
	width: 400px;
}

/* form handler interview*/
#form_amb_interview_handler_login dl {
	padding:0;
}
#form_amb_interview_handler_login #send-box {
	padding:10px 0;
}

#form_party_paket_report_view dl#id-box {
    visibility: hidden;
    height:1px;
    padding:0;
    margin:0;
}

dl#category-box,
dl#ccode-box {
	float:left;
	width:200px;
}
dl#category-box select,
dl#ccode-box select {
	width:180px;
}
dl#category-box {
    width:100%;
}
dl#category-box #category-label {
    width:200px;
}

/* GLOBAL CLASSES */
.center {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.imgContentFloat {
	float: left;
	margin-right: 10px;
}
.mbl { margin-bottom: 20px;}

/* form handler interview*/
#form_amb_interview_handler_login dl {
	padding:0;
}
#form_amb_interview_handler_login #send-box {
	padding:10px 0;
    width:100px;
}
#ambassador_tryout #send_reg-box {
    width:115px;
}

#club_live input#send-box dd {
	width:155px;
}

		.faqRight {
			float:right;
			margin-right:10px;
		}
		#jobdescr_2_9 ul.accordionList li a.clearLink {
			display: inline;
			background:none;
			line-height: normal;
			padding:0;
			text-decoration: underline;
			color: white;
			text-transform: none;
			font-size: 1.1em;
		}
/* ---------------------------------------------------
 21st century clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility:	hidden;
	float: none;
	clear: both;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
 html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.IEbrFix br {
	line-height: 0em;
}

#forum_insert #send-box dd,
#forum_insert #send {
	width:170px;
}

#actionPartyPaket h3 {
    padding:0;
    margin:0;
}
#actionPartyPaket  #fieldset-paket {
    display:block;
}
#actionPartyPaket #explanatory_notes {
    width:450px;
}
#actionPartyPaket  ul.errors li {
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
#actionPartyPaket input#date_party, #actionPartyPaket input#num_participant {
    width:266px;
}
#actionPartyPaket #text {
    width:450px;
}
#actionPartyPaket #pp_type-box label span {
    display:block;
    line-height:14px;
    font-size:9px;
    margin-left:12px;
}
#actionPartyPaket ul.errors {
    margin-top:10px;
}

/* Sao-Felix Besucherpakete */
.sao-felix-infospan{
	width: 60px;
	display: inline-block;
}

#besuchererlebnisse-resform .form-block{
	width: 48%;
	margin-right: 2%;
	float: left;
}

#besuchererlebnisse-resform input[type="text"]{
	width: 90%;
}

#besuchererlebnisse-resform input.inline{
	display: inline;
}

/* Calendar */
#calendar {
		margin: 0 auto;
		font-size: 1em;
		color: #6c5c4c;
		background:#fff;
		padding: 0 10px;
		}
	#calendar table.fc-border-separate th {border-top:1px solid #c5af86;border-bottom:1px solid #c5af86;}	
	#calendar table.fc-border-separate {border-collapse: collapse; font-family: Verdana, Helvetica, Arial, sans-serif;}
	#calendar table.fc-border-separate td {border: none;font-family: Verdana, Helvetica, Arial, sans-serif;}
	#calendar table.fc-border-separate th {border-width: 1px 0; font-size: 100%; padding: .5em 0;padding-left:20px;font-family: Verdana, Helvetica, Arial, sans-serif;}
	#calendar .fc-header-title h2 {font-weight: normal; font-size: 2em; color: #beae7d; font-family: times; padding: 0; margin: 0;}
	#calendar .fc-state-highlight {background: none; font-weight: bold;}
	#calendar .fc-day-number {float: none; text-align: center; font-size: 100%; margin: 1em auto -2em; padding: 0;}
	#calendar .fc-event-title {display: none;}
	#calendar .fc-other-month {color:#999999}
	#calendar .fc-event-skin {background: none; border: none;}
	#calendar .badge {width: 66%;height:30px; margin-left: 25%;display: block; padding: 0; border: 1px solid #b8b8b8; font-size: .8em; line-height: 1px;}
	#calendar .fc-state-default, #calendar .fc-state-default, #calendar .fc-button-inner {background: none; border: none; color: #beae7d;}
	#calendar .fc-state-default span, #calendar .fc-button-effect span {background: none;}
	#calendar .fc-header, #calendar .fc-button { margin-bottom: 2px; line-height: 4em;}
	
	#calendar .fc-week0 .fc-tue .fc-day-content, #calendar .fc-week0 .fc-wed .fc-day-content,
	#calendar .fc-week0 .fc-thu .fc-day-content, #calendar .fc-week0 .fc-fri .fc-day-content, #calendar .fc-week0 .fc-sat .fc-day-content,
	#calendar .fc-week1 .fc-tue .fc-day-content, #calendar .fc-week1 .fc-wed .fc-day-content,
	#calendar .fc-week1 .fc-thu .fc-day-content, #calendar .fc-week1 .fc-fri .fc-day-content, #calendar .fc-week1 .fc-sat .fc-day-content,
	#calendar .fc-week2 .fc-tue .fc-day-content, #calendar .fc-week2 .fc-wed .fc-day-content,
	#calendar .fc-week2 .fc-thu .fc-day-content, #calendar .fc-week2 .fc-fri .fc-day-content, #calendar .fc-week2 .fc-sat .fc-day-content,
	#calendar .fc-week3 .fc-tue .fc-day-content, #calendar .fc-week3 .fc-wed .fc-day-content,
	#calendar .fc-week3 .fc-thu .fc-day-content, #calendar .fc-week3 .fc-fri .fc-day-content, #calendar .fc-week3 .fc-sat .fc-day-content,
	#calendar .fc-week4 .fc-tue .fc-day-content, #calendar .fc-week4 .fc-wed .fc-day-content,
	#calendar .fc-week4 .fc-thu .fc-day-content, #calendar .fc-week4 .fc-fri .fc-day-content, #calendar .fc-week4 .fc-sat .fc-day-content,
	#calendar .fc-week5 .fc-tue .fc-day-content, #calendar .fc-week5 .fc-wed .fc-day-content,
	#calendar .fc-week5 .fc-thu .fc-day-content, #calendar .fc-week5 .fc-fri .fc-day-content, #calendar .fc-week5 .fc-sat .fc-day-content  {
		border:2px solid #EEEADE;
	}

	#calendar .fc-state-highlight .fc-day-content {
		background-color:#C2B37F;
	}
	#calendar .fc-other-month .fc-day-content {
		border:none;
	}
	#calendar .fc-first {
		padding-top:4px;
	}
	#calendar .fc-day-content {
		display:block;
		width:30px;
		margin-left:15px;
		margin-top:1px;
		height: 18px;
	}
	#calendar .fc-first {
		padding-top: 5px;
	}
	#showCalendar {
		width:450px;
	}
	#calendar {
		margin-left:0;
		width:440px;
		border:1px solid #c5af86;
	}
	#calendar .fc-header-right {
		text-align: right;
	}
	#calendar h2 {
        text-align:center;
        text-indent: 0;
    }

/* =============================================================================
	 Spacing classes
   ==========================================================================
	* Should be used to modify the default spacing between objects (not between nodes of the same object)
 	* Please use judiciously. You want to be using defaults most of the time, these are exceptions!
 	* <type><location><size>

  * spacing helpers
		p,m = padding,margin
		a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
		s,m,l,n = small(5px),medium(10px),large(20px),none(0px)
*/
.text-center{text-align:center}
.ptn,.pvn,.pan{padding-top:0px}
.pts,.pvs,.pas{padding-top:5px}
.ptm,.pvm,.pam{padding-top:10px}
.ptl,.pvl,.pal{padding-top:20px}
.prn,.phn,.pan{padding-right:0px}
.prs,.phs,.pas{padding-right:5px}
.prm,.phm,.pam{padding-right:10px}
.prl,.phl,.pal{padding-right:20px}
.pbn,.pvn,.pan{padding-bottom:0px}
.pbs,.pvs,.pas{padding-bottom:5px}
.pbm,.pvm,.pam{padding-bottom:10px}
.pbl,.pvl,.pal{padding-bottom:20px}
.pln,.phn,.pan{padding-left:0px}
.pls,.phs,.pas{padding-left:5px}
.plm,.phm,.pam{padding-left:10px}
.pll,.phl,.pal{padding-left:20px}
.mtn,.mvn,.man{margin-top:0px}
.mts,.mvs,.mas{margin-top:5px}
.mtm,.mvm,.mam{margin-top:10px}
.mtl,.mvl,.mal{margin-top:20px}
.mrn,.mhn,.man{margin-right:0px}
.mrs,.mhs,.mas{margin-right:5px}
.mrm,.mhm,.mam{margin-right:10px}
.mrl,.mhl,.mal{margin-right:20px}
.mbn,.mvn,.man{margin-bottom:0px}
.mbs,.mvs,.mas{margin-bottom:5px}
.mbm,.mvm,.mam{margin-bottom:10px}
.mbl,.mvl,.mal{margin-bottom:20px}
.mln,.mhn,.man{margin-left:0px}
.mls,.mhs,.mas{margin-left:5px}
.mlm,.mhm,.mam{margin-left:10px}
.mll,.mhl,.mal{margin-left:20px}

.social-icon a img {
    vertical-align: middle;
    opacity: 0.8;
    border: 0 none;
}

.social-icon a:hover img {
    opacity: 1.0;
}

/*==================Qualitaetskreis======================*/
.inline{
	display: inline;
}
.float_left{
	float: left;
}
.font-sans{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 18px;
}
.clear{
	clear: both;
}
.radiobutton, .checkbox{
}

/* global slider stuff */
.list-slider {
	overflow: hidden;
	position: relative;
	margin: 0 0 30px 0;
}
	#myBotNewBox .list-slider h3 {
		margin: 0;
		font-size: 12px;
		height: 30px;
	}
	.list-slider ul {
		overflow: hidden;
		position: relative;
		width: 10000px;
	}
	.list-slider li {
		float: left;
	}
		.list-slider li img {
			width: 160px;
			height: 122px;
			box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
			-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
			-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
			box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
		}
		.list-slider li p {
			padding: 0;
			padding-top: 4px;
		}
			.list-slider li em {
				line-height: 14px;
				text-align: center;
				display: block;
				padding: 0;
			}
.list-slider .list-slider-nav {
	position: absolute;
	top: 0px;
	display:block;
	width:30px;
	font-size:18px;
	height:126px;
}
.list-slider .list-slider-nav.prev {
	left: 2px;
	background: url(/images/arrow_prev.png) 0 50% no-repeat;
}
.list-slider .list-slider-nav.next {
	right: 0;
	background: url(/images/arrow_next.png) 100% 50% no-repeat;
}
.list-slider .list-wrap {
	width: 504px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/* overwrite global styles with specials for list-slider with 3 horizontal items */
	.list-slider ul.list-3-items {
		height: 190px;
	}
	.list-slider .list-3-items li {
		width: 160px;
		margin-right: 10px;
	}
		.list-slider .list-3-items li p {
			padding: 0;
			padding-top: 4px;
		}
			.list-slider .list-3-items li em {
				line-height: 14px;
				text-align: center;
				display: block;
				padding: 0;
			}
/* overwrite global styles with specials for list-slider with 1 horizontal item */
	.list-slider ul.list-1-item {
		height: 130px;
	}
		#myBotNewBox .list-slider .list-1-item li h3 {
			height: auto;
			font-size: 16px;
		}
			.list-slider .list-1-item li .text-content {
				width: 337px;
			}
			.list-slider .list-1-item li .text-content p {
				margin-bottom: 20px;
			}
				.list-slider .list-1-item li .text-content a.arrowRight {
					margin-left: 0;
				}


/* list last threats */

.list-last-threats h4,
.list-last-threats p {
	padding: 0;
	margin: 0;
}
.list-last-threats p {
	padding: 0 30px;
}

.list-last-threats hr {
	margin: 4px 0;
}


/* new alert box */
.alert {
	background: #edece1;
	border: 1px solid #666;
	padding: 10px;
	margin: 10px;
	text-align: center;
}
.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

#botNewsSettingsForm {
    padding: 0px 0px 0px 30px;
}

#botNewsSettingsForm table td {
    font-size: 10px;
}
/* additional styles for refresh */
h3#livingHead, .feedback_title {
	padding-left:15px;
}

#livingContent .right p,
#livingContent form p{
    padding-left: 0;
}

/* club profile mini show/hide */
.clubChooseMainProduct {
	margin: 8px 0px 0px 0px;
	padding: 0 0 9px 5px;	
}
.clubChooseMainProduct h4{
	margin-top: 10px;
}
.clubChooseMainProduct input{
	width:18px;
}
.clubChooseMainProduct input[type=text]{
	width:200px;
}
.clubChooseMainProduct div span input[type=submit]{
	width:auto;
}
.clubChooseMainProduct div.makeMargin {
	margin-top: 10px;
}
.showClubMainProduct {
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 1em;
}
/**
 * enjoy with friends extra css
 */
.guf-images-postcard {
	text-align: center;
	display: block;
	width: 100%;
	height: 377px;
}
.guf-code-form {
	background-image:url(/images/dannemann-connoisseures/guf-code-form.png);
	background-repeat: no-repeat;
	width:313px;
	height:184px;
	text-align: center;
	margin-top: 10px;
	display: inline-block;
}
.guf-code-field {
	width: 197px;
	height: 21px;
	display: inline-block;
	background-color: #fff;
	margin-top: 110px;
	padding-top: 5px;
	font-size: 14px;
}
/**
 * age gateway
 */
#ageBox, #countryBox {
    position:relative;
    width:400px;
    height:160px;
    color:#ebcf94;
}

#ageBox h3, #countryBox h3 {
    padding-top:10px;
}
#ageBox h3, #ageBox h4, #countryBox h3, #countryBox h4 {
    display:block;
    width:400px;
    text-align:center;
    color:#d4b67c;
    font-family: Georgia, Times, serif;
}
#ageBox form, #countryBox form {
    text-align: center;
    padding:0;
}
#ageBox form input.checkbox {
    margin: 0;
    padding:0;
    width:auto;
    height:auto;
    text-align: center;
    background: transparent;
    vertical-align: middle;
    margin-top: 3px;
}
#ageBox form label {
    display: inline;
    margin-top: 0;
    margin-left:5px;
    vertical-align: middle;
    text-align:center;
}
#ageBox form p {
    text-align:center;
    display: inline-block;
    text-transform: uppercase;
    margin-top:10px;
    color:#FFF;
    font-size:13px;
    line-height:14px;
    zoom: 1; /* Für IE7 und darunter */
    *display: inline; /* Für IE7 und darunter */

}
#ageBox form input:focus {
    outline: none;
}
#ageBox form input {
    float:left;
    width:110px;
    height:30px;
    margin-right:8px;
    font-size:20px;
    text-align:center;
    border:none;
    color:#FFF;
    background:rgb(213,179,117);
}
#ageBox form input.go {
    height:38px;
    width:41px;
    color:rgb(213,179,117);
    background:#322b21;
    background-image:url(/images/button-back-age.jpg);
    cursor: pointer;
    color:#FFF;
    margin-right:0;
}
#ageBox form div {
    display:inline-block;
    width:400px;
}
#ageBox form input.year {
    width:90px;
}
#ageBox h4.error, #countryBox h4.error {
    color:red;
}
#ageBox h4, #countryBox h4 {
    margin-top:0;
    padding-top:0;
    font-size:13px;
    font-weight:normal;
    text-transform:uppercase;
}
#mainNav a.dynamicButton span {
    color:#FFF0D5;
    font-size: 13px;
}
#mainNav a.dynamicButton:hover span, #mainNav a.dynamicButton.active span {
    color:#fff;
}
/**
 * mydannemann redesign changes
 */
a.defaultChangeDataLink {
    color: #3f403d;
    font-family: Georgia, Times, serif;
    text-transform: uppercase;
    font-size: 1.1em;
    text-decoration:underline;
}
.headlinks-changeproifle {
    margin-bottom: 15px;
    font-size: 12px;
}
.headlines-smoke-profile {
    padding-bottom: 2px !important;
}
a.smoke-profile-preffered {
    color: #3f403d;
    font-family: Georgia, Times, serif;
    text-transform: uppercase;
    font-size: 1.2em;
    text-decoration:none !important;
    margin-right: 5px;
}
.kill-padding-on-p p {
    padding:0;
    padding-bottom: 15px;
}
.sign-p-padding p{
    padding: 5px 0 5px 0;
}
.sign-label-radio-fix label {
    line-height: 10px;
    width: auto !important;
    margin-right: 10px !important;

}
.sign-p-radio-fix p {
    width: 166px !important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.sign-p-radio-fix input {
    float: left;
    *margin-top: -5px;
    margin-right: 5px;
}
img.profile-link-fix-margin-img {
    margin-bottom: -3px;
    margin-left: 3px;
}
.kill-packshot-line-height img {
    margin-bottom: -2px;
    height:42px;
    max-width: 45px;
}
h3#change-profile-title {
    margin-bottom: 20px;
}
.newsletter-fix {
    margin-top: 25px;
    margin-bottom: 25px;
}
.wrapper-moods, .wrapper-alcapone {
    margin-bottom: 10px;
}
.save-success-message {
    color:#008000;
    margin: -25px 0 25px 0;
}
.inner-wrapper-moods li, .inner-wrapper-alcapone li {
    height: 50px;
}
.inner-wrapper-moods li span, .inner-wrapper-alcapone li span {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
}
.items li .outerContainer
{
    display: table;
    height: inherit;
    float: left;
    margin-right: 10px;
}

.items li .outerContainer .innerContainer
{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.packshot-innerbox-2 {
    width: 50px;
}
.packshot-innerbox-3 div {
    text-align: left;
}
/* Ajax Login Box */
.timelineLoginBox {
    width: 258px;
    display: inline-block;
    height: auto;
    padding: 10px;
}
.timelineLoginBoxTitle {
    padding: 0;
    margin: 0 !important;
    font-size: 10px;
    font-weight: bold;
}
.timelineLoginBoxUsername {
    display: inline-block;
    width: 137px;
    padding: 0 5px 0 0;
    float: left;
    margin-right: 10px;
    text-align: left;
}
.timelineLoginBoxPassword {
    width: 90px;
    padding: 0 0 0 5px;
    *padding-left: 42px;
    float: left;
    margin-left: 37px;
    *margin-left: 0px;
}
.timelineLoginBoxUsername span, .timelineLoginBoxPassword span {
    font-size: 10px;
    color:#3f403d;
}
.timelineLoginBoxUsername span {
    width: 137px;
    float:left;
}
.timelineLoginBoxPassword span {
    width: 90px;
    float:left;
}
.timelineLoginBoxUsername input {
    width: 137px;
    float:left;
}
.timelineLoginBoxPassword input {
    width: 90px;
    float:left;
}
.timelineLoginBoxSubmit {
    width: 96px;
    float: right;
    margin:8px 1px 0 0;
    background: #f0f2ea;
    border: 1px solid #ccc5b6;
    display: inline-block;
    line-height: 28px;
    padding: 1px;
    overflow: hidden;
}
.timelineLoginBoxSubmit input {
    height:15px;
    background-image: url(/images/arrowRightFormBtn.gif);
    background-color: #bfaf89;
    color: #fff;
    margin: 0;
    padding: 1px 35px 1px 18px;
}
.timelineLoginBoxNewUser {
    display: inline-block;
    width: 137px;
    padding: 0 5px 0 0;
    float: left;
    margin-right: 10px;
    margin-top:15px;
    text-align: left;
}
.timelineLoginBoxNewUser a {
    color: #3f403d;
    font-size: 9px;
}
a.veranstaltungenDetailLink {
    text-decoration: none !important;
    margin-top: 10px;
    display: inline-block;
}

#countryBox a {
    color:#d4b67c;
    text-decoration: none;
}
#countryBox a:hover {
    color:#FFF0D5;
}
#countryBox table {
    width:300px;
    margin-left:70px;
    color:#d4b67c;
}

#countryBox table tr td {
    line-height:30px;
    vertical-align: top;
}

/*
    Sign view
*/
.agb_label {
    float: left !important;
    width: 450px !important;
    margin-left: 10px !important;
    margin-top: -3px !important;
    display: block !important;
}
.agb_input {
    float: left;
}

/*
    satisfaction
*/
.bring-me-to-coq-button {
    margin-right: 40px;
    background-color: #c5be97;
    float: right;
    padding: 4px 18px;
    color: #fff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 18px;
    display: block;
    text-decoration: none !important;
    cursor:pointer;
}
.bring-me-to-coq-button:active {
    color: #fff;
    text-decoration: none !important;

}
h2.seo-headlines, h3.seo-headlines {
    font-family: "Times New Roman";
    color: #c5be97;
    font-size: 35px;
    line-height: 41px;
    background: -webkit-linear-gradient(#fff6b6 6%, #c3b17e 18%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-indent: 0px;
}

/*
 **********************************
LOGIN LAYER Layout Fix
 **********************************
*/
#login-layer #header {
	height: auto;
}


#login-layer #mainNavWrapper {
	height: auto;
}
#login-layer #mainNavWrapper ul#mainNav {
	position: relative;
	clear: both;
}

#login-layer  #chapterLeft {
	background-position: 0 300px; /* transparent url(/images/bgWhite_trans.png) repeat-x scroll */
}
#login-layer  #chapterLeft #inset {
	padding-top: 276px;
}

#login-layer #joblistWrapper, #login-layer #reportsWrapper, #login-layer #myBotNewBox, #login-layer #erlebenUndGeniessen {
	top: 300px;
}


/* Anfang Login Layer */
.login-window {
	position: relative;
	padding-top: 0;
	width: 780px;
	margin: 0 auto 25px;
	height: 135px;
	background: url(/images/spotlightnew.png) no-repeat 50% 0;
}

.login-window h4 {
	margin-bottom: 5px;
	text-transform: uppercase;
}

.login-window a {
	color: #a9a9a9;
}

.login-window p {
	padding: 0;
}

.btn-wrapper {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 16px;
}

.btn-absolute {
	position: absolute;
	text-align: right;
	right: 0px;
	width: 300px;
	height: 16px;
	text-transform: uppercase;
}

.btn-absolute .btn {
    color:#FFF;
    font-size:11px;
	padding: 2px 3px 2px 3px;
	margin-right: 2px;
	overflow: visible;
	text-transform: uppercase;
	border-style: none;
	background: rgb(213,206,166); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(213,206,166,1) 0%, rgba(154,134,98,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,206,166,1)), color-stop(100%,rgba(154,134,98,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(154,134,98,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(154,134,98,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(154,134,98,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(213,206,166,1) 0%,rgba(154,134,98,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#9a8662',GradientType=0 ); /* IE6-9 */
}

.btn-absolute .btn:hover {
	cursor: pointer;
	background: rgb(163,154,132); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(163,154,132,1) 0%, rgba(154,134,98,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,154,132,1)), color-stop(100%,rgba(154,134,98,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(163,154,132,1) 0%,rgba(154,134,98,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(163,154,132,1) 0%,rgba(154,134,98,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(163,154,132,1) 0%,rgba(154,134,98,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(163,154,132,1) 0%,rgba(154,134,98,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a39a84', endColorstr='#9a8662',GradientType=0 ); /* IE6-9 */
}

.login-window .btn {
    color:#FFF;
    font-size:11px;
	overflow: visible;
	margin-top: 10px;
	padding: 2px 3px 2px 3px;
	text-transform: uppercase;
	border-style: none;
	background: rgb(213,206,166); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(213,206,166,1) 0%, rgba(154,134,98,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,206,166,1)), color-stop(100%,rgba(154,134,98,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(154,134,98,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(154,134,98,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(154,134,98,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(213,206,166,1) 0%,rgba(154,134,98,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#9a8662',GradientType=0 ); /* IE6-9 */
}

.login-window .btn:hover {
	cursor: pointer;
	background: rgb(163,154,132); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(163,154,132,1) 0%, rgba(154,134,98,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,154,132,1)), color-stop(100%,rgba(154,134,98,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(163,154,132,1) 0%,rgba(154,134,98,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(163,154,132,1) 0%,rgba(154,134,98,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(163,154,132,1) 0%,rgba(154,134,98,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(163,154,132,1) 0%,rgba(154,134,98,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a39a84', endColorstr='#9a8662',GradientType=0 ); /* IE6-9 */
}

.login-window input {
	margin-bottom: 23px;
	border-style: none;
	background: rgb(213,206,166); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(213,206,166,1) 0%, rgba(154,134,98,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,206,166,1)), color-stop(100%,rgba(154,134,98,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(154,134,98,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(154,134,98,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(154,134,98,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(213,206,166,1) 0%,rgba(154,134,98,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#9a8662',GradientType=0 ); /* IE6-9 */
}

.col-box {
	height: auto;
	text-align: left;
	float: left;
	left: 0;
	padding:0;
	color: #ffffff;
}

.col-box-margin {
	height: auto;
	text-align: left;
	float: left;
	margin-right:40px;
	padding:0;
	color: #ffffff;
}

.form-group{
	position: absolute;
	right: 0;
	top: 35px;
	/*float: left;*/
}

.form-group-margin{
	position: absolute;
	/*float: left;*/
	margin-right: 0;
	left: 205px;
	top: 35px;
}

.pw-link {
	position: absolute;
	top: 10px;
	right: 0;
}

.no_margin {
	margin: 0;
}

.absoulte-right {
	right: 0;
	position: absolute;
}

/*
 **********************************
ENDE LOGIN LAYER Layout Fix
 **********************************
*/

.seo-subheadlines {
    font-size: 22px !important;
    line-height: 28px;
}


h3.eruge-headline {
		display: block;
		margin-bottom: 10px !important;
		margin-left: 30px !important;
		text-transform: uppercase;
}

div.insiderNewAmb ul li {
		display: block;
		float: none;
		margin-top: 10px;
}


.eruge {

		height: 134px;
		padding: 10px;
		position: relative;
}

.eruge .datescroller {
		position: absolute;
		bottom: 10px;
		height: 60px;
		width: 235px;
}

.eruge .datescroller span.prev {
		width: 10px;
		position: absolute;
		left: 0px;
		top: 50%;
		cursor: pointer;
		background: url(/images/arrow_prev.png) no-repeat;
		display:block;
		float:left;
		width:27px;
		height: 50px;
		margin-top: -25px;
		z-index: 50;
}

.eruge .datescroller span.next {
		width: 10px;
		position: absolute;
		right: 0px;
		top: 50%;
		cursor: pointer;
		background: url(/images/arrow_next.png) no-repeat;
		display:block;
		float:left;
		width:27px;
		height: 50px;
		margin-top: -25px;
		z-index: 50;
}

.eruge .datescroller ul.datelist {
		list-style: none;
		position: absolute;
		left: 10px;
		right: 10px;
		top: 5px;

}

.eruge .datescroller ul.datelist li {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
}

.eruge .datescroller ul.datelist li a {
		text-decoration: none;
}

.eruge .datescroller ul.datelist li .date {
		display: block;
		text-align: center;
		font-size: 15px !important;
}

.eruge .datescroller ul.datelist li .location {
		display: block;
		text-align: center;
		font-size: 16px !important;
		font-weight: bold;
}

.eruge .datescroller ul.datelist li .name {
		display: block;
		text-align: center;
		font-size: 1
		14px !important;
}

h3.eruge-headline {
		display: block;
		margin-bottom: 20px;
}

div.insiderNewAmb ul li {
		display: block;
		float: none;
		margin-top: 10px;
}

div.homeevents-top {
		padding: 10px;
		font-size: 14px;
		text-align: center;
		height: 30px;
		overflow: hidden;
		cursor: pointer;
}

div.homeevents-image {
		width: 100%;
		height: auto;
		cursor: pointer;
}

div.homeevents-image img {
		width: 100%;
		height: auto;
}

div.homeevents-bottom {

		padding: 10px;
		box-sizing: border-box;
		text-align: center;
		cursor: pointer;
}

div.homeevents-bottom span.location {
		font-size: 13px;
		display: block;
		font-weight: bold;
}

div.homeevents-bottom span.date {
		font-size: 12px;
		display: block;
}

div.homeevents-row a {
		text-decoration: none;
}

.homeevents-headline {
		text-decoration: none;
}

ul.startpage-shopslider-navi {
		display: block;
		margin: 0px;
		padding: 10px;
        padding-left: 0;
		box-sizing: border-box;
}

ul.startpage-shopslider-navi li {
		display: inline;
		font-size: 13px;
		margin-left: 0px;
		margin-right: 20px;
}

ul.startpage-shopslider-navi li a {
		text-decoration: none;
		display: inline;
}

ul.startpage-shopslider {
		display: block;
		position: relative;
		height: 215px;
}

ul.startpage-shopslider li {
		display: block;
		position: absolute;
}

ul.startpage-shopslider li img {
		width: 100%;
		height: auto;

}
a.eg_change_person_trigger {
    cursor: pointer;
    text-decoration: none;
}
a.eg_delete_person {
    font-size: 18px;
    color: #ff0000;
}