body {
    color: black;
    font-family: arial, tahoma, helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    text-decoration: none;
}

div.errorMessage {
	color: red;
}

div.main {
    width: 785px;
    margin: 15px auto;
    text-align: left;
    border: 0px;
    background-color: #FFFFFF;
}

div.timeRow {
	float:left; 
	width:100px;
	font-size:9pt
}

div.panelRow {
	float:left;
	width:380px;
	font-size:9pt
}
div.row {
    width: 785px;
    position:relative;
	float: left;
}

div.logo {
	position: relative;
    border: 0px;
    left: 5px;
}

div.when {
    float: bottom;
    border: 0px;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    color: #0A4685;
    font-weight: bold;
    text-align: right;
    margin-top: 60px;
}

img.logo_bf7 {
    -moz-opacity: 1;
    filter: alpha(opcity=100);
    opacity: 1;
    border: 0px;
}

#menu_ {
	position: relative;
	left:5px;
    width: 785px;
    background-color: #83bac2;
    float: left;
    font-size: 13px;
    display: none;
    z-index:1;
}

div.menu_eng {
    width: 800px;
    background: url('gfx/basic/bgMenu.jpg') repeat-x;
    float: left;
    font-size: 13px;
}

div.content {
    width: 800px;
    float: left
    padding: 10px 0px;
}

ul.topmenu  {
    float:left;
    width:100%;
    padding:0;
    margin:0;
    list-style-type:none;
    }

li.topmenu  {
    display: inline;
    }

li.blacklist {
	color: #000000;
}

a.distinctField {
	color: #fff842;
}

a.topmenu   {
    float:left;
    width:6em;
    height: 100%;
    text-decoration:none;
    color:white;
    padding:0.5em 0.6em;
    border-right:1px solid #808080;
    font-weight: bold;
    }

a.topmenu:hover {
    background: #83A0C2;
    color: white;
    }

div.prawe {
    width: 540px;
    margin: 0px 0px 10px 5px;
    float: left;
    border: 0px;
}

div.lewe {
    width: 250px;
    float: left;
    background-color: white;
    padding: 0px;
    overflow: hidden;
}

div.okno_lewe {
    width: 238px;
    margin: 10px 5px;
    border: 1px solid #7496BC;
    background-color: white;
    overflow: hidden;
}

div.row_w_oknie_lewym {
    width: 100%;
    height: 25px;
    background: url('./gfx/basic/bgMenu.jpg') repeat-x;
}

div.text_w_oknie_lewym {
    width: 230px;
    font-size: 11px;
    padding: 5px 4px;
}

span.naglowek_w_oknie_lewym {
    font-size: 13px;
    color: white;
    font-weight: bold;
    position: relative; left: 10px; top: 6px;
}

div.okno_prawe {
    width: 528px;
    margin: 10px 5px;
    border: 1px solid #7496BC;
    background-color: white;
    overflow: hidden;
}

div.row_w_oknie_prawym {
    width: 100%;
    height: 25px;
    background: url('gfx/basic/bgMenu.jpg') repeat-x;
}

img.zyta {
    background: url('bgrow.gif');
}

div.text_w_oknie_prawym {
    width: 498px;
    font-size: 11px;
    padding: 5px 15px;
}

span.naglowek_w_oknie_prawym {
    font-size: 13px;
    color: white;
    font-weight: bold;
    position: relative; left: 10px; top: 6px;
}

span.naglowki {
    font-weight: bold;
    font-size: 1.2em;
    color: white;
    position: relative;
    top: 5px;
    left: 5px;
}

li {
    color: #5275A8;
    line-height: 1.5em;
}

td.accreditation_left {
    width: 30%;
    text-align: right;
    font-weight: bold;
    color: #124C8B;
}

td.accreditation_right {
    width: 70%;
}

a.href {
    color: #235793;
    text-decoration: none;
    font-weight: bold;
    float: left;
}

a {
    color: #104093;
    text-decoration: none;
    font-weight: bold;
}

a:link {
    color: #104093;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #83bac2;
    text-decoration: none;
    font-weight: bold;
}

a.href:hover {
    color: #7D9DC3;
}

a.navi_front {
    color: white;
    text-decoration: none;
}

a.navi_front:hover {
    color: #A9A091;
}

a.lang {
	color: #FFFFFF;
	font-size: 8pt;
    text-decoration: none;
	font-weight: bolder;
}

/* MENU */

/* horizontal menu bar */
ul.mbh {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        font-size: 11px;
}
ul.mbh li {
        float: left;
        padding: 0;
        margin: 0;
        z-index: 1;
        position: relative;
}
ul.mbh ul li {
        float: none;
        border-bottom: 1px solid #0A4685; /* fixes gap problem in IE */
}
/* separator to mark end of menu group */
ul.mbh ul li.end {
        border-bottom: 2px dashed #0A4685;
}
ul.mbh li ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        top: 20;
        left: 0;
        background: #83bac2;
        z-index: 2;
}

ul.mbh ul ul {
        margin-left:  .2em; 
        position: relative;
        top: 0; /* if using borders, -1px to align top borders */
        left:  9em; 
}

ul.mbh li a:link,
ul.mbh li a:visited,
ul.mbh li a:hover,
ul.mbh li a:active {
        display: block;
        padding: .2em .2em; 
        text-decoration: none;
        background: #83bac2;
        color: white;
}
ul.mbh li a:hover,
ul.mbh li a:active {
        background: url('gfx/basic/bgMenu.jpg') repeat-x;
        color: white;
}
ul.mbh ul li a:link,
ul.mbh ul li a:visited,
ul.mbh ul li a:hover,
ul.mbh ul li a:active {
        width: 12em;
}

ul.mbh ul li a.hidden:link,
ul.mbh ul li a.hidden:visited {
        background: #83A0C2;
}
ul.mbh li a.visible:link,
ul.mbh li a.visible:visited,
ul.mbh li a.visible:hover,
ul.mbh li a.visible:active {
        background: url('gfx/basic/bgMenu.jpg') repeat-x;
        color: white;
}
ul.mbh ul li a.visible:link,
ul.mbh ul li a.visible:visited,
ul.mbh ul li a.visible:hover,
ul.mbh ul li a.visible:active {
        background: url('gfx/basic/bgMenu.jpg') repeat-x;
}

/* #0A4685 */

/* END MENU */

