/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
.clear {
	clear: both;
}

.content h3,
.htmlarea-content-body h3 {
	margin: 0 0 10px 0;
	font-size: 13px;
	/*font-weight: normal;*/
	font-weight:bold;
	color:#3B4C61;
}

.content h4,
.htmlarea-content-body h4 {
	margin: 10px 0 0 0;
	font-size: 11px;
	font-weight: bold;
}

.content .contentElementtextpic p,
.content .contentElementtext p,
.htmlarea-content-body p {
	margin-bottom: 10px;
	line-height: 15px;
}

	.content .contentElementhtml {
		margin-bottom: 0;
	}

.htmlarea-content-body b {
	font-weight: bold;
}

/* Fixed Margin Bug for IE/FF with Intext-Images*/
.content .csc-firstHeader,
.content .csc-textpicHeader h3,
.content .csc-textpicHeader h4,
.content .csc-textpicHeader h5,
.content .csc-textpicHeader h6 {
	margin-top: 0;
}

.content p.hrtag,
.htmlarea-content-body hr,
.htmlarea-content-body p.hrtag {
	height: 1px;
	line-height: 0;
	background: #ccc;
	color: #ccc;
	overflow: hidden;
}

#mainContent .csc-textpic-imagerow dl.csc-textpic-image {
	margin: 0 5px 5px 0;
}

/* -----------------------------------------------
	a
----------------------------------------------- */
.content a,
.htmlarea-content-body a {
	color: #000 !important;
	color: #000;
	text-decoration: underline;
}

.content a:hover,
.htmlarea-content-body a:hover {
	text-decoration: none;
}

/* -----------------------------------------------
	ul lists
----------------------------------------------- */
.content ul,
.htmlarea-content-body ul {
	margin: 0 0 0 2px;
}
	
.content ul li,
.htmlarea-content-body ul li {
	padding-left: 10px;
	background: url(../images/bullet_list_belvedere.gif) no-repeat 0 3px;
}

.content ul li {
	height: auto !important;
	height: 1px;
}
	/* noListtypeList */
.content ul.noListtypeList {
	margin: 0;
}
.content ul.noListtypeList li.noListtypeListItem {
	padding: 0;
	background: none;
}
	/* filelinksList */
.content ul.filelinksList li.filelinkListItem {
	padding: 5px 0;
}
.content ul.filelinksList li.filelinkListItem0,
.content ul.filelinksList li.filelinkListItemFirst {
	border-top: none;
	padding-top: 0;
}
.content ul.filelinksList li.filelinkListItem span.fileSize {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}
.content ul.filelinksList li.filelinkListItem dt {
	display: none;
	margin-bottom: 4px;
	font-weight: bold;
}
.content ul.filelinksList li.filelinkListItem dd.description {
	display: none;
	margin: 2px 0 4px 20px;
}	
.content ul.filelinksListLayout1 li.filelinkListItem dd.fileDownload img,
.content ul.filelinksListLayout2 li.filelinkListItem dd.fileDownload img {
	vertical-align: middle;
	margin-right: 8px;
}
.content ul.filelinksList li.filelinkListItem dd.fileDownload img {
	position: relative;
	top: 2px;
}
.content ul.filelinksListLayout1 li.filelinkListItem,
.content ul.filelinksListLayout2 li.filelinkListItem {
	margin-bottom: 10px;
}
.content ul.filelinksListLayout2 li.filelinkListItem {
	clear: both;
}
.content ul.filelinksListLayout2 dd.filelinkListPreviewItem {
	float: left;
	padding-right: 10px;
}
.content ul.filelinksList li.filelinkListItem dd a {
	margin: 0 0 0 4px;
}



	/* sitemap */
.content ul.csc-sitemap li li ul {
	margin-bottom: 5px;
}
.content ul.csc-sitemap li a {
	font-weight: bold;
}
.content ul.csc-sitemap li ul {
	margin: 0 10px 10px;
}
.content ul.csc-sitemap li li a {
	font-weight: normal;
}

	/* noListTypeList */
.content ul.noListTypeList {
	margin: 0;
	padding: 0;
}

.content ul.noListTypeList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	/* borderList */
.content ul.borderList li.listItemFirst {
	border-top: 1px solid #aeaeae;	
}
.content ul.borderList li.borderItem {
	padding: 5px 0;
	border-bottom: 1px solid #aeaeae;
}
	/* inlineList */
.content ul.inlineList li {
	display: inline;
}
	/* inlineListFloat */
.content ul.inlineListFloat {
	clear: both;
}
.content ul.inlineListFloat li.inlineListFloatItem {
	float: left;
	padding-left: 23px;
}
.content ul.inlineListFloat li.inlineListFloatItemFirst,
.content ul.inlineListFloat li.listItemFirst {
	padding-left: 0;
	border: none;
}

/* -----------------------------------------------
	text-align
----------------------------------------------- */
p.align-left {
	text-align: left;
}

p.align-right{
	text-align: right;
}

p.align-center{
	text-align: center;
}

p.align-justify{
	text-align: justify;
}

/* -----------------------------------------------
	tables
----------------------------------------------- */
.content .preistabelle,
.htmlarea-content-body table {
	/*border: 1px solid #ccc;*/
	margin-left: 1px !important;
	margin-left: 0;
	width: 100%
}

.content .preistabelle .tr-even,
.htmlarea-content-body .preistabelle .tr-even {
	background-color: #f8f8f8;
}

.content .preistabelle th {
	font-weight: normal;
	color: #557091;
}

.content .preistabelle th,
.content .preistabelle td {
	padding: 2px 4px;
	border: 0 solid #56524e;
	border-width: 0 0;
}

.htmlarea-content-body th,
.htmlarea-content-body td {
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

.contenttable .tr-even td {
	background: #C8D3DE;
}

.contenttable th,
.contenttable td {
	padding: 2px 4px;
}

.content .csc-textpic-caption {
	display: none;
	font-style: italic;
}

.content .preistabelle .bodytext {
	margin-bottom: 0;
}

.content .preistabelle .boldline {
	border-bottom: 1px solid #fff;
}

/*dark*/
.dark {
	background: #c8d3de;
}

/*text align right*/
.alignRight {
	text-align: right;
}

/*linie bold bottom*/
.contenttable tr.boldline td {
	border-width: 2px 0;
}

/*subtitle for table*/
.subtitle {
	font-size: 10px;
	font-weight: bold;
	color: #4d698b;
}

	.content .preistabelle td.subtitle {
		padding-top: 10px;
	}

/*lead*/
.content p.lead {
	font-weight: bold;
	margin-bottom: 0;
}

/* -----------------------------------------------
	images
----------------------------------------------- */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	/*margin: 0 0 10px 0;*/
	margin: 0 0 0 0;
}

/* -----------------------------------------------
	border - gallery
----------------------------------------------- */
.layout2 #headerImage {
	display: none;
}

.layout2 #borderContent {
	display: block;
}

.layout2 .contentElementFirst .tx-rgsmoothgallery-pi1 {
	position: relative;
	left: 0;
	width: 555px !important;
	width: 555px;
}

	.layout2 .contentElementFirst .tx-rgsmoothgallery-pi1 .myGallery {
		width: 555px !important;
		width: 555px;
		border: none;
	}
	
	
.layout2 .jdGallery div.carouselContainer,
.layout2 .jdGallery a.open,
.layout2 .jdGallery .slideInfoZone  {
	display: none !important;
}

.layout2 .jdGallery .slideElement {
	background-color: #3b587d;
}

/* -----------------------------------------------
	home
----------------------------------------------- */
.home #box {
	background: url(../images/bg_box_home.gif) repeat-y 0 0;
} 

.home #col2 {
	width: 715px;
}

	.home .contentElementFirst .tx-rgsmoothgallery-pi1 {
		width: 715px !important;
	}
	
	.home .contentElementFirst .tx-rgsmoothgallery-pi1 .myGallery {
		width: 715px !important;
	}

.home #col3 {
	width: 305px;
}



/* -----------------------------------------------
	Main Content
----------------------------------------------- */
#mainContent .contentElement {
	margin: 0 0 20px;
}

	/*layout1 > ganze breite*/
	.layout1 #mainContent .contentElement {
		width: 625px;
	}

	/*felogin */
#mainContent .feloginLogoutForm .contentElementtext,
#mainContent .feloginLogoutForm .contentElementtext p {
	margin-bottom: 0;
}
#mainContent .feloginLogoutForm dt {
	float: left;
	margin: 0 4px 4px 0;
}
#mainContent .feloginLogoutForm .formtype_mail {
	margin-top: 20px;
}
#mainContent .feloginLogoutForm .formtype_mail .formField {
	float: left;
}

/*email-subscribe*/
#mainContent .tx-sremailsubscribe-pi1-error {
	padding: 0 0 0 170px;
}
/* -----------------------------------------------
	Right Content
----------------------------------------------- */
#rightContent h3 {
	font-size: 14px;
}

	#rightContent .contentElement {
		padding: 3px 0 0 0;
		background: url(../images/dotted_green.gif) repeat-x 0 top;
	}

/* -----------------------------------------------
	headerImage
----------------------------------------------- */

#headerImage {
	background-position: center top !important;
}

/* -----------------------------------------------
	onlineReservation
----------------------------------------------- */
#onlinereservation {
	background: transparent;
}

.onlineReservation .lineheight {
	line-height: 20px;
}

.onlineReservation .label {
	display: block;
	width: 100px;
}

.onlineReservation select {
	width: 80px;
	border: 1px solid #56524e;
}

.onlineReservation .submitButton {
	display: block;
	top: 0 !important;
	top: 1px;	
	margin: 0 0 0 2px;
	border: none;
}
	*+html .onlineReservation .submitButton{top: 0 !important;}
	*:first-child+html .onlineReservation .submitButton{ top: 1px !important; }
	

.onlineReservation .date {
	display: block;
	padding: 15px 0 0 0;
}

.onlineReservation input.inputfield {
	height: 13px !important;
	height: 15px;
}

/* -----------------------------------------------
	wettersportbericht
----------------------------------------------- */
/* *********************** style WISPO wetter ***************** */
#col3 .uppertxt{
	text-transform: uppercase;
}

#col3 .wispo_wetter_head{
	background-color: #a4bed8;
}

#col3 .wispo_wetter_row1{
	background-color: #dce4ec;
}

#col3 .wispo_wetter_row2{
	background-color: #f1f7fd;
}

#col3 .wispo_wetter_rowabs{
	background-color: #dce4ec;
}

#col3 .wispo_wetter_linea{
	background-color: #3b4c61;
}

#col3 .wispo_wetter_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************** style WISPO Ski ***************** */
#col3 .wispo_ski_head{
	background-color: #a4bed8;
}

#col3 .wispo_ski_row1{
	background-color: #dce4ec;
}

#col3 .wispo_ski_row2{
	background-color: #f1f7fd;
}

#col3 .wispo_ski_rowabs{
	background-color: #dce4ec;
}

#col3 .wispo_ski_linea{
	background-color: #3b4c61;
}

#col3 .wispo_ski_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}

/* *********************** style WISPO Snow ***************** */
#col3 .wispo_snow_head{
	background-color: #a4bed8;
}

#col3 .wispo_snow_row1{
	background-color: #dce4ec;
}

#col3 .wispo_snow_row2{
	background-color: #f1f7fd;
}

#col3 .wispo_snow_rowabs{
	background-color: #dce4ec;
}

#col3 .wispo_snow_linea{
	background-color: #3b4c61;
}

#col3 .wispo_snow_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}

/* *********************** style WISPO Langlauf ***************** */
#col3 .wispo_langlauf_head{
	background-color: #a4bed8;
}

#col3 .wispo_langlauf_row1{
	background-color: #dce4ec;
}

#col3 .wispo_langlauf_row2{
	background-color: #f1f7fd;
}

#col3 .wispo_langlauf_rowabs{
	background-color: #dce4ec;
}

#col3 .wispo_langlauf_linea{
	background-color: #3b4c61;
}

#col3 .wispo_langlauf_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}

/* *********************** style WISPO Schlitteln ***************** */
#col3 .wispo_schlitteln_head{
	background-color: #a4bed8;
}

#col3 .wispo_schlitteln_row1{
	background-color: #dce4ec;
}

#col3 .wispo_schlitteln_row2{
	background-color: #f1f7fd;
}

#col3 .wispo_schlitteln_rowabs{
	background-color: #dce4ec;
}

#col3 .wispo_schlitteln_linea{
	background-color: #3b4c61;
}

#col3 .wispo_schlitteln_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}

/* *********************** style WISPO Allgemeine Angaben ***************** */
#col3 .wispo_general_head{
	background-color: #a4bed8;
}

#col3 .wispo_general_row1{
	background-color: #dce4ec;
}

#col3 .wispo_general_row2{
	background-color: #f1f7fd;
}

#col3 .wispo_general_rowabs{
	background-color: #dce4ec;
}

#col3 .wispo_general_linea{
	background-color: #3b4c61;
}

#col3 .wispo_general_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	

#col3 .textbold {
	font-weight: bold;
}

#col3 .day {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
}

#col3 .wintersportberichtLink {
	display: block;
	margin: 48px 0 0 0;
}
	#col3 .wintersportberichtLink  a {
		text-decoration: underline;
	}
	
		#col3 .wintersportberichtLink  a:hover {
			text-decoration: none;
		}

/* -----------------------------------------------
	newsletter subscription
----------------------------------------------- */
#col2 .DMAIL input {
	border-color: #56524e;
}

	#col2 .DMAIL input.button{
		background: #fff;
	}
	
	#col2 .DMAIL input.emailInput {
		top: -1px !important;
		top: 0;
		height: 15px !important;
		height: 18px;
	}
	
#col2 .DMAIL .errorStyle {
	color: red;
}

/* -----------------------------------------------
	filelinks
----------------------------------------------- */
.filelinks .filecount {
	display: none;
}

.filelinks div {
	min-height: 16px;
	margin-bottom: 5px;
	background:transparent url(/typo3conf/ext/sfplibraries/files/icons/fileicons/file.png) no-repeat scroll left top;
}

	.filelinks .jpg {
		background-image:url(/typo3conf/ext/sfplibraries/files/icons/fileicons/jpg.png) !important;
	}
	.filelinks .pdf {
		background-image:url(/typo3conf/ext/sfplibraries/files/icons/fileicons/pdf.png) !important;
	}
	.filelinks .doc {
		background-image:url(/typo3conf/ext/sfplibraries/files/icons/fileicons/doc.png) !important;
	}
	.filelinks .mov {
		background-image:url(/typo3conf/ext/sfplibraries/files/icons/fileicons/mov.png) !important;
	}
	.filelinks .html {
		background-image:url(/typo3conf/ext/sfplibraries/files/icons/fileicons/html.png) !important;
	}

/* -----------------------------------------------
	indexed_search
----------------------------------------------- */
.tx-indexedsearch-res h4 {
	background-color: #fff;
}

/* -----------------------------------------------
	zimmeranfrage
----------------------------------------------- */
.zimmeranfrage {
	
}
	.zimmeranfrage input {
		width: 100px;
		border: 1px solid #344161;
	}
	
	.zimmeranfrage td {
		padding: 1px 0;
	}
	
	.zimmeranfrage .text table {
		width: 275px;
	}
	
	.zimmeranfrage .text table table {
		width: auto;
	}
	
	.zimmeranfrage .checkbox {
		width: 214px;
		border: none;
	}
	
	.zimmeranfrage textarea{
		width: 272px;
		border: 1px solid #344161;
	}
	
	.zimmeranfrage select{
		border: 1px solid #344161;
	}
	
	.zimmeranfrage .radio {
		width: auto;
	}
	
	.zimmeranfrage .button {
		margin: 0 10px 0 0;
		width: auto;
		background: #fff;
	}
	
	.zimmeranfrage .textbold {
		font-weight: bold;
	}
	
	.zimmeranfrage font {
		color: #cc0000;
	}


/* -----------------------------------------------
	webcam
----------------------------------------------- */
.textWebcam a {
	padding-left: 10px;
	color: #6a829e;
	text-decoration: underline;
	background:transparent url(../images/icon_webcam.gif) no-repeat 0 4px;
}
	
	
/* -----------------------------------------------
	wetterprognose
----------------------------------------------- */
.wetterprognose {
	padding: 5px 19px 0 8px;
}

	.wetterprognose .textbold {
		font-weight: bold;
	}
	

/* -----------------------------------------------
	satellitenbild
----------------------------------------------- */	
.textSatellitenbild a {
	padding-left: 20px;
	text-decoration: underline;
	background:transparent url(../images/icon_satellit.gif) no-repeat 0 0;
}
	
/* -----------------------------------------------
	wintersportbericht
----------------------------------------------- */
.wettersportbericht {
	width: 340px;
	padding: 5px 19px 0 8px;
	margin-bottom: 20px;
}

/* -----------------------------------------------
	google translation
----------------------------------------------- */
.goog-te-gadget,
a.goog-logo-link {
color: #A4BED8 !important;
} 

select.goog-te-combo {
font-size: 11px;
}
/* -----------------------------------------------
	adminPanel
----------------------------------------------- */
table.typo3-adminPanel {
	z-index: 10 !important;
}

