
/* -- Vieraskirjan stylet -- */
.entryHead      {
COLOR: #FFFFFF; BACKGROUND-COLOR: #554A48; FONT-FAMILY: arial; FONT-SIZE: 0.9em;
line-height: 1.3em;
}
.entryBody1     {
COLOR: #000000; BACKGROUND-COLOR: #D3D8DD; FONT-FAMILY: arial; FONT-SIZE: 0.9em;
  line-height: 1.2em;
}
.entryBody2     {
COLOR: #22224F; BACKGROUND-COLOR: #E3E8EE; FONT-FAMILY: arial; FONT-SIZE: 0.9em;
  line-height: 1.2em;
}

INPUT.txt       { COLOR: #000000; BACKGROUND-COLOR: #FFFFFF; FONT-FAMILY: arial; FONT-SIZE: 0.9em; border: solid 1px #206890;}
INPUT.submit    { COLOR: #000000; BACKGROUND-COLOR: #CCCCCC; FONT-FAMILY: arial; FONT-SIZE: 0.9em; border: solid 1px #42426F; cursor: pointer;}


/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #453A38;  
text-align:center;
}

#siteBox {
  float: left;
  width: 100%;
  color: #000;
  border: 1px solid #000;
}

#keskitetty {
	margin: 0 auto;
      	width:770px;
        margin-top:30px;
        text-align:left;

}




/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 5.1em;
  background: #453A38 url(pics/header3.jpg) no-repeat bottom left;
  border-bottom: 1px solid #000;

}

#header a {
  float: left;
  width: 4.8em;
  /*width: 100px;*/
  padding: 4px 10px 4px 10px;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
  background-color: #AAA;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 0px solid #333;
}

#header a:hover {
  padding-top: 4px;
  background-color: #BBB;
  /*text-decoration: none;*/
}

#header a.active {
  padding-top: 4px;
  background-color: #BBB;
  text-decoration: none;
  font-weight: bold;
}


a .desc {
  display: none;
  text-transform: lowercase;
  color: #630;  
}

a:hover .desc, .active .desc {
  display: block;
/*  text-decoration: none;*/

}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: right;
  padding: 0.7em 16px 0 0.4em;
  font-size: 1.7em;
  font-weight: normal;
  /*text-transform: uppercase;*/
  text-align: right;
  line-height: 0.85em;
  letter-spacing: -0.03em;
/*  color: #EC5;*/
color: #ede9d5;
}

.subTitle {
  text-align: right;
  display: block;
  font-size: 0.7em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.00em;

}





/* -- Content layout/display styles -- */

#content {
  float: right;
  width: 100%;
/*  background: #BBBBBB;*/
  background: #CABAAA;  
/*padding: 1em 0 1em 0;*/
}

#contentRight {
  float: right;
  width: 98%;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #DDDDDD;
 
/*url(images/corner_sub_tl.gif) no-repeat top left;*/
}

#content p {  
  margin: 0.5em 1.2em 1.2em 1.2em;
  /*margin-top: 0.3em;*/
  font-size: 0.8em;
  line-height: 1.8em;
}



#content a {  
  text-decoration: underline;
/*  color: #00F;*/
  color: #310;
  /*border-bottom: 1px solid #00F;*/
}

#content a:visited {
  color: #822;
}

#content a:hover {
  /*text-decoration: none;*/
  color: #530;
  /*background-color: #888;*/
  /*border-bottom: 1px solid #EEEEEE;*/
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1.2em;
  color: #850;
  /*color: #A70;*/
  border-bottom: 1px solid #AAA;    
  /*text-transform: lowercase;*/
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888;
  border: 0px;
}





/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 2.7em;
  font-size: 0.7em;
  /*text-transform: lowercase;*/
  line-height: 2.6em;
  color: #0AD;
  background: #453A38 url(pics/header3.jpg) repeat-y bottom left;
  border-top: 1px solid #000;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
}

#footer a {
/*  color: #f3e3d5;*/
  color: #ede9d5;
}

#footer a:hover {
  /*color: #666666;*/
  /*text-decoration: none;*/
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
}

li {
  margin-left: 50px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
margin-top: 15px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 15px;
}






/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}

