/* 
    Document   : style
    Created on : 2010-07-24, 14:13:52
    Author     : Marcin Pasternak <pasta@gminadziwnow.pl>
    License:
        All Rights Reserved.
*/
html, body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: white;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    background: #04a5dd url(images/body_bg.png) top center repeat-x;
}

a:link {
    color: white;
    text-decoration: none;
}

.link_ul {
    color: white;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

a:link, a:visited {
    font-weight: normal;
    font-size:11px;
}

#page {
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: 990px;
    height: 365px;
    background: transparent url(images/header.png) top center no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#header_sep {
    width: 970px;
    height: 50px;
    background: transparent url(images/header_sep.jpg) top center no-repeat;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
}

#main {
    margin-top: 0;
    width: 970px;
    height: auto;
    background: #25b0e0 url(images/main_bg.jpg) top left repeat-x;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    overflow: hidden;
    padding-bottom: 50px;
}

#leftcolumn {
    float: left;
    margin: 0;
    padding: 0;
    width: 190px;
    text-align: left;
    background-color: inherit;
}

#rightcolumn {
    float: left;
    margin: 0;
    padding: 0;
    width: 780px;
    text-align: left;
    background-color: inherit;
}

#leftcolumn ul {
    text-align: left;
    padding: 2px 14px 0 14px;
    width: 152px;
}

#leftcolumn ul li a, #leftcolumn ul li a:link {
    margin: 0;
    padding: 0 0 0 10px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    font-family: Tahoma, Arial,sans-serif;
    background: transparent url(images/menu_arrow.png) top left no-repeat;
}

#leftcolumn ul.menu a:hover, #rightcolumn ul.menu li a:hover {
    text-decoration: underline;
}

#leftcolumn ul.menu li .current, #leftcolumn ul.menu li .current a:link {
    text-decoration: underline;
}

#leftcolumn ul.menu li .current a:hover {
    text-decoration: underline;
}

.menu_header {
    font-size: 12px;
    font-family: Tahoma, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    height: 34px;
    line-height: 40px;
    background: url("images/menu_header.jpg") top left no-repeat;

}

.text {
    text-align: justify;
    padding-right: 20px;
    padding-left: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 14pt;
}

#images {
    text-align: center;
    vertical-align: middle;
    margin-top: 25px;
    letter-spacing: 15px;
}

#footer {
    width: auto;
    height: auto;
    clear: both;
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;
}

.copyright {
    font-size: 11px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #f2f2f2;
    font-family: Tahoma, Arial, Verdana, sans-serif;
}

.copyright a {
    color: white;
    text-decoration: none;
}

.copyright a:visited {
    text-decoration: none;
}

.copyright a:hover {
    text-decoration: underline;
}

#valid {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 20px;
    color: #f2f2f2;
    padding: 0;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    text-align: center;
    vertical-align: middle;
}

#valid a:link, #valid a:visited{
    color: #f2f2f2;
    font-size: 11px;
    font-family:Tahoma, Arial, Verdana, sans-serif;
    text-decoration: underline;
}

div div div form{
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
}

li {
    line-height: 18px;
    padding-left: 0;
    padding-top: 0;
}
