@charset "UTF-8";
  
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/layout/taustagrafient.jpg);
	background-repeat: repeat-x;
}
#frame{
  width:700px;
  height:auto;
  float:left;
  padding-top:10px;
}


.thrColFixHdr #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
	background-image: url(../images/layout/contenttausta2.gif);
  background-position:center top;

	top:0%;
	
	background-repeat: no-repeat;
} 
.thrColFixHdr #header {
	height: 200px;
	width: 700px;

	background-image: url(../images/layout/header2.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-image: url(../images/layout/navi.gif);
	height: 200px;
	background-repeat: no-repeat;
	position: fixed;
	z-index: 2;


}

#sidebar1 a{
  font-weight:bold;
  font-family:arial;
  font-size:11px;
  color:#336699;
  text-decoration:none;
  padding-left:10px;
  padding-right:10px;
}
#sidebar1 a:hover{
  font-weight:bold;
  font-family:arial;
  font-size:11px;
  color:#336699;
  text-decoration:underline;
}
#sidebar1 .current{
  font-weight:bold;
  font-family:arial;
  font-size:11px;
  color:#336699;
  text-decoration:underline;
}
.otsikko {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.otsikkoISO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.leipis, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	height:auto;
  
}
.thrColFixHdr #sidebar2Top {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-image: url(../images/layout/sidebar2Top.gif);
	background-repeat:no-repeat;
	height:32px;
}

.thrColFixHdr #sidebar2area {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
  height:100%;
  height:auto;

}
.thrColFixHdr #centerarea {
  background-image: url(../images/layout/centerarea.gif);
	background-repeat:repeat-y;
  min-height:733px;
	height:auto !important;
	height:733px;
	width:700px;

}
.thrColFixHdr #sidebar2Bottom {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-image: url(../images/layout/sidebar2Bottom.gif);
	background-repeat:no-repeat;
	height:35px;
}
.thrColFixHdr #sidebar2center {
	background-image: url(../images/layout/sidebar2Bg.gif);
	background-repeat:repeat-y;
}
.thrColFixHdr #mainContent {
	width: 440px;
	height: auto;
	float:left;
} 
.thrColFixHdr #mainContentTop {
	float:left;
	width: 470px;
	background-image: url(../images/layout/mainContentTop.gif);
	height: 32px;
	background-repeat: no-repeat;
}
.thrColFixHdr #contentarea {
	float:left;
	width: 470px;
  min-height:733px;
	height:auto !important;
	height:733px;
	
} 
.thrColFixHdr #mainContentBottom {
	float:left;
	width: 470px;
	background-image: url(../images/layout/mainContentBottom.gif);
	height: 35px;
	background-repeat: no-repeat;
}

.thrColFixHdr #footer {
	background-image: url(../images/layout/footer2.gif);
	background-repeat:no-repeat;
  height: 60px;
	width: 700px;
	float: left;
	margin-top:10px;

} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bottomlinks{
  float:left;
  width:700px;
  height:auto;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  font-weight:bold;
  font-family:arial;
  font-size:11px;
  color:#336699;
}
#bottomlinks a{
  font-weight:bold;
  font-family:arial;
  font-size:11px;
  color:#336699;
  text-decoration:none;
  padding-left:5px;
  padding-right:5px;
}
#bottomlinks a:hover{
  font-weight:bold;
  font-family:arial;
  font-size:11px;
  color:#336699;
  text-decoration:underline;
}
#bottomlinks .current{
  font-weight:bold;
  font-family:arial;
  font-size:11px;
  color:#336699;
  text-decoration:underline;
}

#editorMenu{
  width:165px; 
  position:relative; 
  right:0px; 
  top:20px; 
  z-index:1001; 
  clear:none; 
  margin-left:10px; 
  border:1px solid #808080; 
  background-color:#fff;
}
#editorMenu a, #editorMenu a:link { 
  color: #000;
}
.editorMenu{
  text-decoration:none;
  background-color:#FFFFFF; 
  text-align:left; 
  color:#000;
}
h1{
  font-family:arial;
  font-weight:bold;
  font-size:11px;
  color:#336699;
  text-transform: uppercase; /* force text to uppercase */
}
p{
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}
#sidebar1 li{
  list-style:none;
}
/* press */
.pressContainer{
height:205px;
width:205px;
overflow:hidden;
position:relative;
float: left;
}
.pressPick{
float:left; padding:20px;
padding-left:10px;
position:relative;
clear:none;
}
.pressImage{
position:absolute;
}
.pressFrame{
  position:relative;
  width:205px;
  height:270px;
  float:left;
  padding-left:5px;
padding-top:20px;
margin:0px;
}
.resolutions{
  width:205px;
  height:65px;
  
}
a{
  font-family:arial;
  font-size:11px;
  color:#336699;
  text-decoration:underline;

}
a:hover{
  font-family:arial;
  font-size:11px;
  color:#336699;
  text-decoration:underline;
}
.files{
  font-family:arial;
  font-weight:bold;
  font-size:11px;
  color:#336699;
  text-transform: uppercase; /* force text to uppercase */
}

/* end press */