@CHARSET "UTF-8";

body {
	background-color: #6C92B5;
	margin: 0;
	color: black;
	font-size: 10pt;
	font-family: Verdana;
	line-height: 1.5;
}

div#main {
	margin: 130px auto;
	margin-bottom: 20px;
	background-color: white;
	border: 2px solid #1E1E45;
	width: 600px;
	padding: 10px;
}

div#ylapalkki {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: #246FB5;
	border-bottom: 10px solid #1C2C3C;
}

div#alapalkki {
	width: 100%;
	min-height: 60px;
	background-color: #385978;
	color: white;
	font-size: 80%;
	text-align: center;
}

div#otsi {
	color: white;
	font-size: 250%;
	font-family: Times;
	font-variant: small-caps;
	font-weight: bold;
	padding: 10px;
	padding-left: 30px;
}

div#extra {
	position: absolute;
	color: white;
	top: 0;
	right: 0;
	padding-right: 10px;
}

div#extra a {
	color: white;
}

div#divnavi {
	position: absolute;
	bottom: 0;
	right: 0;
	color: white;
	margin-bottom: 3px;
	margin-right: 10px;
}

ul.ulnavi {
	position: relative;
	bottom: 0;
}

li.linavi {
	position: relative;
	display: block;
	float: left;
	padding-left: 10px;
}

a.linkkinavi {
	padding: 4px;
}

a.linkkinavi:link, a.linkkinavi:visited {
	font-variant: small-caps;
	color: white;
	text-decoration: none;
}

a.linkkinavi:active, a.linkkinavi:hover {
	font-variant: small-caps;
	color: white;
	text-decoration: none;
	background-color: #1C2C3C;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	/*-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
}

li.linavi ul {
	position: absolute;
	display: none;
	border: 1px solid #1C2C3C;
	background-color: white;
	list-style-type: none;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 0;
	width: 120px;
}

li.linavi:hover ul {
	display: block;
}

a.linkkialanavi {
	padding: 6px;
	display: block;
}

a.linkkialanavi:link, a.linkkialanavi:visited {
	font-variant: small-caps;
	color: #1C2C3C;
	text-decoration: none;
}

a.linkkialanavi:active, a.linkkialanavi:hover {
	font-variant: small-caps;
	color: white;
	background-color: #1C2C3C; 
	text-decoration: none;
}

div#login {
	text-align: center;
	margin: 130px auto;
	background-color: white;
	border: 2px solid #1E1E45;
	width: 300px;
	padding: 10px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
}

div#login table {
	text-align: right;
}

h1 {
	font-size: 14pt;
	padding: 2px;
	padding-left: 10px;
	background-color: #385978; 
	color: white;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
	font-style: italic;
}

img.kuva {
	border: 1px solid black;
}

div.center {
	text-align: center;
	width: 100%;
}

ol {
	list-style-type: disc;
}

a.ala {
	color: white;
}

table.alatable {
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}