/* ende.com.pl style.css */

* {
margin:     0;
padding:    0;
border:     none;
color:      #a0a0a0; /*#a0a0a0;*/
background: #ffffff;
}

html, body {
font:       8pt/1.5 arial, verdana, helvetica, sans-serif;
}

body {
padding:    20px;
}


a {
text-decoration:    none;
border-bottom:  1px solid;
}

abbr, acronym {
border-bottom: 1px dotted #000;
cursor: help;
}

address { font-style: normal; }

h1 { font-size:  12pt; }
h2 { font-size:  11pt; }
h3 { font-size:  10pt; }

p { text-align: justify; }

li { list-style-type:    none;} /*none*/

dt { float:  left; }

dd {
margin-left: 7em;
text-align:  justify;
}

dl { margin-bottom: 10px; }

q:lang(pl) { quotes: "\201E" "\201D" "\00AB" "\00BB" }
q:before { content: open-quote }
q:after { content: close-quote }



/* Main layout */
#content_box {
    border:     2px solid ;
    /*background: url('../images/content_box_background-2.0.jpg'); */

    width:      915px;
    height:     450px;

    position:   absolute;
    top:        50%;
    left:       50%;

    margin-left:    -457px;
    margin-top:     -225px;
}

#menu_description {
    /*background: #ee9999;*/
    border-left:    1px solid;
    border-right:   1px solid;

    width:      480px !important;
    height:     30px  !important;
    padding:    5px;

    position:   absolute;
    top:        0px;
    left:       306px;

    font-size:  16pt;
    letter-spacing: 4pt;

/* pierdzielone IE6 block */
    width:      490px;
    height:     40px;
}

#menu_bar_box {
    background: #ffffff; 
    
    border-top:     1px solid;
    border-bottom:     1px solid;
    width:      915px;
    height:     78px; /* 78 + 1 + 1 (border) = 80px */

   
    position:   relative;
    top:        40px;
    left:       0;

}

#Return2MainPageButton {
    position:   absolute;
    top:        10px;
    right:      12px;
}

#left_box {
    /*background-color: #99ff99; */

    width:      282px !important;
    height:     318px;
    padding:    5px;
    padding-left:   20px;

    position:   absolute;
    top:        122px;
    left:       0px;
    
/* pierdzielone IE6 block */
    width:      308px;
}


#main_box {
    /*background: #9999ff; */
    width:      480px !important;
    height:     320px !important;
    padding:    5px   !important;

    border-left:    1px solid;
    border-right:   1px solid;

    overflow:   auto;

    position:   absolute;
    top:        120px !important; 
    left:       306px;

    /* pierdolone IE6 block */
    width:          490px;
    height:         327px;
    top:            119px;
}


