/*  0.0 Yleiset määritteet */

BODY {
	background-color: black;
	color: #c1c1c1;
	margin: 0;
}

a:link {
	color: #cccccc;
	text-decoration: underline;
}
a:visited {
	color: #929292;
}
a:hover {
	color: #e7e7e7;
}

a img {
	border-style: none;
}

TABLE.paataulu {
	width: 640px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* 1.0 navigointi */


TD.menulogo {
	height: 150px;
	width: 280px;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	text-align: right;
	vertical-align: bottom;
}


TD.menulink a {
	display: block;
/*	height: 150px; */
	width: 120px;
	text-decoration: none;
	padding-top: 150px;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	text-align: center;
}

TD.menulink a:link, TD.menulink a:visited {
	color: #FFF;
	background-color: #111111;
}

TD.menulink a:hover {
	background-color: #212121;
}

/* 2.0 sisältö */


TD.sisalto {
	background-color: #111111;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	vertical-align: top;
}

DIV.teksti {
	font-size: 12px;
	text-align: justify;
	font-family: Trebuchet MS,sans-serif;
	width: 440px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

/* Galleriasivun yksilölliset määritteet */

TABLE.paataulu-g {
	width: 640px;
	height: 150;
	margin-left: auto;
	margin-right: auto;
}

TD.menulogo-g {
	height: 150px;
	width: 280px;
	border-right: 1px solid #808080;
	text-align: right;
	vertical-align: bottom;
}


/* Siirappipurkki */

.siirappinen {
	display: none;
}