html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(/img/bg.jpg) repeat;
}
#bgshadow {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: .4;
	filter: alpha(opacity=40);
}

#content {
	position:relative;
	z-index:1;
	color: #2e2e2e;
	font-family: "Trebuchet MS", serif;
	height: 100%;
	width: 100%;
	text-align: center;
}

table#logoholder {
	height: 100%;	
}

td.topimage {
	background: url(/img/top.png) no-repeat;
	height: 100px;
	width: 802px;
	vertical-align: bottom;
}

td.contenttop {
	background: url(/img/content_top.png);
	height: 19px;
}

td.contentmiddle {
	background: url(/img/content_middle.png);
	height: 100px;
	vertical-align: top;
	text-align: left;
}

td.contentbottom {
	background: url(/img/content_bottom.png);
	height: 19px;
}
td#footer {
	text-align: center;
	color: #c7c7c7;
	font-size: 12px;
	padding-bottom: 40px;
}
table.infotable {
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
	line-height: 20px;
}

table tr.r1 {
	background-color: #2e2f2a;
}

table tr.r2 {
	background-color: #323330;
}

#home_link  {
	float: left;
	margin-left:20px;
	margin-top: 10px;
	border: 0px;
}

div.contenttext {
	margin-left: 20px;
	color: white;
	width: 574px;
	text-align: left;
	font-size: 12px;
	float: left;
}

div.contentright {
	margin-left: 10px;
	float: left;
	width: 145px;
}

div.tietoisku {
	padding-left: 8px;
	color: white;
	font-size: 12px;
	padding-top: 10px;
}

div.menu {
	font-size: 14px;
	font-family: Tahoma;
	text-align: left;
	margin-left: 18px;
	width: 780px;
	float: left;
	margin-bottom: 18px;
}

div.menu a {
	padding: 2px 4px 2px 4px;
	color: #2e2e2e;
	text-decoration: none;
}

div.menu a.menu_selected {
	padding: 2px 3px 2px 3px;
	color: #f2f1f1;
	/* background-color: #2a2a2a; */
	font-weight: bold;

}

div#subnav a {
	font-size: 12px;
}

div.mapDiv {
	position: absolute;
	width: 130px;
	height: 40px;
	border: 1px solid red;
	margin-left: 20px;
	margin-bottom: 100px;
}

span#kuvateksti {
	display: block;
	margin-top: 2px;
	font-family: Arial;
	font-size: 11px;
	color: #929292;
}

/* links */
a {
	color: #cd5607;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}

a.visited {
	color: #b64c05;
}

/* headers */
h1 {
	font-size: 18px;
	color: #cd5607;
	margin-bottom: 0px;
}
h2 {
	font-size: 16px;
	color: #cd5607;	
}
h3 {
	font-size: 14px;
	color: #cd5607;	
	margin-bottom: 0;
	margin-top: 0;
}
h4 {
	font-size: 12px;
	color: #cd5607;
	margin-bottom: 0;
}
