* {
    margin: 0;
    padding: 0;
}

img { border: none; }

body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    background: #fdfdfd;
    color: #606060;
}

#body {
    padding: 0;
    margin: 0;
    width: 100%;
}

#header {
    position: relative;
    background: #f0f0f0;
    border-bottom: 1px solid #b0b0b0;
    height: 90px;
    padding-left: 1em;
}

#header img {
    position: absolute;
    top: 12px;
}

#header h1 a {
    color: #f0f0f0;
    text-decoration: none;
}

h1 {
    font-size: 16pt;
}

#content ul,ol {
    margin: 0.35em 0 .85em 0;
    padding-left: 2em;
}

#content ul { list-style: square; }

#content li.text { margin-bottom: .5em; }

code {
    font-size: 8pt;
    line-height: 12pt;
}

p {
    margin: 1em 0;
}

#content a {
    color: #3252B2;
    text-decoration: none;
}

#content a:hover { text-decoration: underline; }



#fortunki {
    margin: 3em;
}


#fortunki div.etykietka {
    background: #f0f0f0;
    border: 1px solid #d0d0d0;
    border-left: 3px solid #D70751;
    height: 11pt;
    margin: 0;
    padding: 3pt;
}

#fortunki a.title {
    color: #606060;
}

#fortunki h2, #fortunki h3 {
    float: left;
    width: 50%;
    font-size: 9pt;
}

#fortunki h3 {
    text-align: right;
}

#fortunki h2 {
    text-align: left;
}

pre {
    margin: 1em;
    padding: 0em;
    white-space: pre-wrap;
}

#footer {
    font-size: 7pt;
    position: relative;
    z-index: 1;
    padding: 1em 0 2em 0;
    margin-top: 1em;
    text-align: center;
    border-top: 1px solid #b0b0b0;
    background: #f0f0f0;
}

.clear {
    clear: both;
}

#search {
    position: absolute;
    top: 3em;
    right: 1em;
}

input,textarea,select {
    padding: 3px;
    border: 1px solid #b0b0b0;
    color: #606060;
}

input:hover,textarea:hover,select:hover {
    border-color: #666;
}

input.searchinput {
    background: #fdfdfd url('gfx/search.png') no-repeat center left;
    padding-left: 22px;
    width: 10em;
}

#edittextbox select.textinput,input.textinput { width: 100%; }

input.searchbutton,input.button { background: #F5F5F5; }

input.tagbutton {
    background: #F5F5F5;
    width: 1.5em;
    height: 1.5em;
    margin-right: -.2em;
}

textarea {
    width: 100%;
    height: 15em;
}

.error { color: #D70751; }

#newspager {
    text-align: center;
    padding-top: .5em;
    border-top: 1px solid #D0D0D0;
    margin: 2em 1em 0 1em;
}

#newspager a {
    padding: .1em .5em;
    border: 1px solid #D0D0D0;
    background-color: #F5F5F5;
    color: #606060;
}

#newspager a.current, #newspager a:hover {
    background-color: #E6E6E6;
    text-decoration: none;
    border-color: C9C9C9;
}

#preview legend { padding: 0 .5em; }

#preview fieldset {
    border: 1px solid #b0b0b0;
    width: 100%;
}

.nocss { display: none; }

#topmenu {
    text-align: right;
    margin: 0 1em;
}

#topmenu ul li {
    display: inline;
    margin: 0 .5em;
}

#topmenu a {
    color: #606060;
}

a.button {
    padding: .1em .3em;
    background: #fdfdfd;
    border: 1px solid #D0D0D0;
    text-decoration: none;
    font-weight: normal;
    margin: 0 .5em;
}
