@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-color:#000000;
}
#alue {
	width:761px;
	height:330px;
	margin-left:auto;
	margin-right:auto;
}

#alue1 {
	width:761px;
	height:330px;
	background-image: url(../images/taustakuva.png);
	background-repeat:no-repeat;
}

#navigointi {
	width: 726px;
	height: 40px;
	margin-left:35px;
	margin-right:0px;
}
#keikkatiedustelut {
	width: 756px;
	margin-top: 205px;
	margin-left:5px;
	
}
	
#sisaltoalue {
	width:726px;
	height:100 %;
	padding-left: 35px;
	background-color:#000000;
}
.sisaltotekstit{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
/*	text-align: left;
	padding-left: 10px;*/
	padding-right: 20px;
	padding-top: 20px;
}
.sisaltokuvat{
	padding-left: 20px;
	padding-top: 0px;
}
.sisaltogalleria {
	padding: 5px;
	opacity:0.8;               /*Firefox & Chrome*/
	filter:alpha(opacity=80);   /* IE */

}
.sisaltogalleria:hover
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */

}
#sisaltoaluegalleria {
	width:731px;
	height:100 %;
	padding-left: 30px;
	background-color:#000000;
}
#nimet {
	width:761px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top:40px;

}
.nimet {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #d34c2d;
}
	
a{
	color: #d34c2d;
	text-decoration: none;
}

a:hover{
	color: #efbe49;
	text-decoration: none;
}