html, body {
	/*background-color: #FFFFFF;*/
	color: #000000;
	font-family: verdana;
	font-size: 11px;
    margin: 0;
	padding: 0;
}

#c_banner_top {
	width: 100%;
	text-align: center;
	background-color: #2E2E2E;
	/*background-color: silver;*/
}

#banner_top {
	width: 1000px;
	height: 80px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	margin-left: auto;
      margin-right: auto;
}

#c_main {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

#main {
	width: 1000px;
	text-align: center;
	color: #777777;
	background-color: #FFFFFF;
	margin-left: auto;
    margin-right: auto;
}

#menu {
	width: 270px;
	float: left;
	text-align: left;
    font-style: normal;
	/*overflow: hidden;*/
	background-color: #FFFFFF;
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 20px;
	
    background-image: url('img/tlo_menu.gif');
	background-position: top left;
	background-repeat: no-repeat;
	
}

#content {
	width: 660px;
	float: left;
	background-color: #FFFFFF;
background-image: url(img/tlo_podstrona.gif);
background-position:bottom right;
background-repeat:no-repeat;
      padding-top: 20px;
}

#c_banner_bottom {
      clear: both;
	width: 100%;
	text-align: center;
	background-color: #b02143;
}

#banner_bottom {
	width: 1000px;
	height: 250px;
	text-align: center;
	background-color: #D21D48;
	margin-left: auto;
      margin-right: auto;
}

#c_footer {
      clear: both;
	width: 100%;
	text-align: center;
	background-color: #D21D48;
}

#footer {
	width: 1000px;
	padding: 10px;
	margin-left: auto;
      margin-right: auto;
      font-size: 8pt;
}

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline;}

A:link.m_link_n {text-decoration: none; color: gray; font-weight: bold;}
A:visited.m_link_n {text-decoration: none; color: gray; font-weight: bold;}
A:active.m_link_n {text-decoration: none; color: gray; font-weight: bold;}
A:hover.m_link_n {text-decoration: none; color: gray; font-weight: bold;}

A:link.m_link_l {text-decoration: none; color: gray;}
A:visited.m_link_l {text-decoration: none; color: gray;}
A:active.m_link_l {text-decoration: none; color: gray;}
A:hover.m_link_l {text-decoration: none; color: gray;}

A:link.m_link_l_sel {text-decoration: none; color: black;}
A:visited.m_link_l_sel {text-decoration: none; color: black;}
A:active.m_link_l_sel {text-decoration: none; color: black;}
A:hover.m_link_l_sel {text-decoration: none; color: black;}

img.img_va_m {
vertical-align: middle;
border: 0px;
}

#table_menu {
       width: 270px;
       border-collapse: collapse;
       border-spacing: 0;
       padding: 0;
       font-size: 9pt;
       /*margin-left: 35px;*/
}

td.td_menu_root {
padding-left: 0px;
padding-top: 10px;
vertical-align: middle;
font-size: 9pt;
color: #4A4A4A;
font-weight: bold;
}

td.td_menu_link {
border-bottom: 1px solid #E1E1E1;
padding-top: 3px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 3px;
line-height: 150%;
font-size: 9pt;
cursor: pointer;
}

td.td_menu_img {
padding-top: 4px;
padding-left: 4px;
padding-left: 3px;
vertical-align: top;
border-bottom: 1px solid #E1E1E1;
cursor: pointer;
}

.style1 {color: #FFFFFF;}

.nobr {white-space: nowrap;}

