/* CSS Document */

*{
	padding:0;
	margin:0;
}

html {
	height:100%;
	widows:100%;	
}
tabele, tr, td {
	border-style:none;
}

body {
	background-image: url(../images/layout/bkg1.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2f2e2e;
	height:100%;
	}
	

#c1 {
	width:944px;
	text-align:left;
	height:165px;
}
#c2 {
	background-image:url(../images/layout/bkgcon.jpg);
	background-repeat:repeat-y;
	width:944px;	
	overflow:auto;
	text-align:left;
}

#c3 {
	height:88px;
	background-image:url(../images/layout/botpalkki.jpg);
	background-repeat:no-repeat;
	width:944px;
}
#lef {
	min-height:500px;
	margin-left:47px;
	height:100%;
	width:149px;
	overflow:hidden;
	float:left;
	background-color:#FFF;
}	
#cen {
	width:172px;
	min-height:500px;
	height:100%;
	background-image:url(../images/layout/bkgCen.gif);
	background-repeat:repeat-y;
	overflow:hidden;
	float:left;
}
#rig {
	background-color:#FFF;
	height:100%;
	min-height:500px;
	width:515px;
	overflow:hidden;
	float:left;
	padding-left:5px;
}

#rig2 {
	background-color:#FFF;
	height:100%;
	min-height:500px;
	width:691px;
	overflow:hidden;
	float:left;
	padding-left:5px;
	margin-right:5px;
}

h1{
	font-size:16px;
	font-weight:bold;
	color:#dc0303;
}
h2{
	font-size:14px;
	font-weight:bold;
	color:#dc0303;
}

h3{
	font-size:12px;
	font-weight:bold;
	color:#dc0303;
}


a:active 	{text-decoration: none; font-weight: bold; color:#dc0303}
a:visited 	{text-decoration: none; font-weight: bold; color:#dc0303}
a:link		{text-decoration: none; font-weight: bold; color:#dc0303}
a:hover 	{text-decoration: underline; font-weight: bold; color:#950404}


.tabell_1 td{ 
	border-bottom: 1px dotted #6e6f70;
	padding-top:5px;
	padding-bottom:5px;
} 

.linjeGra_1 hr{
	color:#cccccc;
	border-style:solid;
}

hr {
	margin-top:5px;
	margin-bottom:5px;
	height:5px;
	border:none;
	background: #fff url(/images/layout/meny_piste_viiva.gif) repeat-x scroll center;
}

a.nav:active 	{text-decoration: none; font-size:10px; font-weight: bold; font-family:verdana,geneva,helvetica,arial,sans-serif; color:#ed174b}
a.nav:visited 	{text-decoration: none; font-size:10px; font-weight: bold; font-family:verdana,geneva,helvetica,arial,sans-serif; color:#2f2e2e}
a.nav:link	{text-decoration: none; font-size:10px; font-weight: bold; font-family:verdana,geneva,helvetica,arial,sans-serif; color:#2f2e2e}
a.nav:hover 	{text-decoration: none; font-size:10px; font-weight: bold; font-family:verdana,geneva,helvetica,arial,sans-serif; color:#ed174b}


@media print { 

#printLogo {
  display: list-item;
  float:left;
  left:0;
  top:0;
  list-style-image: url(/images/layout/print_logo.gif);
  list-style-position: inside;
}

#c2 {
	overflow:visible;
	text-align:left;
	float:left;
}
#c1 {display: none;} 
#lef {display: none;} 

}
