/* 
    Document   : style
    Created on : 2010-03-08, 16:49:19
    Author     : Shinji
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body
{
background: #1f1f1f;
margin:0px;
color: #FFFFFF;
font-size:10pt;
font-family: "Arial";
}
a{color:#000000;text-decoration:none;}
a img{border:0px;}
#main
{
    width:880px;
    margin:auto;
    position:relative;
}

#header {
    width: 778px;
    height: 156px;  
    border: 1px solid #000000;
    position:absolute;
    background: #FFC836;
    top:90px;
    left:100px;
    
}

#logo
{
    background: url('../images/logo.png');
    background-repeat:no-repeat;
    width:263px;
    height:28px;
    left:0px;
    margin-top:20px;
}
#logo_rezerwacja
{
    background: url('../images/logo_rezerwacja.png');
    width:239px;
    height:31px;
    position:absolute;
    right:0px;
    top:20px;
    color: #FFFFFF;
    font-size:14pt;
    text-align:right;
    padding-top:10px;
    padding-right:10px;
}

#slogan {position:absolute;right:1px;top:60px;}
#slogan_left {
    background: url('../images/slogan_left.png');
    background-repeat:no-repeat;
    width:15px;
    height:31px;
    float:left;
}
#slogan_main {
    background: #91752B;
    background-repeat:no-repeat;
    height:23px;
    float:left;
    padding-top:8px;
}
#slogan_right {
    background: url('../images/slogan_right.png');
    background-repeat:no-repeat;
    width:15px;
    height:31px;
    float:left;
}
#samochod{
 background: url('../images/samochod.png');
    background-repeat:no-repeat;
    width:352px;
    height:255px;
    position:absolute;
    top:40px;
    left: -30px;
    
}
#menu_box {
    width:275px;
    margin-top:35px;
    float:left;
}
#menu_top {
    background: url('../images/menu_top.png');
    width:275px;
    height:11px;
     z-index:10;
}
#menu_center {
    background: #e9b734;
    color: #000000;
    font-size: 14pt;
    padding: 10px;
    line-height: 20px;
}
#menu_bottom {
    background: url('../images/menu_bottom.png');
    width:275px;
    height:11px;
}

#box {
 padding-bottom:10px;
}

#box_left{
    float:left;
    margin-top:7px;
    margin-right: 7px;
}
#box_right{
    margin:7px 0px;
    float:right;

}

#reklama {
    width:247px;
    height:85px;
    background-image: url('../images/reklama.png');
    padding: 3px;
}
#duzareklama {
    width:303px;
    height:95px;
    background-image: url('../images/reklamaBig.png');
    padding: 3px;
}

#page_box
{
    width: 978px;
clear:both;
position:absolute;
top:260px;
z-index:-1;
}

#page
{
float:left;
border: solid #FFC836;
border-width: 0px 0px 0px 1px;
padding-top:35px;
padding-left:10px;
margin-left:10px;
min-height:250px;
width:582px;
}
#page a{
    color:#FFFFFF;
    text-decoration:none;
}
#footer {
    border: solid #FFC836;
    border-width: 1px 0px 0px 0px;
    margin-top:20px;
    width:880px;
    height:20px;
    clear:both;
    position:relative;
}

#footer a {
    color:white;
    text-decoration:none;
}

#kontakt_text
{
    float:left;
    padding: 0px 10px;
    width: 320px;
}
#kontakt_form
{
    float:left;
}

input,select,file {
    border: 1px solid #000000;
    font-size: 12px;
    

}
.inpt {width:100px;}
#oferta_box{ width:281px;height:72px;margin:5px;float:left;}
#oferta_left{float:left; width:18px;height:72px;background: url('../images/oferta_left.png');}
#oferta_center{float:left; width:96px;height:72px;background: #e9b734;}
#oferta_right{float:left; width:147px;height:72px;background: url('../images/oferta_right.png');text-align:right;padding-right:20px;}


#lista_podstron{ bottom:-25px; text-align:right; border: #814d6d 3px solid; padding:5px;padding-top:-5px;margin-bottom:5px;margin-top: -5px;}
