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

body {
	background-color: #000;
	background-image: url(images/taustakuva2.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-position: left top;
}
#koonti {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logopalkki {
	float: left;
	height: 151px;
	width: 800px;
	background-color: #140f11;
	background-image: url(images/historia-logo.png);
	background-repeat: no-repeat;
}
#ylalinkit {
	float: left;
	height: 40px;
	width: 800px;
	background-image: url(images/linkkitausta.png);
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #140f11;
	border-bottom-color: #140f11;
	background-color: #FF0;
}
#ylalinkit ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ylalinkit li {
	display: inline;
	padding-right: 16px;
	padding-left: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
#ylalinkit ul li a, a:visited {
	color: #000;
	text-decoration: none;
}
#ylalinkit ul li a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
#ylalinkit ul li a.selected {
	font-weight: bold;
}
#sisalto {
	float: left;
	width: 760px;
	padding-left: 40px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#sisalto a, a:visited {
	color: #003366;
	text-decoration: none;
}
#sisalto a:hover, a:active {
	color: #003366;
	text-decoration: underline;
}

#alapalkki {
	background-color: #140f11;
	float: left;
	width: 800px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#koonti #alapalkki a {
	color: #CCC;
	text-decoration: none;
}
