@CHARSET "ISO-8859-1";

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#pageSeasons {
	width: 94%;
	min-width: 940px;
	height: 350px;
	margin: -175px 0 -175px 0;
	padding: 0;
	position: absolute;
	top: 50%;
}


.logo {
	margin: 140px 0px 0 0;
	position: relative;
	float: right;
	padding: 0 0 0 20px;
}

.border {
	width: 10px;
	height: 350px;
	float: left;
}

.borderYellow {
	background-color: #EFB310;
}
	

.season {
	width: 220px;
	margin-right: 30px;
	background-color: #5c5c5c;
	height: 340px;
	padding: 5px;
	float: right;
	position: relative;
}

.season .text {
	background-image: url("../graphics/bgBlack.png");
	margin: 0 0 2px 0;
	padding: 5px 10px 15px 10px;
	color: white;
	font-size: 0.9em;
	line-height: 120%;
	width: 200px;
	height: 23px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	bottom: 45px;
}

.text a {
	color: #EFB310;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.frontpage #logo {
	top: 140px;
}

.languages {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 36px;
}

.languages a {
	width: 34px;
	display: block;
	margin: 0 auto 5px auto;
}

.languages a span {
	display: none;
}

.languages a.en {
	height: 20px;
	background-image: url("../graphics/flagEn.png");
}

.languages a.en:hover {
	background-image: url("../graphics/flagEnActive.png");
}

.languages a.ru {
	height: 25px;
	background-image: url("../graphics/flagRu.png");
}

.languages a.ru:hover {
	background-image: url("../graphics/flagRuActive.png");
}

.languages a.no {
	height: 26px;
	background-image: url("../graphics/flagNo.png");
}

.languages a.no:hover {
	background-image: url("../graphics/flagNoActive.png");
}

