/*
    Document   : master
    Created on : 2009-12-05, 16:07:30
    Author     : FITEQ
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body{
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 11px;
    background: url('../images/bg.gif') #ecf2f2 repeat-x;
}
#box{
    width: 100%;
    margin: auto;
    padding: 0px;
}
#header{
    width: 100%;
    height: 486px;
    margin: 0px;
    background: url('../images/bg_01.gif') no-repeat;
    padding: 0px 0px 0px 0px;
}
div.top{
    width: 1000px;
    height: 40px;
    margin: 0px 0px 39px 195px;
    padding: 30px 0px 0px 20px ;
}
div.menu_and_stock_bg{
    width: 926px;
    height: 500px;
    background: url('../images/bg_menu_stock.png') no-repeat;
    padding: 0px;
    margin: 0px 0px 0px 195px;
    color: white;

}

div.menu{
    width: 926px;
    height: 80px;
    margin: 0px;
    padding: 0px;
}
div.menu_position{
    width: 716px;
    height: 40px;
    margin: 0px;
    padding: 40px 0px 0px 0px;
    float: left;
}
div.language{
    width: 200px;
    height: 40px;
    margin: 0px;
    padding: 40px 0px 0px 0px;
    float: left;
}

img.languages{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
}
img.flags{
    margin: 0px 0px 0px 10px;
    padding: 0px;
    border: 0px;
}

div.stock{
    width: 476px;
    height: 195px;
    background: url('../images/stock_2.png') no-repeat;
    padding: 225px 0px 0px 400px;
    margin: 5px 28px 0px 25px;
    font-size: 15px;
    font-family: Arial;
}
div.stock_2{
    width: 476px;
    height: 195px;
    background: url('../images/menu_fr/stock.png') no-repeat;
    padding: 225px 0px 0px 400px;
    margin: 5px 28px 0px 25px;
    font-size: 15px;
    font-family: Arial;
}
#content{
    width: 100%;
    background: url('../images/bg_02.gif') no-repeat;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

#wrapper {
    width: 1150px;
    float: left;
    margin: 0;
    padding: 0;
}

div.content{
    width: 660px;
    margin: 0px 0px 20px 200px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: transparent;


}
img.paczka{
    text-align: left;
    margin: 0px 20px 0px 22px;
    float: left;
}
img.obrazkowy_tekst{
    text-align: left;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
p.normal_text{
    text-align: left;
    float: left;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    line-height: 18px;
}
div.sidebar_right{
    width: 200px;
    float: left;
    padding: 10px 30px 0px 15px;
    background: url('../images/separator.png') repeat-y left;
}
img.kontakt{
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
input.name{
    width: 207px;
    height: 21px;
    background: url('../images/input_name.png') no-repeat;
    border: 0px;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 0px 5px;
    color: #000000;
    font-family: Arial;
    font-size: 11px;
}
textarea.contact{
    width: 207px;
    height: 96px;
    padding: 5px 0px 0px 5px;
    background: url('../images/textarea.png') no-repeat;
    border: 0px;
    color: #000000;
    font-family: Arial;
    font-size: 11px;
}
input.submit{
    margin: 10px 0px 0px 150px;
    padding: 0px;
}
#footer{
    width: 100%;
    height: 167px;
    background: url('../images/footer.gif') no-repeat;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    clear: both;
}
div.short_menu{
    width: 800px;
    height: 145px;
    float:left;
    padding: 22px 0px 0px 0px;
    margin: 0px;
}
div.rights{
    width: 350px;
    height: 145px;
    padding: 22px 0px 0px 0px;
    float: left;
    margin: 0px;
}
ul.short_menu{
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 200px;
    text-align: left;
}
ul.short_menu li{
    list-style: none;
    margin: 0px 0px 0px 25px;
    padding: 0px;
    float: left;
    text-align: left;
}
ul.short_menu li a:link, ul.short_menu li a:visited {
    text-decoration: none;
    color: white;
}
ul.short_menu li a:hover{
    text-decoration: underline;
    color: white;
}
img.banner, img.banner_fr{
    margin: 0px 0px 0px 10px;
    border: 0px;
}
div.left{
    float: left;
    width: 250px
}
div.right{
    float: left;
    width: 390px;
    padding: 0px 20px 0px 0px
}
div.content a:link, div.content a:visited{
    color: black;
    text-decoration: underline;
    font-weight: normal;
}
div.content a:hover{
    color: black;
    text-decoration: none;
    font-weight: normal;
}
h2{
    font-family: arial;
}
p.red{
        font-size: 13px;
        color: red;
        font-weight: bold;
}
p.bold_text{
        font-weight: bold;
        font-size: 13px;
        text-decoration: underline;
        margin: 15px 0px 15px 0px;
}
table.tours{
        border: 1px solid black;
        border-collapse: collapse;
}
table.tours td{
        border: 1px solid black;
        text-align: left;
        height: 15px;
        width: 175px;
        padding: 0px 0px 0px 20px
}
table.tours tr{
        width: 350px;
}
td.bold{
        font-weight: bold;
}
img.gg{
        border: 0px;
        margin: 0px 0px 0px 30px;
}
ul.general_menu, ul.general_menu li, ul.general li a{
        margin: 0px;
        padding: 0px;
        float: left;
        text-align: left;
        list-style: none;
        border: 0px;
        margin: 1px 0px 0px 30px
}
img.general_menu{
        border:0px;
}
img.languages_fr{

}
