/* content.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules for contentpages skiamade 

Author: elements.at 
--------------------------------------------------------------------- */
#contentwide {
	width: 1000px;
	overflow: hidden;
	padding: 0;
	position: relative;
	
	padding: 377px 0 0 0;
}

#contentwide #contentarea_wide {
	background: #f0f5f8;
	width: 1000px;
	overflow: hidden;
	padding: 0 0 18px 0;
}



/* Sidebarwide (Rechts) 
---------------------------------------------------------------------- */
#sidebarwide {
	width: 240px;
	height: 200px;
	overflow: hidden;
	padding: 177px 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	
	height: 73px !important;
}


#sidebarwide #weatherbox {
	width: 240px;
	height: 128px;
	overflow: hidden;
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 100;
}

#sidebarwide #linkbuttons {
	width: 240px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 177px;
	left: 0;
	z-index: 200;
}

#sidebarwide #webcams {
	background: #005a96;
	width: 240px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 177px;
	left: 0;
	z-index: 400;
}


/* Inhaltsbereich
----------------------------------------------------------------------------*/
#textarea_wide {
	background: #fff url(/static/img/textareawide_shadow.gif) left bottom no-repeat;
	width: 800px;
	overflow: hidden;
	padding: 0 0 17px 0;
	float: left;
}

#textarea_wide h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	color: #283746;
	width: 760px;
	padding: 15px 0 0 20px;
	overflow: hidden;
}

#textarea span.h1 {
	width: 760px;
	padding: 15px 0 0 20px;
	overflow: hidden;
	display: block;
}


#textarea_wide a {
	text-decoration: none;
	color: #006eaf;
}

#textarea_wide a:hover {
	text-decoration: none;
	color: #f00000;
}


/* Contentblock */
#textarea_wide .contentblock {
	width: 780px;
	overflow: hidden;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	color: #283746;
}

#textarea_wide .contentblock.noimage {
	width: 760px;
	padding: 0 20px;
}

#textarea_wide .contentblock h2 {
	width: 760px;
	overflow: hidden;
	padding: 2px 0 5px 0;
	color: #283746;
}

#textarea_wide .contentblock .img_block {
	width: 180px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 10px;
	float: right;
	
	background: #fff;
}

#textarea_wide .contentblock .img_block .b_img {
	width: 180px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}

#textarea_wide .contentblock .img_block .b_img a {
	width: 180px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	position: relative;
}

#textarea_wide .contentblock .img_block .b_img a .zoom {
	background: url(/static/img/zoom.gif) left top no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#textarea_wide .contentblock .img_block .b_img a:hover .zoom {
	background: url(/static/img/zoom_hover.gif) left top no-repeat;
}


#textarea_wide .contentblock ul {
	list-style: none;
	overflow: hidden;
	margin: 5px 0;
	padding: 0;
}

#textarea_wide .contentblock ul li {
	list-style: none;
	overflow: hidden;
	background: url(/static/img/arrow_blue.gif) left 4px no-repeat;
	padding: 0 0 0 10px;
}

#textarea_wide .contentblock p.linkbox {
}


#textarea_wide .pistenpanorama {
	width: 780px;
	overflow: hidden;
	padding: 20px 0 0 25px;
}


/* ISR IFrame*/

#textarea_wide .isr_box {
	width: 800px;
	height: 700px;
	overflow: auto;
	padding: 0 0 10px 0;
	float: left;
	border: none !important;
}