/*
Design by Mervi Veini
*/

*
{
    margin: 0;
    padding: 0;
    outline: 0;
}

body
{
    background: #A29C8C url(kuvat/bg.jpg) repeat;
}

a:link
{
    color: #31528A;
    font-weight: bold;
    text-decoration: none;
}


a:visited
{
    color: #31528A;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: #990000;
}

#top /* punaiset laudat taustalla */
{
    background: url(kuvat/redtop.jpg) repeat-x;
    height: 217px;
}


#wrap
{
    background: url(kuvat/wrap.jpg) repeat-y;
    clear: both;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 0;
}


#header
{
    background: url(kuvat/header.jpg) top right no-repeat;
    width: 1200px;
    height: 438px;
    margin-top: -217px;
}



/* sisältö */


#text
{
    position: relative;
    background: url(kuvat/text.jpg) repeat-y;
    clear: both;
    margin-top: -110px;
    padding-left: 40px;
    margin-left: 461px;
    width: 636px;
    z-index: 2;
}


#text p
{
    font-size: 14px;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 25px;
    line-height: 1.5em;
}

#text h1
{
    color: #31528A;
    font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    text-transform: uppercase;
    border-bottom: 1px dotted #D1CAB7;
    font-size: 20px;
    padding-top: 25px;
}

#text h2
{
    color: #333333;
    font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 14px;

    font-weight: bold;
}
img.right
{
    border: 1px solid #AA9B84;
    float: right;
    margin-bottom: 50px;
    margin-left: 15px;
}
blockquote
{
    padding-top: 0;
    padding-right: 100px;
    padding-bottom: 20px;
    padding-left: 50px;
    font-style: italic;
    line-height: 1.5em;
    font-size: 12px;
}

ul, li
{
    font-size: 14px;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 25px;
	padding-left: 16px;
	margin-bottom: -10px;
    line-height: 1.5em;
	list-style-type: circle;
	}

/* yhteystiedot-välilehden taulukko */

#taulukot /* taulukko */
{
    border-collapse: collapse;
    width: 650px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-bottom: 1px dotted #D1CAB7;
    border-right: 1px dotted #D1CAB7;
    border-left: 1px dotted #D1CAB7;
}

#taulukot th, #taulukot td
{
    font-size: 14px;
    border: none;
    padding: 5px 5px 5px 7px;
}

#taulukot th /* otsikot */
{
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #95A08A;
    color: #F7F4E3;
}

#taulukot tr.varitausta td /* joka toisen rivin värillinen tausta */
{
    color: #000000;
    background-color: #EBE4CF;
}

/* yhteystiedot-välilehden taulukko päättyy*/

/* sisältö päättyy */


/* kelluvat kuvat */

#photos
{
    position: relative;
    background: url(kuvat/photos.png);
    width: 433px;
    height: 494px;
    float: left;
    margin-top: -620px;
    margin-left: -65px;
    z-index: 5;
}

/* Footer */
#footer
{
    position: relative;
    width: 1200px;
    height: 274px;
    background: url(kuvat/footer.jpg) no-repeat;
    margin-left: 0px;
    z-index: 4;
}

#grass
{
    position: relative;
    background: url(kuvat/grass.png) repeat-x;
    height: 248px;
    margin-top: -235px;
    z-index: 6;
	min-width: 1280px; /* ! */
}

#grass p
{
    margin: 0;
    text-align: center;
    font-size: 12px;
    padding-top: 230px;
    padding-left: 420px;
    color: #F7F4E3;
    font-family: Georgia, Verdana;
    font-style: italic;
}
#grass a:link
{
    color: #F7F4E3;
    font-weight: bold;
    text-decoration: none;
}

#grass a:visited
{
    color: #F7F4E3;
    font-weight: bold;
    text-decoration: none;
}

#grass a:hover
{
    color: white;
}
img
{
    border: 0px;
}

a.tooltip span
{
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: 350px;
}

a.tooltip:hover span
{
    display: inline;
    position: absolute;
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
    font-weight: normal;
}

