body {
	font-family: Verdana;
	margin: 0;
	padding: 0;
	font-size: small;
}

#header {
	border-bottom: solid 1px black;
	margin-top: 10px;
	border-top: solid rgb(0, 80, 149) 4px;
	padding-left: 0.5em;
	background-image: url(template/header.jpg);
	background-repeat: no-repeat;
	background-color: #D8E2EA;
}

#navibar {
	border-top: solid #dddddd 1px;
	border-bottom: solid #ddd 1px;
	background-color: #eee;
	padding: 0.2em;
}

#sidebar {
	float:left;
	width: 20%;
	border-right: dotted #333 1px;
	border-bottom: dotted #333 1px;
	margin-bottom: 2em;
	padding-left: 0.5em;
}

#sidebar h1 {
	font-size: large;
}

#sidebar #sidemenu {
	list-style: none;
}

#content {
	width: 70%;
	margin-left: 4%;
	float: left;
	margin-bottom: 1em;
	margin-top: 1em;
}

#footer {
	clear: both;
	padding-left: 3em;
	background-color: #005095;
	border-bottom: solid 1em #005095;
	border-top: solid 1em #005095;
	color: white;
	font-size: 7.5pt;
}

A:link, A:visited {
	color: #005095;
	text-decoration: none;
}

A:hover {
	color: #005095;
	text-decoration: underline;
}

img {
	border: none;
}

.infobox {
	width: 50%;
	margin-left: auto;margin-right:auto;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	border: solid 1px #555;
	background-color: #efefef;
	text-align: center;
	font-weight: bold;
}

.yllapitolaatikko {
	border: solid 1px #999;
	padding: 2px 5px 2px 5px;
	margin: 1em 0em 0em 0em;
}

table.ilmoitusinfo {
	border-collapse: collapse;
	margin-top: 1em;
}
table.ilmoitusinfo td {
	border: solid 1px #999;
	padding: 2px 5px 2px 5px;
}

table.listataulu {
	width: 90%;
}

.tauluotsikko, .tauluotsikko a {
	font-weight: bold;
 	background-color: rgb(0, 80, 149);
	color: white;
}

.tauluotsikko td {
	padding: 0em 2em 0em 2em;
	text-align: center;
}

tr.odd {
	background-color: #eee;
}

/*syvyysluokat*/
.syvyysluokka {
	font-size: large;
	font-weight:bold;
	white-space:no-wrap;
}

.syvyysluokka1 {
	font-size: medium;
	font-weight:bold;
	white-space:no-wrap;
}

.syvyysluokka11 {
	font-size: small;
	white-space:no-wrap;
}

.syvyysluokka111 {
	font-size: x-small;
	white-space:no-wrap;
}

.syvyysluokka1111 {
	font-size: xx-small;
	white-space:no-wrap;
}

.syvyysluokka11111 {
	font-size: xxx-small;
	white-space:no-wrap;
}

