body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#menu {
	width: 1000px;
	padding:0;
	margin:0;
}	
#menu li.hlink img {
	border: 0px;
}
#menu li.hlink {
	float: left;
	list-style-type: none; 
	text-align: left;
	height: 42px;
}
#menu li.hlink A {
	text-decoration: none;
	display: block;
}
#menu li.hlink ul {
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 10px 20px 20px 15px;
	z-index: 9999;
	margin: 0;
	width: 125px;
	border: 1px #C1D4D4 dotted;
	border-top: none;
	margin: 0px;
	margin-top:-10px;
}

#menu li.hlink:hover ul {
	display: block; 
}
#menu li.hlink ul li {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#menu li.hlink ul li A {
	padding: 2px;
	margin: 5px 0px;
	
}
#menu li.hlink ul li A:hover {
	color: #fff;
	background-color: teal;
}
/* 
----------------------
   Generic
----------------------
*/
H2 {
	font-size: 1.4em;
	font-family: Times New Roman;
}
P {
	margin: 6px 0px;
}
a {
	color: #666667;
}
a:hover {
	color: #24658D;
}
a:visited {
	color: #666667;
}
a:active {
	color: #24658D;
}
/* 
----------------------
   Footer
----------------------
*/
.copyright {
	font-size: 11px;
	color: #666666;
}
.down_contact {
	font-size: 10px;
	color: #666666;
}

/* 
----------------------
   Text-view
----------------------
*/

#txt_content, P.txt_lead {
	padding:0px 20px 0px 0px;
	margin-bottom: 8px;
}
#prev {float:left; width:200px;}
#next {float:right; width:200px;}

/* 
----------------------
   Gallery
----------------------
*/
#foto_container {
	width: 555px;
}
#foto_container .img_color {
	border: 1px solid silver;
}
#foto_container td {
	height: 175px;
	width: 175px;
	text-align:center;
	font-size:10px;
	color:#000;
	margin:5px;
}
#foto_container td p {
	width: 175px;
}

#sub_albums {
	text-align: center;
}
#sub_albums small A {
	text-decoration: none;
}
#sub_albums img {
	border: 0px;
	margin-top: 5px;
}

/* 
----------------------
   Right column
----------------------
*/
#news_title {
	width: 215px;
	height: 68px;
	border: 0;
}
#news_anons P {
	font-size: 0.8em;
}

span.txt_date {
	font-size: 0.9em;
	font-family: Arial;
	
}

/* 
----------------------
   Weather
----------------------
*/
.pogoda strong {
	display: block;
	text-align: center;
}
#gmtbl {
	width: 200px;
	font-size: 12px;
}

#gmtbl td {
	padding: 3px 0px;
}	
#gmtbl td img {
	height: 16px;
	width: 16px;
}
#gmtdttl {
	display: none;
}
/* 
------------------------
   News in right column
------------------------
*/
#news_anons {
	padding: 10px;
	text-align: left;
}
#news_anons .newsblock {
	width: 230px;
	font-family: Arial;
	font-size:12px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#news_anons .newsblock .txt_date {
	font-size: 10px;
	color: gray;
}

.newsblock strong {
	display: block;
	margin-bottom:5px;
}
.newsblock A {
	text-decoration: none;
}
/* 
------------------------
   Ads
------------------------
*/
#home_ads {
	width: 695px;
	margin: 0px;
	padding:5px;
	font-family: sans-serif, Arial;
}
#home_ads h1, #home_ads h2, #home_ads h3 {
	font-family: sans-serif, Arial;
	font-weight: normal;
	font-size: 1.6em;
	color: teal;
	text-align: center;
}

#home_ads p, ul, li {
	width: auto;
	color: #4F4F4F;
	line-height: 150%;
}

#home_ads li {
	list-style-type: none;
}

#home_ads ul li {
	list-style-type: square;
	margin-left: 50px;
}
#home_ads li img {
	border: 0;
}
#home_ads li A  {
	border: 0;
}
#home_ads li P {
	line-height: 150%;
}
.right.ad {
	width: 230px;
	font-family: Arial;
	font-size:12px;
	padding-left: 5px;
	margin-bottom: 10px;
}


/*
---------------
 Breadcrumbs
---------------
*/
A.bred_drob {
	font-variant: small-caps;
	text-decoration: none;
	font-size: 11px;
}
A.bred_drob:hover {
	color: red;
	text-decoration: underline;
}