* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Georgia;
}
.instalator
{
    background-color: #1f6a89;
    padding: 10px;
}
h1
{

}
strong
{

}
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}
.szukaj
{
    text-align: center;
}
h2
{
    color: orange;
}
body {
    background: url(../images/5.png);
    color: #FFF;
}

input, textarea, select {
    background: #FFF;
    border: 1px solid #0E5978;
    padding: 2px;
}

.errors
{
    padding: 20px;
    padding-top: 0px;
    margin: 0 auto;
    border: 1px solid #aa0000;
    color: #aa0000;
    background-color: #ddcccc;
    clear: both;
    float: left;
    font-weight: bold;
    width: 540px;
}

.error
{
     color: #aa0000;
}

.payment
{
    border: 1px solid #0E5978;
    padding: 10px;
    width: 540px;
    text-align: center;
}

option {
    padding: 2px;
}

a {color: #FFF;}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline;}

#top {
    margin: auto;
    width: 1000px;
    height: 114px;
    background: url(../images/1.png) no-repeat;
}

#content {
    margin: auto;
    width: 1000px;
    overflow:hidden;
}

#content_left {
    float: left;
    width: 250px;
    background: #0f6386;
    margin: 0px 28px 0px 28px;
    margin-bottom:-4000px;
    padding-bottom:4000px;
}

#content_left ul {
    list-style-type: none;
}

#content_left ul li {
    text-align: left;
    margin: auto;
    font-size: 13px;
    width: 205px;
    padding: 2px 0px 2px 20px;
}

.c {
    background: #0e5978;
}

.left_header {
    text-align: left;
    width: 225px;
    padding: 6px 0px 6px 15px;
    margin: 5px auto 5px auto;
    background: #127ca4;
    font-weight: bold;
    font-size: 15px;
}

#content_right {
    float: left;
    width: 650px;
    color: #0e5372;
    margin-top: 15px;
    margin-bottom:-4000px;
    padding-bottom:4000px;
}

#content_right h2 {
    font-weight: normal;
    margin-bottom: 15px;
}

.error_h3 {
    font-weight: normal;
    margin: -5px 0px 10px 0px;
    color: #CC0000;
}

.error_ul {
    margin: 0px 0px 10px 20px;
    color: #CC0000;
}

#content_right table {
    margin-top: 15px;
}

.c_pages {
    border: 1px solid #0e5372;
    display: table;
    margin: 10px auto 10px auto;
}

.pages_title {
    float: left;
    width: 633px;
    color: #FFF;
    background: #0e5372;
    padding: 3px 0px 3px 15px;
    font-family: Tahoma;
    font-size: 15px;
}

.pages_title a {
    font-family: Tahoma;
}

.pages_mini {
    float: left;
    width: 135px;
    text-align: center;
}

.pages_mini img {
    padding: 5px 0px 5px 0px;
    margin-right: -7px;
    width: 120px;
    height: 90px;
}

.pages_desc {
    float: left;
    width: 480px;
    padding: 8px;
    font-size: 14px;
    font-family: Tahoma;
    text-align: justify;
}

.pages_info {
    float: left;
    width: 633px;
    color: #FFF;
    background: #0e5372;
    padding: 3px 0px 3px 15px;
    font-family: Tahoma;
    font-size: 12px;
}

.pages_info a {
    font-family: Tahoma;
    font-weight: bold;
}

#footer {
    margin: auto;
    clear: both;
    height: 40px;
    width: 100%;
    background: url(../images/2.png);
}

#footer_content {

    width: 1000px;
    margin: auto;
    text-align: center;
    font-family: Tahoma;
    font-size: 14px;
    padding-top: 11px;
}


.link2 {
    color:  #0e5372;
    font-size: 36px;
    font-weight: bold;
}

.link {
    color: orange;
}

#subcategories {
    margin: 10px 0px 10px 0px;
    list-style-type: none;
    display: table;
}

#subcategories li {
    width: 30%;
    float: left;
    padding: 5px;
}


.page a:link, .page a:visited
{
    color: orange;
}