/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #E9E9E9;
}
body.plain {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}
body, td {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #596066;
}
hr {
	background: url(../../images/site/spacer_medium.png) no-repeat center;
	background-size: 100% 3px;
	height: 3px;
	border: none;
}
a, a:active {
	color: #7777a0;
	text-decoration: underline;
}
a:hover {
	color: #596066;
	text-decoration: none;
}
a img, img {
	border: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
strong {
	font-weight: 700;
}
form {
	margin: 0px;
}
legend {
    display: table; /* enable line-wrapping in IE8+ */
}
select, textarea, input {
	padding: 4px;
	/*border: 1px solid #D3D3D3;*/
	background-color: #F3F3F3;
	font-family: 'Open Sans', sans-serif;
	
	border: none;
	border-radius: 3px;

}
select {
	padding: 2px;
}
input.cb, input.rb, input.image, input[type="checkbox"], input[type="radio"] {
	padding: 0px;
	border: 0px;
	background: none;
	width: auto;
}
label, input.button, input.cb, input.rb, input.image {
	cursor: pointer;
}
input.button, a.button, button.button, button, input[type="button"] {
	width: auto;
	text-decoration: none;
	color: #ffffff !important;
	background: #7777a0;
	padding: 3px 20px 3px 20px;
	border: none;
	border-radius: 7px;
}
a.button {
	padding: 2px 4px 2px 4px;
}
input.button:hover, a.button:hover, button.button:hover, button:hover, input[type="button"]:hover {
	background: #dddddd;
}
input.btnDisabled, button.btnDisabled {
	color: #aaaaaa !important;
	cursor: default;
}
cite {
	line-height: 22px;
	text-align: center;
	display: block;
	font-style: italic;
	color: #7777a0;
	padding: 0px 20px 0px 20px;
}
iframe {
	z-index: 0;
	position: relative;
}
div.pp_pic_holder {
	z-index: 9999999 !important;
}
.copyright {}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	/*display: none;*/
}
.hidden {
	position: absolute;
	left: -1000em;
	top: -1000em;
	height: 1px;
	width: 1px;
}
.nospacing {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.islink {
	cursor: pointer;
}
.isToggle {
	cursor: pointer;
	background-image: url(../../images/site/arrow_blue_small_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.swtable {
	display: table;
}
.swtable_row {
	display: table-row;
}
.swtable_cell {
	display: table-cell;
}

/* --- common --- */
.modTitle, .modSubTitle, .modTitle a {
	color: #7777a0;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	font-weight: 600;
}
.modTitle a, .modTitle a:active {
	text-decoration: none;
}
.modTitle a:hover {
	color: #596066;
	text-decoration: underline;
}
.modSubTitle {
	font-weight: normal;
}
.modTeaser {}
.modAlert {
	color:#c50047;
}
input.modAlert, textarea.modAlert {
	border: 1px solid #c50047 !important;
}
.statusMsg {
	text-align: center;
	padding: 40px 0px 40px 0px;
}
.swWatermark {
	color: #8F8E8E;
}
.modAutor {
	padding: 20px 0px 0px 0px;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
}

/* --- icons --- */
.iconsDetail {
	clear: both;
}
.topIcons .iconsDetail {
	padding: 0px 0px 20px 0px;
}
.bottomIcons {
	border-top: 1px solid #ffffff;
	clear: both;
}
.bottomIcons .iconsDetail {
	padding: 45px 0px 10px 0px;
	margin: 25px 0px 0px 0px;
	background-image: url(../../images/site/border_bottom_large.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.bottomIcons .iconsDetail .linkIconLeft {
	padding: 3px 0px 4px 30px;
	background-image: url(../../images/site/arrow_blue_left.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.topIcons {
	display: none;
}
.bottomIcons {}
.linkIconLeft {
	/*
	padding: 3px 0px 4px 30px;
	background-image: url(../../images/site/arrow_blue_left.png);
	background-position: left center;
	background-repeat: no-repeat;
	*/
}
.linkIconLeft a {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #7777a0;
	text-decoration: none;	
}
.linkIconLeft a, .linkIconLeft a:active {}
.linkIconLeft a:hover {
	color: #c50047;
}
.linkIconRight {
	/*
	padding: 3px 0px 4px 20px;
	background-image: url(../../images/site/arrow_blue_right.png);
	background-position: left center;
	background-repeat: no-repeat;
	clear: both;*/
}
.linkIconRight a {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #7777a0;
	text-decoration: none;
}
.linkIconRight a, .linkIconRight a:active {}
.linkIconRight a:hover {
	color: #c50047;
}
.btnBookmark {}
.btnTellfriend {}
.btnPrint {}

.btnDateselect {
	background-image: url(../../images/btn_dateselect.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-color: transparent !important;
	width: 23px !important;
	height: 20px !important;
	margin: 0px 2px 0px 0px;
	border: 0px;
}
.btnDateselect:hover {
	background-position: 0px -21px;
}
/* --- special inputs --- */
.inputShowPasswort {
	background-image: url(../../images/input_password_bkg.gif);
}
.inputShowUser {
	background-image: url(../../images/input_user_bkg.gif);
}

.barAccessKeys {
	position: absolute;
	top: -200px;
}

/* datepicker */
input.jQueryUiDatepicker {
	background-image: url(../../images/input_datepicker_bkg.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 28px;
	width: 68px !important;
}
input.hasDateTime {
	width: 105px !important;
}
input.jQueryUiDatepicker:hover {
	/*background-position: right -30px;*/
}
input.jQueryUiDatepicker.hasTime {
	background-image: url(../../images/input_timepicker_bkg.png);
}
input.hasTime {
	width: 35px !important;
}

/* ===--- addthis: start ---=== */
.addthisShare  {
	height: 36px;
}
.addthisShare .addthis_toolbox {
	padding: 20px 0px 0px 0px;
}
.addthisShare .addthis_toolbox a {
	display: block;
	width: 22px;
	height: 22px;
	padding: 0px;
	margin: 0px 0px 0px 4px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../../images/mobile/icons_social_share.png);
	float: left;
}
.addthisShare .addthis_toolbox a span {
	display: none;
}
.addthisShare .addthis_toolbox a.addthis_button_facebook {
	background-position: -22px 0px;
}
	.addthisShare .addthis_toolbox a.addthis_button_facebook:hover {
		background-position: -22px -22px;
	}
.addthisShare .addthis_toolbox a.addthis_button_twitter {
	background-position: -44px 0px;
}
	.addthisShare .addthis_toolbox a.addthis_button_twitter:hover {
		background-position: -44px -22px;
	}
.addthisShare .addthis_toolbox a.addthis_button_google {
	background-position: 0px 0px;
}
	.addthisShare .addthis_toolbox a.addthis_button_google:hover {
		background-position: 0px -22px;
	}
.addthisShare .addthis_toolbox a.addthis_button_expanded {
	background-position: -66px 0px;
}
	.addthisShare .addthis_toolbox a.addthis_button_expanded:hover {
		background-position: -66px -22px;
	}
/* ===--- addthis: end ---=== */

/* --- common --- */
.spacerLarge {
	background: url(../../images/mobile/spacer_large.png) no-repeat center;
	height: 3px;
	background-size: 100% 3px;
	border: none;
}
.spacerMedium {
	background: url(../../images/mobile/spacer_medium.png) no-repeat center;
	height: 3px;
	background-size: 100% 3px;
	border: none;
}
.spacerSmall {
	background: url(../../images/mobile/spacer_small.png) no-repeat center;
	height: 3px;
	background-size: 100% 3px;
	border: none;
}
.borderLarge {
	background: url(../../images/mobile/border_bottom_large.png) no-repeat center;
	height: 20px;
	background-size: 100% 20px;
	border: none;
	
}
.borderMedium {
	background: url(../../images/mobile/border_bottom_medium.png) no-repeat center;
	height: 10px;
	background-size: 100% 10px;
	border: none;
}
.borderSmall {
	background: url(../../images/mobile/border_bottom_small.png) no-repeat center;
	height: 10px;
	background-size: 100% 10px;
	border: none;
}
.borderTopMedium {
	background: url(../../images/mobile/border_top_medium.png) no-repeat center;
	height: 10px;
	background-size: 100% 10px;
	border: none;
}
.headerTitle {
	color: #7777a0;
	text-transform: uppercase;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-decoration: none;
	padding-bottom: 10px;
}
.headerTitle span {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-image: url(../../images/mobile/icon_headertitle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: -1px 10px 0px 5px;
}
.headerTitle span.termine {
	background-position: -20px 0px;
}
.sectionTitle {
	color: #7777a0;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	padding: 10px 0px 52px 0px;
	width: 100%;
}
#locationHeader.sectionTitle {
	padding: 30px 0px 30px 0px;
	text-align: center;
	width: 729px;
}
.sectionTitle.noNav {
	padding-top: 45px;
}
.showLink {
	font-family: 'Open Sans', sans-serif;
	background-image: url(../../images/mobile/arrow_blue_right.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding: 5px 20px 5px 0px;
	text-decoration: none;
}
.showLink.open {
	background-image: url(../../images/mobile/arrow_blue_down.png);
}
.showToggler.open {
	background-image: url(../../images/mobile/arrow_blue_down.png);
}
#searchToggle {
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
	font-weight: 600;
}
#dateselectorTrigger {
	padding: 10px 50px 10px 0px;
	background-image: url(../../images/site/icon_dateselect.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

/* --- detail --- */
.detailLeft {
	width: 347px;
	float: left;
	padding: 0px 40px 0px 0px;
}
.detailRight {
	width: 347px;
	margin: 0px 22px 0px 0px;
	float: right;
}
.detail .modTitle {
	color: #7777a0;
	/*text-transform: uppercase;*/
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	padding: 10px 0px 50px 0px;
	width: 100%;
	font-weight: 400;
}
.detail .modTitle.noNav {
	padding-top: 45px;
	text-transform: none;
}
.detail .leadText {
	padding: 0px 0px 15px 0px;
}
.detail .leadText .modLead {
	padding: 0px 0px 40px 0px;
}

/* --- detail --- */
.disqusDetail {
	padding: 40px 0px 0px 0px;
	width: 733px;
}

/* --- list --- */
.listLeft {
	width: 347px;
	float: left;
	padding: 0px 40px 0px 0px;
}
.listLeft .leftPic {
	padding-bottom: 0px;
}
.listRight {
	width: 347px;
	float: left;
	overflow: hidden;
}
.listRight .smallContent {}

.vikInfo .leftPic {
	width: 84px;
	height: 84px;
	overflow: hidden;
	padding: 0px;
}
.vikInfo .leftPic img {
	width: auto;
	height: 84px;
	margin-left: -15px;
}
.vikInfo .listContent {
	padding-left: 104px !important;
}

/* --- form --- */
.swStyle-select select, .swStyle-select textarea, .swStyle-select input,
.swStyle-search select, .swStyle-search textarea, .swStyle-search input
{
	border-radius: 0px;
}
.swStyle-select .swStyle-select-select, .swStyle-select .swStyle-select-options {
	width: 320px;
}
.swStyle-select .swStyle-select-select {
	height: 30px;
	overflow: hidden;
	cursor: pointer;
}
	.swStyle-select .swStyle-select-select .selectvalue {
		background-image: url(../../images/mobile/swstyle_select.png);
		width: 250px; /* target width minus width of .swStyle-select .swStyle-select-button */
		height: 24px;
		float: left;
		padding: 6px 0px 0px 10px;
		overflow: hidden;
		white-space: nowrap;
	}
	
	.swStyle-select .swStyle-select-select .selectbutton {
		background-image: url(../../images/mobile/swstyle_select.png);
		background-repeat: no-repeat;
		background-position: right;
		background-color: transparent;
		width: 56px;
		height: 30px;
		float: left;
	}
	.swStyle-select .swStyle-select-options {
		background-color: #f5f5f5;
		border-top: none;
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		max-height: 250px;
		overflow: auto;
		border-radius: 7px;
		width: 259px;
		z-index: 999;
	}
		.swStyle-select .swStyle-select-options li {
			border-bottom: 1px solid #ffffff;
			padding: 3px 3px 3px 3px;
			cursor: pointer;
			overflow: hidden;
		}
		.swStyle-select .swStyle-select-options li:hover {
			background-color: #e5e5e5;
		}

.swStyle-search {
	display: inline-block;
}
	.swStyle-search .searchinput {
		display: block;
		float: left;
		width: 155px;
		height: 30px;
		background-image: url(../../images/site/swstyle_search.png);
		background-repeat: no-repeat;
		background-position: left;
		background-color: transparent;
		border: none;
		padding: 0px 10px 0px 10px;
		margin: 0px 0px 0px 0px;
		border-radius: 0px;
	}
	.swStyle-search .searchbutton {
		float: left;
		height: 30px;
		background-image: url(../../images/mobile/swstyle_search.png);
		background-repeat: no-repeat;
		background-position: right;
		background-color: transparent;
		padding: 0px 45px 0px 10px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		display: table;
		cursor: pointer;
		border-radius: 0px 0px 0px 0px;
	}
		.swStyle-search .searchbutton span {
			display: table-cell;
			vertical-align: middle;
			height: 30px;
		}

		
.swStyle-button.search {
	display: table;
}	
.swStyle-button.search .searchbutton {
	height: 30px;
	background-image: url(../../images/site/swstyle_button_search.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
	padding: 0px 45px 0px 10px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	display: table-cell;
	cursor: pointer;
	border-radius: 7px;
}
.swStyle-button.search .searchbutton:hover {
	opacity: 0.5;
}

	
	
	
	
	
	
	
	
	
	
	
	
	