* {
	margin:0;
	padding:0;
}

body{
	color:#FFFFFF;
	background:url(images/bg.png);
	margin:0 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
}

#container {
	width:800px;
	margin:0 auto;
}

h1 {
	background:#FFFFFF;
	color:#000000;
	padding:10px;
	border-radius:10px;
	text-align:center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:20px 0px 20px 0px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

.osio {
	margin:0px 0px 20px 0px;
}

.otsikko {
	background:#FFFFFF url(images/arrows.png) right center no-repeat;
	color:#000000;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	cursor:pointer;
}

.info {
	width:700px;
	background:#FFFFFF;
	color:#000000;
	padding:0px 10px 10px 10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}

.info p {
	padding-bottom:3px;
	margin:0;
}

#footer, #note {
	background:#FFFFFF;
	color:#000000;
	padding:5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:20px 0;
}

#note {
	text-align:justify;
}

#footer {
	text-align:center;
}

#footer p, #note p {
	margin:0;
	padding:0;
}

.taulukko {
}

.osa {
	clear:both;
}

.ots, .txt, .txt2 {
	margin-bottom:2px;
}

.ots {
	float:left;
	width:140px;
	background:#CCCCCC;
	text-align:right;
	padding:2px 10px 2px 10px;
	border-right:3px #666666 solid;
}

.txt {
	float:left;
	width:400px;
	padding:2px 5px 2px 5px;
}

.txt2 {
	float:left;
	width:500px;
	padding:2px 5px 2px 5px;
}

.kuvankaappaus {
	height:100px;
}

.kuvankaappaus img {
	height:100px;
	width:100px;
	background:#000000;
	border:1px solid #000000;
}

a img {
	border:0;
}

.clear {
	clear:both;
}

a {
  outline: none;
}

.bar {
		width:500px;
		background:#999999;
		border:1px #333333 solid;
		margin-bottom:5px;
}

.bar_100, .bar_90, .bar_80, .bar_70, .bar_60, .bar_50, .bar_40, .bar_30, .bar_20, .bar_10 {
	background:#CCCCCC;
	padding:2px 4px;
}

.bar_90 { width:90%; } 
.bar_80 { width:80%; } 
.bar_70 { width:70%; } 
.bar_60 { width:60%; } 
.bar_50 { width:50%; } 
.bar_40 { width:40%; } 
.bar_30 { width:30%; } 
.bar_20 { width:20%; }
.bar_10 { width:10%; }

.kommentti {
	background:#CCCCCC;
	padding:5px;
	font-size:12px;
	margin-bottom:2px;
}

.sanoja {
	font-weight:bold;
}

.kommentti_txt {
	
}

#floatmenu {
		list-style:none;
		padding:0;
		margin:0;
		position:fixed;
		right:0;
		top:100px;
		z-index:3;
}

#floatmenu li {
		display:block;
		cursor:pointer;
		padding:5px 10px;
		background:#FFFFFF;
		margin:0 0 5px 0;
		color:#000000;
		border-bottom:3px solid #666666;
		border-left:3px solid #666666;
		border-top:3px solid #666666;
}

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

.nobold {
	font-weight:normal;
}