/* 
	Vaihtoehtoiset taustat
		— liuku.jpg
*/

html, body, #wrap {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	min-width: 600px;
	min-height: 750px;
	background-color: #999;
	background-image: url(../kuvat/terastausta.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div.sitoja {
	display: inline-block;
	background-color: #272727;
	background-image: url(../kuvat/yla_liuku.jpg);
	float: left;
	background-repeat: repeat-x;
	position: relative;
	width: 100%;

}
div.keski {
	text-align: center;
	float: left;
	width: 94%;
	margin-left: 20px;
	padding-right: 20px;
}
div.vasen {
	float: left;
	width: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.oikea {
	float: left;
	width: 20px;
	text-align: right;
}
div.valikot {
	width: 100%;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 10px;
}
.valikot A {
	text-decoration: none;
	color: #FFFFFF;
}
.valikot A:hover {
	color: #FF0000;
}
div.vasen img {
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 8px;
}
div.oikea img {
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 8px;
}
div.liput {
	top: 15px;
	right: 20px;
	position: absolute;
}
div.nuolet {
	background-image: url(../kuvat/nuolet.gif);
	width: 384px;
	height: 464px;
	top: 220px;
	left: 0px;
	position: absolute;
}
div.laatikko {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	text-align: center;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

div.footer {
	margin-top: -50px;
	background-color: #373737;
	width: 100%;
	height: 50px;
	clear: both;
	text-align: center;
}
table.yhteystiedot {
	margin: auto;
	margin-top: 9px;
}
table.yhteystiedot td {
	width: 180px;
	color: #EDEDED;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#main {
	padding-bottom: 50px;
}

/*TEKSTI KUPLA*/

div.sisalto_korkeus_korjaus {
	position: relative;
	clear: both;
	padding-top: 20px;
	margin-left:auto;
	margin-right:auto;
}
table.teksti_kupla {
	float:left;
	margin-bottom: 0;
	font-family: Verdana;
	/*font-weight:bold;*/
	font-size: 13px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

table.teksti_kupla A {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
table.teksti_kupla A:hover {
	color: #FF0000;
}
td.korjaus {
	height: 10px;
	width: 10px;
}
td.korjaus_keski {
	background-image: url(../kuvat/yla.gif);
	height: 10px;
}
span.valittu_linkki {
	background-image: url(../kuvat/valittu.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.h2 {
	font-size: 14px;
}

