/* =============================== Futbolo4ka CSS File =============================== */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


/* =============================== BODY =============================== */
body {
	background-color: #96cdfd;
	font-family: Tahoma;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #222222;
}

/* =============================== COMMON =============================== */
img {border: 0px;}

table td {font-size: 12px;}

a {color: #1c67ff;}

p {text-align: justify; margin: 10px 0 12px 0;}

/* =============================== MENUS =============================== */
td.main_menu_element {
	vertical-align: middle;
	text-align: center;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	background-repeat: no-repeat; 
	background-position: center;
	background-image: url(/images/umenu/button_main-menu.gif);
	width: 230;
	height: 42;
	padding: 2px;
}

table.main_menu a {color: #3d3131}
table.main_menu a:link {text-decoration: none;}
table.main_menu a:visited {text-decoration: none;}
table.main_menu a:hover {text-decoration: underline; color: #002b80}
table.main_menu a:active {text-decoration: none;}

.site_path {
	font-family: Tahoma;
	font-size: 12px;
	color: #0042a6;
}



/* =============================== TEXT =============================== */
.std_text {
	font-family: Tahoma;
	font-size: 12px;
}

.text1 {
	color: #a1179a;
}


p.home_text {
	line-height: 18px;
	text-indent: 20px;	
	text-align: justify;
}

.red {
	color: red;
}

a2 {
	color: #ff00f1;
}


h2 {
	margin: 8px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: underline;
	color: #555555;
}

h2.welcome {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	text-align: center;
	color: #393939;
}



h3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	
	margin: 1px;
	
	text-align: center;
	text-decoration: underline;
}

h3.contacts {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}


h4 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	
	margin: 1px;
	
	text-align: center;
	text-decoration: underline;
}

td.contacts_category {
	text-align: right;
	width: 100px;
	color: #AAAAAA;
	font-weight: bold;
}


span.contacts_category {
	color: #AAAAAA;
	font-weight: bold;
}


p.ind {
	text-indent: 20px;
}

/* ============================== BLOCKS ============================= */

div.block_tl, div.block_tr, div.block_bl, div.block_br {
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}

div.block_tl {background-position: left top; background-color: #FFFFFF;}
div.block_tr {background-position: right top;}
div.block_bl {background-position: left bottom;}
div.block_br {background-position: right bottom;}

/* ============================== LINKS ============================= */

table.sitemap a {
	color: #0f479b;
}


