
.tausta
{
  background-image: url("tausta.png");
  background-repeat: repeat;
}

.palkki
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 80px;
  width: 100%;
  background-color: #FFFF8C;
  border-bottom: 5px solid #DDDDDB;
}

.teksti
{
  position: absolute;
  top: 2px;
  left: -140px;
}

.logo
{
  position: absolute;
  top: 4px;
  left: 5px;
}

.lippu
{
  position: absolute;
  top: 0px;
  right: 0px;
}

.login
{
  margin-top: 150px;
  width: 920px;
  height: 390px;
  background-color: white;
  border: 4px solid #DDDDDB;
  border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 7px 7px 5px #888888;
  padding-top: 11px;
}

.login2
{
  margin-top: 20px;
  width: 920px;
  height: 200px;
  background-color: white;
  border: 4px solid #DDDDDB;
  border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 7px 7px 5px #888888;
  padding-top: 11px;
}


.linkki
{
  font-family: verdana, sans-serif;
  color: #0000FF;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}

.linkki:hover
{
  font-family: verdana, sans-serif;
  color: red;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}

.linkki2
{
  font-family: verdana, sans-serif;
  color: #0000FF;
  font-size: 15px;
  font-weight: normal;
  text-decoration: underline;
}

.linkki2:hover
{
  font-family: verdana, sans-serif;
  color: red;
  font-size: 15px;
  font-weight: normal;
  text-decoration: underline;
}

.teksti2
{
  padding-left: 0px;
  font-family: verdana, sans-serif;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 1.4pt;
  word-spacing: 1.4pt;
  line-height: 1.4;
}

.teksti9
{
  font-family: verdana, sans-serif;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1.4pt;
  word-spacing: 1.4pt;
  line-height: 1.4;
  color: red;
  font-weight: bold;	
}

.viiva
{
  position: relative;
  top: -350px;
  left: 0px;
  height: 408px;
  width: 4px;
  border-left: 4px solid #DDDDDB;
  z-index: 1000;
}

.viiva2
{
  position: relative;
  top: -366px;
  left: 0px;
  height: 405px;
  width: 4px;
  border-left: 4px solid #DDDDDB;
}

.viiva9
{
  top: -375px;
  height: 405px;
  width: 4px;
  border-left: 4px solid #DDDDDB;
  z-index: 1001;
}


/*


.nappi4
{
  height: 30px;
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: black;
  background-color: #85E085;
  vertical-align: middle;
}

.nappi4:hover
{
  background-color: #19A319;
}

*/


