@charset "utf-8";
/* CSS Document */
/* Yhteiset tyylit: nämä pysyvät samoina koko sivustossa
   ja ovat eriteltynä tässä */
#sivu {
    display: table;
    width: 80%;
	background: white;
	align: center;
	
}

#valikko {
    display: table-cell;
    vertical-align: top;
    width: 450px;
	background: white;
	font-family: roboto-light,rockwell,calibri-light;
    list-style: none;
    margin: 0;
    padding: 0;
	 text-indent: 0px;
}
#lisis {
    text-indent: 10px;
}
#sisalto {
    display: table-cell;
    padding: 10px;
    vertical-align: top;
    width: 100%;
}

#sivu {
    background: white;
	font-family: roboto-light,rockwell,calibri-light;
	align-content: center;
}
/* unvisited link */
a:link {
  color: red;
	 text-decoration: none;
}

/* visited link */
a:visited {
  color: green;
	 text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
	 text-decoration: none;
}

/* selected link */
a:active {
  color: blue;
	 text-decoration: none;
}


#valikko li {
    display: inline;
    margin: 0;
    padding: 0;
}

#valikko a {
    display: block;
    padding: 10px;
}

#sisalto {
    background: white;
}
.vcenter { 
vertical-align: middle; 
}

.vasen {
  float: left;
  margin-top: 0em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.oikea {
  float: right;
  margin-top: 0em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

p.clear-left {
  clear: left;
}

p.clear-right {
  clear: right;
}

p.clear-both {
  clear: both;
	
	