/* 
Document   : style
Created on : 2009-03-13, 14:47:25
Author     : Szymon Perski
Description:
Purpose of the stylesheet follows.
*/


root { 
    display: block;
}

body { margin: 0; padding: 0; font: 12px/1.35 Verdana, sans-serif; color:  #333333; background-color: #ebead8; }
a {color:#333333; font-size:12px}
a:hover {text-decoration:none}
img {border:0}
form, ul, input, table, tr, td {padding:0; margin:0; vertical-align: top}
li {list-style:none}
h1, h2, h3 {margin:0; font-size:12px}

.clear {clear:both}
.left {float:left}

.spacer {
    height: 20px;
    clear: both;
    width: 100%;
}

.spacer2 {
    height: 13px;
    clear: both;
    width: 100%;
}

.inputbox {
    border: 1px solid #fe9b02;
    height: 22px;
    float: left;
    width: 170px;
}
#szukaj_button {
    width: 46px;
    height: 24px;
    background: url(images/szukaj.gif) no-repeat 0 0;
    border: 0;
    float: left;
    margin-left: 10px;
    cursor: pointer;

}

#zapisz_button {
    width: 46px;
    height: 24px;
    background: url(images/zapisz.gif) no-repeat 0 0;
    border: 0;
    float: left;
    margin-left: 65px;
    cursor: pointer;
}

#container {
    width: 920px;
    margin: 0 auto;
}

#header {
    width: 920px;
    height: 100px;
}

#header #logo {
    margin-top: 25px;
    width: 328px;
    float: left;
}

#header #right {
    float: right;
    width: 590px;
}

#header #right #szukaj {
    width: 240px;
    height: 40px;
    float: right;
    background: url(images/bg_szukaj.jpg) no-repeat 0 0;
    padding-top: 8px;
    padding-left: 10px;
}

#header #right #menu_poziome {
    float: right;
    margin-top: 25px;
}

#menu_poziome a {
    font: 14px Arial, sans-serif;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;

}

#menu_poziome ul li {
    float: left;
    padding-left: 30px;
}

#menu_pionowe {

}

#menu_pionowe a {
    font: 12px Arial, sans-serif;
    color: #333333;
    text-decoration: none;
    display: block;
    width: 210px;
    padding-left: 20px;
    height: 27px;
    padding-top: 9px;
}

#menu_pionowe li {
    width: 230px;
    background: url(images/bg_menu.jpg) no-repeat 0 0;
    height: 36px;

}

#top {
    width: 920px;
    background: url(images/bg_ramki.jpg) no-repeat 0 0;
    padding-top: 10px;
}




#top #middle {
    width: 900px;
    margin-left: 10px;
}



#top #middle #newsletter {
    width: 190px;
    height: 200px;
    background-color: #FFFFFF;
    float: left;
    padding: 20px;
    font: 12px Arial, sans-serif;
}


#newsletter #title {
    
    font: 14px Arial, sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0CFB3;
    font-weight: bold;
    width: 190px;
    margin-bottom: 8px;
}

#newsletter small {
    font: 11px Arial, sans-serif;
}

#top #middle #flash {
    width: 670px;
    height: 240px;
    background: url(images/flash.gif) no-repeat 0 0;
    float: left;
}

#content {
    width: 900px;
    border-bottom: 4px solid #D0CFB3;
}
#content_bottom {
    border-bottom: 4px solid #D0CFB3;
}
#content #menu {
    width: 229px;

    border-right: 1px solid #D0CFB3;

}

#content #menu2 {
    width: 229px;

    border-right: 1px solid #D0CFB3;

}
#menu #bar1 {
    background-color: #DEDEC9;

    height: 40px;
}
#cont {
    width: 669px;
    border-right: 1px solid #D0CFB3;

}
#cont2 {
    width: 669px;
    border-right: 1px solid #D0CFB3;

}
#cont #bar2 {
    height: 32px;
    font: 18px Arial, sans-serif;
    font-weight: bold;
    color: #000000;
    width: 649px;
    background-color: #DEDEC9;
    padding-top: 8px;
    padding-left: 20px;

}

#cont #txt {
    width: 629px;
    padding: 20px;
    font: 12px Verdana, sans-serif;
    color: #333333;

}

#polecamy {
    color: #FFFFFF;
    width: 200px;
    background-color: #524030;
    padding: 10px;
    padding-left: 20px;
    font: 12px Arial, sans-serif;

}
#polecamy a {
    color: #FFFFFF;
}
#polecamy strong {
    font-weight: bold;
    font-size: 16px;
}

#stopka {
    margin-top: 10px;
     margin-bottom: 10px;
    font: 12px Arial, sans-serif;
    float: left;

}

#agrostrony {
    margin-top: 10px;
    float: right;
    margin-bottom: 10px;
}
#agrostrony #s1 {
    color: #666666;
    font: 11px Tahoma, sans-serif;
    text-decoration: none;
    float: left;
    margin-right: 5px;
}
#agrostrony #s2 {
    color: #669900;
    font: 11px Tahoma, sans-serif;
    text-decoration: none;
    font-weight: bold;
    float: left;
}
#agrostrony #s3 {
    color: #996600;
    font: 11px Tahoma, sans-serif;
    text-decoration: none;
    font-weight: bold;
    float: left;
}

#agrostrony #s1:hover, #agrostrony #s2:hover, #agrostrony #s3:hover {
    text-decoration: underline;
}
