body,
ul,
li,
img,
.tbl,
.tbl_cell,
table,
td {
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
}

section,
article,
header,
footer,
nav,
aside,
hgroup,
main {
	display: block;
	background-color:transparent;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*
:focus {
	outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
*/
*:focus,
button:focus {
	box-shadow: 0 0 0 1px #ffffff;
	outline: 1px dashed #000000;
}
button {
	margin:0;
	padding:0;
	border: 0;
	background: transparent;
	font-size: inherit;
	font-weight: inherit;
	color:inherit;
	cursor:pointer;
}
figure {
	margin:0 0 1em 0;
	max-width:100% !important;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
	border:0;
}
img.right {
	float:right;
}
img.left {
	float:left;
}

ul {
	list-style:none;
}


form {
	clear:both;
}

input,
textarea,
button {
	/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	*/
}


input[type="text"], 
input[type="email"], 
input[type="password"],
input[type="number"], 
textarea {
  box-sizing: border-box;
	margin:0 0 0.6em 0;
	padding:0;
	max-width:100% !important;
	width:500px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
}
input[type="submit"] {
	cursor:pointer;
}
input[type="radio"], input[type="checkbox"]{
	margin:0;
/*	width:2em;
	height:2em;
	*/
}



.flex_top,
.flex_mid,
.flex_bot {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_top {
	align-items:flex-start;
}
.flex_mid {
	align-items: center;
}
.flex_bot {
	align-items:flex-end;
}

.cover {
	background-repeat:no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.contain {
	background-repeat:no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}


.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}

#sisalto table,
main table {
	max-width:100%;
}
.tbl {
	display:table;
	margin:0;
	padding:0;
	border:0;
	width:100%;
}
.row {
	display:table-row;
}
.tbl_cell {
	display:table-cell;
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
}

.clearboth {
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}

iframe {
	max-width:100% !important;
	border:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
video {
	max-width:100% !important;
}



#sisalto ul.liitetiedostot {
	margin:0 0 1em 0;
	padding:0;
	list-style:none;
}
#sisalto ul.liitetiedostot li {
	margin:0 0 1em 0;
	padding:0 0 0 40px;
}
.ketjutus_t {
	clear:both;
	margin:0 0 -1px 0;
}

.erotin {
	padding:0 0 1em 0;
	margin:0 0 1em 0;
	border-bottom: 1px solid #cccccc;
}

.skiplinks a {
	position:absolute;
	z-index: 10000;
	left:-1000px;
	color:#000000;
	padding:0.5em;
	background-color:#FFFFFF;
}
.skiplinks a:focus {
	left:0;
}
