body {
    font: 12px Arial, Verdana, Helvetica, sans-serif;
    background: #9cd9c1;
    color: black;
    margin: 0px;
}

img {
    border: none;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 15px;
}

hr {
	 	border-bottom: 1px solid black;
}

hr.separateblock {
		border-bottom: 1px dotted blue;
		margin-top: 20px;
		margin-bottom: 20px;
}

#menu {
    background: white;
    position: absolute;
    border: 1px solid black;
    padding: 2px;
    top: 5px;
    left: 5px;
    width: 205px;
    text-align: right;
}

#menu a {
	font-size: 14px;
	padding : 3px;
	display: block;
	color: #004a7d;
	text-decoration: none;
}

#menu a:hover {
    border: 1px solid black;
    color: red;
    background-color: #fdfbd0;
}

#menu p {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul.navigation {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
}

ul.navigation li
{
	list-style:none;
	margin : 3px;
	padding : 2px;
}

ul.navigation li.aktiivinen {
	font-weight: bold;
}

.contentsbox {
    background: white;
    border: 1px solid black;
    padding: 5px;
    margin-right: 5px;
    margin-left: 220px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

