@charset "utf-8";
/**	Title:		Hochfuegenski - layout
	Author:		Mag. Matthias Bauer (mag.matthias.bauer@gmail.com)
	
	Content:	Contains main layout definitions for hochfuegenski.com
 */

html, body
{
	padding: 0;
	margin:	0;
	height: 100%;
}

#image_container
{
	width: 100%;
	height: 100%;
	background: url(../images/mountains.jpg) no-repeat bottom left;
	background-attachment: fixed;
	overflow-y: scroll;
	overflow-x: hidden;
}

#background-gradient
{
	background: url(../images/gradient.gif) repeat-x top left;
	height: 100%;
	width: 100%;
}

#site_shadow
{
	margin-left: auto;
	margin-right: auto;
	width: 968px;
	background: url(../images/bg_shadow.png) repeat-y;
}

#breadcrumb_area
{
	position: relative;
	z-index: 999;
	width: 263px;
	height: 66px;
	border: #000;
	left: 715px;
	top: 35px;
}

#site_container
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: url(../images/bg_bottom.jpg) bottom center no-repeat;
}

#header
{
	margin-top: -66px;
	height: 490px;
	position: relative;
}

#header_small
{
	margin-top: -73px;
	height: 290px;
	position: relative;
}

#header-image-frontpage
{
	position: absolute;
	z-index: 1;
}


#header-image-subpage
{
	position: absolute;
	z-index: 1;
}

#menu
{
	height: 155px;
	width: 960px;
	padding-top: 150px;
	position: relative;
	z-index: 4;
	background: url(../images/nav_bg.png) no-repeat bottom left;
}

#menu_small
{
	height: 155px;
	width: 960px;
	margin-top: 7px;
	padding-top: 196px;
	position: relative;
	z-index: 4;
	background: url(../images/nav_bg.png) no-repeat bottom left;
}

#navigation
{
	margin-top: 83px;
	position: relative;
	z-index: 5;
}

#header_bar
{
	width: 960px;
	height: 55px;
	background: url(../images/top_bg.png) no-repeat top left;
	top: 0px;
	position: absolute;
	z-index: 5;
}

#logo
{
	width: 196px;
	height: 77px;
	margin-left: 20px;
	margin-top: 15px;
/*	background: url(../images/logo.gif) no-repeat; */
	position: absolute;
	z-index: 5;
}

#quickinfo
{
	width: 220px;
	height: 200px;
	margin-left: 20px;
	top: 100px;
/*	background: #F0F0F0; */
	overflow: visible;
	position: relative;
	z-index: 6;
}

#newsticker
{
	width: 500px;
	height: 18px;
	overflow: hidden;
	color: #FFFFFF;
	float: left;
	margin-left: 220px;
	top: 4px;
	position: relative;
}

#language_selector
{
	width: 60px;
	height: 15px;
	float: left;
	margin-left: 130px;
	margin-top: 5px;
}

.language_spacer
{
	float: left;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-right: 5px;
	width: 1px;
	height: 18px;
	margin-left: 5px;
}

#snowinfo
{
	margin: -18px 0px 0px 730px;
	width: 130px;
}

#content
{
	float: none;
	clear: both;
	position: relative;
}

#content_small
{
	float: none;
	clear: both;
	position: relative;
	margin-top: 47px;
}

/* 3-column layout */

#left_sidebar
{
	float: left;
	width: 180px;
	padding: 25px 0px 0px 10px;
}

#subnavi_title
{
	width: 170px;
	height: 28px;
	line-height: 28px;
	background: url(../images/subnavi_headline.jpg) no-repeat;
	margin-bottom: 10px;
	padding-left: 10px;
}

#article_content_center
{
	float: left;
	width: 449px;
	padding: 25px 30px 5px 35px;
}


/* 2-column layout */

#article_content
{
	float: left;
	width: 639px;
	padding: 25px 30px 5px 35px;
}

#right_sidebar
{
	float: left;
	width: 256px;
	height: 398px;
	margin-top: 14px;
	background: url(../images/schneebericht.png) no-repeat;
}

#right_content
{
	padding: 0px 17px 5px 17px;
	text-align: center;
}

#footer
{
	height: 52px;
}

#footer_left
{
	float: left;
	width: 400px;
	padding: 20px 0px 0px 35px;
}

#footer_right
{
	float: left;
	width: 495px;
	padding: 20px 0px 0px 20px;
	text-align: right;
}

#footer_shadow
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 968px;
	height: 4px;
	background: url(../images/closer_bg.png) no-repeat;
}

.clear_float
{
	clear: both;
	float: none;
}

#snow_report_container
{
	width: 218px;
	height: auto;
	padding-top: 2px;
	text-align: left;
}

#snow_report_area_1
{
	width: 218px;
	height: 135px;
	overflow: hidden;
	background: url(../images/snow_report_1.gif) no-repeat;
}

#snow_report_area_2
{
	width: 218px;
	height: 109px;
	overflow: hidden;
	background: url(../images/snow_report_2.gif) no-repeat;
}

#snow_report_area_3
{
	width: 218px;
	height: 133px;
	overflow: hidden;
	background: url(../images/snow_report_3.jpg) no-repeat;
}

.snowinfo_container
{
	width: 218px;
	overflow: hidden;
}

.snowinfo_table
{
	border: 0;
	padding-left: 3px;
}

.snowinfo_content
{
	width: 205px;
}

.snowinfo_table td
{
	width: auto;
}

.snowinfo_headline
{
	padding-left: 3px;
}

#snowinfo_spacer_1
{
	height: 6px;
	font-size: 0pt;
	color: #C50018;
}

#snowinfo_spacer_2
{
	height: 8px;
	font-size: 0pt;
	color: #C50018;
}

.mar10
{
	padding-right: 10px;
	float: right;
}

#image_preloader
{
	width: 0px;
	height: 0px;
	position: absolute;
	left: -9999px;
	top: -9999px;
	display: none;
	visibility: hidden;
}

#top_link
{
	width: 100%;
	text-align: center;
}