html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #46c8ff url("images/bg.jpg");
	background-position: center;
	background-repeat: repeat-y;
	overflow-y: scroll;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	margin: 1em;
}

a, a:visited {
	text-decoration: none;
	color: #1a6ddd;
}

a:hover {
	color: #f00;
}

strong {
	font-weight: bold;
}

.wrapper {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 25px;
	border: 1px solid #1e8fff;
}

/*----- HEADER -----*/


.header {
	background: #1e8fff;
	height: 250px;
	position: relative;
}

.logo {
	width: 500px;
	position: absolute;
	top: 100px;
	left: 50px;
}

.navi {
	width: 100%;
	padding: 5px 0 5px 0;
	background: url(images/navi.png);
	color: #fff;
	font-size: 20px;
	text-align: center;
	float: left;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-khtml-border-radius-bottomleft: 20px;
	-khtml-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.navi ul {
	margin: 5px 5px;
	padding: 1px;
}

.navi ul li {
	display: inline;
	padding: 0 3px 0 8px;
	border-left: 2px solid #fff;
}

.navi ul li:first-child {
	border: none;
}

.navi a {
	color: #fff;
	text-decoration: none;
}

.navi a:hover {
	color: #f00;
}

.navi li span {
	width: 100%;
	height: 25px;
	padding: 10px 5px 0 5px;
	font-size: 16px;
	float: left;
	display: none;
	color: #fff;
}

.navi li span a {
  margin: 0 5px 0 5px;
}

.navi li: hover span {
  display: block;
}

.navi li:hover span {
  display: block;
} /*--Show subnav on hover--*/

.navi li span a {
  display: inline;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/

/*----NaviTexts----*/

.nt {
  display: inline;
  cursor: pointer;
}

.nt:hover {
  color: #f00;
}

/*-------- CONTENT --------*/

.content {
	padding: 1em;
	border-left: 1px solid #1e8fff;
	border-right: 1px solid #1e8fff;
}

.banner {
	width: 950px;
	border: 5px solid #1e8fff;
	margin-top: 25px;
}

.kuvagalleria {
	margin: -1em;
}

.jasen {
	float: right;
	height: 350px;
	border: 6px solid #1e8fff;
}

.kuvavideo {
	float: left;
	width: 160px;
	margin: 13px;
	border: 1px solid #1e8fff;
	background: #dfefff;
}

.kuvavideo img {
	width: 100px;
	margin: 0 30px 10px 30px;
	border: 2px solid #1e8fff;
}

.kuvavideo img:hover {
	border: 2px solid #ff0000;
}

.kuvavideo div {
	text-align: center;
	margin: 5px 0;
	font-size: 14px;
}

.unijasen {
	margin-top: 50px;
}

/*-------  LINKIT  ------*/

.linkki {
  width: 306px;
  height: 160px;
  background: #eff;
  border: 0.1px solid #1e8fff;
  margin: 5px 5px 10px 5px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 10px 10px 7px #ccc;
  -khtml-box-shadow: 10px 10px 7px #ccc;
  -webkit-box-shadow: 10px 10px 7px #ccc;
  box-shadow: 10px 10px 7px #ccc;
  float: left;
}

.flink {
  width: 622px;
  height: 160px;
  background: #eff;
  border: 0.1px solid #1e8fff;
  margin: 5px 5px 10px 5px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 10px 10px 7px #ccc;
  -khtml-box-shadow: 10px 10px 7px #ccc;
  -webkit-box-shadow: 10px 10px 7px #ccc;
  box-shadow: 10px 10px 7px #ccc;
  float: left;
}

.linkki:hover, .flink:hover {
  background: #dfefff;
  border: 0.1px solid #1e8fff;
  -moz-box-shadow: 10px 10px 7px #aaa;
  -khtml-box-shadow: 10px 10px 7px #aaa;
  -webkit-box-shadow: 10px 10px 7px #aaa;
  box-shadow: 10px 10px 7px #aaa;
}

.linkki img, .flink img {
  margin: 8px;
}

.linkki span, .flink span {
  margin: 0 10px;
  font-size: 13px;
  color: #000;
}

.clearboth {
	clear: both;
}

.footer {
	background: #1e8fff;
	height: 30px;
}

.footer div {
	text-align: right;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	padding: 7px;
}
