@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	font-family:  Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #000000;
	background: #000 url(/themes/default/zasoby/obrazy/tlo.jpg);
	line-height: 150%;
}

table[border="1"], table[border="1"] td, table[border="1"] th {
	font-family:  Tahoma, Arial;
	font-size: 12px;
	color: #00000;
	line-height: 150%;
	border-collapse:collapse;
	border: 1px solid #ccc;
}

td {
	padding: 3px;
}

table, table td, table th {
	font-family:  Tahoma, Arial;
	font-size: 12px;
	color: #00000;
	line-height: 150%;
	border-collapse:collapse;
}

.wrapper{ 
	margin: 0 auto; 
	width: 970px;
	
}
.column_left{
	float:left; 
	width: 285px;
	color:#666666;
}

.column_right{
	float:right; 
	width: 665px;
	background: #fff url(/themes/default/zasoby/obrazy/main_tlo.jpg);
	padding:10px;
}

/* MENU  LEFT  */
		ul.menu_left, ul.menu_left li {
			display: block;
			list-style: none;
			margin: 0;
			padding: 0;
			background: none;			
		}
		
		ul.menu_left {
			border-top: 1px dotted #444; 			
		}
		
		ul.menu_left li {		
			display:block;
			clear:both;			
		}
		
		ul.menu_left a:link, ul.menu_left a:visited, ul.menu_left a:active {
			text-decoration: none;
			display: block;
			font-weight: normal;			
			color: #A5A4A0;
			padding: 5px 18px;
			margin-left: 1px;		
			border-collapse:collapse;
			position:relative;
			border-bottom: 1px dotted #444; 
			font-size: 14px;
/*			background: transparent url(/themes/default/zasoby/obrazy/arrow_down.gif) no-repeat;
			background-position: 5px 50%;	
*/		}
		
		ul.menu_left a:hover {			
			text-decoration: none;
			color: #fff;			
			position:relative;
			margin-left: 1px;
			border-collapse:collapse;
			border-bottom: 1px dotted #444; 
			font-size: 14px;			
/*			background: transparent url(/themes/default/zasoby/obrazy/arrow_down.gif) no-repeat;
			background-position: 5px 50%;					
*/		}
		ul.menu_left a.wybrany {
			text-decoration: none;
			color: #fff;			
			position:relative;
			margin-left: 1px;
			border-collapse:collapse;
			border-bottom: 1px dotted #444; 
			font-size: 14px;			
/*			background: transparent url(/themes/default/zasoby/obrazy/arrow_down.gif) no-repeat;
			background-position: 5px 50%;	*/
		}
			
/* END MENU LEFT */

/* MENU  LEFT - subcategory 1  */
		ul.menu_left ul{
		margin:0; 
		padding: 0;
		}
		ul.menu_left ul li a:link, ul.menu_left ul li a:visited, ul.menu_left ul li a:active {
			text-decoration: none;
			display: block;
			font-weight: normal;			
			color: #666;
			padding: 5px 5px 5px 30px;
			margin-left: 1px;		
			border-collapse:collapse;
			position:relative;
			border-bottom: 1px dotted #444; 
			font-size: 12px;			
			text-decoration: none;
			background: none;

		}
		
		ul.menu_left ul li a:hover {			
			text-decoration: underline;
			color: #fff;			
			position:relative;
			margin-left: 1px;
			padding: 5px 5px 5px 30px;
			border-collapse:collapse;
			border-bottom: 1px dotted #444; 
			font-size: 12px;			
			text-decoration: none;	
		}
		
		ul.menu_left ul li a.wybrany1 {			
			text-decoration: underline;
			color: #fff;			
			position:relative;
			margin-left: 1px;
			padding: 5px 5px 5px 30px;
			border-collapse:collapse;
			border-bottom: 1px dotted #444; 
			font-size: 12px;			
			text-decoration: none;	
		}
/* END MENU LEFT subcategory1 */

/* MENU  LEFT - subcategory 2  */
		ul.menu_left ul ul{
		margin:0; 
		padding: 0;
		}
		ul.menu_left ul ul li a:link, ul.menu_left ul ul li a:visited, ul.menu_left ul ul li a:active {
			text-decoration: none;
			display: block;
			font-weight: normal;			
			color: #666;
			padding: 5px 5px 5px 42px;
			margin-left: 1px;		
			border-collapse:collapse;
			position:relative;
			border-bottom: 1px dotted #444; 
			font-size: 12px;			
			text-decoration: none;
			background: none;

		}
		
		ul.menu_left ul ul li a:hover {			
			text-decoration: underline;
			color: #fff;			
			position:relative;
			margin-left: 1px;
			padding: 5px 5px 5px 42px;
			border-collapse:collapse;
			border-bottom: 1px dotted #444; 
			font-size: 12px;			
			text-decoration: none;	
		}
		
		ul.menu_left ul ul li a.wybrany2 {			
			text-decoration: underline;
			color: #fff;			
			position:relative;
			margin-left: 1px;
			padding: 5px 5px 5px 42px;
			border-collapse:collapse;
			border-bottom: 1px dotted #444; 
			font-size: 12px;			
			text-decoration: none;	
		}
/* END MENU LEFT subcategory2 */

.page_header {
	background: url(/themes/default/zasoby/obrazy/page_name_bg.jpg) top repeat-x #990000;
	color: #FFFFFF;
	padding: 10px;
	font-size: 14px;
	margin-top: 10px;
	font-weight:bold;
} 

.page_content {
	padding: 10px 10px;
	font-size: 12px;
}


.page_content a img {
	border: #E6E6E6 4px solid;
	padding:0;
	margin:0;
} 


.page_content a:hover img {
	border: #990000 4px solid;
	padding:0;
	margin:0;
}

.stopka{
	padding: 10px 10px;
	font-size: 12px;
}


.page_content table[border="1"],.page_content table[border="1"] td,.page_content table[border="1"] th {
	color: #00000;
	line-height: 150%;
	border-collapse:collapse;
	border: 1px solid #ccc;
}

/* news */

.date {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.news{
	padding: 15px 0px 15px 0px;
	width: 665px !important;
	float:left;
	background: url(/themes/default/zasoby/obrazy/news_tlo.png) repeat-x bottom;
}

.news_wrapper {
	width: 485px !important;
	margin-left: 5px;
	float:left;
}
.news_title{
	background: url(/themes/default/zasoby/obrazy/shadow_1.png) no-repeat bottom;
	float: left;
	width: 466px !important;
	padding: 10px;
}

.news_text{
	clear:both;	
	padding: 10px;
	font-size: 12px;
}


/*.news_title a:link, .news_title a:visited, .news_title a:active{
	color: #990000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
*/

.news_title {
	color: #990000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

/*.news_title a:hover{
	color: #990000;
	font-size: 15px;	
	font-weight: bold;
	text-decoration: underline;
}*/
a.btn_more:link, a.btn_more:visited, a.btn_more:active {
	background: #990000;
	padding: 3px 15px;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	margin: 5px 10px 10px 10px;
	font-size:11px;
}

a.btn_more:hover {
	background: #990000;
	padding: 3px 15px;
	color: #FFFFFF;
	text-decoration: underline;
	float: right;
	font-size:11px;
	margin: 5px 10px 10px 10px;
}


.news_foto {
	float: left;
	padding:0;
	margin: 0 0 0 2px;
}
.news_foto img {
	border: #E6E6E6 4px solid;
	padding:0;
	margin:0;
}

.news_foto a:hover img {
	border: #990000 4px solid;
	padding:0;
	margin:0;
}



/* ////////////////////////////// */

A.link_nr:LINK, A.link_nr:ACTIVE , A.link_nr:VISITED {
	font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
	font-style: normal;
	font-weight: normal; 
	text-decoration: none;
	color: #4B6092;
	padding: 3px;
  border: #e8e8e8 1px solid;
}
A.link_nr:HOVER {
	font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
	font-style: normal;
	font-weight: normal; 
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ccc;
	padding: 3px;
  border: #e8e8e8 1px solid;
}
/* ////////////////////////////// */

.wybrany_nr {
	font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
	font-style: normal;
	font-weight: bold; 
	text-decoration: none;
	color: #999999;
	padding: 4px;
}

/*////////////////// style pod FCK ///////////////////*/
.p p{
	margin:5px 0;
	padding:0;
}

.img_left {
	border: #E6E6E6 4px solid;
	float: left; 
	padding: 0px; 
	margin-right: 7px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	margin-left: 2px !important;
}

.img_right {
	border: #E6E6E6 4px solid;
	float: right;
	padding: 0px; 
	margin-left: 7px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	margin-right: 2px !important;
}

.Bold {
	font-weight: bold;
}

.Title,.title {
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #990100;  	
	font-family: Tahoma;
}

.Code {
	font-family: 'Courier New', Monospace;
}

/* ////////////////////////////// */
.footer {
	display:block;
	clear:both;
	color: #666666;	
	margin-top:10px;
	font-size: 11px;
}

.footer table td{
	background:url(/themes/default/zasoby/obrazy/news_tlo.png) repeat-x bottom;
	border-top: 1px solid #990000;
	padding: 10px 1px;
	font-size:11px;
}

.footer a:link, .footer a:active, .footer a:visited{
	color: #333333;
	text-decoration: underline;
	font-size:11px;
} 

.footer a:hover { 
	color: #990000;
	font-size:11px;
}

a:link, a:visited, a:active {
	color: #990000;
	text-decoration: underline;
} 

a:hover {
	color: #AA0000;
	text-decoration: underline;
} 

/* lang flagi */
.lang {background: #323232 url(/themes/default/zasoby/obrazy/flagi.jpg) bottom; height: 30px; padding-left: 20px;}

.lang a:link, .lang a:active, .lang a:visited{
	padding: 30px 5px 15px 5px;
	background: #444;
	color: #fff;
	text-decoration: none;
	margin-right: 1px;
} 

.lang a:hover { 
	padding: 30px 5px 15px 5px;
	background: #444;
	color: #fff;
	text-decoration: underline;
	margin-right: 1px;
	}
	
a.selected:link, a.selected:active, a.selected:visited {color: #fff; font-weight: bold; }

.zero {
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}

hr {
	height: 1px;
	color:#ccc;
	border-top: 1px solid #ccc;
}

A.tagi:LINK, A.tagi:VISITED, A.tagi:ACTIVE { 
  font-size: 12px; color: #666666; text-decoration: underline; font-weight: normal; margin: 0px; }
A.tagi:HOVER { 
  font-size: 12px; color: #ccc; text-decoration: underline; font-weight: normal; margin: 0px; }
fieldset {
	width:255px;
	border: #333 1px  solid;
	color:#666;
}
legend {
	color:#666666;
	font-weight: normal;
	text-align:left;
}
.padding5 {
	padding:5px;
}
.padding10 {
	padding: 5px 5px 8px 10px;
}

/**** stopka FADE ****/
.fade, .fade a {
	text-align: left;
	width: 100%;
	background: inherit;
	color:#000;
	/* font-size:11px;*/
	font-weight:normal;
	text-decoration:none;
	cursor: text;
} 