html, body {
  font-family: Arial, helvetica, sans-serif;
  font-size:12px;
  margin: 0;
  padding: 0;
//	height: 100%;
	
  color: #000000;
  background:#8896A3 url('/images/tausta-talvi.jpg') repeat-x;
}

//body {
//	min-height: 100%;
//}

td {
  background-color: transparent;
}

#containercontainer {
  width: 1000px;
	min-height: 100%;
  padding: 0; 
  position: relative;
  margin-left: auto; 
  margin-right: auto; 
  
  background: #849DA1 url('/images/taustakuva-kesa.jpg') no-repeat top left; 
}
// IE 6.0 Hack
* html #containercontainer {
height: 100%;
}

#container {
  width: 1000px;
	min-height: 100%;
  padding: 0; 
  position: relative; // absolute hajotti?
  margin-left: auto; 
  margin-right: auto; 
	background: transparent url('/images/kukat.png') no-repeat bottom left; 
}
// IE 6.0 Hack
* html #container {
height: 100%;
position: absolute;
}
	
#logonavi {
  float: left;
  margin: 49px 0 49px 49px;
  padding: 8px 0 8px 14px;
  background: transparent url('/images/navi-tausta.png') repeat-y;   
}

#navi {
}

#contentarea {
  float:right;
  margin: 25px;
  width: 565px;
}


#contenttop {
  background: transparent url('/images/container-top-kesa.png') no-repeat bottom right; 
  height: 71px;
}
#content{
  padding: 10px 25px 0px 40px;
  background-color:#E3EDF6;
  border: 0;
  color: #000000;
  background: transparent url('/images/container-middle-kesa.png') repeat-y right; 
}
#contentbottom {
  background: transparent url('/images/container-bottom-kesa.png') no-repeat top right; 
  height: 25px;
}

p{
  padding-bottom: 10px;
}

a{
  font-weight:bold;
  text-decoration:none;
}
a:link {
  color:#889619; //2AA6B0;
}
a:visited {
  color:#1b6f72;
}

a:hover {
  text-decoration: underline;
}


#navi a {
  font-weight:bold;
  text-decoration:none;
}
#navi a:link, #navi a:visited {
  color:#000000;
}
#navi a:hover, a:hover{
  color:#D22017;
}




.otsikko {
  color:#000000;
  font-family:Arial,helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  margin-top:12px;
  text-transform: uppercase;
}
.otsikko p {
  padding-left: 3px;  
}

.ylakuva {
  text-align: center;
}
.ylakuva img
{
  border: 0px solid #000000;
  width: 500px;
  height: 200px;
}

.image_legend, .footer
{
  font-style: italic;
  text-align: center;
}

.teksti {
  color: #000000;
  background-color:#C49B32;
}

.aikaSarake {
  width: 75px;
  
}


/* Editointi nakyman jutut*/
div.editable_slot {
  background-color: #9999CC;
  border: 1px solid #333366;
}

#uusi_tapahtuma_linkki{
  position: relative; 
  float:right; 
}

ul
{
	list-style-type: none;
	margin-left: 40px;
}

.otokka {
	float: left; 
	margin-left: 24px; 
	margin-right: 24px; 
	height: 66px;
	width: 200px;
}

.esittely {
	position: fixed;
	border: 1px solid #000000; 
	width: 336px;
	padding: 20px;
	top: 196px;
	left: 205px;
	background: #FFFFFF  url('/images/kulmarasti.gif') no-repeat 358px 7px;
}

