
/*
// LAYOUT html,body 
/ 
/////////////////////////////////////////////////////////////// */

html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
scroll: no;
border: none;
text-align: center;
vertical-align: top;
background-color : #ffffff;
}


#tableBody {
width: 1000px;
}


/*
// Header content
/ 
/////////////////////////////////////////////////////////////// */

td.header {
display:none;
}

td.headerEdges {
display:none;
}
td.headerLeft {
display:none;
}
td.headerRight {
display:none;
}


/*
// Main content
/ 
/////////////////////////////////////////////////////////////// */

td.mainTop {
display:none;
}
td.main {
width: 1000px;
}

td.tableMain_edgeLeft {
width: 140px;
}
td.tableMain_text {
width: 500px;
vertical-align: top;
}
td.tableMain_borderCenter {
width: 60px;
}
td.tableMain_menu {
width: 240px;
vertical-align: top;
}
td.tableMain_edgeRight {
display:none;
}


td.tableMain_menu {
display:none;
}
}
td.tableMain_banner {
width: 240px;
height: 140px;
}

td.tableMain_bannerEdges {
width: 40px;
height: 30px;
}
td.tableMain_bannerEdgesCenter {
width: 160px;
height: 30px;
}

td.tableMain_bannerCenterEdges {
width: 40px;
height: 80px;
}
td.tableMain_bannerCenter {
width: 160px;
height: 80px;
}


td.tableMain_search {
display:none;
}
td.tableMain_search2 {
display:none;
}

td.tableMain_searchEdgesTop {
display:none;
}
td.tableMain_searchEdgesBottom {
display:none;
}

td.tableMain_searchEdgesCenterTop {
display:none;
}
td.tableMain_searchEdgesCenterBottom {
display:none;
}

td.tableMain_searchCenterEdges {
display:none;
}
td.tableMain_searchCenter {
display:none;
}



td.tableMainText_title {
width: 400px;
height: 30px;
vertical-align: bottom;
text-align: left;
font-weight : 700;
font-size : 12pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
}
td.tableMainText_date {
width: 100px;
height: 30px;
vertical-align: bottom;
text-align: center;
}
td.tableMainText_border {
width: 500px;
height: 20px;
background-image : url(../images_other/body_hborder_50_20.png);
}
td.tableMainText {
width: 500px;
vertical-align: top;
text-align: justify;
}


td.tableMainSearch_title {
width: 300px;
height: 30px;
vertical-align: bottom;
text-align: left;
font-weight : 700;
font-size : 12pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
}
td.tableMainSearch_date {
width: 200px;
height: 30px;
vertical-align: bottom;
text-align: right;
}


#banner {
width: 160px;
vertical-align: top;
}


#text {
width: 410px;
vertical-align: top;
text-align: left;
}

#szukajButton {
width: 120px;
height: 20px;
}



/*
// Footer content
/ 
/////////////////////////////////////////////////////////////// */

td.footer {
display:none;
}

td.footerEdges_left {
display:none;
}
td.footer_center {
display:none;
}
display:none;
}

td.footer_centerTop {
display:none;
}
td.footer_centerBottom {
display:none;
}


/*/
// FONTS
/ 
////////////////////////////////////////////////////////////////*/

body, td, th {
font-weight : 400;
font-size : 8.6pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
text-align : left;
}
a:active, a:visited,  a:link {
font-weight : 400;
font-size : 8.6pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
text-align : left;
}
a:hover {
font-weight : 400;
font-size : 8.6pt;
color : #ef7900;
font-family : arial;
text-decoration : none;
text-align : left;
}


.textTitleBig {
font-weight : 600;
font-size : 12pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
}


.textTitle {
font-weight : 600;
font-size : 10pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
}
a.textTitle:link, a.textTitle:active, a.textTitle:visited {
font-weight : 600;
font-size : 10pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
}
a.textTitle:hover {
font-weight : 600;
font-size : 10pt;
color : #ef7900;
font-family : arial;
text-decoration : none;
}

.text {
font-weight : normal;
font-size : 8.6pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
}
a.text:link, a.text:active, a.text:visited {
font-weight : normal;
font-size : 8.6pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
}
a.text:hover {
font-weight : normal;
font-size : 8.6pt;
color : #ef7900;
font-family : arial;
text-decoration : none;
}


.textVideo {
font-weight : normal;
font-size : 8.6pt;
color : #ef7900;
font-family : arial;
text-decoration : none;
}
a.textVideo:link, a.textVideo:active, a.textVideo:visited {
font-weight : normal;
font-size : 8.6pt;
color : #ef7900;
font-family : arial;
text-decoration : none;
}
a.textVideo:hover {
font-weight : normal;
font-size : 8.6pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
}

.textCopyright {
font-weight : 500;
font-size : 7.9pt;
color : #a5acb4;
font-family : arial;
text-decoration : none;
}
a.textCopyright:link, a.textCopyright:active, a.textCopyright:visited {
font-weight : 500;
font-size : 7.9pt;
color : #a5acb4;
font-family : arial;
text-decoration : none;
}
a.textCopyright:hover {
font-weight : 500;
font-size : 7.9pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
}


/*/
// IMG
/ 
////////////////////////////////////////////////////////////////*/

.image {
border : solid 1px #1b2865;
padding : 0px;
}


/*/
// FORM font	
/ 
////////////////////////////////////////////////////////////////*/

.text_form_name {
font-weight : bold;
font-size : 8.6pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
}

.text_form {
font-weight : normal;
font-size : 8.6pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
}

.text_form_title {
font-weight : normal;
font-size : 8.6pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
text-align : right;
vertical-align : top;
}

.text_form_error {
font-weight : 900;
font-size : 8pt;
color : #ef7900;
font-family : arial;
text-decoration : none;
text-align : left;
vertical-align : top;
}

td.form_star {
font-weight : normal;
font-size : 8pt;
color : #ef7900;
font-family : arial;
text-decoration : none;
text-align : left;
vertical-align : top;
}

td.form_submit {
text-align : center;
vertical-align : middle;
}


/*/
// FORM button textarea	
/ 
////////////////////////////////////////////////////////////////*/


.textArea_search
{
width: 140px;
height: 20px;
background-color: #ffffff; 
border: 0px solid #ffffff; 
font-weight : 900;
font-size : 8.6pt;
color : #1b2865;
font-family : arial;
text-decoration : none;
text-align : center;
vertical-align : middle;
}

.textarea
{
width: 250px;
background-color: #ffffff; 
font-weight: normal; 
font-size: 8.6pt;
border: 0.5px solid #273e94;
padding: 3px; 
color: #1b2865; 
font-family: arial; 
text-decoration: none;
}
