/* IE 6 vaatii tämän */
html {
	overflow: scroll;
	overflow-x: hidden;
}

/* Peruselementtien määrittelyt*/
a {
	color: #D1D1D1;
	text-decoration: none;
}

a:hover {
        color: #D1D1D1;
	text-decoration: none;
}

a.valikko {
	text-decoration: none;
}

a.valikko:hover {
	color: #D1D1D1;
	text-decoration: none;
}

h3 {
	font-size: 35px;
	font-style: bold;
	color: #000000;
}

p {
}

img {
	border: 0px;
	
	position: relative;
	padding-left: 50px;
}

img.logo {
	position: absolute;
	padding-left: 150px;
	padding-top: 80px;
}

/* Eri oisoiden määrittelyt ja paikat */

body {
	margin: 0px;
	padding: 0px;

	background-color: #000000;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}

div.valikko {
	position: absolute;
	width: 190px;
	left: 60px;
	top: 180px;
	font-size: 13px;
	font-weight: normal;
}

div.valikko2 {
	color: #BBBBBB;
	position: relative;

	border-style: solid;
	border-width: 1px;

	margin-top: 16px;
	margin-bottom: 16px;

	padding-top: 2px;
	padding-bottom: 2px;

	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

div.sisalto {
	position: absolute;
	text-align: center;
	top: 80px;
	left: 250px;
	padding-bottom: 30px;
}

div.laatikko {
	background-image: url(kuvat/bg.jpg);

	width: 644px;
	height: 659px;

	max-width: 644px;
	max-height: 659px;

	text-align: left;
	background-color: #DA9641;

	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;

	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;

	letter-spacing: 1px;
	word-spacing: 3px
}

div.copyright {
	position: relative;
	text-align: center;

	padding-top: 140px;

	font-size: 13px;
	font-weight: normal;

	color: #000000;
	margin-left: 5px;
}

div.copyright2 {
	position: relative;
	text-align: center;

	padding-top: 200px;

	font-size: 13px;
	font-weight: normal;

	color: #000000;
	margin-left: 5px;
}

