body {
  margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	background: #819abc none;
	color: #000000;
	text-align: center;
	line-height: 150%;
}
img.bg {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 1024px) { 
    img.bg {
        left: 50%;
        margin-left: -512px;
    }
}
a {
	color: #E98A10;
}
a:visited {
	color: #E98A10;
}
img {
  border: 0;
}
#wrapper {
	position: relative;
    margin: 0 auto 20px;
    width: 960px;
    padding: 0;
    text-align: left;
    border: 1px solid #202020;
	background: #ffffff none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 400px;
	-moz-box-shadow: 0 0 50px #fff;
    -webkit-box-shadow: 0 0 50px #fff;
    box-shadow: 0 0 50px #fff;
}
#ylapalkki {
  	margin-bottom: 0;
	padding-bottom: 0;
	background: transparent none;
	position: relative;
}
#ylapalkki img {
  	margin: 0;
}
#navbar {
  	margin: 0;
	padding: 0;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 100%;
	background: #f2f2f2 none;
	background: url(images/navbar.png) repeat-x top left #d1cfce;
	color: #202020;
	text-align: justify;
	padding-left: 0px;
	float: left;
	height: 30px;
   border-bottom: 1px solid #202020;
   -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;	
}
#navbar ul {
  	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	padding-top: 0;
	margin-top: 0;
	font-weight: bold;
	margin-top: 10px;
}
#navbar a {
	margin-top: 0;
	padding-top: 0;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbar a:hover, #navbar a#active:hover {
	color: #047EC5;
}
#navbar li {
	display: inline;
	margin-left: 10px;
}
#navbar a#active {
	font-weight: bold;
	color: #047EC5;
}
#navbar ul#sisempi_lista {
	margin-left: 0;
  	font-weight: normal;
	font-size: 11px;
	line-height: 90%;
}
#navbar ul#sisempi_lista li {
	text-decoration: none;
	border: 0;
}
#sisalto {
	padding: 40px;
	margin-bottom: 0px;
	overflow: hidden;
	clear: both;  
}
#sisalto img, #sisalto iframe {
	border: 1px solid #cccccc;
	padding: 10px;
	float: right;
	margin-left: 20px;
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
#sisalto #photos img {
	float: none;
	margin-right: 5px;
	margin-bottom: 25px;
}
#footer {
   text-align: left;
   border-top: 1px solid #202020;
   padding: 30px;
   overflow: hidden;
   -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #f2f2f2 none;
    background: url(images/footer.png) repeat-x top left #D1CFCE;
}
#footer .column {
   float: left;
   width: 50%;
}
#footer .column:first-child {
   margin-top: 30px;
}
#footer h3 {
   margin-bottom: 0;
}
#footer p {
   margin: 0;
}
#footer a, #footer a:visited {
   color: #047EC5;
}

h1 {
  	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 0;
}
h2 {
  	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}
h2.noTopMargin {
	margin-top: 0;
}
h3 {
  	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
h4 {
  	font-size: 14px;
	font-weight: bold;
}
input, textarea {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	background: #ffffff none;
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input.button {
	background: #8ea2be none;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input.button:hover {
	background: #a3b3ca none;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
}
.center {
  text-align: center;
}
table.kalenteri td {
  padding: 5px;
}
td.kalenteri_paivays {
  width: 150px;
}
td.kalenteri_tapahtuma {
  width: 300px;
}
fieldset {
    border: 1px solid #485E7D;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 350px;
}
table.results {
    border: 1px solid #d9e0e9;
    width: 100%;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #d9e0e9;
    -webkit-box-shadow: 0px 1px 2px #d9e0e9;
    box-shadow: 0px 3px 1px #d9e0e9;
	background: #eff2f6 none;
}
table.results td, table.results th {
    border: 1px solid #d9e0e9;
    text-align: center;
    background: #ffffff none;
}
table.results tr td.col1 {
    text-align: left;
	padding-left: 5px;
}
table.results th {
    background: #eff2f6 none;
    border: 0;
    font-size: 16px;
    color: #293546;
    padding-top: 10px;
}


