@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
body {
	background-color: #FFF;
	background-image: url(bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footer {
	padding-left: 45px;
	padding-top: 20px;
	font-size: 11px; 
	color: #e4c5a6;
}
.menu {
	padding-left: 45px;
	padding-top: 20px;
	font-size: 12px; 
	color: #856860;
}
.menucontainer {
	width: 224px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menutxt {
	width: 214px;
	text-align: right;
}

a:link {
	color: #856860;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #856860;
}
a:hover {
	text-decoration: underline;
	color: #8cc24c;
}
a:active {
	text-decoration: none;
	color: #8cc24c;
}

.Button1 {
	width: 51px;
	height: 42px;
	float: left;
}
.Button1 a {
	display: block;
	width: 51px;
	height: 42px;
	background: url(images/link01.jpg) no-repeat bottom left;
}
.Button1 a:hover {
	background-position: top left;
}
.Button1selected {
	display: block;
	width: 51px;
	height: 42px;
	background: url(images/link01.jpg) no-repeat top left;
}

.Button2 {
	width: 76px;
	height: 42px;
	float: left;
}
.Button2 a {
	display: block;
	width: 76px;
	height: 42px;
	background: url(images/link02.jpg) no-repeat bottom left;
}
.Button2 a:hover {
	background-position: top left;
}
.Button2selected {
	display: block;
	width: 76px;
	height: 42px;
	background: url(images/link02.jpg) no-repeat top left;
}

.Button3 {
	width: 156px;
	height: 42px;
	float: left;
}
.Button3 a {
	display: block;
	width: 156px;
	height: 42px;
	background: url(images/link03.jpg) no-repeat bottom left;
}
.Button3 a:hover {
	background-position: top left;
}
.Button3selected {
	display: block;
	width: 156px;
	height: 42px;
	background: url(images/link03.jpg) no-repeat top left;
}

.Button4 {
	width: 99px;
	height: 42px;
	float: left;
}
.Button4 a {
	display: block;
	width: 99px;
	height: 42px;
	background: url(images/link04.jpg) no-repeat bottom left;
}
.Button4 a:hover {
	background-position: top left;
}
.Button4selected {
	display: block;
	width: 99px;
	height: 42px;
	background: url(images/link04.jpg) no-repeat top left;
}

.Button5 {
	width: 89px;
	height: 42px;
	float: left;
}
.Button5 a {
	display: block;
	width: 89px;
	height: 42px;
	background: url(images/link05.jpg) no-repeat bottom left;
}
.Button5 a:hover {
	background-position: top left;
}
.Button5selected {
	display: block;
	width: 89px;
	height: 42px;
	background: url(images/link05.jpg) no-repeat top left;
}

.txt12pix {
	font-size: 12px;
}
.txt18pix {
	font-size: 18px;
}
.ajatustxt {
	font-size: 17px;
	font-style: italic;
}