/*** Spezielles Stylesheet für Südtiroler Kanalservice (http://www.sks.it) ***/
h1, .heading {
	color: #B50009;
}
a:link, a:active, a:hover, a:visited {
	color: #B50009;
}
/* Header */
.headline {
	background-color: #B50009;
}
#logo {
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	width: 248px;
	height: 96px;
}
#otherPage {
	background-color: #17528E;
}
#header2 {
	background-image: url("../images/header.jpg");
	background-position: right;
	background-repeat: no-repeat;
}
/* Menü */
.menu li.active {
	background-color: #B50009;
}
.menu a:active, .menu a:hover {
	background-color: #B50009;
	color: #FFFFFF;
}
.subMenu li a:link, .subMenu li a:visited {
	background-color: #B2020C;
}
.subMenu li a:hover, .subMenu li a:active {
	background-color: #909090;
}
/*** Für Intro-Seite ***/
#introLogo1 {
	background-image: url('../images/introLogo1.gif');
	background-repeat: no-repeat;
	width: 285px;
	height: 98px;
}
#introLogo2 {
	background-image: url('../images/introLogo2.gif');
	background-repeat: no-repeat;
	width: 286px;
	height: 23px;
}
#introHeader {
	width: 470px;
	height: 103px;
	background-image: url('../images/introHeader.jpg');
	background-repeat: no-repeat;
}
.introLanguageSelection {
	background-color: #B2020C;
}
.sitemap li {
	list-style-image: url('../images/arrow.gif');
}