/* yleiset luokat */
body { font-size: 12px; font-family: Verdana; font-weight: normal; color: #333; line-height: 18px; margin: 0px; text-align: left; background: #FFF url(../images/bg_content.gif) repeat-x; }
td { font-size: 12px; }
.tracker { font-size: 11px; color: #9e9e9e; }
div { text-align: left; vertical-align: top; }

.clear { clear: both; }
.left { float: left; }
img { display: block; }
.hidden { display: none; }

.image { border-style: solid; border-width: 1px; border-color: #CCCCCC; }
.image:hover { border-style: solid; border-width: 1px; border-color: #999999; }

#main_frame {
	position: absolute;
	left: 55%;
	width: 900px;
	height: 725px;
	margin-left: -450px; /* half of the width */
}

#logo { margin-left: 0px; float: left; }
#graph { margin-right: 50px; float: right; }
#naviarea { height: 35px; margin: 233px 0px 35px 0px; }
#contentarea { width: 775px; background: #FFF; }
#bottomarea { padding-left: 170px; }


/* navistylet */
a.etusivu { width: 105px; height: 35px; background-image: url(../images/navi_etusivu.gif); float: left; }
a.etusivu:hover { width: 105px; height: 35px; background-image: url(../images/navi_etusivu_over.gif); float: left; }
a.etusivu_sel { width: 105px; height: 35px; background-image: url(../images/navi_etusivu_over.gif); float: left; }

a.kuljetus { width: 105px; height: 35px; background-image: url(../images/navi_kuljetus.gif); float: left; }
a.kuljetus:hover { width: 105px; height: 35px; background-image: url(../images/navi_kuljetus_over.gif); float: left; }
a.kuljetus_sel { width: 105px; height: 35px; background-image: url(../images/navi_kuljetus_over.gif); float: left; }

a.muut { width: 132px; height: 35px; background-image: url(../images/navi_muut_palvelut.gif); float: left; }
a.muut:hover { width: 132px; height: 35px; background-image: url(../images/navi_muut_palvelut_over.gif); float: left; }
a.muut_sel { width: 132px; height: 35px; background-image: url(../images/navi_muut_palvelut_over.gif); float: left; }

a.yhteystiedot { width: 125px; height: 35px; background-image: url(../images/navi_yhteystiedot.gif); float: left; }
a.yhteystiedot:hover { width: 125px; height: 35px; background-image: url(../images/navi_yhteystiedot_over.gif); float: left; }
a.yhteystiedot_sel { width: 125px; height: 35px; background-image: url(../images/navi_yhteystiedot_over.gif); float: left; }

/* linkkistylet */
a:link	{ font-weight: normal; text-decoration: underline; color: #0288bd; }
a:active { font-weight: normal; text-decoration: underline; color: #0288bd; }
a:visited { font-weight: normal; text-decoration: underline; color: #0288bd; }
a:hover	{ font-weight: normal; text-decoration: none; color: #0288bd; }

h1 { font-size: 36px; font-weight: normal; color: #666; margin: 10px 0px 40px 0px; }
h2 { font-size: 12px; font-weight: bold; margin: 0px; padding: 0px; }

ul { margin: 0px; padding: 0px; }
li { list-style-position: outside; margin-left: 30px; line-height: 1.5; }
