body {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #3a5d73;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	color: #a9ff00;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	color: #a9ff00;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	color: #a9ff00;
	margin: 0 0 5px 0;
}

p {
	padding: 0;
	line-height: 18px;
	margin: 0 0 5px 0;
}

a {
  color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: 11px;
	color: #fff;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}

.clear {
	clear: both;
}

.green {
	color: #a9ff00;
}
.yellow {
	color: #ffeb0e;
}

.text_center {
	text-align: center;
}

#page {
	width: 644px;
	position: relative;
	margin: 0 auto;
	padding: 215px 0 20px 0;
}

#header {
	width: 100%;
	height: 215px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../design/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu {
	position: relative;
	top: 190px;
	padding: 5px 0;
	background-color: #081b28;
	text-align: center;
}

#menu a {
	color: #fff;
	text-decoration: none;
	margin: 0 20px;
}
#menu a:hover, #menu a.active {
	color: #a9ff00;
}

#content {
	width: 624px;
	text-align: left;
	padding: 20px 10px 10px 10px;
	background-color: #28485d;
}

.objednavky {
	height: 41px;
	background-image: url(../design/hp_lines.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 0;
	padding-top: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#footer {
	clear: both;
	padding: 25px 0 20px 0;
	background-image: url(../design/footer_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #28485d;
	text-align: center;
}

#header_link1 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 214px;
	height: 190px;
	background-image: url(../design/header1.jpg);
	background-repeat: no-repeat;
}
#header_link2 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 214px;
	height: 190px;
	margin-left: 214px;
	background-image: url(../design/header2.jpg);
	background-repeat: no-repeat;
}
#header_link3 {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 214px;
	height: 190px;
	margin-right: 2px;
	background-image: url(../design/header3.jpg);
	background-repeat: no-repeat;
}

#header_link1:hover, #header_link2:hover, #header_link3:hover {
	background: none;
}

#links_bar {
  padding: 5px 0;
  font-size: 9px;
	color: #ccc;
	font-weight: normal;
}
#links_bar a {
	font-size: 9px;
	color: #ccc;
	font-weight: normal;
}

#bottom_menu {
	padding-top: 10px;
}
#bottom_menu a {
	font-size: 11px;
	font-weight: normal;
}