

/* --- Stylesheet 1176 () --------- */ 

#logo {
	position: absolute;
	left: 70px;
	top: -3px;
	z-index: 1000;
}
#header { height: 100px; z-index: 10000;  overflow: hidden; }

#seasons {
	position: absolute;
	left: 350px;
	top: 50px;
}

#header.bergscout #seasons { left: 450px }

#seasons .season  {
	float: left;
	display: block;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px;
	line-height: 30px;
	padding: 0px 20px 0px 35px ;
	color: #999;
	text-decoration: none;
	background-repeat: no-repeat;
}
#seasons .season:hover { color: #000; }
#seasons .season.on  { color: #000; }

#seasons .season.sommer  { background-image: url(http://tramino.s3.amazonaws.com/s/das-hoechste/104370/switch-sommer-off.png); }
#seasons .season.sommer:hover  { background-image: url(http://tramino.s3.amazonaws.com/s/das-hoechste/104372/switch-sommer-hover.png); }
#seasons .season.sommer.on  { background-image: url(http://tramino.s3.amazonaws.com/s/das-hoechste/104371/switch-sommer-on.png); }

#seasons .season.winter  { background-image: url(http://tramino.s3.amazonaws.com/s/das-hoechste/104369/switch-winter-off.png); }
#seasons .season.winter:hover  { background-image: url(http://tramino.s3.amazonaws.com/s/das-hoechste/104368/switch-winter-hover.png); }
#seasons .season.winter.on  { background-image: url(http://tramino.s3.amazonaws.com/s/das-hoechste/104367/switch-winter-on.png); }



#nav {
	background: #fff;
	position: absolute;
	right: 80px;
	top: 61px;
	height: 55px;
	z-index: 1000;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 15px;
}

#nav a { display: block; text-decoration: none; color: #666; }
#nav .ul { float: left;  }
#nav ul { margin: 0px; padding: 15px 0px 0px 0px; list-style: none;  }

#nav .left { position: absolute; left: -18px; top: 0px; }
#nav .right { position: absolute; right: -18px; top: 0px; }

#nav ul li { float: left; position: relative; }
#nav ul li a { padding: 5px 18px 9px 0px; }
#nav ul li a:hover { color: #000; }

#nav ul ul {
	display: none;
	position: absolute;
	top: 25px; left: -20px;
	min-width: 160px;
	background-color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	padding: 10px 10px 10px 10px;
}
#nav ul li:hover ul { display: block; }
#nav ul li:hover a { color: #000; }
#nav ul li:hover ul a { color: #666; padding: 4px 0px 4px 0px; }
#nav ul li:hover ul a:hover { color: #000; }
#nav ul ul li { float: none;  border-top: 1px solid #ddd; padding: 0px 10px; }
#nav ul ul li:hover  { background-color: #eee; }


#nav li.nav_offen a { color: #000; }


#search {
	position: absolute;
	right: 50px;
	top: 20px;
}

#search .tags { float: left; margin-right: 20px; }
#search form { float: left; line-height: 13px; }
#search form input { font-size: 13px;}
#search form .button {
	background-color: #fff;
	border: 1px solid #999;
	padding: 2px 13px;
	border-radius: 15px;
	behavior: url(/tramino/misc/border-radius.htc);
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

/* --- Stylesheet 1202 () --------- */ 

.w1260 #logo { left: 50px; }

.w1260 #nav { font-size: 16px; }
.w1260 #nav ul ul { top: 28px; }

.w1260 #search input[type=text] { width: 100px; }
.w1260 #search form .button { font-size: 11px; }
.w1260 #search .tags { margin-right: 10px; }
.w1260 #search .tags a { font-size: 12px; }
.w1260 #seasons {
	position: absolute;
	left: 280px;
	top: 18px;
}

.w1260 #seasons .season  {
	font-size: 11px;
	line-height: 30px;
	padding: 0px 10px 0px 33px ;
}