/*
-------------------------------------------------------------
Allgemeines
-------------------------------------------------------------
*/

body {
	color: #060606; 
	font-family: Verdana, Geneva, sans-serif;
	background: #ffffff url(images/background.jpg) top repeat-x;
}

/*
-------------------------------------------------------------
Links
-------------------------------------------------------------
*/

a, a:active { 
	color: #ca0000;
 	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

/*
-------------------------------------------------------------
Global
-------------------------------------------------------------
*/

.clear {
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

p { 
	font-size: .75em;
	line-height: 1.5em;
	text-align: justify;
	margin: 0 0 1em 0;
}

strong {
	font-weight: bold;
}

/*
-------------------------------------------------------------
div-Elemente
-------------------------------------------------------------
*/

div#container {
	width: 940px;
	margin: 63px auto 0 auto;
	background: #f4fafb;
}

div#header {
	width: 940px;
	height: 231px;
	background: url(images/header.jpg) no-repeat;
	text-indent: -999em;
}

div#header a {
	display: block;
	width: 940px;
	height: 231px;
}

div#navigation {
	float: left;
	width: 253px;
	padding: 0 0 119px 0;
	background: url(images/navigation_background.jpg) left bottom no-repeat;
}

div#navigation h1 {
	float: left;
	width: 253px;
	height: 46px;
	text-indent: -999em;
}

div#navigation h1.rennmannschaft {
	background: url(images/navigation_header_rennmannschaft.jpg) no-repeat;
}

div#navigation h1.schneeverein {
	height: 36px;
	background: url(images/navigation_header_schneeverein.jpg) no-repeat;
}

div#navigation h1.skischule {
	height: 36px;
	background: url(images/navigation_header_skischule.jpg) no-repeat;
}
div#navigation h1.skilift {
	height: 36px;
	background: url(images/navigation_header_skilift.jpg) no-repeat;
}

div#navigation h1.haus {
	height: 35px;
	background: url(images/navigation_header_haus.jpg) no-repeat;
}

div#navigation ul {
	float: left;
	width: 253px;
	padding: 11px 0 30px 0;
}

div#navigation ul li {
	float: left;
}

div#navigation ul li a {
	display: block;
	width: 200px;
	height: 16px;
	padding: 4px 0 0 53px;
	font-size: .8em;
	color: #ffffff;
}

div#navigation ul li a:hover {
	color: #000000;
	background: #ffffff url(images/navigation_hover.jpg) right no-repeat;
	text-decoration: none;
}

div#navigation ul.nav_rennmannschaft {
	background: url(images/navigation_background_rennmannschaft.jpg) repeat-y;
}

div#navigation ul.nav_schneeverein {
	background: url(images/navigation_background_schneeverein.jpg) repeat-y;
}

div#navigation ul.nav_skischule {
	background: url(images/navigation_background_skischule.jpg) repeat-y;
}
div#navigation ul.nav_skilift {
	background: url(images/navigation_background_skilift.jpg) repeat-y;
}
div#navigation ul.nav_haus {
	background: url(images/navigation_background_haus.jpg) repeat-y;
}

div#content {
	float: left;
	width: 593px;
	padding: 17px 47px;
	background: url(images/content_background.jpg) top no-repeat;
}

div#content h1 {
	color: #ca0000;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 30px 0;
}

div#content img {
	float: left;
	border: 7px solid #cde2e6;
	margin: 0 25px 0 0;	
}

div#footer {
	clear: left;
	width: 880px;
	height: 68px;
	padding: 55px 0 0 60px;
	background: url(images/footer_background.jpg) no-repeat;
	font-size: .75em;
	line-height: 1.5em;
	color: #ffffff;
}

div#footer table td {
	width: 150px;
}



/*
-------------------------------------------------------------
Lift Wetter + Info  
(C) Copyright Julian Barthle.
-------------------------------------------------------------
*/

	.wbox
	{
		width:600px;
		border:1px solid #F30;	
		padding:5px 5px 5px 5px;
		font:Verdana, Geneva, sans-serif;
		font-size:10px;
		background:#EBEBEB;
	}
	.main_div
	{
		width:600px;
		border:1px solid #F30;	
		padding:5px 5px 5px 5px;
		font:Verdana, Geneva, sans-serif;
		font-size:14px;
		
		/* reset some css ! */
		vertical-align: baseline;
		line-height: 1;
	}
	.line
	{
		padding:5px 5px 10px 5px;
		width:580px;
	}
	.line .left
	{
		float:left;
		width:120px;
		font-weight:bold;
	}
	.line .right
	{
		float:left;
		width:460px;
	}
	.weather_box
	{
		padding:5px 5px 5px 5px;
		width:580px;
		border-top:1px solid #F30;
		font-size:10px;
	}
	.weather_box .w
	{
		float:left;
		width:182px;
		text-align:center;
		padding:5px 5px 5px 5px;
		border-right:1px solid #3D3D3D;
	}
	.weather_box .w2
	{
		float:left;
		width:182px;
		text-align:center;
		padding:5px 5px 5px 5px;
	}
	.wb_inlay_left
	{
		float:left;
		width:180px;
		text-align:center;
		height:30px;
		padding-top:8px;
	}
	.wb_inlay_right
	{
		float:right;
		width:180px;
		text-align:center;
		padding-top:8px;
	}
	.wb_bottom
	{
		text-align:center;
		margin-top:15px;
		padding-top:5px;
		border-top:1px solid #F30;
		font-size:10px;
		color:#333;
	}
	.wb_top
	{
		text-align:center;
		padding-top:20px;
		font-size:14px;
		text-decoration:underline;
		font-weight:bold;
		padding-bottom:10px;
	}
