/* evita.css */

body
{
/*  	background-image: url(salaatti3.jpg);*/
/*  	background-position: left top;     */
/*  	background-repeat: repeat-x;       */
/*  	background-attachment: fixed;      */
  	padding: 0;                        
  	margin: 0;                         
/*	background-color: #999999;         */
/*	color: #000000;                    */

  background: url(salaatti3.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


}

a {
	text-decoration: none;
	color: #06C }

:link:hover, :visited:hover {
	text-decoration: underline }

.otsikko {
	color: #ea690b;
  	font-family: "Trebuchet MS", arial, univers, verdana, helvetica, sans-serif;
	font-weight: 900;
	font-size: 20px;
	text-align: left;
	padding: 15px 0px 10px 0px;
	margin: 10px 0px 0px 40px }

.alaotsikko {
	color: #6593b4;
  	font-family: "Trebuchet MS", arial, univers, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	line-height: 150%;
	border-bottom: solid #6593b4 1px;
	padding: 10px 0px 5px 0px;
	margin: 10px 0px 10px 40px }

.perusteksti {
	color: #303030;
	font-family: verdana, univers, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	margin: 0px 0px 0px 40px }

td {
	color: #303030;
	font-family: verdana, univers, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	margin: 0px 0px 0px 0px;}

.valkoinen {
	color: #FEFEFE;
	font-family: verdana, univers, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	margin: 0px 20px 10px 20px }

.valkoinenr {
	color: #FEFEFE;
	font-family: verdana, univers, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	line-height: 150%;
	margin: 0px 20px 10px 20px }

.box1 {
	border: solid #EEEEEE 1px;
  	background-color: #FFFFE3;
	color: #303030;
	font-family: verdana, univers, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	padding: 10px 15px 10px 15px;
	margin: 10px 40px 10px 50px }

