.logo { position: absolute; left: 0px; top: 30px; }

small,*.small,*.small * {
	font-size: 0.83em;
}

a {
	color: #F68121;
	text-decoration: underline;
}

a:hover {
	color: #999999;
}

h1 {
	font-size: 1.75em;
	display: block;
	width: 620px;
	height: 23px;
	padding: 7px 0 0 0;
	margin: 0;
	border-bottom: solid 1px black;
}

#bodyHeader h2 {
	font-family: "FuturaCE Md BT";
  font-size: 2.08em;
  color: #e5e5e5;
  width: 690px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 23px 0px 0px 310px;
}

#bodyHeader h2 span {
  position: relative;  
  left: -1px;
  top: -32px;
  color: #6E6E71;
  display: block;
}

#lang {
  color: #F68121;
  font-size: 1.17em;
  font-weight: bold;
}

#lang a {
  text-decoration: none;
}

.ikona a {
  font-family: "FuturaCE Md BT";
  color: white;
  font-size: 1.50em;
  text-decoration: none;
}

.ikona a:hover {
	color: #FFC17F;
}

/* menu */
#bodyMenu ul {
  float: right;
	list-style-type: none;
	padding: 0;
	margin: 0 5px 0 0;
}

#bodyMenu li {
  display: block;
  float: right;  
	margin: 5px 0px 0px 10px;
	padding: 0px 10px 0px 0px;	
	border-right: solid 2px black;
}

#bodyMenu li a {
	display: block;
	font-size: 1.08em;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#bodyMenu li a:hover {
	color: #F68121;
}
/* textová část */
#bodyText {
	color: black;
}

#bodyText ul,ol {
	text-align: left;
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 0px 15px;
	list-style-type: square;
}

#bodyText p {
	margin: 5px 0px 5px 15px;
}

/* pravá část */
p.slogan {
  color: white;
  font-weight: bold;
  padding: 45px 0px 0px 15px;
  margin: 0px;
  line-height: 135%;
}

#copyright a {
	text-decoration: none;
	font-size: 0.83em;
}

#bodyFooter p {
  text-align: center;
  color: white;
  font-size: 1.00em;
  font-weight: bold;
  margin: 0px;
}

#links {
  color: #999999;
  font-size: 0.83em;  
}

/* obecné styly */
img {
	border: none;
}

tr {
	vertical-align: top;
}

th {
	background: #AED362;
	border-top: solid 1px #008000;
}

form {
	margin: 0px;
}

hr {
	height: 1px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #999999;
	margin: 5px 0px 5px 0px;
}

/* výstražné a informační zprávy */
.flashMessage {
	border: double 3px red;
	color: red;
	padding: 5px;
	margin-bottom: 10px;
}


/* formuláře */
.formRow {
	padding: 2px;
	clear: left;
}

.formRow label {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
}

.formRow select,
.formRow input.text,
.formRow textarea {
	background-color: #DFE2E5;
	border: 1px solid #143B73;
	padding: 1px 2px;
	width: 200px;
	margin: 0;
	float: left;
}

.formRow textarea {
	height: 60px;
	width: 280px;
}

.formRow input.button, .formRow button {
	background-color: #143B73;
	border-color: #143B73;
	color: white;
	font-weight: bold;
	font-size: 0.92em;
	margin-top: 10px;
	margin-left: 90px;
}

.formRow img {
	vertical-align: top;
	margin: 2px 0 !important;
	cursor: pointer;
}

fieldset {
	margin: 0 0 15px 0;
	border: solid 1px #01823F;
}

.formRow ul.error {
	margin: 5px 0 10px 15px;
	color: red;
}

.invis1ble {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 0;
	line-height: 0;
}

.break {
	clear: both !important;
	font-size: 1px !important;
	height: 0px !important;
	width: 0px !important;
	line-height: 1px !important;
	border: none;
	margin: 0px !important;
	padding: 0px !important;
}
