@charset "utf-8";
 @import url("corners.css");
/* LAYOUT **********************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px auto; /* 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;
	background-color: #0db9b9;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.2pt;
}
a:link, a:visited{
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#leftTop {
	margin: 0 0 0 20px;
	float: left;
	width: 238px;
}
#logo {
	margin-left: 60px;
	height: 86px;
	width: 119px;
	float: left;
}
#news:link, news:visited{
	color: #000000;
	text-decoration:none;
	border-bottom: 1px dashed #666666;
}

/* MENU **********************************************************/

#topMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.8pt;
	text-align: right;
	padding: 50px 20px 0 0;
}
#navlist img {
	border:0px
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#navlist li a {
	color: #23798B;
	text-decoration:none;
        border:1px solid #FFFFFF; 
        padding: 5px 1px 1px 1px; 
}
#navlist li a:link, #navlist li a:visited {
	text-decoration:none
}
#navlist li a:hover {
	/*border-bottom: 1px dashed #666666;*/
        border:1px solid #F0F0F0;
        padding: 5px 1px 1px 1px;       
}
#headerImg {
	background-image: url(../images/header_img.jpg);
	background-repeat: no-repeat;
	height: 160px;
	margin: 0 0 20px 300px;	/*display: none;*/
}
#menubar {
	width: 238px;
	margin: 0 0 0 20px;
	background-color: #5e706f;
	background-image: url(../images/menubartop.gif);
	background-repeat: no-repeat;
	background-position: top;
        float:left;
}
#mainMenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	font-variant: small-caps;	
	line-height: 1.4; 
	width: 200px;
	margin: 40px 20px 0px 10px;
}
#mainMenu ul {	
	list-style: none;
	margin: 0 4px 0 18px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#mainMenu ul li {
	padding: 0 0 2px 0;
	background-repeat: no-repeat;
	background-position: top;
}

#mainMenu li a {
	text-decoration: none;
}
#mainMenu li a:link, #mainMenu li a:visited {
	color: #FFFFFF;
}
#mainMenu li a:hover {
	color: #999999;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
}
/*  MAIN  **********************************************************/


#mainWrapper {
	/*margin: 0 20px 0 318px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 20px 0 298px; /* prodstylessä*/
}
#mainContent {
	width: 420px;
	float:left;	
}
#mainContent p {
	margin: 20px 20px 0 0;
}
#mainContent h1 {
	margin-top: 0px;
}
#mainSidebar {
	margin-left: 420px;
	width: 200px;
	padding: 0 0 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;/*display: none;  prodstylessä*/
        border-left: 1px dotted #9f9f9f;
}
#mainSidebar h1 {
	font-size: 0.9em;
	font-weight: bold;
	font-variant: small-caps;
	margin:20px 0px 10px 0px;
}
#mainSidebar p {
	font-size: 0.7em;
	padding-bottom:3px;
}
/* FLOAT  ***********************************************************/

.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;
}
.imgfltlft_Right20pxBot20px {
	float: left;
	padding: 0px 20px 20px 0;
}
.imgfltright_Top20pxRight20pxBot20px {
	float:right;
	padding: 20px 20px 0 20px;
}
.imgfltlft_Top10pxRight10pxBot10px {
	float: left;
	padding: 10px 10px 10px 0;
}
.imgfltright_Top10pxRight10pxBot10px {
	float: right;
	padding: 10px 0 10px 10px;
}
.imgfltright_Right10pxBot10px {
	float: right;
	padding: 0 0 10px 10px;
}
.imgfltlft_Top20pxRight20pxBot20px {
	float: left;
	padding:20px 20px 20px 0;
}
.alaviiva {
	margin:10px;
	border-bottom: 2px solid #23798B;
}
/*    FOOTER   *******************************************************/

#footerWrapper {
	margin: 20px 20px 0 20px;
}
#footerLeft {
	float: left;
}
#footerLeft img {
	border: 0px;
}

#news {
	margin-left: 278px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #23798B;
}
#news img{
	border:0px
}
#news h1 {
	font-size: 1em;
	font-variant: small-caps;
}
#news p {
	font-size: 0.7em;
	padding-left: 10px;
}
.menubot {
	background-image: url(../images/menubarbot.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
}
/* SPRY ********************************************************/


#spryTableHolder {
	border: 1px solid #D4D1BF;
	background-color: #F0F0F0;
	float:left;
	width: 32%;
	height: 220px;
	margin: 2px;
}
*html #spryTableHolder {	
	height: 220px;	
}
#spryTableHolder2perRow {
	border: 1px solid #D4D1BF;
	background-color: #F0F0F0;
	float:left;
	width: 47%;
	height: 220px;
	margin: 2px;
}
.spryTable {
	width:98%;
	font-family: Trebuchet MS;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 1.1em;
	font-size: 10px;
	vertical-align:text-top;
}
.spryTable h3 {
	font-size: 1.4em;
	font-weight:bold;
	padding:4px;
}
.spryTable td {
	vertical-align: top;
}
.spryTable img {
	margin: 0 4px;
	border: #999999 1px solid;
}
.spryTable a:link, a:visited {
	text-decoration:none;
}
.oddrow {
	background-color: #BFD6FF;
}
/* LÄÄKELASITAULU *****************************/

#laakelasiTauluHolder {
	border: 1px solid #D4D1BF;
	background-color: #F0F0F0;
	float:left;
	margin: 0 0 15px 0;
	width: 96%;
	padding: 10px;
}
.laakelasiTaulu {
	width:350px;
	font-family: Trebuchet MS;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1.1em;
	font-size: 0.8em;
	float: left;
	margin: 0 0 0 15px;/*padding: 0 15px 10px 0;*/
}
.laakelasiTaulu td {
	text-align: center;
	padding:2px;
	vertical-align:top;
}
.laakelasiTaulu td h3 {
	text-align: left;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}
.laakelasiTaulu th {
	color: #ffffff;
	background-color: #5E706F;
	padding:5px;
}
#laakelasiTauluHolder img {
	/*margin: 15px;*/
	border: #999999 1px solid;
	float: left;
}
.laakelasiTauluKuva a:link, a:visited {
	text-decoration:none;
}
.category {
	margin: 0px 0px 10px 300px;
}
.holder {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
}
.holder h3 {
	margin: 0 0 20px 195px;
}
.holder p {
	margin: 0 0 20px 195px;
}
.holder a {
	text-decoration: none;
	color: #000000;
	font-size: 0.75em;
/*	border: 0px solid #9f9f9f;*/
	background: #EFEFEF;
	padding: 2px;
}
.holder a:hover {
	text-decoration: none;
	background: #FFFFFF;
}
.sisennys {
	padding: 0 20px;
	border-left: 15px solid #DFDFDF;
}
.imgholder {
	float: left;
	width: 205px;
	text-align: center;
	height: 250px;
}
.imgholder img{
	border: 2px solid #CCCCCC;
}
.korkitholder {
	float: left;
	text-align: left;
	height: 250px;	
}
.korkit img{
	border: 0;
	float:left
}
#mainSidebar a{
color: #000000;
text-decoration: none;
}

#mainSidebar a img{
border: 0px;
}
#mainSidebar a:visited{
color: #000000;
text-decoration: none;
}

#mainContent li {
	font-size: 0.9em;
}
.fltlftTop0right40px {
	margin-top: 0px;
	margin-right: 60px;
}

/**   Sivutekstit LBI   *********************************/
a.linkki:link, a.linkki:visited{
display: block;
padding: 0px 5px;
border: 1px solid #FFFFFF;
}
a.linkki:hover{
background-color: #EFEFEF;
padding: 0px 5px;
border: 1px solid #CFCFCF;

}


/** LANGUAGE  ***********************************/

#lang{
font-family: verdana,sans-serif;
font-size: 0.7em;
text-transform: uppercase;
float: right;
margin-right: 40px;
color: #000000;
}

#lang a, a:visited, img{
text-decoration:none;
color: #000000;
border: 0px;
}
#lang a:hover{
background-color: #EFEFEF;
}
#AccordionHolder {
	width: 100%;
}
