body {
background-color: 800000;
}

/* Kokoomasäiliö */
div.container
{
width:900px;
margin:4%;
border:1px solid grey;
line-height:150%;
background-color: beige;
font-family: "arial";
}

/* Otsikko  */
div.header
{
width:100%;
height:50px;
padding-top:20px;
padding-bottom:20px;
color:rgb(128,0,0);
background-color:rgb(213,217,171);
text-align:center;
}

/* Häntä */
div.footer
{
width:100%;
height:30px;
padding-top:5px;
padding-bottom:5px;
color:rgb(128,0,0);
background-color:rgb(213,217,171);
}
.fonttityyppi1
{font-family: "Monotype Corsiva";
font-size: 57;
}

.fonttityyppi2
{font-family: "Monotype Corsiva";
font-size: 30;
padding-left: 1%
}

.fonttityyppi3
{font-family: "arial";
font-size: 25;
}

p
{
color: rgb(128,0,0)
}

p.pieni {line-height: 90%}
p.iso {line-height: 200%}

/* Linkit */

div.linkit
{

width:100%;
height:30px;
background-color:red;
}


ul
{
float:left;
width:100%;
padding:0;
padding-bottom:1%;
margin:0;
list-style-type:none;
background-color:beige;
}

li {display:inline}

a.link
{
float:left;
width:7em;
text-decoration:none;
background-color:beige;
color: rgb(128,0,0);
padding:0.1em 0.3em;
border-right:1px solid beige;
}

a.kuvalink
{
text-decoration:none;
background-color:none;
}

a.kuvalinkpad
{
text-decoration:none;
background-color:none;
padding-left:20px;
}

a.link:hover {background-color:#E0E0E0}
/* Kuva ja teksti säiliön koko */
div.imgtextcontainer
{
height:520px;
}
/* Kuvasäiliö */
div.imgcontainer
{
float:left;
width:530px;
padding:2%;
background-color:white;
}

img.maaritys1
{width:250px;
height:210px;
border:0;
}

img.maaritys2
{width:118px;
height:95px;
border:0;
cursor:pointer
}

img.maaritys3
{width:505px;
height:360px;
border:0;
}

/* Tekstit */
div.textcontent
{
position:absolute;
left:630px;
width:300px;
padding-top:20px;
background-color:beige;


}

