body {
  background:url('./kuvat/bgr.gif') repeat-x #5a4f18;
  text-align: center;
  margin: 0px;
  color: #000000;
  font-family: verdana;
  font-size: 12px;
}

p {
  font-size: 12px;
}

td {
  font-size: 12px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 16px;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  font-weight: bold;
}

h4 {
  font-size: 13px;
  font-weight: bold;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
  font-weight: bold;
}

a,
a:visited,
a:active
 {
 color: #4444ff;
 text-decoration: none;
 }

a:hover
 {
 color: #0000dd;
 text-decoration: underline;
 }

a.ajankohtaista,
a.ajankohtaista:visited,
a.ajankohtaista:active
 {
 color: #000000;
 text-decoration: none;
 }

a.ajankohtaista:hover
 {
 color: #000066;
 text-decoration: underline;
 }

a.admin,
a.admin:visited,
a.admin:active
 {
 color: #000000;
 text-decoration: none;
 }

a.admin:hover
 {
 color: #000066;
 text-decoration: underline;
 }
 
img {
  border: 0px;
}
 
#piilota {
  display: none;
}

#frame {
  width: 828px;
  margin: 0 auto;
}

#header {
  width: 828px;
  height: 141px;
}

#menu {
  background-image: url('./kuvat/palkki.gif');
  width: 828px;
  height: 37px;
  color: #ffffff;
  text-align: left;
  padding-top: 14px;
  font-family: verdana;
  font-weight: bold;
}

#content {
  background: #ffffff;
  width: 768px;
  color: #000000;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 30px;
  font-size: 12px;
}

a.valikko:link,
a.valikko:visited,
a.valikko:active {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

a.valikko:hover {
  color: #ffffff;
  text-decoration: underline;
  font-size: 12px;
}

/* Näillä pakotetaan sisältö sivu oikean korkuiseksi vaikka ei olisi siältöä */
/* http://www.greywyvern.com/code/min-height-hack */

.prop {
  height:400px;
  float:right;
  width:1px;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}





/* ADMIN palkin tyylit */

div.admin_bar {
  position:absolute;
  left:1px;
  top:1px;
}

div.sivut {
  width: 284px;
  display: none;
  position:absolute;
  left: 54px;
  top: 32px;
  font-family: verdana;
  font-size: 11px;
}

div.asetukset {
  width: 284px;
  display: none;
  position:absolute;
  left: 108px;
  top: 32px;
  font-family: verdana;
  font-size: 11px;
}

div.files_top {
  width: 284px;
  margin: 0px;
  padding: 0px;
  height: 6px;
  overflow: hidden;
  background: url('login/images/files_top.png') no-repeat;
}

div.files_middle {
  text-align: left;
  width: 284px;
  color: #193452;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  background: url('login/images/files_back.png') repeat-y;
}

div.files_bottom {
  width: 284px;
  margin: 0px;
  padding: 0px;
  height: 6px;
  overflow: hidden;
  background: url('login/images/files_bottom.png') no-repeat;
}

#admin a:link,
#admin a:visited,
#admin a:active {
	color:#395472;
	text-decoration:none;
	}

#admin a:hover {
	color:#395472;
	text-decoration:underline;
	}

