html, body {
        margin: 0;
        background: #9cf url('kuvat/tausta.png') repeat-x fixed;
        color: black;
        font-family: verdana;
        text-align: center;
}

div#header {
        margin: 0;
        width: 100%;
        height: 150px;
        background: black url('kuvat/header_tausta.png') repeat-x;
        color: white;
        border: none;
}
div#headerkehys {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 728px;
        height: 150px;
}
div#otsikko {
        height: 110px;
        padding: 0;
        background: transparent url('kuvat/webdesignsamisaada.png') no-repeat;
}
div#otsikko h1 {
        display: none;
}

div#navi {
        width: 728px;
        height: 20px;
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
}
div#navi ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 728px;
        cursor: default;
}
div#navi li {
        display: inline;
        margin-left: 1em;
        cursor: default;
}
div#navi li p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        color: black;
        background-color: transparent;
        display: inline;
        cursor: default;
}
div#navi li a:link {
        font-size: 14px;
        font-weight: bold;
        background-color: transparent;
        text-decoration: none;
        color: black;
}
div#navi li a:visited {
        font-size: 14px;
        font-weight: bold;
        background-color: transparent;
        text-decoration: none;
        color: #333;
}
div#navi li a:hover {
        font-size: 14px;
        font-weight: bold;
        background-color: transparent;
        text-decoration: none;
        color: white;
}
div#navi li a:active {
        font-size: 14px;
        font-weight: bold;
        background-color: transparent;
        text-decoration: none;
        color: #ccc;
}

div#kehys {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 728px;
        text-align: left;
}

div#sisaltokeha {
        width: 728px;
        margin: 0;
        padding: 0;
        background-color: white;
        color: black;
}
div#sisalto {
        margin: 0;
        padding: 0.5em;
}
div#sisalto h1 {
        background-color: white;
        color: #009;
        font-size: 20px;
        margin-top: 0;
        cursor: default;
}
div#sisalto h2 {
        background-color: white;
        color: #00c;
        font-size: 18px;
        margin-bottom: 0;
        cursor: default;
}
div#sisalto h3 {
        background-color: white;
        color: #00f;
        font-size: 14px;
        margin-bottom: 0;
        cursor: default;
}
div#sisalto h4 {
        background-color: white;
        color: #006;
        font-size: 13px;
        margin-bottom: 0;
        cursor: default;
}
div#sisalto p, div#sisalto li {
        font-size: 12px;
        color: black;
        background-color: white;
}
a:link {
        font-size: 12px;
        background-color: white;
        text-decoration: none;
        color: #009;
}
a:visited {
        font-size: 12px;
        background-color: white;
        text-decoration: none;
        color: #119;
}
a:hover {
        font-size: 12px;
        background-color: white;
        text-decoration: none;
        color: #339;
}
a:active {
        font-size: 12px;
        background-color: white;
        text-decoration: none;
        color: #229;
}

img {
        border: none;
}
img.mainos, img.asiakas, img#samisaada {
        float: right;
        margin: 10px;
}

label {
        display: block;
        font-weight: bold;
}
input, textarea {
        border: black thin solid;
        font-size: 12px;
        background-color: white;
        color: black;
        width: 200px;
}
input:focus, textarea:focus {
        background-color: #eee;
}
p.nappi {
        display: inline;
}
p.nappi input {
        border: black thin outset;
        font-size: 12px;
        background-color: white;
        color: black;
        width: 70px;
}
p.nappi input:active {
        border: black thin inset;
}

div#copyright {
        color: black;
        background: transparent url('kuvat/copytausta.png') no-repeat;
        text-align: center;
        clear: both;
        width: 728px;
        height: 35px;
        padding: 0;
        margin: 0;
}
div#copyright p {
        color: black;
        background-color: transparent;
        font-weight: bold;
        font-size: 10px;
        cursor: default;
        margin: 0;
        padding: 0;
}

div#tarjoukset {
        float: left;
        width: 120px;
        margin: 1em;
}
div#tarjoukset p {
        background: none;
}
div#tarjoukset a {
        background: none;
}
/*div#tarjoukset img {
}*/

div#mainokset {
        float: right;
        width: 120px;
        margin: 1em;
}
div#mainokset p {
        background: none;
}
div#mainokset a {
        background: none;
}
/*div#mainokset img {
}*/

div#asiakkaat {
        display: block;
        float: left;
        clear: left;
        width: 12em;
        padding: 0;
        margin: 0;
}

div#asiakkaat ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
}

div#asiakkaat li:hover {
        background-color: #eee;
        cursor: default;
}

div#tiedot {
        margin-left: 13em;
}

div.clear {
        clear: both;
}

form {
        margin-left: 2em;
}
