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

.content h3,
.htmlarea-content-body h3 {
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.content h4,
.htmlarea-content-body h4 {
	margin: 10px 0 2px 0;
	font-size: 14px;
}

.content h5,
.htmlarea-content-body h5 {
	margin: 5px 0 2px 0;
	font-size: 12px;
}

.content h6,
.htmlarea-content-body h6 {
	margin: 3px 0 0 0;
	font-weight: normal;
}

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

.content .contentElement p.align-right,
.htmlarea-content-body p.align-right {
	text-align: right;
}

.content .contentElement p.align-center,
.htmlarea-content-body p.align-center{
	text-align: center;
}

.content .contentElement p.align-justify,
.htmlarea-content-body p.align-justify{
	text-align: justify;
}


.htmlarea-content-body b,
.content .strong {
	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;
}

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

	.content a.iconLink{
		padding-left: 10px;
		background: url(../images/link_f.gif) no-repeat 0 6px;
	}
	
	.content a.backlink{
		padding-left: 10px;
		background: url(../images/link_back.gif) no-repeat 0 6px;
	}

.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/list.gif) no-repeat 0 7px;
}

.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;
	border-bottom: 1px solid #a9aea7;
}
.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: 11px;
	font-style: italic;
	font-weight: normal;
}
.content ul.filelinksList li.filelinkListItem dt {
	margin-bottom: 4px;
	font-weight: bold;
}
.content ul.filelinksList li.filelinkListItem dd.description {
	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.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;
}

/* -----------------------------------------------
	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,
.htmlarea-content-body th,
.content .preistabelle td,
.htmlarea-content-body td {
	padding: 2px 4px;
	border: 1px solid #56524e;
	border-width: 1px 0;
}

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

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

	.content .csc-textpic-caption p {
		margin: 2px 0 0 0;
		font-size: 11px;
	}

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

.content .preistabelle tr.boldline,
.content .preistabelle tr.boldline .dark {
	background: #fff;
}

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

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

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

/*font-style*/
.content .preistabelle td,
.content .preistabelle td p {
	/*font-size: 11px;*/
	line-height: 18px;
}

	.content .preistabelle td strong,
	.content .preistabelle td p strong {
		font-size: 12px;
	}


/*logo-download-tabelle*/
.content .logo {
	/*border: 1px solid #ccc;*/
	margin-left: 1px !important;
	margin-left: 0;
	width: 100%
}

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

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

.content .logo td.noline {
	border: none;
}

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

.content .logo tr.boldline,
.content .logo tr.boldline .dark {
	background: #fff;
}

.content .logo td.img {
	vertical-align: middle;
}

/*font-style*/
.content .logo td,
.content .logo td p {
	font-size: 11px;
	height: 75px;
}

	.content .logo td strong,
	.content .logo td p strong,
	.content .logo td a {
		font-size: 12px;
	}
	

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

	/*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;
}
/* -----------------------------------------------
	Right Content
----------------------------------------------- */
#rightContent h3 {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}

	#rightContent .contentElement {
		padding: 5px 0 0 0;
		margin: 5px 0 10px 0;
		background: url(../images/line_white.gif) repeat-x 0 top;
	}
		
		#rightContent a {
			color: #fff !important;
			font-size: 11px;
		}
		
#rightContent .contentElementtextpic p {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}

/* -----------------------------------------------
	headerImage
----------------------------------------------- */
#homeImage {
	display: none;
}

.home #headerImage,
.pid233 #headerImage {
	display: none;
}

.home #homeImage,
.pid233 #homeImage {
	display: block;
	margin-bottom: 20px;
	height: 640px;
	background: url(../images/home_image_1.jpg) no-repeat 0 top; 
}

/* -----------------------------------------------
	onlineReservation
----------------------------------------------- */
.onlineReservation .lineheight {
	line-height: 23px;
}

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

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

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

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

.onlineReservation input.inputfield {
	height: 18px !important;
	height: 20px;
	width: 210px;
}

/* -----------------------------------------------
	wetterprognose
----------------------------------------------- */
.webcam table.prognose {
	/*display: none;*/
}


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

#col2 .wispo_wetter_head{
	background-color: #f8ecef;
}

#col2 .wispo_wetter_row1{
	background-color: #fff;
}

#col2 .wispo_wetter_row2{
	background-color: #f8ecef;
}

#col2 .wispo_wetter_rowabs{
	background-color: #FEF8F1;
}

#col2 .wispo_wetter_linea{
	background-color: #6f0707;
}

#col2 .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 ***************** */
#col2 .wispo_ski_head{
	background-color: #f8ecef;
}

#col2 .wispo_ski_row1{
	background-color: #fff;
}

#col2 .wispo_ski_row2{
	background-color: #f8ecef;
}

#col2 .wispo_ski_rowabs{
	background-color: #FEF8F1;
}

#col2 .wispo_ski_linea{
	background-color: #6f0707;
}

#col2 .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 ***************** */
#col2 .wispo_snow_head{
	background-color: #f8ecef;
}

#col2 .wispo_snow_row1{
	background-color: #fff;
}

#col2 .wispo_snow_row2{
	background-color: #f8ecef;
}

#col2 .wispo_snow_rowabs{
	background-color: #FEF8F1;
}

#col2 .wispo_snow_linea{
	background-color: #6f0707;
}

#col2 .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 ***************** */
#col2 .wispo_langlauf_head{
	background-color: #f8ecef;
}

#col2 .wispo_langlauf_row1{
	background-color: #fff;
}

#col2 .wispo_langlauf_row2{
	background-color: #f8ecef;
}

#col2 .wispo_langlauf_rowabs{
	background-color: #FEF8F1;
}

#col2 .wispo_langlauf_linea{
	background-color: #6f0707;
}

#col2 .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 ***************** */
#col2 .wispo_schlitteln_head{
	background-color: #f8ecef;
}

#col2 .wispo_schlitteln_row1{
	background-color: #fff;
}

#col2 .wispo_schlitteln_row2{
	background-color: #f8ecef;
}

#col2 .wispo_schlitteln_rowabs{
	background-color: #FEF8F1;
}

#col2 .wispo_schlitteln_linea{
	background-color: #6f0707;
}

#col2 .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 ***************** */
#col2 .wispo_general_head{
	background-color: #f8ecef;
}

#col2 .wispo_general_row1{
	background-color: #fff;
}

#col2 .wispo_general_row2{
	background-color: #f8ecef;
}

#col2 .wispo_general_rowabs{
	background-color: #FEF8F1;
}

#col2 .wispo_general_linea{
	background-color: #6f0707;
}

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

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

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

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

/* -----------------------------------------------
	webcam
----------------------------------------------- */
#col2 .webcam {
	margin-left: 15px;
}

	#col2 #mainContent .webcam {
		margin-left: 0;
	}

#col2 .webcam .rand_livecam {
	text-align: left;
}

/* -----------------------------------------------
	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;
	}

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

.layout2 .contentElementFirst .tx-rgsmoothgallery-pi1 {
	position: relative;
	left: -15px;
	width: 640px !important;
	width: 625px;
}

	.layout2 .contentElementFirst .tx-rgsmoothgallery-pi1 .myGallery {
		width: 640px !important;
		width: 640px;
	}
	
/* -----------------------------------------------
	adminPanel
----------------------------------------------- */
table.typo3-adminPanel {
	z-index: 10 !important;
}