
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * page body elements
  * * * * * * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	margin: 0px 0px 10px 0px;
	background-color: #667d89;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 1px;
}

#headerContainer {
	height: 150px;
	background: url(top.jpg) no-repeat #abb0aa;
	overflow: hidden;
}

#header {
	padding-top: 15px;
	padding-left: 30px;
	width: 200px;
}

#header h1 {
	padding-left: 0px;
	display: inline;
	font-family: Georgia, Arial, 'times new roman';
	color: #fff;
}

#header h1 a {
	text-decoration: none;
	color: #fff;
}

#topBar {
	background-color: #2e4148;
	height: 16px;
	color: #98cc63;
	font-size: 10px;
	letter-spacing: 1px;	
	margin-top: -1px;
	padding-left: 8px;
}

#mainArea {
	text-align: justify;
	line-height: 1.5;
	padding: 10px 15px;
	margin: 0px 20px;
	font-family: 'Times new roman';
	overflow: auto;
	clear: both;
}

* html #mainArea {
	height: 1%;	
}

#mainArea p a, #mainArea ul.normal a {
	font-weight: bold;
	text-decoration: none;
}

#mainArea p a:hover, #mainArea ul.normal a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#mainContainer {
	margin-top: 20px;
	margin-left: 10%;
	width: 80%;
	border: 5px solid #2e4148;
	border-right: none;
	border-left: none;
	background-color: #fff;
}

#footer {
	background-color: #2e4148;
	padding: 6px 0px 0px 10px;
	font-size: 11px;
	letter-spacing: 1px;
}

#footer a:link, #footer a:visited , #footer a:active , #topBar a:link, #topBar a:visited , #topBar a:active{
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #topBar a:hover {
	text-decoration: underline;
}

#footer p, #topBar p {
	margin: 0;
	color: #fff;
}

#nav ul
{
	list-style: none;
	height: 22px;
	margin: auto;
	padding: 2px 0px 0px 22px;
	background-color: #2e4148;
}

#nav li
{
	float: left;
	background-color: #2e4148;
	padding: 0px 5px 0px 5px;
}

#nav li a
{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding-right: 10px;
}

#nav li a:hover
{
	color: #6c9dff;
}

#nav a.last {
	padding-right: 0px;
	margin-right: 0px;
}

#tableOfContents {
	float: right;
	margin: 5px 0px 5px 10px;
	background-color: #f1f1f1;
	border: 1px dashed #c4c4c4;
	padding: 5px;
	font-family: verdana;
	font-size: 10px;
}

#tableOfContents a {
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	}
	
#tableOfContents a:hover {
	text-decoration: underline;
}

#tableOfContents ul {
	list-style: none;
	margin: 0;
	padding-left: 5px;
}

#tableOfContents ul li {
	line-height: 1.5;
}

#tableOfContents h3 {
	margin: 0px;
	font-size: 10px;
	border: none;
	color: #000;
	font-weight: bold;
	font-family: verdana;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * generic styles
  * * * * * * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

h1 {
	color: #000;
	padding: 15px 0px 0px 20px;
	font-size: 50px;
	font-family: georgia;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0;
}

h2 {
	font-size: 30px;
	margin: 20px 0;
	color: #63a1c9;
	font-weight: lighter;
	border-bottom: 1px dashed green;
	font-family: georgia;
}

h3 {
	margin: 30px 0px 0px 0px;
	font-size: 24px;
}

h4 {
	font-size: 120%;
	margin: 30px 0 10px 0;
}

h5 {
	margin: 10px 0 0 0 ;
}

dd {
	margin-bottom: 20px;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.border0 {
	border: none;
}

.border1 {
	border: 1px solid #2e4148;
}

.border2 {
	border: 1px solid #2e4148;
}

.margin0 {
	margin: 0px;
}

.margin1 {
	margin-bottom: -3px;
}

.margin2 {
	margin: 10px auto 0px auto;
}

.margin3 {
	margin-top: 0px;
}

.margin4 {
	margin-bottom: 50px;
}

.external {
        background: url('ext_link.png') center right no-repeat;
        padding-right: 13px;
}

.copyright {
	display: none;
}
  
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * specific styles
  * * * * * * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
#matkat {
	margin: 20px 30px 20px 30px;
}

#matkat .kuva {
	float:left;
	margin-right: 15px;
}

#matkat .otsikko {
	padding: 4px;
	font-size: 20px;
	font-family: verdana;
}

#matkat .container {
	height: 35px;
	padding: 15px;
	border: 1px solid #fff;
}

#matkat .container:hover {
	background-color: #f1f1f1;
	border: 1px solid #c4c4c4;
}

#matkat .otsikko a {
	color: #000;
	text-decoration: none;
}

#matkat .otsikko a:hover  {
	color: #6c9dff;
}

#teksti a img, #singleImageMore a img {
	float: left;
	margin: 0px 8px 8px 0px;
	border: #000 1px solid;
}

#teksti a img:hover, #singleImageMore a img:hover {
	border: #bb3030 1px solid;
}

#kuvat h3 {
	margin: 20px 0px 10px 0px;
}

#kuvat h3  a {
	color: #000;
	text-decoration: none;
}

#kuvat h3  a:hover {
	text-decoration: underline;
}

#kuvat a img {
	margin: 0px 0px 0px 0px;
	border: #000 1px solid;
}

#kuvat a img:hover {
	border: #bb3030 1px solid;
}

#singleImageNav {
	width: 650px;
}

#singleImageNav a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#singleImageNav a:hover {
	text-decoration: underline;
}

#singleImageNav #edellinen {
	text-align: left;
	float: left;
	width: 33%;
	margin-top: 10px;
}

#singleImageNav #seuraava {
	text-align: right;
	float: left;
	width: 33.9%;
	margin-top: 10px;
}

#singleImageNav #keski {
	text-align: center;
	float: left; 
	width: 33%;
}

#singleImageNav h3 {
	margin: 0;
}

#singleImageMain {
	float: left;
	width: 100%;
}

#singleImageMain img.main {
	border: 1px solid #000; 
	float: left; 
	margin: 0 10px 10px 0
}

#singleImageMain option .main {
	font-weight: bold;
	margin-top: 7px;
}

#singleImageMain h4 {
	margin: 10px 0px 0px 0px;
	background-color: #adcee3;
	padding-left: 5px;
	text-align: left;
}

#singleImageMain .caption {
	line-height: normal;
	font-size: 70%;
	font-family: verdana;
	text-align: left;
}

#singleImageMain a {
	color: #000;
}

#singleImageMain a:hover {
	text-decoration: none;
}

#singleImageMore {
	margin-bottom: 40px;
	padding-bottom: 40px
}

#singleImageMore img {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#singleImageMore h4 {
	background-color: #adcee3;
	padding-left: 5px;
}

#singleImageMain #extra {
	float: left;
}

#singleImageMain #extra ul {
	list-style: square;
	margin: 0;
	padding-left: 0px;
}

#singleImageMain #extra ul li {
	margin-left: 20px;
}

option.heading {
	font-weight: bold;
}

option.main {
	margin-top: 5px;
	font-weight: bold;
}

#kartat {
	margin: 20px 30px 20px 30px;
}

#kartat .kuva {
	float:left;
	margin-right: 15px;
}

#kartat .otsikko {
	padding: 4px;
	font-size: 20px;
	font-family: verdana;
}

#kartat .container {
	height: 35px;
	padding: 15px;
	border: 1px solid #fff;
}

#kartat .container:hover {
	background-color: #f1f1f1;
	border: 1px solid #c4c4c4;
}

#kartat .otsikko a {
	color: #000;
	text-decoration: none;
}

#kartat .otsikko a:hover  {
	color: #6c9dff;
}

#karttaContainer {
	overflow: auto;
}

#kartta .caption {
	margin: 0 auto;
	width: 900px;
	font-size: 12px;
}

#kartta ul.normal {
	width: 25%;
	float: left;
	list-style-type: none;
}

#kartta ul.normal a {
	color: #000;
}

#kartta ul.normal li.highlighted {
	background-color: #c1f8ff;
}

#tekijat ul {
	margin-top: 0;
	list-style-type: square;
}

#tervetuloa {
	margin-top: 70px;
}

#tervetuloa #kuvaContainer {
	float: left; 
	margin: 0px 50px 0 50px;
}

#tervetuloa p.teksti {
	margin-right: 50px;
	color: #9d7b32; 
	padding-top: 30px; 
	font-family: verdana; 
	font-weight: bold; 
	text-align: left;
}

#kuvaluettelo ul {
	list-style-type: square;
}

#kuvaluettelo ul a {
	text-decoration: none;
	font-weight: bold;
}

#kuvaluettelo ul a:hover {
	text-decoration: underline;
}
