@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
	margin-top: 5px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.bnr_left {
	background-image: url(../img/bnr_left.png);
	background-repeat: no-repeat;
	height: 118px;
	width: 17px;
}

.bnr_right {
	background-image: url(../img/bnr_right.png);
	background-repeat: no-repeat;
	height: 118px;
	width: 17px;
}
.bnr_bg {
	background-image: url(../img/bnr_bg.png);
	background-repeat: repeat-x;
	height: 118px;
	width: auto;
}
.bnr_bg #lang {
	padding-top: 80px;
}

.menu_left {
	background-image: url(../img/menu_left.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 17px;
}
.menu_right {
	background-image: url(../img/menu_right.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 17px;
}
.menu_bg {
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat-x;
	height: 32px;
	width: auto;
}
.main_left {
	background-image: url(../img/main_left.png);
	background-repeat: repeat-y;
	height: auto;
	width: 17px;
}
.main_right {
	background-image: url(../img/main_right.png);
	background-repeat: repeat-y;
	height: auto;
	width: 17px;
}
.bot_left {
	background-image: url(../img/main_bot_left.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 18px;
}
.bot_right {
	background-image: url(../img/main_bot_right.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 18px;
}
.bot_center {
	background-image: url(../img/main_bot_center.png);
	background-repeat: repeat-x;
	height: 10px;
	width: auto;
}

.leftSide {
	background-image: url(../img/leftSide_bg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 191px;
	padding-top: 7px;
	padding-right: 2px;
	padding-left: 2px;
}
.rightSide {
	background-image: url(../img/rightSide_bg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 156px;
	padding-top: 7px;
	padding-right: 1px;
	padding-left: 3px;
}
.sisu {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.pealk {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #7EA800;
	text-decoration: none;
	letter-spacing: 0.5px;
	padding-bottom: 10px;
}
#copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
}
.otsi {
	background-image:url(../img/otsibg.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 191px;
}	


/****** YLAMENYY *******/

#Navigation {
	color: #FFFFFF;
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
/*	background-image: url(../img/top_nav_bg.jpg);*/
	background-repeat: repeat;
	background-position: left top;
	display: table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#mainNav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#mainNav li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainNav li a {
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 32px;
	width: auto;
	float: left;
	background: url(../img/tabs.png) no-repeat scroll right 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 10px;
}
#mainNav li a span {
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 24px;
	width: auto;
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	background: url(../img/tabs.png) no-repeat scroll 0px 0px;
}

#mainNav li a:hover {
	text-decoration: none;
	color: #990000;
	background: url(../img/tabs.png) no-repeat scroll right -47px;
}

#mainNav li a:hover span {
	text-decoration: none;
	color: #990000;
	background: url(../img/tabs.png) no-repeat scroll 0px -47px;
}

#mainNav li a.active {
	color: #990000;
	background: url(../img/tabs.png) no-repeat scroll right -47px;
}

#mainNav li a.active span {
	color: #990000;
	background: url(../img/tabs.png) no-repeat scroll 0px -47px;
}

#mainNav li a.active:hover { color: #FFFFFF;
text-decoration: none;
cursor: pointer;
cursor: hand; }

#mainNav li a.active:hover span { color: #FFFFFF;
text-decoration: none;
cursor: pointer;
cursor: hand; }

/*YLAMEN�� L�PP*/
