/* CSS Screen */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	
}

img {
	border: 0px;
}

h1 {
	font-size: 11px;
	font-weight: bold;
}

h2 {
	font-size: 10px;
	font-weight: bold;
}

h3 {
	font-size: 10px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0px;
	margin-bottom: 12px;
}
ul {
	margin: 0px;
	padding: 8px;
	list-style-type: square;
}


.pagecontainer {
	float: left;
	position: absolute;
	width: 864px;
	left: 50%;
	margin-left: -432px;
}

.container {
	float: left;
	position: relative;
	width: 864px;
	background-image: url(img/bg_con.png);
}

.header {
	float: left;
	position: relative;
	width: 804px;
	height: 39px;
	left: 29px;
	background-image: url(img/header.jpg);
}

.banner {
	float: left;
	position: relative;
	width: 804px;
	height: 184px;
	left: 29px;
}

.navi {
	float: left;
	position: relative;
	width: 804px;
	height: 30px;
	left: 29px;
	background: #919BA8;
}

.teksti {
	float: left;
	position: relative;
	width: 550px;
	margin-top: 50px;
	min-height: 400px;
	left: 59px;
	font-family: arial;
	font-size: 12px;
}

.sivukuva {
	float: left;
	position: relative;
	width: 170px;
	margin-left: 54px;
	margin-top: 50px;
	min-height: 400px;
	left: 59px;
	font-family: arial;
	font-size: 12px;
}
.footer {
	float: left;
	position: relative;
	display: inline;
	width: 864px;
	height: 86px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
}

.footertext {
	float: left;
	position: relative;
	width: 804px;
	left: 29px;
	font-size: 10px;	
	color: #808080;
	top: 55px;
}

.footertext a:hover {text-decoration:none;color:#1A7B99;font-size:10px;}
.footertext a:link {text-decoration:none;color:#1A7B99;font-size:10px;}
.footertext a:active {text-decoration:none;color:#1A7B99;font-size:10px;}
.footertext a:visited {text-decoration:none;color:#1A7B99;font-size:10px;}

.tausta {
	float:left;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(img/bg_main.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}



a {
font-size: 12px;
}

ul {
	list-style-type: none;
}

.navi a:hover {text-decoration:none;color:#FFFFFF;}
.navi a:link {text-decoration:none;color:#FFFFFF;}
.navi a:active {text-decoration:none;color:#FFFFFF;}
.navi a:visited {text-decoration:none;color:#FFFFFF;}

.menu-first {
	padding-left: 60px;
}
.menu-current a{
	font-weight:bold;
	color:#efefef;
}


.kieli {
	float: left;
	width: 53px;
	height: 31px;
	background-image: url(img/lang.png);	
}

.kielinapit {
	float: left;
	position: relative;
	margin-left: 6px;
	margin-top: 8px;
	width: 33px;
	height: 9px;
}

*html .kielinapit {
	float: left;
	position: relative;
	display: inline;
	margin-left: 6px;
	margin-top: 5px;
	width: 33px;
	height: 9px;
}
.kieliasetus {
	float: left;
	position: absolute;
	display: inline;
	width: 53px;
	height: 31px;
	left: 50%;
	margin-top: 0px;
	margin-left: 425px;
	z-index: 999;
}


