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


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #441808;
}

p {
	line-height: 1.5;
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: -5px;
}

body {
	background-color: #bad8d3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}


a:link {
	color: #56767B;
	text-decoration: none;
}
a:visited {
	color: #56767B;
	text-decoration: none;
}
a:hover {
	color: #400E00;
	
}
a:active {
	color: #5E9089;
	text-decoration: none;
}


a.asiakaslink:link{
	color: #400E00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.asiakaslink:hover {
	
	text-decoration: underline;
	
}

a.asiakaslink:visited {
	color: #400E00;
	text-decoration: none;
}

a.asiakaslink:active {
	color: #000;
	text-decoration: none;
}


#main_front {
	
	text-align: center;
	vertical-align: top;
}



.address {
	font-family: Arial, Helvetica, sans-serif;
	border-top: dotted thin #fff;
	font-size: 11px;
	text-align: left;
	padding-top: 20px;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 50px;
	color: #567672;
		}
	


#header {
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 100%;
	text-align: center;
	color: #567672;
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#logo {
}
#menu { 
	margin-top: 20px;
	margin-bottom: 20px;
	
	

}

#menu table tr td {
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #567672;
}

.menudottedline {
	border-right: #FFF dotted 1px;
}
.asiakas {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#kaverit {
	background-image: url(../images/kaverit_linnut.png);
	background-position:center;
	background-repeat: no-repeat;
}

#yhteystiedot {
	background-image: url(../images/yhteystiedot_linnut.png);
	background-position:center;
	background-repeat: no-repeat;
}

#slideshow {
    position:relative;
	width: 222px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
