/**
  * Headers
 */

h2, h2 a {
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
h2  {
	padding-bottom: 14px;
	border-bottom: 1px solid #343434;
	margin-bottom: 4px;
}
h3, h3 a {
	font-weight: normal;
	color:#454545;
	font-size:14px;
	margin-bottom: 0px;
}
h3 {
	margin-top: 0px;
}

/**
  * Column standard styles
 */

.column img, .column p, .column ul {
	margin-top: 15px !important;
}
.obrazek {
	float: left;
	margin: 0px !important;
	padding: 0px 10px 10px 0px;

}
.column p {
	text-align: justify;
}
strong {
	color: white;
}
.column span {
	color: white;
}
.column .more {
	background: url('/img/read-more.png') no-repeat 0 0; 
	width:88px; 
	height:22px; 
	color: white; 
	font-size: 11px; 
	line-height: 22px; 
	text-align: left;
	padding:0px 0 0 6px; 
	margin:20px 0 0 0;
	display: block; 
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.column .more:hover {
	background: url('/img/read-more.png') no-repeat 0 -22px; 
	color:black;
}
.column ul	{
	margin:0 0 10px 0;
	padding:0;
	list-style-position: inside;
}
.column li	{
	margin-left:30px;
	list-style-image: url('/img/li.gif');
}
.li_empty {
	list-style-type: none !important;
	list-style-image: none !important;
}
.error-message {
	color: red;
	font-size: 10px;	
}
.no_padding_top {
	padding-top: 0px !important;
}
.no_padding_bottom {
	padding-bottom: 0px !important;
}

.languages {
	position: absolute;
	right: 40px;
	top: 95px;
}
.languages a img {
	border: none;
}
.current_lang {
	border-bottom: 1px solid #343434;
}

/**
  * jQuery sub-menu
 */
.submenu_container {
	border-top: 1px solid #1A1A1A;
	margin-top: 32px;
}
.submenu {
	width: 179px;
	background-image: url("/img/submenu_bg.png");
	background-repeat: repeat-y;
	vertical-align: top;
}
.submenu a {
	width: 179px;
	height: 18px;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
}
.submenu a span {
	padding-left: 20px;
	font-size: 10px;
	color: #FB9807;
}
.submenu a {
	background-image: url("/img/submenu_row.png") !important;
}
.submenu a:hover {
	background-image: none !important;
	background-color: black;
}
a.submenu_current {
	background-image: none !important;
	background-color: black;
}
.submenu_content {
	width: 700px;
	padding-left: 40px;
	padding-top: 32px;
	background-color: black !important;
	vertical-align: top;
}
.submenu_content h4 {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 13px;
	color: white;
}
.submenu_init {
	display: none;
}

.line {
	width: 100%;
	display: block;
	height: 1px;
	font-size: 1px;
	background-color: #131313;
}

table.submenu_table {
	width: 100%;
	border: 1px solid #131313;
 	border-collapse: collapse;
}
.submenu_table th {
	background-color: #121314;
	color: #FB9807;
	color: white;
	border: 1px solid black !important;
	font-weight: normal;
}
.submenu_table tr th, .submenu_table tr td {
	border: 1px solid #131313;
	padding: 5px;
	text-align: center;
}
.submenu_table_content {
	text-align: left !important;
	vertical-align: top !important;
}

