/* LASKENTA 10 CSS  *\
|* Mainostoimisto Synergia  *|

/* BODY */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	valign: top;
	background-color: #ddd;
	color: #777777;
	background-image:url(../images_laskenta10/topbg.gif);
	background-repeat: repeat-x;
}
body a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #60bb46;
	text-decoration: none;
}
body a:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #60bb46;
}
body a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#134f99;
	text-decoration: none;
	background-image: none;
}

table.maintable {
	width: 80%;
/* IE ei handlaa max/min-widthiä, mutta sille saa säädettyä staattisen leveyden */
	width: 807px;
	height: 100%;
	min-height: 100%;
}

/* LEIPÄTEKSTI */

.main {
	padding: 30px;
	font-size: 12px;
	color:#444444;
}
.main td{
	font-size: 12px;
	color:#444444;
}
.main h1 {
	font-size: 23px;
	color:#134f99;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
}
.main h2 {
	font-size: 14px;
	color:#134f99;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
}
.main li {
	list-style: none;
	padding: 0px 0px 0px 10px;
	background-image: url(../images_laskenta10/bullet2.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/* VALIKKOLINKIT */

td.menulink {
	background-image: url(../images_laskenta10/menu_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #eee;
	width: 90px;
}

div.menulink {
	background-image: url(../images_laskenta10/menu_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	align: center;
	font-size: 12px;
	margin-right: 0px;
	padding: 6px 10px 6px 10px;
}

a.menulink {
	font-size: 12px !important;
	font-weight: bold !important;
	text-decoration: none;
	color:#134f99;
	white-space: nowrap;
	background-image: none;
}

a:visited.menulink {
	font-size: 12px !important;
	font-weight: bold !important;
	text-decoration: none;
	color:#134f99;
	white-space: nowrap;
	background-image: none;
}
a:hover.menulink {
	color:#6799d7;
}

/* aktiivinen osio: tausta valkoinen */
#active {
	background-color: #fff !important;
}

/* AJANKOHTAISET */

table.news {
	margin: 30px 0px 30px 0px;
	font-size: 12px;
}
.news a{
	background-image: none;
	color: #134f99;
}
.news a:visited{
	background-image: none;
	color: #134f99;
}
.news a div{
	text-decoration: none;
	color:#134f99;
}
.news h1{
	color:#134f99;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}

.news a:hover div{
	text-decoration: underline;
	background-color: #eee;
}
.news div.topic {
	padding: 1px 0px 0px 15px;
	background-image: url(../images_laskenta10/bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none !important;
}
.news div.body {
	padding: 1px 10px 3px 15px;
	text-decoration: none;
}

/* Copyright */

td.copyright {
	font-size: 10px;
	color: #888;
	padding: 10px;
}
