body {
margin:0px;
background-color: #f8f8f8;
behavior:url("css/csshover.htc");
text-align:center;
}

/* formatowanie linkow */
a {
color: darkblue;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}


/* formatowanie menu poziomego */
/* div okalający menu poziome*/
#menu_table {
height: 196px;
width: 204px;
background-image: url("../images/menu_table.jpg");
padding:0px;
margin:0px;
}

/* formatowanie poszczegolnych pozycji - powtarzalne */
ul {
width: 204px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}
li {
height: 30px;
width: 204px;
background-image: url("../images/menu_item.jpg");
background-repeat: no-repeat;
display: block;
text-align: left;
list-style-type: none
}

li:hover{
height: 30px;
width: 204px;
background-image: url("../images/menu_item_on.jpg");
background-repeat: no-repeat;
display: block;
list-style-type: none
}

li a {
color: #e4e7eb;
font-family: book antiqua;
font-size: 9pt;
margin-left: 40px;
text-decoration: none;
line-height: 225%;
width:75%;
display:block;
}

li a:hover {
color: white;
margin-left: 45px;
}



/* formatowanie wyboru jezyka */

div#ustawjezyk {
height: 33px;
width: 593px;
background-image: url("../images/mb_03.jpg");
padding:0px;
margin-right:0px;
color: #7e99aa;
text-align: right;
float: right;
}

a.ustawjezyk {
text-decoration: none;
color: #7e99aa;
font-family: tahoma;
font-size: 8pt;
line-height: 300%;
margin-right: 30px;
text-align: right;
}

a.ustawjezyk:hover {
text-decoration: underline;
}


/* formatowanie stopki - najnizszej komorki strony */
#stopka {
height: 60px;
width: 797px;
background-image: url("../images/mb_14.jpg");
padding:0px;
margin:0px;
}

/*lewy modul stopki */
#left {
width:48%;
float: left;
margin-left: 20px;
margin-top: 5px;
color: #bbbbbb;
font-family: tahoma;
font-size: 8pt;
line-height: 100%;
}

/*prawy modul stopki */
#right {
width:48%;
float: right;
text-align: right;
}

/* linki w stopce - menu pomocnicze */
a.menu_stopka {
color: #04202e;
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
line-height: 300%;
}

a.menu_stopka:hover {
text-decoration: underline;

}

/* formatowanie lini poziomej - tu najnizszy element strony, zamykajacy */
.hr {
color: #c2c8da;
margin-top: -1px;
}

/* formatowanie obszaru zawartosci tekstowej */
/* div okalający */

#container {
width: 593px;
/* height: 462px; */


background-image: url("../images/mb_12a.jpg");
background-repeat: no-repeat;
background-position: top;
background-color: #ffffff;
display: block;
position:relative;
height: 100%;
<!--[if gt IE 5.0]>
height: 688px;
<![endif] --> 
}

/* div, w którym wyswietlamy zawartość tesktową */
div.text {
width: 553px;
/* height: 432px; */
height: 100%;
margin-left: 15px;
margin-right: 15px;
font-family: tahoma;
font-size: 8pt;
text-align: left;
display: block;
position:relative;
/* overflow:auto;
scrollbar-3dlight-color:#e2e2e2;
scrollbar-arrow-color:#999999;
scrollbar-base-color:white;
scrollbar-darkshadow-color:#e2e2e2;
scrollbar-face-color:white;
scrollbar-highlight-color:#f8f8f8;
scrollbar-shadow-color:white; 
*/
}

/* formatowanie nagłówka tekstu */
h2{
color: #9f0000;
font-weight: bold;
font-size: 12pt;
}

/* formatowanie dodatkowe */
td.lewa {
background-image: url("../images/lewa_bg.jpg");
}

#rel {
padding-top: 10px;
width: 500px;
margin:auto;
}

#rel a {
font-size: 7pt;
font-family: arial, sans-serif;
color: #d8d8d8;
text-decoration: none;
}

#rel a:hover {
font-size: 7pt;
font-family: arial, sans-serif;
color: #c2c2c2;
text-decoration: underline;
}

/*jedziemy z koksem w tworach microsoftu grr.... */
<!--[if gt IE 5.0]><![if lt IE 7]>
<style type="text/css">
li {  
  behavior: url( IEmen.htc );
}

<![endif]><![endif]-->