﻿/**
 * CSS Style Sheet for bilety-autobusowe.com
 * (c) 2008 Michal Luberda <luberda@iap.pl>
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
div,
span,
form,
input,
select,
option,
textarea,
ul,
li,
ol,
table,
tr,
td,
img {
    padding: 0;
    margin: 0;
    text-align: justify;
    font-family: arial, helvetica, seif;
    text-decoration: none;
    list-style: none;
    font-size: 13px;
    font-weight: normal;
}

body {
    text-align: center;
    background: #fff url(../image/back.gif) repeat-x 0 0;
}

h3,
p {
    margin-bottom: 10px;
    color: #494e55;
}

h2 {
    margin: 5px 20px 40px 0;
    z-index: 10;
}
    h2 span {
        font-size: 24px;
        color: #fff;
    }
h3 {
    background: #f4f4f4;
    padding: 6px 10px;
    border-top: 1px solid #446797;
}
    h3 span {
        font-size: 18px;
        color: #345787;
    }

ul {
    margin-bottom: 10px;
}
li {
    margin-left: 20px;
    color: #494e55;
    list-style: disc;
}

#div-container {
    margin: 0 auto;
    width: 980px;
    background: url(../image/content/back-bus.gif) no-repeat 40px 270px;
    /*border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;*/
}
    /* header */
    #div-header {
        position: relative;
        height: 99px;
        width: 980px;
    }
        h1 {
            width: 980px;
            height: 99px;
            background: #345787 url(../image/header/logo.gif) no-repeat 0 0;
        }
            h1 span {
                display: none;
            }
        #div-header p {
            position: absolute;
            left: 890px;
            top: 3px;
            color: #246;
            font-size: 11px;
            z-index: 10;
        }
            #div-header p a {
                color: #246;
                font-size: 11px;
                margin: 0 5px;
            }
            #div-header p .a-selected,
            #div-header p a:hover {
                color: #fff;
                text-decoration: underline;
            }
            #div-header #div-bus-top {
                position: absolute;
                left: 525px;
                top: 0;
                background: url(../image/header/bus-top.jpg) no-repeat 0 0;
                width: 504px;
                height: 140px;
                z-index: 5;
            }
            
    /* menu */
    #div-menu {
        width: 980px;
        height: 40px;
        background: #345787;
        border-top: 1px solid #4f77af;
    }
        .ul-menu-1 {
            margin: 12px 0 0 0;
            padding: 0;
        }
            .ul-menu-1 li {
                display: inline;
                margin-left: 20px;
                padding: 11px 0 0 0;
            }
                .ul-menu-1 li a {
                    color: #aaa;
                    font-size: 14px;
                }
                .ul-menu-1 li a:hover,
                .ul-menu-1 li.li-menu-selected-1 a {
                    color: #fff;
                }
                .ul-menu-1 li.li-menu-selected-1,
                .ul-menu-1 li:hover {
                    border-top: 1px solid #fff000;
                }
    /* content */
    #div-content {
        padding: 20px;
        background: url(../image/content/back.jpg) repeat-x 0 0;
        position: relative;
    }
        #div-inner {
        }
            #div-text {
                
            }
            #div-ads {
                
            }
        #div-content #div-bus-bottom {
            width: 455px;
            height: 80px;
            background: url(../image/content/bus-bottom.jpg) no-repeat 0 0;
            left: 525px;
            top: 0;
            position: absolute;
        }
        #div-content strong {
            margin: 0 10px;
        }
        #div-content blockquote {
            margin: 2em;
            padding: 1em;
            border: 1px solid #b11900;
            background: #fff4f1;
        }
        #div-system {
        }
        #div-iframe {
            text-align: center;
        }
            /* euroTICKET */
            #div-euroticket {
                float: left;
            }
                #div-euroticket-form {
                    position: relative;
                }
                    #div-euroticket-form form {
                        width: 456px;
                        height: 327px;
                        background: #fff url(../image/content/euroticket-back.jpg) no-repeat 0 0;
                    }
                    #div-euroticket-form #formeuroticketen {
                        width: 456px;
                        height: 327px;
                        background: #fff url(../image/content/euroticket-back-en.jpg) no-repeat 0 0;
                    }
                    #div-euroticket-form .p-from {
                        position: absolute;
                        left: 80px;
                        top: 180px;
                    }
                    #div-euroticket-form .p-to {
                        position: absolute;
                        left: 80px;
                        top: 210px;
                    }
                    #div-euroticket-form .p-submit-en,
                    #div-euroticket-form .p-submit {
                        position: absolute;
                        left: 183px;
                        top: 275px;
                    }
                        #div-euroticket-form .p-submit input {
                            background: url(../image/content/euroticket-submit.jpg) no-repeat 0 0;
                            width: 90px;
                            height: 27px;
                            cursor: pointer;
                            border: none;
                        }
                        #div-euroticket-form .p-submit-en input {
                            background: url(../image/content/euroticket-submit-en.jpg) no-repeat 0 0;
                            width: 90px;
                            height: 27px;
                            cursor: pointer;
                            border: none;
                        }
                    #div-euroticket-form label {
                        color: #6c6c6c;
                        width: 145px;
                        float: left;
                        font-weight: bold;
                    }
                    #div-euroticket-form select {
                        width: 140px;
                    }
            
            /* Voyager */
            #div-voyager {
                width: 456px;
                float: right;
            }
                #div-voyager-form p {
                    margin: 0;
                    padding: 0;
                }
                #div-voyager-form .voagerButton {
                    background: #fff;
                    border: 1px solid #345686;
                    font-weight: bold;
                    color: #345686;
                    padding: 0 5px;
                    font-family: verdana, tahoma, arial;
                    width: 65px;
                    cursor: pointer;
                }
    /* footer */
    #div-footer {
        clear: both;
        background: #224466;
        padding: 10px 20px;
    }
        #div-footer p {
            color: #aaa;
            text-align: center;
        }
            #div-footer p a {
                color: #ddd;
            }
            #div-footer p a:hover {
                color: #fff;
            }
    /* fill */
    #div-fill {
        background: #224466;
    }