/* aistimaa.css */

body {
  background: url(vaahtera5.jpg) no-repeat center center fixed; 
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover; }

a:link, a:visited, a:visited {
	color: #06C;
	text-decoration: none }

a:hover {
	color: #06C;
	text-decoration: underline }

div#container {
	width:782px;
	background: #FFFFFF;
	margin: 20px 0px 0px 0px;
	border: 1px;
	align: center }

.round-top {
	border: none;
	-moz-border-radius: 40px 40px 0px 0px;
	-webkit-border-radius: 40px 40px 0px 0px;
    	-khtml-border-radius: 40px 40px 0px 0px;
    	border-radius: 40px 40px 0px 0px;
/* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.8; }


.round-bottom {
	border: none;
	-moz-border-radius: 0px 0px 40px 40px;
	-webkit-border-radius: 0px 0px 40px 40px;
    	-khtml-border-radius: 0px 0px 40px 40px;
    	border-radius: 0px 0px 40px 40px;
/* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.8; }

.otsikko {
	width: 330px;
    	color: #000000;
  	font-family: century gothic, calibri, candara, helvetica, Trebuchet MS, verdana, univers, arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	letter-spacing: 3px;
	border-bottom: solid #9EB08D 1px;
	padding: 10px 0px 5px 0px;
	margin: 15px 0px 20px 40px }

.perusteksti {
	color: #303030;
	font-family: verdana, univers, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	line-height: 150%;
	margin: 0px 30px 0px 40px }

.perustekstiUL {
	color: #303030;
	font-family: verdana, univers, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	line-height: 100%;
	margin: 0px 0px 0px 0px }

li {
	color: #303030;
	font-family: verdana, univers, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	line-height: 150%;
	margin: 0px 20px 0px 30px }

.kuvateksti {
	color: #303030;
	font-family: verdana, univers, arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	line-height: 100%;
	margin: 0px 20px 0px 20px }

.kuvatekstiy {
	color: #303030;
	font-family: verdana, univers, arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	line-height: 100%;
	margin: 0px 0px 10px 0px }

td {
	color: #303030;
	font-family: verdana, univers, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 150%;
	margin: 0px 0px 0px 0px }

#rotating-item-wrapper {
    	position: relative;
    	width: 508px;
    	height: 110px; }

.rotating-item {
    	display: none;
    	position: absolute;
    	top: 0;
    	left: 0;
	-moz-border-radius: 0px 40px 0px 0px;
	-webkit-border-radius: 0px 40px 0px 0px;
    	-khtml-border-radius: 0px 40px 0px 0px;
    	border-radius: 0px 40px 0px 0px;
/* for IE */
   filter:alpha(opacity=90);
   /* CSS3 standard */
   opacity:0.9; }
 }


