﻿
/* reset */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

a{ outline: none; text-decoration: none; }

img { border: 0px; }

body { font-family: Verdana; font-size: 12px; background: url('../images/bodyBg.jpg') repeat-x; }

/* szkielet */

#kontener {
 position: relative;
 width: 980px;
 margin: 0px auto;
}

#szukaj {
 position: relative;
 width: 980px;
 height: 42px;
 background: url('../images/searchBg.jpg') repeat-x;
}

#top {
 position: relative;
 width: 980px;
 height: 157px;
}

#menu {
 position: relative;
 width: 910px;
 height: 23px;
 padding-top: 7px;
 padding-left: 70px;
 background-color: #df472f;
 color: #850506;
 margin-bottom: 25px;
}

#menu li {
 float: left;
 padding: 0px 0px 0px 30px;
 margin-right: 50px;
}

li.first {
 list-style: none;
}

#menu a {
 color: #fff;
 font-weight: bold;
}

#wrap {
 position: relative;
 display: table;
 width: 980px;
 min-height: 400px;
 margin-bottom: 20px;
}

#lewaKolumna {
 position: relative;
 float: left;
 width: 203px;
 background-color: #f2f7f3;
 border-top: solid 4px #669932;
 border-left: solid 1px #de482d;
 border-right: solid 1px #de482d;
 border-bottom: solid 1px #de482d;
}

#lewaKolumna h3 {
 font-size: 13px;
 font-weight: bold;
 height: 26px;
 background: url('../images/lewah3.jpg') repeat-x;
 text-align: center;
 width: 203px;
 color: #cb332e;
 padding-top: 8px;
}

#lewaKolumna a{
 color: #cb332e;
}

#lewaKolumna .margines {}

#prawaKolumna {
 position: relative;
 width: 700px;
 float: right;
 margin-right: 20px;
 font-size: 11px;
}

#prawaKolumna p {
 padding-bottom: 10px;
}

#wyszukiwarka {
 position: relative;
 margin-bottom: 30px;
 margin-top: 30px;
 position: relative;
}

#wyszukiwarka a {
 color: #fff;
}

#wyszukiwarka fieldset {
 border-top: solid 6px #666;
 border-right: solid 1px #666;
 border-bottom: solid 1px #666;
 border-left: solid 1px #666;
}

#wyszukiwarka legend {
 padding: 7px 35px 7px 35px;
 background: #666;
 color: #fff;
 margin-left: -1px;
 font-weight: bold;
}

#wyszukiwarka input {
 color: #fff;
 cursor: pointer;
}

#szukajbutt {
 padding: 7px 20px 7px 20px;
 background-color: #DF472F;
 color: #fff;
 font-weight: bold;
 font-size: 13px;
 border: 0px;
 position: absolute;
 top: 70px;
 right: -2px;
}

#szukajbutt a {
 color: #fff;
}

#lastadd {
 position: relative;
 width: 700px;
 clear: both;
}

#lastadd h2 {
 color: #cc2f36;
 font-size: 12px;
 border-bottom: 1px dotted #535353;
 padding-bottom: 5px;
 margin-bottom: 20px;
}

#lastadd h3 {
 font-size: 12px;
 margin-bottom: 10px;
}

#mostsearch {
 position: relative;
 width: 700px;
 clear: both;
 padding-top: 30px;
}

#mostsearch h2 {
 color: #cc2f36;
 font-size: 12px;
 border-bottom: 1px dotted #535353;
 padding-bottom: 5px;
 margin-bottom: 20px;
}

#mostsearch h3 {
 font-size: 12px;
 margin-bottom: 10px;
}

.box1 {
 position: relative;
 display: inline;
 float: left;
 margin-right: 15px;
 width: 222px;
}

.box2 {
 position: relative;
 display: inline;
 float: left;
 margin-right: 15px;
 width: 222px;
}

.box3 {
 position: relative;
 display: inline;
 float: right;
 width: 222px;
}

/* stopka */

#dolneMenu {
 position: relative;
 width: 910px;
 height: 30px;
 margin: 0px auto;
 clear: both;
 background-color: #dad8d9;
 border-top: solid 1px #df472f;
 padding-top: 13px;
 padding-left: 70px;
}

#dolneMenu li {
 float: left;
 padding: 0px 0px 0px 30px;
 margin-right: 50px;
}

#dolneMenu a {
 color: #363435;
}
 
#stopka {
 position: relative;
 width: 980px;
 height: 22px;
 padding-top: 8px;
 background-color: #df472f;
 margin: 0px auto;
 text-align: center;
 color: #fff;
 font-size: 11px;
}

a.readon {
 color: #c90000;
 clear: both;
}



