*
{
	margin: 0em;
	padding: 0em;
}

a
{
	color: #8DA359;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

body
{
	/*background-color: #FFF;*/
	color: #37371E;
	font-family: Tahoma, Arial;
/*	font-family: Georgia, Tahoma, Arial;*/

	font-size: 10pt;
/*	background-color: #CECF8F;*/
/*	background: url(images/main_bk.jpg) top repeat-x;*/
/*	background: url(images/bosco.jpg) repeat;*/
	background: url(images/bk05.jpg) repeat;

}
.bolder
{
	font-size: 1em;
	color:#006736;	
	font-weight: bold;
}
/*Вид картинок в основном тексте*/
	.picleft
		{
		margin: 0em 1em 0  0;
		float: left;
		padding: 3px;
		border: 1px solid;
		}
	.picright
		{
		margin: 0em 0 0 1em;
		float: right;
		padding: 3px;
		border: 1px solid;
		}
	.piccenter
		{
		margin: 0em;
		float: inherit;
		padding: 3px;
		border: 0px solid;
		}

	.picleft_news
		{
		margin: 0em 1em 0  0;
		float: left;
		padding: 3px;
		width: 150px;
		/*border: 1px solid;*/
		}



/*Вид картинок в колонке*/
	.picleft_col
		{
		margin: 0em 1em 0  0;
		float: left;
		}
	.picright_col
		{
		margin: 0em 0 0 1em;
		float: right;
		}
/*Вид маленьких картинок в галлерее*/
	.gallery_img{
		margin: 2px 5px;
		float: left;
		padding: 3px;
		border: 1px solid;
}

/*Вид маленьких картинок в новостной ленте*/
	.picnews{
		margin: 0em 5px 0  0;
		float: left;
		padding: 2px;
	}
/*Вид картинок в списке спонсоров*/
	.sponsor_img{
		margin: 2px 2px;
		float: left;
		/*padding: 3px;*/
}






/*Баннер на первой странице*/
	#top_ban{
		/*visibility:hidden;*/
		visibility: visible;
	}
	#top_ban{
		background: url(images/rus_ban/25092010.jpg) left top no-repeat;
		border: none;
		height: 306px;
	}
	.text{
	position: relative;
	padding: 20px;
	}


	#top_ban2{
		/*visibility:hidden;*/
		visibility: visible;
		
	}
	#top_ban2{
		background: url(images/rus_ban/18102010.jpg) left top no-repeat;
		border: none;
		height: 306px;
	}
	#top_ban2 .text{
	position: relative;
	padding: 20px;
	text-align: right; 	
	}
/*Оформление переключения языка*/
		#lang
		{
		position: relative;
		/*position: absolute;*/
		padding-left: 65.0em;
		font-size: 0.8em;
		font-weight: bold;
		color: #FFF;		
		visibility: hidden;
		}
		#lang a 
		{
		color: #FFF;		
		}
		#lang a:hover 
		{
		text-decoration: none;
		color: #006736;		
		}
/*Это если надо с флажками
		#rus a 
		{
			display: block; 
			width: 22px;
			height: 16px;
			float:left;
			background: url(images/rus_flagl.gif) left top no-repeat; 	
		}

		#rus a:hover {
			display: block; 
			width: 22px;
			height: 16px;
			background: url(images/rus_flag.gif) left top no-repeat; 	
		}

		#eng a {
			display: block; 
			width: 22px;
			height: 16px;
			float:left;
			margin-left:5px;
			background: url(images/eng_flagl.gif) left top no-repeat; 	
		}

		#eng a:hover {
			display: block; 
			width: 22px;
			height: 16px;
			background: url(images/eng_flag.gif) left top no-repeat; 	
		}
*/
/*Шапка логотипа*/
#topouter
{
	width: 120px;
	height: 20px;
	display: block; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
/*	background-color: #FFF;	
	padding: 0.5em;
	background-image: url('images/logo.gif');*/
	background-repeat: no-repeat;
	 	
}


#golf_logo{
	/*position: relative;*/
	position: absolute;
	margin-left: -7px;
	margin-top: -7px;
	padding: 0em;
	}


/*Внешняя рамка (Внимание! Подложка внешней рамки задается непосредственно в PHP*/
#outer
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1.0em;
	background-color: #FFF;	
	padding: 0.5em;
	margin-bottom: 0.5em;
	border: solid 1px #1a844c;
/*	border: solid 1px #cecf8f;*/
/*	background-image: url('images/a2.jpg');*/
	background-repeat: no-repeat;
}

/*Внутренняя рамка*/
#outer2
{

	padding: 1.0em;
}


	
/*Горизонтальное меню*/

/*Общие для вех броузеров параметры */
.menu {
/*	font-family: Georgia, tahoma, arial, sans-serif; */
	font-family: Tahoma, arial; 
	width:760px; 
	height:10px; 
	position:relative; 
	font-size:1em; 
	z-index:100;
	margin-left: auto;
	margin-right: auto;
	}

.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000; 
	width:106px; 
	height:20px; 
	text-align:center; 
	color:#fff; 
	border-bottom:1px solid #fff;
	border-collapse: collapse;	
	background: url(images/menu_bk1.png) left top no-repeat;
/*	background:#006736;*/
	line-height:20px;
	font-size:10px; 
	overflow:hidden;
	}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/*Карта сайта*/

#column1 table td.sitemap {
	border: none;
}

.sitemap ul {
	padding:0; 
	margin:0; 
	list-style: none;
}

/*Таблица в тексте без рамок*/
#column1 table.txt td{
	border: none;
}




/*Заголовок*/
#header
{
	color: #FFF;
	padding: 17.0em 0em 0.6em 0.8em;
}

#header h1
{
	font-size: 2.0em;
/*	text-transform: lowercase;*/
	font-weight: normal;
	letter-spacing: -0.05em;
}

#header h2
{
	position: relative;
	top: -0.1em;
/*	text-transform: lowercase;*/
	font-size: 0.8em;
/*	color: #4F4F2B;*/
}

/*Контент*/

#content
{
	margin-top: 1.0em;
	padding-top: 1.2em;
/*	padding: 1.2em;*/
	line-height: 1.5em;
	font-size: 0.9em;
	position: relative;
}

/*Подвал*/
#footer
{
	height: 6em;
	display: block; 
	padding-top: 1.0em;
	font-size: 1em;
	color: #AFA162;
	text-align: center;
	padding: 1.2em;
	clear: both;
	border-top: dashed 1px #CECF8F;
}

#footer ul
{
	list-style: none;
	padding: 0em;
}

#footer li
{
	display: inline;
	font-size: 0.9em;
	font-weight: normal;
}

#footer li a
{
	padding: 1em;
}

#footer p
{
	padding-top: 5px;
}

/*Левый, широкий столбец*/

#column1
{
	width: 530px;
	float: left;
	position: relative;
	padding: 0 10px 0 20px;
	background-color: #FFF;
}

#column1 p
{
	text-align: justify;
	margin-bottom: 1.0em;
	color: #4F4F2B;
	text-indent: 2em;
}

#column1 p.attansion /*Оформление выделенного параграфа*/
{
	border-left: solid 2px #CECF8F;
	margin-left: 4em;
	padding-left: 2em;	
}

#column1 p.attansion2 /*Оформление выделенного параграфа ВНИМАНИЕ!*/
{
	/*border: solid 1px #CECF8F;*/
	border: solid 1px #CECF8F;
	margin: 2em;
	padding: 2em;	
}



.anonce /*Оформление важного анонса*/
{
	border: solid 1px #CECF8F;
	border-radius: 1em;
	padding: 1em;
	display: block;
	text-align: center;
/*	width: 400px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 2em;

/*	float: right;
*/	
}

.anonce p{
	font-size: 0.9em;
}

/*Новостная колонка на первой странице*/

.mp-news {
/*
	border: solid 1px #CECF8F;
	border-radius: 1em;
	padding: 1em;
	display: block;
	text-align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 2em;
*/
}
.mp-news p {
	border: solid 1px #CECF8F;
	padding: 1em;
}

.mp-news cite {
	color: #FFF;
	background-color: #CECF8F;
	padding-left: 1em;
	font-style: normal;
}



#column1 h3
{
	font-size: 1.2em;
	border-bottom: dashed 1px #CECF8F;
	margin-bottom: 1.0em;
	overflow:hidden;
}


#column1 ul
{
	/*list-style: none;*/
	line-height: 2.0em;
	margin-bottom: 1.0em;
	margin-left: 4em;
}

#column1 li
{
	line-height: 1.5em;
	text-align: justify;
	/*border-bottom: dashed 1px #EFEFD6;*/
}


/*Используется для новостей на главной странице*/
#column1 h4
{
	font-size: 1em;
	/*border-bottom: dashed 1px #CECF8F;*/
	margin-bottom: 1.0em;
}

#column1 cite{
	font-size: 1em;
	display: block;
	font-weight: normal;
}



#pakage {
	text-align: center;
	display: block; 
	margin-bottom: 1em;
	padding-top: 2em;
	}


/*Правй, узкий столбец, подменю*/
#column2
{
	width: 175px;
	float: right;
	position: relative;
	margin-left: auto;
	padding: 0 20px 0 10px;
/*	background-color: #FCF;*/
}

#column2 p
{
	text-align: left;
	margin-bottom: 1.0em;
/*	color: #A3A3A3;*/
	font-size: 0.9em;
	line-height: 1.6em;

}

#column2 h3
{
	font-size: 1.1em;
	border-bottom: dashed 1px #CECF8F;
	margin-bottom: 1.0em;
}

#column2 ul
{
	list-style: none;
	line-height: 2.0em;
	margin-bottom: 2.0em;
}

#column2 li
{
	border-bottom: dashed 1px #EFEFD6;
}

#column2 img{
	margin-left: 10px;
}

#column2 cite{
/*	border-top: 1px solid #EFEFD6;*/
/*	margin-top: -1em;*/
	font-size: 0.8em;
	display: block;
	font-style: normal;
}
#gevinletter{
	margin-bottom: 2em;
}


.blocknews {
	width: 175px;
	font-size: 1em;
	display: block;
	font-style: normal;
	background: url(images/main_bk2.jpg);
	background-position: -20px -20px;
/*	background-color: yellow;*/
/*	padding: 0 10px;*/
	margin-left: -5px;
	margin-bottom: 10px;
	padding: 10px; 
	border: solid 1px #cecf8f;
/*	border-radius: 1em;*/
}

.blocknews h3{
	text-transform:uppercase;
/*	color: #006736;*/
	color: #FFF;
	border-bottom: dotted 4px #CECF8F;
	}

.blocknews p {
	padding-bottom: 3px;
/*	background: url(images/news_bg.jpg) left top no-repeat;*/
}


#column2 .wether{
	margin-left: auto;
	margin-bottom: auto;
}





/*Вариант без правой колонки*/
#column3
		{
		width: 760px;
		float: left;
		}
/*Таблица (например меню) для варианта без правой колонки*/
	#column1 table
		{
		margin-bottom: 1.5em;
		width: 100%;
		font-family: Tahoma, Arial;
		border-collapse: collapse;
		}
	#column1 table caption{
		text-align: left;
		font-size: 1em;
		padding: 0.5em;
		}

	#column1 table th
		{
		text-align: left;
		font-size: 1em;
		padding: 0.3em;
		color: #FFF;
		background: url(images/menu_bk1.png) left top no-repeat;
		/*background-color:#006736;*/
/*		color: #443333;
		border: solid 1px #F0E3A4;*/
		border: solid 1px #006736;
                }
	#column1 table th.center
		{
		text-align: center;
		}	

	#column1 table td
		{
		padding: 0.3em 0.3em 0.3em 1em;
		vertical-align: top;
		border: solid 1px #006736;
		}       	

	#column1 table tr.rowA
		{
		background-color: #F0E3A4;
		color: inherit;
		}

	#column1 table tr.rowB
		{
		background-color: #FFFEEF;
		color: inherit;
		/*visibility:hidden;*/
		}
	#column1 table tr.rowC
		{
		background-color: #FFF;
		color: inherit;
		}
	#column1 table td.nicht{
	        color: #ACACAC ;
		background-color: #DEDEDE;
		/*display: none;*/
		}	
	#column1 table tr.nicht{
		display: none;
		}	

/*Настройки "зебры для таблицы гандикапов"*/

	#column1 table.result tr.row1{
		background-color: #fffef6;
		color: inherit;
		}	
	#column1 table.result tr.row2{
		background-color: #fffde4;
		color: inherit;
		}	
	#column1 table.result tr.row3{
		background-color: #fffbd0;
		color: inherit;
		}	
	#column1 table.result tr.row4{
		background-color: #fffabc;
		color: inherit;
		}	
	#column1 table.result tr.row5{
		background-color: #fefaa8;
		color: inherit;
		}	
	#column1 table.result tr.row6{
		background-color: #fef991;
		color: inherit;
		}	
	#column1 table.result a{
		color: #000;
		}


	#column1 table.result td
		{
		padding: 0.3em 0.3em;
		vertical-align: top;
		border: solid 1px #006736;
		text-align: center;
		font-size: 0.9em;
		}       	
	#column1 table.result th
		{
		text-align: center;
		font-size: 0.9em;
		}       	

	#column1 table.spisok td
		{
		padding: 0.1em 0.1em;
		vertical-align: top;
		border: solid 1px #006736;
		text-align: center;
		font-size: 0.8em;
		font-weight:normal;
		}       	
	#column1 table.spisok th
		{
		text-align: center;
		font-size: 0.8em;
		}       	





/* Всплывающая подсказка*/
	a.tt:hover{
		position:relative;
		z-index:23;
	}
	a.tt span{
		display:none;
	}
	a.tt:hover span{
		display:block;
		position:absolute;
		top:1.5em;
		left:1.5em;
		background:#FFFEEF;
		border:1px solid #ccc;
		color:#000;
		z-index:20;
		width:200px;
		padding:5px;
		font-size:0.8em;
		cursor:pointer;
		text-decoration:none;
	}

/* Всплывающая подсказка в анонсе*/
	a.ttt:hover{
		position:relative;
		z-index:23;
	}
	a.ttt span{
		display:none;
	}
	a.ttt:hover span{
		display:block;
		position:absolute;
		top:-22em;
		left:1em;
		background: url(images/rus_ban/25092010_w.jpg) left top no-repeat;
		/*background:#FFFEEF;*/
		border:1px solid #ccc;
		color:#000;
		z-index:20;
		width:460px;
		padding:5px;
		font-size:1em;
		text-align: center;
		cursor:pointer;
		text-decoration:none;
	}

/* Таблица с сортировкой */
	table.sort{
	margin-bottom:1em;
	margin-top:1em;
	border:1px solid;
	border-collapse: collapse;	
	font-size:0.8em;
	}

/* ячейки таблицы */
	table.sort td{
	border:1px solid #CCCCCC;
	padding:0.3em 1em;
	background-color: #FFF;
}

/* заголовки таблицы */
	table.sort thead td{
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

/* заголовок отсортированного столбца */
	table.sort thead td.curcol{
	background-color:#999999;
	color:#FFFFFF;
}
	table.sort input{
	border: 1px solid;
	width: 4em;
	float: right;
}

	table.sort label{
	float: left;
	margin-right: 3em;
} 

/*День Рождения*/
#berthday {
	text-align: center; 	
	margin: 5px 2px -80px 2px;
	padding: 150px 0 0 0;
	background: url(images/dr.jpg) left top no-repeat;
	/*background-color:#999999;*/
	height: 180px;
	width: 175px;
}

#YMapsID-2723 ul{
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}
#YMapsID-2723 li{
	padding: 0.3em;
}

#YMapsID-2723 table{
	width: 200px;
	margin: 0;
}

#YMapsID-2723 table td{
	border: 0;
}


