@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.2
 */

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body { overflow-y: scroll; }

  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #3b69ad none; padding: 10px 0; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto;  min-width: 740px; max-width: 90em; background: #fff; }
  .page { padding: 10px 15px 10px 10px; }
  #header { padding: 45px 2em 1em 20px; color: #000; background:#edf2f8 url("../../images/bg_header.gif") repeat-x bottom left; }
  #main { margin: 10px 0; background: #fff; }
  #teaser { clear:both; padding: 0 20px; margin: 10px 0; }
  #footer { padding: 10px 20px; color:#666; background: #f9f9f9; border-top: 5px #efefef solid; }

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: left; width: 30%}
  #col2 { display:none}
  #col3 { width: auto; margin: 0 0 0 30%}
  #col1_content { padding: 0 10px 0 20px }
  #col3_content { padding: 0 20px 0 10px }


  /* set column dividers */ 
  #col3 { border-left: 1px #ddd dotted }
	
  /*-------------------------------------------------------------------------*/

  .page_margins {
    border: 0 none;
    background-image:  url(../../images/gfxborder/border_left.gif);
    background-repeat:repeat-y;
    background-position:left;
  }

  .page {
    border: 0 none;
    margin: 0 0 0 5px; padding: 10px 15px 10px 10px;
    background-image:  url(../../images/gfxborder/border_right.gif);
    background-repeat:repeat-y;
    background-position:right;
  }


  #border-top {
    overflow:hidden;
    width: auto;
    height: 20px;
    font-size:0;
    margin-bottom: -15px;
    background-image:  url(../../images/gfxborder/border_top.gif);
    background-repeat:repeat-x;
    background-position:top left;
  }

  #border-bottom {
    overflow:hidden;
    width: auto;
    height: 20px;
    margin-top: -15px;
    font-size:0;
    background-image:  url(../../images/gfxborder/border_bottom.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
  }

  #edge-tl {
    float:left;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(../../images/gfxborder/corner_tl.gif);
    background-position: top left;
  }

  #edge-tr {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(../../images/gfxborder/corner_tr.gif);
    background-position: top right;
  }

  #edge-bl {
    float:left;
    width: 20px;
    height: 20px;
    background-image:  url(../../images/gfxborder/corner_bl.gif);
    background-position: bottom left;
  }

  #edge-br {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    background-image:  url(../../images/gfxborder/corner_br.gif);
    background-position: bottom right;
  }
  /*  Sakun lisäykset */
.onlyinprint { display: none; }
.tiiseri   { background-color: silver; color: #000000; font-size: 13px; text-align: center; margin: 1px 1px 1px 1px; padding: 1px; width: 68%; border: dashed 1px silver }
.tiiseri2     { color: #1c1c1c; font-size: 13px; font-weight: bold; margin-top: 30px; padding: 3px; border: dashed 1px silver }
a.tiiseri:link { color: #fff; text-decoration: underline;}
a.tiiseri:hover {color: red; text-decoration: none;}
.kuvaintextleft { margin: 10px 10px 5px 0; float: left; border: 0 }
.kuvaintextright { margin: 10px 0 5px 10px; float: right; border: 0 }
.kysymys { 
letter-spacing: 0.2pt;
color:rgb(0,28,140);
margin-top:40px;}
.vastaus { margin-top:5px;}
.otsikot { color: #535353; font-size: 13px; font-family: Geneva; font-weight: bold; line-height: 13pt; text-decoration: none; padding-left: 2px; padding-right: 2px; margin-right: 4px; margin-right: 4px; }
a.otsikot:link { text-decoration: none; text-align: left;}
a.otsikot:visited { text-decoration: none;}
a.otsikot:active { color: red; text-decoration: none;}
.menutitle { font-weight:bold;
		    border-top:1px dashed #848484;
		    padding-top: 4px;
		    margin-top:15px;
}

.alhaalta
{
line-height: 4;
font-weight:bold;
border-top:1px dashed #848484;
margin-top:15px;
margin-bottom:10px;
}
.korostus {font-size: 13px;
	   	  color:white;
	   	  background-color: #1c1c1c;}

#korostus {font-size: 13px;
	   	  color:white;
	   	  background-color: #1c1c1c;}
  
HR {
	display: block;
	color: #fff;
	border: solid 1px silver
	}
a img {border: none; }


}