﻿/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Yleiset määritykset */
body
{
    background-color: #565656;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    line-height: 16px;
}

.page
{
    width: 960px;
    margin: 20px auto 0 auto;
    background-color: #ffffff;
    padding: 20px;
    
    -moz-box-shadow: 0px 0px 5px 1px #3d3d3d;
    -webkit-box-shadow: 0px 0px 5px 1px #3d3d3d;
    box-shadow: 0px 0px 5px 1px #3d3d3d;
}

h1 {
	margin-top: 20px;
	margin-bottom: 30px;
}
.header
{
    margin: 10px 0px 20px 0px;
}

.main
{
    font-size: 26px;
    line-height: 30px;
    width: 600px;
    margin: 0 auto;
}

.footer
{
    margin: 30px 0 0 0;
    background: url("./footerkuva.jpg") center bottom no-repeat;
    height: 180px;
}

.main
{
    text-align: center;
}

a
{
    color: #3391ad;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.muro {
	font-size: 14px;
	margin-bottom: 20px;
	color: #696969;
}

.sisaltoalue
{
    line-height: 38px;
}

/* Sekalaiset */
.clear
{
    clear: both;
}

.header-kuva
{
    width: 450px;
}

.vasen
{
    float: left;
	padding-top:10px;
}
.header-kuva img
{
    padding:0px 20px 0px 10px;
}

.oikea
{
    float: right;
    text-align: right;
}