@charset "UTF-8";
/* CSS Document */

body {
	background-color: #3E3E3E;
	background-image: url(kuvat/tausta.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #810A2B;
} 
#flashvarjo {
	background-image: url(kuvat/flashvarjo.jpg);
	height: 12px;
	width: 950px;
}
#content {
	background-color: #FFFFFF;
	height: auto;
	width: 950px;
	margin-top: 30px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(kuvat/tekstitausta.png);
}
#flashalue {
	height: 250px;
	width: 950px;
	margin-top: 30px;
}
#tekstialue {
	height: 600px;
	width: 950px;
	clear: both;
}
#tekstilaatikko {
	min-height: 400px;
	width: 600px;
	margin-top: 8px;
	float: left;
	margin-left: 20px;
}
#header {
	height: 86px;
	width: 950px;
}
#logoalue {
	background-image: url(kuvat/logo.gif);
	height: 27px;
	width: 246px;
	margin-top: 24px;
	float: left;
}
#alanavi {
	height: 21px;
	width: 950px;
}
#navi {
	float: right;
	height: 76px;
	width: 664px;
}

#wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: bottom;
}
#tausta {
	height: auto;
	width: 950px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	background-image: url(kuvat/tekstitausta.png);
}
.valikko{
	width: 100%;
	overflow: hidden;
}

.valikko ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.valikko li{
	display: inline;
	margin: 0;
}
.valikko li a{
	float: right;
	display: block;
	text-decoration: none;
	margin: 0px;
	color: #FFFFFF;
	padding: 31px 20px;
}
.valikko li a:visited{
	color: #FFFFFF;
}
.valikko li a:hover{
	background-color: #AA6666;
	color: #FFFFFF;
}
#apuboksi {
	float: right;
	height: auto;
	width: 250px;
	margin-top: 8px;
	margin-right: 20px;
}
#yhteystietoalue {
	width:950px;
	height:22px;
	background-color: #E6E6E6;
	background-image: url(kuvat/yhteystietotausta.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	float: left;
}

a {
	text-decoration:none;
	color:#810a2b;
}

a:hover {
	text-decoration:underline;
}

.img_a {float:left;margin:6px 15px 0px 0px}
