/* body of the website */
body {
	background-color: black;
	background-image:url(../site_images/tausta.jpg);
	background-repeat: no-repeat;
  background-size: 100% auto;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
/	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, sans serif;
	font-size: 11px;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	text-decoration:none;
	color: #333333;
}
/*Container of the website having all the elements*/
#container {
	width:800px;
  height:1450px;
	border:0px solid #A5BCCF;
  margin-left:auto;
  margin-right:auto;
	text-align:left;	
	background-color:black;	
}

.laatikko {
	background-image:url(../site_images/laatikko_tausta.jpg);
	background-position:top-center;
  background-repeat: repeat-x;
  background-color:white;
  padding:10px;
  float:left;
  margin-bottom:10px;
  height:380px;
}

.tuloslaatikko {
	background-image:url(../site_images/laatikko_tausta.jpg);
	background-position:top-center;
  background-repeat: repeat-x;
  background-color:white;
  padding:10px;
  float:left;
  margin-bottom:10px;
  height:360px;
  width:172px;
  margin-right:10px;

}

.videolaatikko {
	background-image:url(../site_images/videolaatikko.jpg);
	background-repeat: no-repeat;
  background-size: 100% auto;
  padding:10px;
  height:260px;
  width:380px;
}
/* forum fields */
.form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	
	border:1px solid #CCCCCC;
	height:12px;
	background-color:#FFFFFF;
}
.form_button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border:0px solid #F2F2F2;
	border-bottom:2px solid #F2F2F2;
	border-top:1px solid #F2F2F2;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	height:16px;
	width:40px;
	background-color:#F2F2F2;
  }


a{ color: #333399 }

.nappi_musta {
font-weight:bold;height:12px;padding:5px;padding-bottom:2px;padding-right:9px;background-color:black;color:white;
}

.nappi_vihrea {
font-weight:bold;height:12px;padding:5px;padding-bottom:2px;padding-right:9px;background-color:#009640;color:white;
}

h2 {color:#5BBA0E;}
h3 {color:#37A938;}

.otsikko_keltainen
{
background-color:#DDDC00;
color:black;
width:285px;
font-size:14px;
font-weight:bold;
height:12px;
padding:10px;
}

.otsikko_harmaa
{
background-color:#2B2B2B;
background-image:url(../site_images/talppa.jpg);
background-repeat: no-repeat;
background-position: 5px center;
color:white;
width:270px;
font-size:14px;
font-weight:bold;
padding:10px;
padding-left:25px;
margin-bottom:3px;
border-bottom:black 7px solid;
}