/* bms.ylanen.fi-verkkosivuston CSS-tyylit */


/* globaalit määritykset */

html, body {
	margin: 0;
	border: 0;
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;}

a:hover, a:active {
	color: red;}

ul {
	margin: 1.5em 0 1.5em 0;
	list-style: circle;}


/* class-määritykset */

.alaotsikko {
	list-style: none;
	margin: 1.5em 0 0 0;}
	
.kuva {
	margin-left: -20px;
	list-style: none;}

.strong {
	font-weight: bold;}

.validate_img {
	border: none;
	width: 88px;
	height: 31px;}


/* id-määritykset */
	
#ylapalkki { 
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	text-align: center;
	position: fixed; 
	margin-left: 33%;}

#menu {
	position:fixed; 
	margin-top: 0%;
	margin-left: 0%;
	padding: 5px;
	line-height: 1.5;
	letter-spacing: 0.1em;}

#paateksti {
	background-color: #d4fad3;
	width: 550px;
	float: left;
	margin-top: 0px;
	margin-left: 408px;
	padding: 25px;}

#vasen {
	float: left;
	top: 0px;
	left: 1015px;
	padding: 15px;
	width: 200px;
	position: fixed; 
	line-height: 1.5;
	font-size: 85%;
	letter-spacing: 0.1em;}

#validate {
	position: fixed;
	bottom: 15px;
	left: 1015px;
	padding: 15px;}

