/*printti*/

DIV.header {

        display: none;
}

iframe {

        display: none;
}

DIV.print-only {

        display: inline;

}

TABLE.full-width-table {

        width: 670px;
}

#top {
	display: none;
	}
	
#wrapper, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}
	
img {
    height: 0;
    width: 0;
    position: absolute;
  }
  
/*sivu*/  

body {
	background-color: #6393a2;
	background-image: url(pic/tausta_sumu.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

TABLE.full-width-table {

        width: 800px;
			border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.taus_etusivu {
	background-image: url(../polaari/kuvat/vuori2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.top {
	background-image: url(pic/banneri_taivas.png);
	background-repeat: no-repeat;
	background-position: top;
}
.taustasumu {
	background-image: url(pic/sivuliuku.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.naviviiva {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCF1F6;
}


/*tekstit*/


.leipateksti12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin: 10px;
	line-height:1.3em;
}
.kuvateksti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: italic;
}

.nostatus {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	background-color: #D9E546;
}

.otsikko {
	font-family: "univers condensed", Arial, sans-serif;
	font-size: 24px;
	color: #182335;
	text-decoration: none;
	margin: 10px;
}

.valiotsikko {
	font-family: "univers condensed", Arial, sans-serif;
	font-size: 18px;
	color: #182335;
	text-decoration: none;
	margin: 10px;
	font-weight: bold;
}
	
.sivulinkki {
	font-family: Courier New, Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	color: #25525f;
	text-decoration: none;
	line-height: normal;
}

.sivulinkki2 {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #219CC1;
	text-decoration: none;
	line-height: normal;
	margin-left: 10px;
}



.sivulinkki3 {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #219CC1;
	text-decoration: none;
	line-height: normal;
	margin-left: 25px;
}

.linkki {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #004c8c;
	font-weight: bold;
}


/*iso kuva*/

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
	width: 550;
}

.shadow,
.content{
	position: relative;
	bottom: 4px;
	right: 4px;
	width: 550;
}

.shadow{
	color: inherit;
	width: 550;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000;
	width: 550;
}

/*pieni vaaka kuva*/

.blur_vaaka{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
	width:  250;
}

.shadow,
.content_vaaka{
	position: relative;
	bottom: 4px;
	right: 4px;
	width: 250;
}

.shadow_vaaka{
	background-color: #666; /*shadow color*/
	color: inherit;
	width: 250;
}

.content_vaaka{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000;
	width: 250;
}

/*pieni pysty kuva*/

.blur_pysty{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
	width:  166;
}

.shadow,
.content_pysty{
	position: relative;
	bottom: 4px;
	right: 4px;
	width: 166;
}

.shadow_pysty{
	background-color: #666; /*shadow color*/
	color: inherit;
	width: 166;
}

.content_pysty{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000;
	width: 166;
}

