@charset "utf-8";
/* CSS Document */

body {
	background-color: #ececec;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Tahoma;
	font-size: 17px;
	color:#000000;
}

p {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

span.date {
	font-family: Tahoma;
	font-size: 10px;
	color: #d3d3d3;
}

div.world {
	width: 1060px;
	margin: 0px auto 0px auto;
	background-color: #ececec;
}

div.ylapalkki {
	width: 1040px;
	height: 84px;
	background-color: #FFFFFF;
	padding-left: 20px;
}

div.kielipalkki {
	width: 300px;
	height: 25px;
	margin: 35px 0 0 740px;
	position: absolute;
}

div.naviwrap {
	width: 1060px;
	height: 47px;
	background-image: url(navibg.gif);
}

div.navielement {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	width: auto;
	float: left;
	margin: 15px 0 0 40px;
}

div.isokuva {
	width: 1060px;
	height: 292px;
}

div.alanaviwrap {
	width: 1060px;
	height: 29px;
	background-color: #d3d3d3;
}

div.alanavielement {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	width: auto;
	float: left;
	margin: 6px 0 0 10px;
}

div.maincontentwrap {
	width: 1060px;
	height: auto;
	min-height: 300px;
	background-image: url(bg_content_viiva.gif);
	overflow: auto;
	background-color: #ececec;
}

div.contentleft {
	width: 620px;
	float: left;
	background-color: #FFFFFF;
	margin: 20px 0 0 20px;
}

div.contentright {
	width: 385px;
	float: right;
	background-color: #FFFFFF;
	margin: 20px 0 0 20px;
}

div.alaosa {
	width: 1060px;
	height: 44px;
	background-image: url(alaosa.gif);
	background-repeat: no-repeat;
}

div.copyright {
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width: 1060px;
	background-color: #ececec;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}