@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background: #FFFFFF;
	margin: 8px;
	padding: 0;
	text-align: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
	text-decoration: none;
}
a.videolinkki {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	height: 22px;
	width: 220px;
	padding-top: 4px;
	margin-top: 1px;
	text-decoration: none;
	background: #fff url(kuvat/valikko24.png) no-repeat 20px 0;
}
a.videolinkki:link, a.videolinkki:visited {
	color: #333333;
	display: block;
}
a.videolinkki:hover {
	color: #FF9900;
	background: #fff url(kuvat/valikko24.png) no-repeat 20px -24px;
}
a.videolinkki:active {
	color: #FF6600;
	background: #fff url(kuvat/valikko24.png) no-repeat 20px -24px;
}
#container {
	width: 1400px;
	margin: 0;
	text-align: left;
} 
#left {
	float: left;
	width: 250px;
	height: 800px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(kuvat/vasentausta.png);
	background-repeat:no-repeat;
}
#right {
	float: right;
	width: 250px;
	height: 800px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(kuvat/oikeatausta.png);
	background-position:left;
	background-repeat:no-repeat;
}
#center { 
	margin: 0 250px; 
	padding: 0 70px 0 69px;
} 
#center img {
	padding-bottom: 20px;
}
#logo {
	width: 561px;
	height: 84px;
	float: left;
}
#logo img {
	margin-top: 20px;
}
#liput {
	xwidth: 120px;
	height: 20px;
	float: right;
	padding-top: 60px;
}
#liput ul {
	list-style: none;
	margin:0px;
	padding:0px;
	width: 100%;
}
#liput ul li {
	float: left;
	margin: 0;
	padding: 0 4px;	
}
#liput li a {
	color: #333333;
	height: 18px;
	width: 30px;
	padding-top: 0px;
	background-repeat:no-repeat;
	display:block;
	border: 1px solid #eee;
}
#liput a.fin {
	background: #fff url(kuvat/lippu_fi.png) 0 0;
}
#liput a.swe {
	background: #fff url(kuvat/lippu_se.png) 0 0;
}
#liput a.eng {
	background: #fff url(kuvat/lippu_gb.png) 0 0;
}
#liput a.sel {
	background-position: 0 -18px;
}
#liput a:hover {
	background-position: 0 -18px;
}
#flash {
	padding-bottom: 20px;
}
#asia {
	float: right;
	width: 529px;
	padding: 8px;
}
.right { float: right; }
.left { float: left; }
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 0px;
}
p {
	margin: 4px 0;
}
ul {
	margin: 0;
	padding-left: 20px;
	list-style-type:disc;
}
ul.pallukka {
	list-style-image:url(kuvat/pallukka.gif);
	float: left;
}
ul.pallukka li {
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 20px;
}
dl {
	color: #CC0000;
	padding: 0;
	margin: 0;
	width: 450px;
}
dt {
	float: left;
	clear: left;
	width: 370px;
	margin: 0;
	padding: 2px;
}
dd {
	float: right;
	widht: 40px;
	magin: 0;
	padding: 0;
}
.red {
	color: #CC0000;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background: #FFFFFF;	
	display: block;
	float: left;
	clear: left;
	width: 150px;
	padding-top: 3px;
}
label.short {
	width: 80px;
}
label.long {
	width: auto;
	float: none;
}
label.nobr {
	clear: none;
	margin-right: 10px;
	width: 80px;
	text-align:right;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background: #F5F5F5;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	float: left;
	width: 150px;
	margin-top: 1px;
}
input.short {
	width: 80px;
}
input.long {
	width: 370px;
}
input.btn {
	height: 28px;
	width: 120px;
	color: #333;
	float: right;
	margin: 6px;
	background-color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
input.btn:hover {
	color: #F90;
}
textarea {
	width: 520px;
	height: 34px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	background-color: #F5F5F5;
}
div.left {
	float: left;
}
p.cb {
	position: relative;
	clear: both;
}
input.cb {
	position: absolute;
	top: 3px;
	width: auto;
	left: -3px;
	border: none;
	background-color: white;
}
label.cb {
	position: relative;
	display: block;
	width: auto;
	margin-left: 20px;
}
label.cb2 {
	position: relative;
	display:table-cell;
	width: auto;
	margin-left: 20px;
}
