body
{
	background-color: #f0f0f0;
	background-image: url(../images/main/background.jpg);
	background-repeat: repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	font: 14px Arial, Tahoma, "Lucida Grande", Lucida, sans-serif;
	text-align: center;	
	
}


img {
	border: 0;
}

h2 {
	font-size: 12px;
}


#column_left {
	width: 210px;
	float: left;
}

#column_right {
	width: 700px;
	float: left;
}

#menu_firmy {
	width: 210px;
	height: 260px;
	background-image: url(../images/main/menu_firmy.jpg);
}

#menu_navigation {
	width: 210px;
	height: 290px;
	background-image: url(../images/main/menu_navigation.jpg);
}

#menu_address {
	width: 210px;
	height: 180px;
	background-image: url(../images/main/menu_address.jpg);
}

#main {
	width: 910px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;

}

#all_ct {
    text-align: center;  
	overflow: hidden;
}

#header {
	height: 167px;
	width:  910px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#footer {
	height: 34px;
	width:  910px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../images/main/bottom.jpg);
	clear: both;
}

.footer_text {
	text-align: center;
	color: #434343;
	padding-top: 5px;
}

.menu_table {
	border: 0px;
	text-align: left;
	padding-left: 10px; 
	padding-top: 2px;
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: #ccaa06;
	height: 20px; 
	color: #434343; 
	font-size: 15px; 

	font-weight: bold;
}

.menu_table:hover {
	border: 0px;
	text-align: left; 
	padding-left: 10px; 
	padding-top: 2px;
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: #ccaa06;	
	height: 20px; 
	color: #434343; 
	font-size: 15px;
	 
	background-color: #ffbf00;
	font-weight: bold;
}

.menu_table_active {
	border: 0px;
	text-align: left; 
	padding-left: 10px; 
	padding-top: 2px;
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: #ccaa06;	
	height: 20px; 
	color: #434343; 
	font-size: 15px;
	 
	background-color: #ffbf00;
	font-weight: bold;
}

.menu_table2 {
	border: 0px;
	text-align: left;
	padding-left: 10px; 
	padding-top: 2px;
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: #ccaa06;
	height: 18px; 
	color: #222222; 
	font-size: 13px; 

	background-color: #ffcc33;
	font-weight: bold;	
}

.menu_table2:hover {
	border: 0px;
	text-align: left; 
	padding-left: 10px; 
	padding-top: 2px;
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: #ccaa06;	
	height: 18px; 
	color: #000; 
	font-size: 13px;
 
	background-color: #ffbf00;
	font-weight: bold;
}

.menu_table2_active {
	border: 0px;
	text-align: left; 
	padding-left: 10px; 
	padding-top: 2px;
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: #ccaa06;	
	height: 18px; 
	color: #000; 
	font-size: 13px;
	 
	background-color: #ffbf00;
	font-weight: bold;
}

.tresc_title {
	font-size: 20px;
	color: #434343;
	text-align: left;
	font-weight: bold;
}

.banner_box {
	background-color: #cbcbcb; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #626262; 
	padding: 6px;
	text-align: left;
	color: #252525;
	font-size: 13px;
}

.tresc_box {
	background-color: #cbcbcb; 
	background-image: url(../images/main/tlo.gif);
	border-style: solid; 
	border-width: 1px; 
	border-color: #626262; 
	padding: 10px;
	text-align: left;
	color: #252525;
	font-size: 13px;
}

.tresc_box_white {
	background-color: #fff; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #626262; 
	padding: 10px;
	text-align: left;
	color: #252525;
	font-size: 13px;
}

a:link {
	color: #434343;
	text-decoration: none;
} 
a:visited {
	color: #434343;
	text-decoration: none;
} 
a:active {
	color: #434343;
	text-decoration: none;
}       
a:hover {
	color: #434343;
	text-decoration: none;
}  

.link_red:link {
	color: #000000;
	text-decoration: underline;
}
.link_red:visited {
	color: #000000;
	text-decoration: underline;
}
.link_red:active {
	color: #000000;
	text-decoration: underline;
}       
.link_red:hover {
	color: #ff0000;
	text-decoration: none;
}  
