html {
	overflow-y: scroll;
	min-height: 100%;
}

body {
	font-family: arial;
	font-size: 10pt;
	background: url('hgrad1.png') repeat-x #9f2925;
	background: -moz-linear-gradient(top, #4f1412 0%, #9f2925 450px, #9f2925 100%) no-repeat; /* FF3.6+ */
	background: -webkit-linear-gradient(top, #4f1412 0%, #9f2925 450px, #9f2925 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #4f1412 0%, #9f2925 450px, #9f2925 100%) no-repeat; /* W3C */
	_background: #9f2925;
}

#page {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background: #FFFFFF;
}

h1 {
	padding-right:25px;
	padding-left:25px;
	padding-top:15px;
}

a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #08088A;
	text-decoration: underline;
}
img
{  
	border-style: none;
}
#menu {
	margin: 0;
	background: url('hgrad2.png') repeat-x #8c7445;
	background: -moz-linear-gradient(top, #b69659 0%, #8c7445 21px, #8c7445 100%) no-repeat; /* FF3.6+ */
	background: -webkit-linear-gradient(top, #b69659 0%, #8c7445 21px, #8c7445 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #b69659 0%, #8c7445 21px, #8c7445 100%) no-repeat; /* W3C */
}
#menu ul {
	display: block;
	list-style: none;
	margin: 0; padding: 0;
}
#menu ul li {
	display: inline-block;
	list-style: none;
	margin: 0; padding: 0;
}
#menu ul li a {
	display: block;
	font-family: arial;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none !important; 
	background: transparent;
	padding: 5px 12px 5px 12px;
	color: #ffffff !important;
}
#menu ul li.current a,
#menu ul li a:hover {
	color: #262626 !important;
	background: #ffffff;;
}

#content {
	background: #ffffff;
	padding: 2em;
}

#kartta {
	position: relative;
	width: 300px;
	height: 522px;
	background-image: url(suomi.jpg);
	background-repeat: no-repeat;
}

#footer {
	margin: 0;
	padding: 0.5em 2em;
}

a.piste
{
	width:4px; 
    height:4px; 
    background-color: #000000; 
    border: 1px solid #000000;
}

.kayttajaform {
    width: 15em;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
}

th {
	text-align: left;
	border-bottom: 3px solid #e0e0e0;
}

th.otsikko1
{
	margin: 0;
	padding-right: 100px;
	border-bottom: 3px solid #e0e0e0;
}

th.otsikko2
{
	width: 100px;
	margin: 0;
	border-bottom: 3px solid #e0e0e0;
}

th.otsikko3
{
	margin: 0;
	border-bottom: 3px solid #e0e0e0;
}

td.taulukko1
{
	margin: 0;
	padding-right: 100px;
	border-bottom: 1px solid #e0e0e0;
}

td.taulukko2
{
	width: 100px;
	margin: 0;
}

td.taulukko3
{
	margin: 0;
}

td.toiminnot
{
	margin: 0;
	padding-right: 75px;
	border-bottom: 1px solid #e0e0e0;
}

tr:last-child td {
    border-bottom: none;
}

