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


html {
	height: 100%;
}

td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #333;
	margin:0;
	padding: 0 5px 0 5px;
	border-color: #CCC;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	margin:0;
	padding:0;
	border-color: #06F;
	height:100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom left;
	background-image: url("../kuvat/bg.jpg");
	background-color:#000;
}

a {
	font-size: 12px;
	color: #F90;
	text-decoration: underline;
}
a:link {
	color: #F90;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #F90;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: inherit;
}
h2 {
	font-size: 14px;
	color:#333;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;	
}

h3 {
	font-size: 18px;
	color:#333;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;	
}


h4 {
	font-size: 10px;
	color:#333;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
}

h5 {
	font-size: 14px;
	color: #333;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
}

h6 {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.clearfl { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#container {
	width:842px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	border: thin solid #CCC;
	background-color:#FFF;
}

#header {
	width: 842px;
	height: 109px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#valikko {
	background-image:url(../kuvat/valikbg.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	border: thin solid;
	height:27px;
	width:500px;	
}

#bg {
	width:100%;
	background-color:#000;
	background-image: url("../kuvat/bg.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
}

.ofloat {
	float: right;
}

.vfloat {
	float: left;
}

.kuva1 {
	height:350px;
	width:250px;
	margin: 0 0 5px 0;
}

.column {
 	width: 250px;
	height:260px;
	margin: 5px 0 5px 5px;
	border-style: thin solid #CCC;
	padding: 0 3px 0 3px;
	float:left;
}

.palkki {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border:thin solid #F90;
	padding: 5px 5px 5px 5px;
}

.divbg {
	 background:url(../kuvat/bgp.jpg) repeat-x top;
}

.border {
	border:thin solid #F90;
}