body {
  color: #999999;
  font-family: 'LucidaGrande', 'Lucida Grande', 'Lucida Sans Unicode', 'sans-serif';
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 14px;
  text-align: left;
  text-decoration: none;
  text-indent: 0px;
  background: #2b2b2b url(../images/bg.png) repeat-x;
  margin: 1px 50px 0;
  padding-top: 0;
  padding-bottom: 0;
}

td {
   font-size: 12px;
}

.otsikko {
  font-size: 30px;
  padding-bottom: 30px;
}

.logo {
  top: 30px;
  position: relative;
  margin-right: 10px;
}

.valkoinen {
  color: #e2e2e2;
}

.pinkki {
  color: #ff97cb;
}

.tumma {
   color: #5c5c5c;
}

hr { 
	border: 0;
	background-color: #444444;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

hr.katko {
	border: 0;
	width: 0;
    margin: 0;
    clear: both;
}

a {
    color: #ffffff;
    text-decoration: none;
}
a:visited {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #ff97cb;
    text-decoration: none;
}

.navi {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;

}

.navi a, .navi a:visited {
    color: #939393;
}

.navi a, .navi a:visited {
    color: #939393;
}

.navi a:hover {
    color: #ff97cb;
}

.navi ul {
  padding-left: 0;
}
.navi li {
  list-style-type: none;
  display: inline;
  padding-left: 20px;
}

#sisalto {
  margin: 0;
  padding: 5px 0 0;
  width: 100%;
}

#vasen {
  float: left;
  margin: 0;
  width: 600px;
  text-align: justify;
  line-height: 16px;
}

#oikea {
  margin: 0 0 0 600px;
  padding: 0 0 10px 20px;
  text-align: justify;
}

#palsta1 {
  float: left;
  margin: 0;
  width: 50%;
}

#palsta2 {
  margin: 0 0 0 50%;
  padding-left: 15px;
}

img {
  border: none;
  margin-bottom: 10px;
}

img.vasemmalla {
  border: 5px solid #e2e2e2;
  float: left;
  margin-bottom: 8px;
  margin-right: 12px;
  margin-top: 8px;
}

img.oikealla {
  border: 5px solid #e2e2e2;
  float: right;
  margin-bottom: 8px;
  margin-left: 12px;
  margin-top: 8px;
}


.alaotsikko {
  font-size: 20px;
  padding-bottom: 7px;
}

.virhe {
  font-size: 20px;
  color: red;
  padding-bottom: 7px;
}

.footer {
  clear: both;
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: center;
}

.footer ul {
  padding-left: 0;

}
.footer li {
  list-style-type: lower-alpha;
  display: inline;
  padding-left: 10px;
  list-style-image: none;
}


.uutinen {
  padding-top: 5px;
  padding-bottom: 15px;
  line-height: 16px;
}

.uutinen .otsikko {
  color: #939393;
  font-size: 16px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 5;  
}
.uutinen .pvm {
  color: #e2e2e2;
  font-size: 10px;
  padding-left: 5px;
}

