
@import url(navigation.css); 
@import url(layout.css);
@import url(calendar.css);

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}
body {
	background-color: #407292;
	background-image: url(img/background_liuku.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#extraDiv {
	position: relative;
	left: -550px;
	margin-left:50%;
	width: 1100px;
	height: 900px;
	background: url(img/background.jpg) no-repeat;
	text-align:center;

}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0063a7;
}
a:hover {
	text-decoration: underline;
	color: #0063a7;
}
a:active {
	text-decoration: none;
}
#ylanavi {
	background-image:url(img/ylanavi_tausta.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.valkoinen {
	color:#FFF;
}
.uutisotsikkoPVM {
	font-weight:bold;
	color:#000;
}
.perusSivuNavi {
	border-bottom:1px #89ddf6 solid;
}
.perusSivuNaviViimeinen {
	border-bottom:0;
}
h2 {
	font-size:13px;
	font-weight:normal;
}
h2.sininen {
	color:#0063a7;
	font-size:13px;
	font-weight:bold;
}
h1.sininen {
	font-size:18px;
	color:#0063a7;
	font-weight:normal;
	padding-bottom:5px;
}
