.logo { position: absolute; left: 0px; top: 45px; }

small,*.small,*.small * {
	font-size: 0.83em;
}

a { color: #FFFC00; }
a:hover {	color: white; }

h1 {
	font-size: 2.00em;
	display: block;
	width: 900px;
	height: 23px;
	padding-bottom: 3px;
	margin: 0;
	color: #E6C21C;
	border-bottom: solid 5px #E6C21C;
	letter-spacing: 1px;
}

#bodyHeader h2 {
  position: relative;
	font-family: "FuturaCE Hv BT";
  font-size: 2.00em;
  color: #C9AA18;
  width: 740px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 78px 0px 0px 260px;
  margin: 0px;
}

#bodyHeader h2 span {
  position: relative;  
  left: -2px;
  top: -30px;
  color: #F37F00;
}

#bodyHeader ul {
  position: relative;
  float: right;
  width: 220px;
  color: #F37F00;
  font-size: 1.00em;
  font-style: italic;
  margin: 2px 0px 0px 0px;
  padding: 0px;
}

#bodyHeader ul li {
  margin-top: 1px;
}

#lang {
  font-size: 1.17em;
  color: #FFFC00;
}

#lang a {
  text-decoration: none;
}

/* menu */
#bodyMenu ul {
  float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 5px 0 0;
}

#bodyMenu li {
  display: block;
  float: left;  
	margin: 2px 0px 0px 10px;
	padding: 0px 10px 0px 0px;	
	border-right: solid 1px #FFFC00;
}

#bodyMenu li a {
	display: block;
	font-size: 1.00em;
	text-decoration: none;
}

/* 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;
}

#bodyText a { color: #F68121; }
#bodyText a:hover { color: #24315E; }

/* pravá část */
#copyright a {
	text-decoration: none;
	font-size: 0.83em;
}

#bodyFooter p {
  text-align: center;
  color: #FFFC00;
  font-size: 1.00em;
  font-weight: bold;
  margin: 0px;
}

/* obecné styly */
img {
	border: none;
}

tr {
	vertical-align: top;
}

th {
	background: #FDE2C5;
	border-top: solid 1px #F37F00;
}

form {
	margin: 0px;
}

hr {
	height: 1px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #FFFC00;
	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;
}