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

@font-face {
font-family: 'Mistral';
font-style: normal;
font-weight: normal;
src: local('Mistral'), url('MISTRAL.woff') format('woff');
}

html {
	height: 100%;
}

a img {border: none; }

ul {
	line-height:2,9em;
}

td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0;
	padding: 0 0 0 0;
	border-color: #CCC;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #FFF;
	margin:0;
	padding:0;
	border-color: #999;
	height:100%;
	background-repeat: repeat;
	background-attachment:fixed;
	background-position:top;
	background-image: url("../bg.jpg");
	background-color:#999;
}

a {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

a.btn {
	color:#d0d0d06;
	text-decoration:none;
}

p {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: inherit;
}
h2 {
	font-size: 18px;
	color:#0e5498;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;	
}

h4 {
	font-size: 10px;
	color:#0e5498;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
}

h5 {
	font-size: 14px;
	color: #0e5498;

	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;	
}

h6 {
	font-size: 14px;
	color: #0a3e70;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;	
}

.clearfl { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fronttext {
	font-family: 'Mistral', 'Homemade Apple', cursive;
	font-size:40px;
	text-decoration: none;
	line-height:1.5em;
	text-shadow: 2px 2px #000;

}

.btn {
	-moz-box-shadow: 4px 4px 6px 0px #000000;
	-webkit-box-shadow: 4px 4px 6px 0px #000000;
	box-shadow: 4px 4px 6px 0px #000000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8b8b8), color-stop(1, #4a4a4a));
	background:-moz-linear-gradient(top, #b8b8b8 5%, #4a4a4a 100%);
	background:-webkit-linear-gradient(top, #b8b8b8 5%, #4a4a4a 100%);
	background:-o-linear-gradient(top, #b8b8b8 5%, #4a4a4a 100%);
	background:-ms-linear-gradient(top, #b8b8b8 5%, #4a4a4a 100%);
	background:linear-gradient(to bottom, #b8b8b8 5%, #4a4a4a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#4a4a4a',GradientType=0);
	background-color:#b8b8b8;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:4px solid #ffffff;
	display:inline-flex;
	align-items:center;
	justify-content: space-around;
	width:242px;
	height:90px;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS, Arial;
	font-size:17px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow:0px 1px 0px #000000;
	text-align:center;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4a4a4a), color-stop(1, #b8b8b8));
	background:-moz-linear-gradient(top, #4a4a4a 5%, #b8b8b8 100%);
	background:-webkit-linear-gradient(top, #4a4a4a 5%, #b8b8b8 100%);
	background:-o-linear-gradient(top, #4a4a4a 5%, #b8b8b8 100%);
	background:-ms-linear-gradient(top, #4a4a4a 5%, #b8b8b8 100%);
	background:linear-gradient(to bottom, #4a4a4a 5%, #b8b8b8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#b8b8b8',GradientType=0);
	background-color:#4a4a4a;
}
.btn:active {
	position:relative;
	top:1px;
}

#container {
	width:1200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

#valvasen {
	width:260px;
	float:left;
}

#valvasen img {
	margin-bottom:10px;
	box-shadow: 2px 2px 5px black;
}

#sisalto {
	width:680px;
	float:left;
}

#valoikea {
	width:260px;
	float:right;
}

#valoikea img {
	margin-bottom:10px;
	box-shadow: 2px 2px 5px black;
}

#bg {
	width:100%;
	height:100%;
	background-color:#b4daff;
	background-image: url("../bg.jpg");
	background-repeat:no-repeat;
	background-position:top;
}

.border {
	border:thin dotted #0e5498;
	padding: 5px 5px 5px 5px;
}

