html { 
  background: url(imgs/testi2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{
    width: 100%;
    height: 100%;
    margin: 25px 0 25px 0;
    padding: 0;
}
body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 13px;
}
.Ajankohtaista_teksti {
	font-weight: bold;
}
.pvm_harmaa
{
	font-style: italic;
	color: #999;
}

a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #060;
}
a:active {
	text-decoration: none;
}
/* HUOM! Menu fonttien säätö alhaalla menuContainerissa
+--------------------------------------------------+
|   Menu styles - Start                            |
+--------------------------------------------------+
*/
/*Mini reset for the menu*/
#menu, #menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
/*Menu base*/
#menu {
    height: 50px;
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
    /*margin: 60px auto;*/
    background-color: #325832 ;
}
#menu:before, #menu:after{
    content: "";
    display: table;
}
#menu:after{
    clear:both;
}
/*Menu item collection*/
#menu li{
	float:left;
    /*border-right: 1px solid rgba(255,255,255, 0.7);*/
    position:relative;
}
/*Menu items*/
#menu a{
	float:left;
    padding: 12px 30px;
    color: white;
    text-decoration: none;
}
#menu li:hover {
}
#menu li:hover > a{
    color: #BC620A;
}
/* Sub-menus */
#menu ul{
    margin: 20px 0 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 42px;
    left: 30px;
    z-index: 1;
    background: #698569; /*Background color for the sub menu collection. Jos tahdot opacityä niin käytä rgba(0,0,0, 0.5) (säädä numerot oikein)*/
    transition: all .2s ease-in-out;
    border-radius: 5px;
	font-size:16px;
}
#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
#menu ul ul{
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
}
#menu ul li{
    float: none;
    display: block;
    border: 0;
}
#menu ul li:last-child{
}

#menu ul a{
    padding: 10px;
    width: auto;
	min-width: 140px;
    display:block;
    white-space: nowrap;
    float:none;
    text-transform: none;
}
/*Sub-menu hover*/
#menu li ul li a:hover{
    color: white;
}

#menu ul a:hover {
    background: #006600;
}
/*
#menu ul li:first-child > a{
}
#menu ul li:first-child > a:after{
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #57B131;
}
#menu ul ul li:first-child a:after{
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #666666;
}
#menu ul li:first-child a:hover:after{
    border-bottom-color: #57B131;
}
#menu ul ul li:first-child a:hover:after{
    border-right-color: #57B131;
    border-bottom-color: transparent;
}
#menu ul li:last-child > a{
}
+--------------------------------------------------+
|   Menu styles - End                              |
+--------------------------------------------------+
*/
/*
TÄSSÄ ON ERI CONTAINERIT!

Muuta box-shadow numeroita niin et saat sen näyttään niinku haluat

box-shadow: [vaaka positio][pystypositio] [blur radius (pehmennys?)] [spread radius (koko?)] [väri]

väri tällä hetkellä musta 0.75 opacityllä.
*/
.menuContainer{
    position: relative;
    width: 878px;
    margin: 0 auto 0 auto;
    z-index: 2;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.75);
    /*Menu elementtien fontti ja koko*/
    font-family: MyriadPro, Arial, Helvetica, sans-serif;
	font-size:20px;
}

.siteBackground{
    position: relative;
    width: 918px;
    background-color: #325832;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.75);
    margin: 0 auto 0 auto;
}

.header{
	position: relative;
    height: 150px;
    width: 878px;
    background-color: #D2DAD2;
    margin: 0 auto 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.header img{
    /* Headerin kuvaa varten. Saattaa tarvita nää jos img ei pyöristy automaagisesti sen divin mukaan (ja olettaen et se kuva ei oo jo pyöristetty)
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    */
}

.contentContainer{
    
	background-image:url(imgs/bg.png);
	background-repeat:repeat-y;
	background-color: white;
    z-index: 1;
    width: 888px;
    position: relative;
    margin: -20px auto 0 auto;
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.75);
}
.mainContent{
    
	padding-top: 30px;
	
}

.otsake
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size:16px;
	color:#F60;
	font-weight:bold;
}
.leipa
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	width: 500px;
	text-align:justify;
}
.leipa2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	width: 250px;
	text-align:justify;
}
#container
{
	display: block;
	position: relative;
    margin-left:auto;
	margin-right:auto;
	width: 1301px;
	overflow: auto;
	
}
#keski
{
	display: inline-block;
	float: left;
	width: 1000px;
	height:auto;
	z-index: 3;
}
#banner_left
{
	display: inline-block;
	float: left;
    width: 150px;
    height: 600px;
	text-align: left;

}
#banner_right
{
	display: inline-block;
	float: left;
    width: 150px;
    height: 600px;
	text-align: right;

}

a:link.dummy {
color: white;
}

a:visited.dummy {
color: white;
}

a:hover.dummy {
color: #060;
}
