/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {height: 100%; background: #c0c0c0;}

/*------------------------------------------------------------------------------
                           KONIEC RESETU
------------------------------------------------------------------------------*/

body {
    width: 900px;
    margin: auto;
    font-family: 'Verdana', sans-serif;
    font-size: 10pt;
}
strong {font-weight: bold;}
/*------------------------------------------------------------------------------
                           NAGLOWEK
------------------------------------------------------------------------------*/
#header_t {
    width: 900px;
    height: 16px;
    border-bottom: solid 1px #636363;
    background: #353535;
}
#header {
    width: 900px;
    height: 150px;
    background: #f2f2f2 url('img/head.png') no-repeat;
}
#header_b {
    width: 900px;
    height: 9px;
    border-top: solid 1px #af6956;
    border-bottom: solid 1px #a7857c;
    background: #681111;
}

#nav {
    float: right;
    list-style: none;
    margin-top: 43px;
}
#nav li {
    display: inline;
    margin-left: 50px;
}
#nav li:last-child {
    margin-right: 20px;
}
#nav a {
    color: #000;
    font-family: 'Tahoma', sans-serif;
    font-size: 10pt;
    font-weight: bolder;
    text-decoration: none;
    }
#nav a:hover {color: #681111;}
    

/*------------------------------------------------------------------------------
                               TRESC
------------------------------------------------------------------------------*/


#content {
    text-align: justify;
    width: 900px;
    min-height: 200px;
    background: #fff url('img/cont_b.png') no-repeat;
    padding-top: 40px;
    padding-bottom: 50px;
    color: #242424;
    text-align: justify;
    
}

#content h3,h1 {
    font-family: 'Arial Black', monospaced;
    font-size:  16pt;
    color: #494949;
    margin-bottom: 20px;
}
#content a{
    text-decoration: none; 
    color: #681111;
}
#content a:hover{
    color: #000;
}
#content img {margin: 0 10px 10px 0;}
#content p{
    text-indent: 1em;
    margin: 1em 0 1em 0;
}


#lewy {
   margin: 0 54px 0px 20px; 
   width: 520px; 
}
#lewy img {float:left;}
#lewy h2 {
    display: inline;
    font-weight: bold;
}
#lewy ul{
    list-style: inside disc;
    text-indent: 2em;
}

.button {
    width: 233px;
    height:32px;
    margin: 20px 0 0 0;
    font-family: 'Verdana', sans-serif;
    background: url('img/info.png') no-repeat;
    line-height: 10px;
    padding-top: 5px;
    display: inline-block;
    }
.button img {
    width: 32px;
    height: 32px;
    float: left;
}
.button h5{
    margin: 0 0 0 45px;
    color: #681111;
    font: 14px;
    font-weight: bold;
}
.button span {
    font-size: 12px;
    color: #a7a7a7;
    margin: 0 0 0 45px;
}

#news{
    display: inline-block;
    width: 286px;
    float: right;
    margin: 0 20px 0 0;
}
#news h6{
    font-size: 12px;
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
}
#news ul{
    text-indent: 20px;
}

#news span {
    display: block;
    text-align: right;
    font-family: 'Verdana', sans-serif;
    font-size: 10px;
    margin: 0 0 15px 0;
}
#news a {
    float: left;
    font-variant: small-caps;
}
#news .kat {
    text-transform: capitalize;
    font-size: 16px;
    margin: 5px 0 2px 0;
    width: 100%;
}
#news li a {
    float: none;
    font-variant: inherit;
    font-size:  12px;
}
/*------------------------------------------------------------------------------
                           STOPKA
------------------------------------------------------------------------------*/

#sitemap {
    width: 860px;
    padding: 30px 20px;
    min-height: 100px;
    border-bottom: solid 1px #323232;
    background: #353535;
    margin: auto;
    color: #fff;
    }
#sitemap a {
    color: #fff;
    text-decoration: none;
    }    
#sitemap a:hover {color: #a7a7a7;}
#sitemap h4 {
        width: 182px;
        height: 24px;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px solid white;
        margin: 0 0 13px 0;
    }
#sitemap #col1{
        width: 230px;
        margin: 0 54px 0 0;
        display: inline-block;
        float: left;
    }
#sitemap #col2{
        width: 230px;
        margin: 0 54px 0 0;
        display: inline-block;
    }
#sitemap #col3{
        width: 280px;
        margin: 0 0 0 0;
        display: inline-block;
        float: right;
    }
    
#footer {
    padding: 11px 20px 0 20px;
    width: 860px;
    height: 32px;
    background: #2b2b2b;
    border-top: solid 1px #252525;
    margin: auto;
    color: #3f3f3f;
}
#footer a{
    text-decoration: none;
    color: #7d7d7d;
}
#footer p{
    text-align: right;
    float: right;
}
