body {
background: #F2ECF0;
background-image: url("mvrantalaituri.jpg");	
background-size: cover;
background-attachment: fixed;
font-family: Georgia, "Times New Roman", serif;
}

a:link, a:visited, a:hover, a:active {
color: #555;
}

#wrapper { 
 border: 1px solid;
 width: 980px;
 margin: 0 auto;
 color: #555;
 background: #fff;
}

#header {
 border: 0px solid;
 width: 980px;
 height: 100px;
 float: left;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background-color: #fff;
}

#leftcolumn { 
 border: 0px solid;
 width: 220px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 float: left;
}

#content { 
 border: 0px solid;
 width: 530px;
 min-height: 500px;
 float: left;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 display: inline;
 font-size: 1.1em; 
}

#rightcolumn { 
 border: 0px solid;
 width: 230px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 float: left;
 text-align: center;
}

#footer { 
 border: 0px solid;
 width: 980px;
 height: 300px;
 clear: both;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 background-color: #9E7E99;
 background-image: url(dandelion.png);
}

#otsikko {
margin-top: 20px;
text-align: center;
font-family: Georgia, "Times New Roman", serif;
font-size: 20px;
font-weight: bold;
}

#otsikko a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #555;
}

#verkkokauppa {
text-align: center;
margin-bottom: 40px;	
}

#kartta {
border: 1px solid;
float: left;
margin-top: 20px;
margin-left: 40px;	
}

#alaosoite {
border: 0px solid;
float: left;	
margin-left: 20px;
padding: 20px;
}
#alaosoite  a:link, a:visited, a:hover, a:active { color: black; }

.kuvat {
border: solid 1px;
margin-left: 5px;	
}

.yhteystieto {
text-align: center;	
color: black;
}
#linkit ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #DCD0DC;
    border: 1px solid #555;
	border-left-style: none;
	font: Georgia, "Times New Roman", serif;
}

#linkit li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

#linkit li {
    text-align: center;
    border-bottom: 1px solid #555;
}

#linkit li:last-child {
    border-bottom: none;
}

#linkit li a.active {
    background-color: #4CAF50;
    color: white;
}

#linkit li a:hover:not(.active) {
    background-color: #555;
    color: white;
}

.adressilistasivu {
	margin-top: 0px;
	margin-bottom: 20px;
    margin-left: 20px;
    padding: 0;
    width: 200px;
    background-color: #DCD0DC;
    border: 1px solid #555;
	font: Georgia, "Times New Roman", serif;
}

.adressilistasivu a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

.adressilistasivu {
    text-align: center;
    border-bottom: 1px solid #555;
}

.adressilistasivu a.active {
    background-color: #4CAF50;
    color: white;
}

.adressilistasivu a:hover:not(.active) {
    background-color: #555;
    color: white;
}