/* Style sheet basics_k0006 */
html {
    overflow-y: scroll;
    overflow-x: auto
    }
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, table, th, td, legend {
    color: #34332e
    }
input, textarea, form, fieldset {
    color: #333
    }
input, textarea {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 5px
    }
textarea:focus {
    background-image: url(fond/input_back.png)
    }
input:focus {
    background-image: url(fond/input_back.png)
    }
li {
    list-style-type: none
    }
h1 {
    margin: 15px 0 12px;
    padding: 0;
    font-weight: normal;
    font-size: 22px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1
    }
h2 {
    margin: 0 0 6px;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    color: #681343;
    line-height: 1.5;
    font-family: Verdana, Geneva, sans-serif
    }
a {
    text-decoration: none;
    color: #444838
    }
#main a {
    text-decoration: underline;
    color: #4a1332
    }
#main a:hover {
    text-decoration: none;
    color: #65264a
    }
a:hover {
    text-decoration: none;
    color: #a0dbe0
    }
a:active, a:focus {
    outline: none;
    -moz-outline-style: none
    }
img {
    vertical-align: middle;
    border: 0
    }
p, pre, form {
    margin: 0;
    padding: 0
    }