/* Tagien oletustyylit */
/***********************/

* {
	margin: 0;
	padding: 0;
}

html, body {	
	height: 100%;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	background: #f8f8f8;
}

a {
	text-decoration: none;
	color: #646d79;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

ul {
	padding-left: 40px;
	margin: 12px 0px 12px 0px;
}

ol {
	padding-left: 40px;
	margin: 12px 0px 12px 0px;
}

li {
	font-size: 13px;
}

li p {
	margin-bottom: 0;
}

h1 {
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size: 21px;
	font-weight: bold;
	padding-top: 17px;
	margin-bottom: 15px;
	color: #bc0001;
}

h2 {
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #494949;
}

h3 {
	font-size: 14px;
	margin-bottom: 14px;
	color: #000000;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
	color: #000000;
}

p {
	margin-bottom: 12px;
	font-size: 12px;
}

/* headerin määrittelyt */
/****************************/

#header {
	width: 100%; 
	height: 170px; 
	background: url(images/header_bg.gif) repeat-x; 
}

#yhteystiedot { 
	width: 600px; 
	position: absolute; 
	top: 30px; left: 316px; 
	text-align: right; 
	font-size: 11px; 
}

#logo { 
	width: 933px; 
	height: 120px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
}

#punainenpalkki { 
	width: 100%; 
	height: 65px; 
	background: url(images/redbar.gif) repeat-x; 
	z-index: 100; 
	position: absolute; 
	top: 105px;  
}

#lcc { 
	width: 384px; 
	height: 65px; 
	z-index: 100; 
	position: absolute; 
	left: -384px; 
}

#lippu_en { 
	width: 32px; 
	height: 16px; 
	position: absolute; 
	top: 83px; 
	left: 828px; 
	z-index: 110; 
	cursor: pointer; 
}

#lippu_se { 
	width: 24px; 
	height: 16px; 
	position: absolute; 
	top: 83px; 
	left: 864px; 
	z-index: 110; 
	cursor: pointer; 
}

#lippu_ru { 
	width: 24px; 
	height: 16px; 
	position: absolute; 
	top: 83px; 
	left: 894px; 
	z-index: 110; 
	cursor: pointer;
}

#lippu_fi { 
	width: 25px; 
	height: 16px; 
	position: absolute; 
	top: 83px; 
	left: 799px; 
	z-index: 110;
	cursor: pointer; 
}

/* navigaation määrittelyt */
/***************************/ 

#navigaatio { 
	height: 40px;
	margin-left: 58px;
	min-width: 300px;  
	position: absolute; 
	top: 71px; 
	background: transparent;  
	z-index: 90; 
	padding: 0; 
}

#navigaatio .navibutton { 
	color: #515151; 
	border: 0; 
	float: left; 
	margin: 0 4px 0 0px; 
	width: 127px; 
	height: 50px; 
	background: url(images/navibutton_bg.gif) no-repeat; 
	text-align: center; 
	cursor: pointer; 
	font-family: ariar, verdana; 
	font-size: 11px; 
	padding-top: 10px; 
	position: relative; 
	text-transform: uppercase;
}

.sidenavi { 
	width: 167px; 
	padding: 0; 
	margin: 0 0 20px 0px; 
}

.sidenavi li.title {
	font-size: 14px; 
	color: #bc0001; 
	font-weight: bold;  
}
 
.sidenavi li { 
	font-size: 12px; 
	color: #000; 
	list-style-type: none; 
	font-weight: normal; 
	padding: 0 0 2px 0;
}

.sidenavi li a { 
	text-decoration: none; 
	color: #515151; 
	padding: 0px 0 0px 0px; 
}

/* sisällön määrittelyt */
/****************************/

#contents {  
	width: 879px; 
	z-index: 200; 
	min-height: 470px;
	background: white; 
	position: relative;
	margin-left: 65px;
}

#left {
	float: left;
	width: 175px;
	padding: 8px 0 10px 5px;
	position: relative;
}

#center {
	margin-left: 180px;
	margin-right: 290px;
}

#right {
	float: right;
	width: 261px; 
	padding: 8px 10px 10px 10px;
}

#backgrounds { 
	position: absolute; 
	top: 207px; 
	width: 100%; 
	height: 418px; 
}

#backgrounds #bglayer1 { 
	position: absolute; 
	background: url(images/sidebars.gif) no-repeat; 
	width: 100%; 
	height: 418px; 
	z-index: 20;
} 

#backgrounds #bglayer2 { 
	position: absolute; 
	background: url(images/sidebars_bg.gif) repeat-x; 
	width: 100%; 
	height: 418px; 
	z-index: 10;
} 

#sivuteksti .title { font-size: 18px; color: #bc0001;  }
#sivuteksti .steksti { font-size: 12px; color: black; } 
#sivuteksti a { font-size: 12px; color: #443ca6; text-decoration: none; }
#sivuteksti a:hover { text-decoration: underline; }

#sivuteksti2 { padding: 10px; background: #a5a5a5; margin: 0 0 4px 0;}
#sivuteksti2 .title { font-size: 16px; color: #000000; font-weight: bold;  }
#sivuteksti2 .steksti { font-size: 12px; color: white; } 
#sivuteksti2 a { font-size: 12px; color: #443ca6; text-decoration: none; }
#sivuteksti2 a:hover { text-decoration: underline; }

#flashcontent { margin: 0; font-size: 12px; }

#slogan { margin: 2px 0 2px 0; }

#bannerikuva { position: relative; }
#bannerikuva #banneriteksti { position: absolute; top: 90px; left: 180px; font-size: 14px; }
#bannerikuva #banneriteksti a { text-decoration: none; color: #443ca6; }
#bannerikuva #banneriteksti a:hover { text-decoration: underline; color: #443ca6; }

#uutiset { padding: 10px; background: #e4e4e4; }
#uutiset .pvm { font-size: 10px; color: #636363; }
#uutiset .otsikko { font-size: 12px; color: #000; font-weight: normal; }
#uutiset .linkki a { font-size: 12px; color: #443ca6; text-decoration: none;}
#uutiset .linkki a:hover { text-decoration: underline;}

/* footerin määrittelyt */
/****************************/

#shadow { 
	background: url(images/contents_shadow.gif) no-repeat; 
	width: 879px; 
	height: 40px; 
	float: left;
	clear: both;
	margin-left: 65px;
}

#footer {
	width: 970px;
	height: 59px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}

#footer img {
	margin: 0px 13px;
}

#heinakuu {
	position: absolute;
	right: 10px;
	top: 5px;
}

#heinakuu a {
	color: #7b7b7b;
	font-size: 11px;
}

/* luokka määrittelyt */
/****************************/

.bold {
	font-weight: bold;
}

.middle {
	vertical-align: middle;
}

.smalltext {
	font-weight: normal;
	font-size: 11px;
}

/* Selaimen tunnitukseen    */
/* liittyvät määritykset    */
/****************************/

#browser_notice {
	width: 100%;
	padding: 5px 0px;
	border: 1px solid #cecece;
	background: #d9ffb7;
}

#browser_notice span.message {
	padding: 0px 10px;
	font-size: 11px;
}

#browser_notice  img {
	vertical-align: middle;
	margin-left: 10px;
}

#browser_notice  #notice_close {
	position: absolute;
	right: 5px;
	top: 5px;
}
