body {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #275b9e;
	padding: 0;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #275b9e;
	padding: 0;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #275b9e;
	padding: 0;
	margin: 0 0 5px 0;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

a {
	color: #7aab00;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	font-size: 11px;
	color: #092B72;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}
label {
	font-weight: bold;
	color: #194d88;
}

#page {
	position: relative;
	width: 754px;
	margin: 0 auto;
	padding-top: 154px;
	padding-bottom: 20px;
	text-align: left;
}

#menu {
	background-color: #0d2871;
	text-align: left;
	padding-left: 10px;
}

#menu a {
	display: block;
	float: left;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 15px 10px 19px;
	border-right: 1px solid #263e7f;
}
#menu a.last_item {
	padding: 10px 0 10px 19px;
	border: none;
}
#menu a:hover {
	text-decoration: underline;
}

.orange_line {
	height: 10px;
	font-size: 8px;
	background-color: #ffbb3a;
}

#main {
	background-image: url(../design/bg_main.jpg);
	background-repeat: repeat-y;
	margin-bottom: 5px;
}

#main_podstranka {
	margin-bottom: 5px;
	padding: 15px;
	font-size: 12px;
	color: #092b72;
}

#main_podstranka .page_label {
	border-bottom: 2px solid #616161;
	margin-bottom: 10px;
}
#main_podstranka .page_label a {
	position: relative;
	top: 7px; 
}

#left {
	width: 220px;
	padding: 10px 0 0 10px;
	float: left;
}

#right {
	width: 517px;
	float: right;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 754px;
	height: 154px;
	background-image: url(../design/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header_en {
	position: absolute;
	top: 0;
	left: 0;
	width: 754px;
	height: 154px;
	background-image: url(../design/header_en.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#hp_link {
	position: absolute;
	display: block;
	width: 120px;
	height: 150px;
}

#langs {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 10px 0 0;
}
#langs a img {
	border: none;
	position: relative;
	top: 2px;
}

#form_login {
	width: 215px;
	background-color: #ffbb3a;
}

#form_login input {
	width: 90px;
	border: 1px solid #194d88;
	font-size: 10px;
}

#form_login td.passw {
	padding-left: 10px;
}

#form_login tr.row2 td {
	padding-top: 10px;
}

#form_login .link_reg {
	color: #194d88;
	padding-left: 7px;
	background-image: url(../design/arrow_blue.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#form_login .button {
	width: 51px;
	height: 15px;
	background: none;
	border: none;
	float: right;
	background-image: url(../design/button.jpg);
	background-repeat: no-repeat;
}

#left .row {
	padding-right: 5px;
}

#footer {
	background-color: #0d2871;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
#footer a {
	text-decoration: none;
	color: #fff;
	padding: 0 3px;
}
#footer a:hover {
	text-decoration: underline;
}

#copyright {
	padding-top: 5px;
	color: #bebebe;
	text-align: center;
}

.row {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;	
}

#right .row {
	padding: 20px 0 10px 20px;
}

#right .left_box {
	float: left;
	width: 220px;
	padding-right: 20px;
	border-right: 1px solid #cccccc;
}

#right .right_box {
	float: right;
	width: 235px;
}

.news {
	margin-bottom: 10px;
}
.news .date {
	background-image: url(../design/bullet_news.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 12px;
}
.news a {
	color: #194d88;
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
}
.detail_new a {
	color: #7aab00;
}

.more {
	background-image: url(../design/arrow_green.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 7px;
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}

.fck_left {
	float: left;
	margin-right: 5px;
}
.fck_right {
	float: right;
	margin-left: 5px;
}

img.fl_left {
	float: left;
	margin-right: 5px;
}
img.fl_right {
	float: right;
	margin-left: 5px;
}

.text_blue {
	color: #275b9e;
}

.text_yellow {
	color: #fc9208;
}

.border_no {
	border: none;
}

.clenske_firmy_cover {
	font-size: 13px;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
table.clenske_firmy {
	font-size: 13px;
	width: 500px;
}
table.clenske_firmy .first_row {
	width: 60px;
}
table.clenske_firmy .second_row {
	width: 440px;
}
table.clenske_firmy td {
	padding: 5px 10px;
	vertical-align: top;
}
table.clenske_firmy td strong {
	color: #000;
}
table.clenske_firmy td.company_name {
	font-size: 20px;
	color: #000;
}

.clear {
	display: block;
	clear: both;
}

#form_clenske_firmy {
	text-align: center;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#form_clenske_firmy fieldset {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}