/* CSS Screen */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #595959;
	background-image: url(img/bg.gif);
}

img {
	border: 0px;
}

a:link {color: #595959; text-decoration: none;}
a:visited {color: #595959; text-decoration: none;}
a:active {color: #595959; text-decoration: none;}
a:hover {color: #595959; text-decoration: underline;}

h1 {
	font-size: 11px;
	font-weight: bold;
}

h2 {
	font-size: 10px;
	font-weight: bold;
}

h3 {
	font-size: 17px;
	font-weight: normal;
	color: #4d8848;
	font-weight: bold;
	*margin-top: 15px;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	color: #4d8848;
	*margin-top: 15px;
}

p {
	margin: 0px;
	margin-bottom: 12px;
}

ul {
	margin: 0px;
	padding: 8px;
	list-style-type: square;
}


.pagecontainer {
	float: left;
	position: absolute;
	width: 798px;
	left: 50%;
	margin-left: -399px;
	top: 20px;
}

.header {
	float: left;
	width: 798px;
	height: 64px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
}

.navi_area {
	float: left;
	position: relative;
	width: 700px;
	height: 40px;
	margin-top: 17px;
	margin-left: 123px;
	display: inline;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
}

.navi_area ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navi_area ul li {
	float: left;
	margin-right: 8px;
}

.navi_area ul li a:link {color: #FFFFFF; text-decoration: none;}
.navi_area ul li a:visited {color: #FFFFFF; text-decoration: none;}
.navi_area ul li a:active {color: #FFFFFF; text-decoration: none;}
.navi_area ul li a:hover {color: #f1a1bd; text-decoration: none;}

.navi_area ul li.menu-current a:link {color: #f1a1bd; text-decoration: none;}
.navi_area ul li.menu-current a:visited {color: #f1a1bd; text-decoration: none;}
.navi_area ul li.menu-current a:active {color: #f1a1bd; text-decoration: none;}
.navi_area ul li.menu-current a:hover {color: #f1a1bd; text-decoration: none;}

.container {
	float: left;
	position: relative;
	width: 798px;
	background-image: url(img/con_bg.png);
	background-repeat: repeat-y;
}

.footer {
	float: left;
	position: relative;
	width: 798px;
	height: 28px;
	background-image: url(img/footer.png);
}

.content {
	float: left;
	position: relative;
	width: 733px;
	margin-left: 30px;
	margin-top: 15px;
	display: inline;
}

.left_content {	
	float: left;
	position: relative;
	width: 485px;
}

.ajankohtaista {
	float: left;
	position: relative;
	width: 170px;
	margin-left: 46px;
	display: inline;
	background-color: #faf9f9;
	border: 1px solid #a6a5a5;
	padding: 15px;
	padding-top: 0px;
	font-size: 11px;
}

.right_content {
	float: left;
	position: relative;
	width: 247px;
	height: 300px;
	margin-left: 1px;
	margin-top: -30px;
	display: inline;
}

.bottom {
	float: left;
	position: relative;
	width: 733px;
	height: 117px;
	margin-top: 4px;
	background-image: url(img/bottom.jpg);
	background-repeat: repeat-x;
}

.bottomtext {
	float: left;
	position: relative;
	width: 550px;
	margin-top: 20px;
	margin-left: 40px;
	display: inline;
	font-size: 14px;
	line-height: 20px;
}

.bottombutton_fi {
	float: left;
	position: relative;
	width: 75px;
	height: 59px;
	margin-top: 45px;
	margin-left: 50px;
	display: inline;
	background-image: url(img/lisatietoja.png);
	cursor: hand;
}

.bottombutton_se {
	float: left;
	position: relative;
	width: 76px;
	height: 64px;
	margin-top: 45px;
	margin-left: 50px;
	display: inline;
	background-image: url(img/lisatietoja_se.png);
	cursor: hand;
}

.bottombutton_en {
	float: left;
	position: relative;
	width: 75px;
	height: 64px;
	margin-top: 45px;
	margin-left: 50px;
	display: inline;
	background-image: url(img/lisatietoja_en.png);
	cursor: hand;
}

.flags {
	float: right;
	position: relative;
	width: 60px;
	height: 21px;
	margin-right: 70px;
	margin-top: -2px;
	display: inline;
}

.flag_fi {
	float: left;
	position: relative;
	width: 21px;
	height: 21px;
	background-image: url(img/flag_fi.png);
	margin-left: 5px;
	display: inline;
	cursor: hand;
}

.flag_se {
	float: left;
	position: relative;
	width: 21px;
	height: 21px;
	background-image: url(img/flag_se.png);
	cursor: hand;
}

.flag_en {
	float: left;
	position: relative;
	width: 21px;
	height: 21px;
	background-image: url(img/flag_en.png);
	cursor: hand;
}
