@import url("/css/box.css");
@import url("/css/normalize.css");
@import url("/css/typografie.css");

html {
	background: #2f316d;
	padding-top: 40px;
}
div#ticker {
	width: 892px;
	height: 27px;
	background: url(/images/ticker.gif) no-repeat 0 0;
	margin: 0px auto;
	margin-bottom: 15px;
	padding: 5px;
}
div#ticker-inner {
	width: 728px;
	height: 27px;
	background: url(/images/ticker_inner.gif) no-repeat 0 0;
	margin-left: auto;
	padn
}
div#entrance {
	width: 906px;
	margin: 0px auto;
	padding-bottom: 20px;
}
div#pic {
	width: 906px;
	height: 542px;
	background: url(/images/entrance.jpg) no-repeat 0 0;
	position: relative;
}
div#legal {
	text-indent: -9999px;
}
blockquote#entrance {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 129px;
	height: 87px;
	text-indent: -9999px;
}
h1#entrance {
	text-indent: -9999px;
}
a#entrance-skiclub {
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	width: 450px;
	height: 490px;
	text-indent: -9999px;
}
a#entrance-fisweltcup {
	display: block;
	position: absolute;
	top: 35px;
	right: 0px;
	width: 450px;
	height: 490px;
	text-indent: -9999px;
}
ul li a.button {
	display: block;
	width: 211px;
	height: 34px;
	background: url(/images/entrance_button.gif) no-repeat 0 0;
	color: #fff;
	text-align: center;
	line-height: 34px;
}
ul li a.button:hover {
	background: url(/images/entrance_button.gif) no-repeat 0 -34px;
	text-decoration: none;
}
ul li#entrance-skiclub-button {
	position: absolute;
	bottom: -34px;
	left: 115px;
}
ul li#entrance-fisweltcup-button {
	position: absolute;
	bottom: -34px;
	right: 115px;
}
ul li#entrance-alpinwm-button {
	position: absolute;
	bottom: -80px;
	left: 348px;
}

/* Newsticker */
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	width: 728px; 
	height: 27px;
	overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	top: 5px;
	left: 4px;
	width: 720px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
}
ul.newsticker a {
	color: #fff;
	margin-right: 10px;
	font-size: 1.2em;
	white-space: nowrap;
}


