@charset "UTF-8";
/* CSS Document */

DIV.kuvakontaineri {
    overflow: auto;
	float: right; 
	margin-right: 0px;
	width: 320px; /* since this element is floated, a width must be given */
	height: 700px;
	background: #FFFFFF;
	padding-left: 6px;
	padding-right: 0px;
	border: 0px solid #FFFFFF;
}

DIV.tekstikontaineri {
	float: left; 
	margin-right: 0px;
	width: 450px; /* since this element is floated, a width must be given */
	background: #FFFFFF;
	padding-left: 6px;
	padding-right: 0px;
	border: 0px solid #FFFFFF;
}

DIV.kuvakontaineri2 {
    overflow: auto;
	float: right; 
	margin-right: 0px;
	width: 320px; /* since this element is floated, a width must be given */
	height: 600px;
	background: #FFFFFF;
	padding-left: 6px;
	padding-right: 0px;
	border: 0px solid #FFFFFF;
}

DIV.tekstikontaineri2 {
    overflow: auto;
	float: left; 
	margin-right: 0px;
	width: 450px; /* since this element is floated, a width must be given */
	height: 600px;
	background: #FFFFFF;
	padding-left: 6px;
	padding-right: 0px;
	border: 0px solid #FFFFFF;
}

DIV.pdfkontaineri2 {
	float: left;
	margin-right: 0px;
	width: 800px; /* since this element is floated, a width must be given */
	background: #FFFFFF;
	padding-left: 6px;
	padding-right: 0px;
	border: 0px solid #FFFFFF;
}
#sidebar  { position: fixed; top: 14px; left: 5px; width: 200px; height: 700px; visibility: visible }
H1.tavallinen        {font-family: Arial, Helvetica; color: #000080; font-weight: bold; font-style: italic; font-size: 400%; text-decoration: none;}
H3        {font-family: Arial, Helvetica; color: #000080; font-weight: bold; font-style: italic; font-size: 180%; text-decoration: none;}

H1.retkiotsikko    {font-family: Arial, Helvetica; color: #000080; font-weight: bold; font-size: 20px; font-style: normal, text-decoration: none;}

td                 {font-family: Arial, Helvetica; color: #000080; font-size: 10pt; text-decoration: none;}
A:link             {font-family: Arial, Helvetica; color: #000080; font-size: 10pt; text-decoration: underline; }
A:visited          {font-family: Arial, Helvetica; color: #000080; font-size: 10pt; text-decoration: underline; }
A:hover            {font-family: Arial, Helvetica; color: #FF0000; font-size: 10pt; text-decoration: underline; }

/* Vasemman reunan linkit */
A:link.linkki1    {font-family: arial, helvetica; color: #000080; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; display: block;}
A:visited.linkki1 {font-family: arial, helvetica; color: #000080; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; display: block;}
A:hover.linkki1   {font-family: arial, helvetica; color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; background: #000080; display: block;}

/* Yhteystietojen fontti */

FONT.yhteystiedot {font-family: arial, helvetica; color: #FF0000; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt;}






