﻿html, body
{
	height: 98%;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(kuvia/tausta.png);
	background-repeat: repeat-x;
	background-color: #a6b6c8;
}

#body
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 80%;
	background-color: White;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: Gray;
}

/* HEADER */
#header
{
	height: 100px;
	border-top: 2px solid;
	border-color: Gray;
}

#header h1
{
	margin-top: 28px;
	text-align: center;
	font-size: 240%;
	font-family: Arial;
}

/* DIVIDOR */
#dividor
{
	height: 8px;
	background-color: #333333;
	border-top: 0px solid;
	border-bottom: 1px solid;
	border-color: Gray;
}

/* MAIN */
#main
{
	min-height: 550px;
}

/* FOOTER */
#footer
{
	height: 20px;
	background-color: #333333;
	border-top: 1px solid;
	border-bottom: 2px solid;
	border-color: Gray;
}

#footer p
{
	margin: 0px;
	padding-top: 2px;
	text-align: center;
	font-size: 90%;
	font-family: Arial;
	color: White;
}

/* MENU */
#menu
{
	width: 200px;
	height: 100%;
	float: left;
}

#menu ul
{
	list-style-type: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 28px;
	/*background-image: url(kuvia/valikko_tausta.png);*/
}

#menu li
{
	padding-bottom: 3px;
}

#menu a
{
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-color: #E0E0E0;
	color: Black;
	text-decoration: none;
	font-size: 120%;
	font-family: Arial;
	font-style: italic;
	border: dotted 1px Gray;
}

#menu a.selected
{
	background-color: #A9A9A9;
}

#menu a.submenuitem
{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
	font-size: 90%;
}

#menu a:hover
{
	color: #427EB6;
}

/* CONTENT */
#content
{
	padding-right: 60px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 45px;
	overflow: auto;
}

#content h2
{
	margin-top: 5px;
	margin-bottom: 20px;
	color: #A0A0A0;
	font-size: 160%;
	font-family: Arial;
}

#content h3
{
	margin-top: 10px;
	margin-bottom: -10px;
	color: Black;
	font-size: 120%;
	font-weight: bold;
	font-family: Arial;
}

#content p
{
	color: Black;
	font-family: Verdana;
	font-size: 100%;
}

#content cite
{
	color: Black;
	font-family: Verdana;
	font-size: 90%;
	font-style: italic;
}

#content img
{
	margin-right: 2px;
	border: solid 1px Gray;
}

#content table.tombstones td
{
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#content table.tombstones td.second
{
	padding-left: 20px;
	padding-top: 5px;
	vertical-align: top;
}

#content table.tombstones td.second td
{
	padding: 0px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	font-family: Verdana;
	font-size: 90%;
}

#content table.tombstones td.second td.second
{
	padding-left: 5px;
	text-align: left;
	font-weight: normal;
}

#content table.granites td
{
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#content table.granites td.second
{
	padding-left: 20px;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 90%;
}

#content table.picturecaptions td
{
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#content table.picturecaptions td.second
{
	padding-left: 20px;
	padding-top: 0px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 90%;
	font-style: italic;
}
