body {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #153f71;
	background-image: url(../design/body_bg.png);
	background-repeat: repeat-x;
	background-color: #e3f0fc;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #153f71;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #153f71;
	padding: 0;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #153f71;
	padding: 0;
	margin: 0 0 5px 0;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

a {
	color: #153f71;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: 11px;
	color: #000;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}

.clear {
	font-size: 1px;
	width: 100%;
	clear: both;
}

.text_left {
	text-align: left !important;
}
.text_center {
	text-align: center !important;
}
.text_right {
	text-align: right !important;
}

.float_left {
	float: left !important;
}
.float_right {
	float: right !important;
}

img.float_left {
	float: left !important;
	margin-right: 5px !important;
}
img.float_right {
	float: right !important;
	margin-left: 5px !important;
}

.no_background {
	background: none !important;
}

.no_margin {
	margin: 0 !important;
}

.orange {
	color: #f04800;
}

.blue {
	color: #153f71;
}

.blue_green {
	color: #008097;
}

.gray {
	color: #999999;
}

.green {
	color: #609100;
}

.green_bg {
	background-color: #91cd37;
}
.blue_bg {
	background-color: #91d6fd;
}
.orange_bg {
	background-color: #ff7d13;
}
.black_bg {
	background-color: #000;
}
.white_bg {
	background-color: #fff;
}
.grey_bg {
	background-color: #ECECEC;
}

h1.h1_orange {
	width: 773px;
	height: 23px;
	background-image: url(../design/head_orange.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: -2px;
	left: 3px;
	padding: 5px 0 0 5px;
}
h1.h1_blue {
	width: 773px;
	height: 23px;
	background-image: url(../design/head_blue.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: -2px;
	left: 3px;
	padding: 5px 0 0 5px;
}
h1.h1_green {
	width: 773px;
	height: 23px;
	background-image: url(../design/head_green.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: -2px;
	left: 3px;
	padding: 5px 0 0 5px;
}

.pripravime_bg {
	padding: 1px 0;
	line-height: 20px;
	background-color: #FEEBD6;
}

.more {
	color: #f04800;
	background-image: url(../design/arrow_green.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	text-decoration: none;
}
.more:hover {
	text-decoration: underline;
}

.error {
	font-weight: bold;
	color: #ff0000;
}

#page {
	position: relative;
	width: 876px;
	margin: 0 auto;
	padding: 380px 0 50px 0;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 352px;
	background-image: url(../design/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#top_menu {
	position: relative;
	left: 40px;
	width: 787px;
	height: 21px;
	padding: 8px 0 0 10px;
	text-align: center;
}
#top_menu a {
	display: block;
	float: left;
	padding: 0 21px;
	background-image: url(../design/menu_separator.jpg);
	background-repeat: no-repeat;
	background-position: right 2px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#top_menu a:hover {
	text-decoration: underline;
}

#boxes {
	position: absolute;
	left: 46px;
	bottom: 0;
	width: 785px;
	height: 121px;
}

#box1, #box2, #box3 {
	float: left;
	width: 255px;
	height: 121px;
}
#box1 {
	background-image: url(../design/box1.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}
#box2 {
	background-image: url(../design/box2.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}
#box3 {
	background-image: url(../design/box3.png);
	background-repeat: no-repeat;
}

#box1 h2, #box2 h2, #box3 h2 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 0 0 10px;
}
#box1 h2 a, #box2 h2 a, #box3 h2 a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
#box1 h2 a:hover, #box2 h2 a:hover, #box3 h2 a:hover {
	text-decoration: underline;
}
#box1 p, #box2 p, #box3 p {
	float: right;
	font-weight: bold;
	padding: 5px 15px 0 0;
	color: #000;
	line-height: 17px;
}
#box1 .more, #box2 .more, #box3 .more {
	clear: right;
	float: right;
	margin: 5px 15px 0 0;
}

#hp_link {
	display: block;
	position: relative;
	width: 290px;
	height: 180px;
}

#content {
	width: 788px;
	margin: 0 auto;
	text-align: left;
}

.cont_header {
	width: 788px;
	height: 6px;
	font-size: 1px;
	background-image: url(../design/main_top.jpg);
	background-repeat: no-repeat;
}
.cont_footer {
	width: 788px;
	height: 8px;
	font-size: 1px;
	background-image: url(../design/main_bottom.jpg);
	background-repeat: no-repeat;
}
.cont_bg {
	width: 788px;
	background-image: url(../design/main_bg.jpg);
	background-repeat: repeat-y;
}

.hp_content {
	position: relative;
	width: 748px;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 17px;
}

.static_content {
	position: relative;
	width: 748px;
	padding: 40px 20px 10px 20px;
	font-size: 12px;
	line-height: 17px;
}

.hp_left {
	float: left;
}
.hp_right {
	float: right;
}
.hp_left, .hp_right {
	width: 350px;
}

.hp_bottom_box {
	float: left;
	width: 255px;
	margin-right: 10px;
}
.hp_bottom_box h2 {
	padding: 0 0 0 5px;
}

.hp_bottom_box .img_box {
	padding: 10px 0;
	height: 100px;
	margin-bottom: 10px;
	text-align: center;
}

.hp_bottom_box strong {
	color: #153f71;
}

.hp_bottom_box p {
	padding: 0 5px 0 10px;
	color: #000;
}

.reference {
	position: relative;
	width: 788px;
	height: 431px;
	margin-bottom: 20px;
	background-image: url(../design/reference_bg.jpg);
	background-repeat: no-repeat;
}

.reference .ref_desc {
	float: left;
	position: relative;
	top: 90px;
	left: 20px;
	width: 200px;
	height: 300px;
	font-size: 12px;
	line-height: 17px;
	text-align: right;
	color: #000;
}

.reference .ref_desc p {
	margin-bottom: 15px;
}

.reference .ref_desc .ref_client {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.reference .ref_img {
	float: right;
	position: relative;
	top: 15px;
	right: 15px;
	width: 487px;
	height: 390px;
}

.reference .stitek {
	position: absolute;
	top: 30px;
	left: 2px;
	width: 143px;
	height: 19px;
	background-image: url(../design/stitek.png);
	background-repeat: no-repeat;
}

.ref_strankovani a {
	display: block;
	height: 32px;
	font-size: 13px;
	text-decoration: none;
	padding: 14px 0 0 0;
	background-repeat: no-repeat;
}
.ref_strankovani a:hover {
	text-decoration: underline;
}
.ref_strankovani .prev {
	float: left;
	background-image: url(../design/arrow_ref_prev.gif);
	background-position: left top;
	padding-left: 53px;
}
.ref_strankovani .next {
	float: right;
	background-image: url(../design/arrow_ref_next.gif);
	background-position: right top;
	padding-right: 53px;
}

#footer {
	padding: 20px 0 0 0;
}

#form_kontakt {
	float: right;
	width: 500px;
	padding: 0;
}
#form_kontakt fieldset {
	padding: 0;
}
#form_kontakt label {
	font-size: 11px;
	color: #999999;
}
#form_kontakt label strong {
	color: #000;
}
#form_kontakt input, #form_kontakt textarea {
	width: 450px;
}
#form_kontakt textarea {
	height: 100px;
}

#form_kontakt input.button {
	width: 112px;
	height: 26px;
	background: none;
	border: none;
	background-image: url(../design/butt_kontakt.png);
	background-repeat: no-repeat;
}

.icq_ico {
  position: relative;
  top: 5px;
}
