* {
	margin: 0px;
	padding: 0px;
	border: none;
}
:focus {
	outline: none;
}
body {
	font-size: 80%;
	background: white url('../pictures/body.gif') center top repeat-y;
	color: #1f1a17;
	font-family: sans-serif;
	text-align: center;
}
#layout {
	position: relative;
	margin: auto;
	text-align: left;
	width: 960px;
	padding: 420px 0px 0px 0px;
	background: white url('../pictures/layout.gif') no-repeat;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 420px;
}
#header h1 {
	font-size: 200%;
}
#logo a, #logo span {
	position: absolute;
	top: 71px;
	left: 20px;
	width: 275px;
	height: 49px;
	display: block;
	float: left;
	text-decoration: none;
	color: #002c77;
	z-index: 2;
	cursor: pointer;
	overflow: hidden;
}
#logo span {
	top: 0px;
	left: 0px;
	background: url('../pictures/logo.gif') no-repeat;
}
#header p.nadpis {
	position: absolute;
	z-index: 3;
	font-size: 140%;
	text-transform: uppercase;
	height: 33px;
	color: #002c77;
	right: 20px;
	top: 82px;
}
#de #header p.nadpis {
	font-size: 135%;
	font-weight: bold;
}
#header p.doplnek {
	position: absolute;
	text-align: right;
	width: 380px;
	font-size: 85%;
	right: 20px;
	bottom: 8px;
	color: #002c77;
}
#header p.stitek {
	position: absolute;
	top: 182px;
	left: 762px;
	color: white;
	background: #007cc3;
	width: 167px;
	height: 175px;
	line-height: 43px;
	text-align: center;
	font-size: 140%;
}
#header p.stitek span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 167px;
	height: 175px;
	display: block;
	float: left;
}
#cs #header p.stitek span {
	background: url('../pictures/cs_stitek.gif') no-repeat;
}
#sk #header p.stitek span {
	background: url('../pictures/sk_stitek.gif') no-repeat;
}
#de #header p.stitek span {
	background: url('../pictures/de_stitek.gif') no-repeat;
}
#en #header p.stitek span {
	background: url('../pictures/en_stitek.gif') no-repeat;
}
#se #header p.stitek span {
	background: url('../pictures/se_stitek.gif') no-repeat;
}
#pl #header p.stitek span {
	background: url('../pictures/pl_stitek.gif') no-repeat;
}
#menu {
	position: absolute;
	top: 28px;
	right: 230px;
}
#menu li {
	display: inline;
}
#menu a {
	color: #1b4386;
	background: url('../pictures/menu.gif') left 3px no-repeat;
	display: block;
	float: left;
	text-decoration: underline;
	padding: 0px 6px 0px 12px;
}
#menu li.first a {
	background: none;
	padding: 0px 6px 0px 6px;
}
#menu a:hover {
	color: #1b4386;
	text-decoration: none;
}
#menu a.active, #menu a.active:hover {
	font-weight: bold;
}

#search {
	position: absolute;
	right: 20px;
	top: 22px;
}
#search input {
	border-top: 1px solid #a4cced;
	border-left: 1px solid #b4d9f5;
	border-bottom: 1px solid #c4ddf4;
	border-right: 1px solid #ebf5fb;
	background: #6aade4;
	color: white;
	margin: 0px 27px 0px 0px;
	height: 25px;
	line-height: 25px;
	padding: 0px 9px 0px 9px;
	width: 150px;
}
#search button span {
	display: none;
}
#search button {
	position: absolute;
	cursor: pointer;
	top: 0px;
	right: 0px;
	height: 27px;
	width: 26px;
	background: #002c77 url('../pictures/button.gif') no-repeat;
}

#lang {
	position: absolute;
	left: 20px;
	top: 28px;
	color: #1b4386;
	text-transform: uppercase;
}
#lang a {
	color: #1b4386;
	padding: 0px 5px 0px 0px;
	text-decoration: underline;
}
#lang a:hover {
	color: #1b4386;
	text-decoration: none;
}
#lang a.langActive {
	font-weight: bold;
}

#menuTop ul {
	position: relative;
	height: 53px;
	padding: 0px 0px 0px 5px;
}
#menuTop ul li {
	display: inline;
}
#menuTop ul li a {
	display: block;
	float: left;
	margin: 0px 3px 0px 0px;
	width: 235px;
	height: 40px;
	line-height: 40px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 120%;
	background: #6aade4 url('../pictures/menuTop.gif') repeat-x;
	text-decoration: none;
}
#menuTop ul li a:hover {
	text-decoration: underline;
}
#menuTop ul li a.vyber {
	color: #1f1a17;
}
#menuBottom ul {
	position: relative;
	height: 43px;
	padding: 0px 0px 0px 5px;
}
#menuBottom ul li {
	display: inline;
}
#menuBottom ul li a {
	display: block;
	float: left;
	margin: 0px 3px 0px 0px;
	width: 235px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 120%;
	background: #6aade4;
	text-decoration: none;
}
#menuBottom ul li a:hover {
	text-decoration: underline;
}
#menuBottom ul li a.vyber {
	color: #1f1a17;
}

#content {
	position: relative;
	width: 920px;
	left: 20px;
	line-height: 1.5;
	padding: 20px 0px 30px 0px;
	font-size: 90%;
}

#content h1 {
	margin: 0px 0px 10px 0px;
	color: #002c77;
	font-size: 200%;
	font-weight: normal;
	line-height: 1.3;
}
#content h1 a {
	color: #002c77;
	text-decoration: underline;
}
#content h1 a:hover {
	color: #002c77;
	text-decoration: none;
}
#content h2 {
	margin: 30px 0px 10px 0px;
	color: black;
	font-size: 160%;
	font-weight: normal;
	line-height: 1.3;
}
#content h2 a {
	color: black;
	text-decoration: underline;
}
#content h2 a:hover {
	color: black;
	text-decoration: none;
}
#content h3 {
	margin: 15px 0px 8px 0px;
	color: black;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3;
}
#content h3 a {
	color: black;
	text-decoration: underline;
}
#content h3 a:hover {
	color: black;
	text-decoration: none;
}
#content h4 {
	margin: 10px 0px 8px 0px;
	color: black;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3;
}
#content h4 a {
	color: black;
	text-decoration: underline;
}
#content h4 a:hover {
	color: black;
	text-decoration: none;
}
#content ul, #content ol {
	margin: 10px 0px 10px 20px;
}
#content p {
	margin: 8px 0px 16px 0px;
	text-align: justify;
}
#content img {
	margin: 0px 7px 15px 0px;
	position: relative;
}
#content strong {
	color: black;
	font-weight: bold;
}
#content a {
	color: #002c77;
	text-decoration: underline;
}
#content a:hover {
	color: #002c77;
	text-decoration: none;
}

#content input, #content textarea {
	border: 1px solid #6aade4;
	color: #151515;
	background: white;
	padding: 2px;
	margin: 0px 0px 3px 0px;
	font-size: 95%;
	font-family: sans-serif;
}
#content button {
	background: #002c77;
	color: white;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0px 7px 0px 7px;
	border: none;
	cursor: pointer;
	font-size: 95%;
	text-transform: lowercase;
}
#content form.contactForm div {
  margin: 0px 0px 4px 0px;
  position: relative;
}
#content form.contactForm .captcha {
  position: absolute;
  top: -1px;
  left: 180px;
}
#content form.contactForm .captcha2 {
  position: absolute;
  top: -1px;
  left: 200px;
}
#content form.contactForm span.formLine {
	float: left;
	display: block;
	width: 80px;
	line-height: 21px;
	font-weight: bold;
	color: #151515;
}
#content form.contactForm span.formLine2 {
	float: left;
	display: block;
	width: 120px;
	line-height: 21px;
	font-weight: bold;
	color: #151515;
}
#content form.contactForm .buttonLine {
	padding: 0px 0px 0px 80px;
}
#content form.contactForm .buttonLine2 {
	padding: 0px 0px 0px 120px;
}
#content form.contactForm span.required {
	background: url('../pictures/required.png') right 3px no-repeat;
}
#content form.contactForm input.sleep {
	display: none;
}
#content p.stav {
	border: 1px solid black;
	color: black;
	text-align: center;
	padding: 5px 10px 5px 10px;
	background: #ffdc53;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

#content table {
	font-size: 100%;
	border-collapse: collapse;
	width: 645px;
	margin: 10px 0px 10px 0px;
}
#content table td {
	padding: 3px 2px 0px 2px;
	vertical-align: center;
}
#content table thead td {
	font-size: 120%;
	padding: 4px 2px 0px 2px;
	font-weight: bold;
	color: white;
	background: #002c77;
}

#footer {
	position: relative;
	padding: 26px 33px 40px 15px;
	width: 901px;
	border-top: 10px solid #002c77;
	left: 5px;
	color: #91908f;
	font-size: 85%;
	line-height: 1.5;
}
#footer a {
	color: #91908f;
	text-decoration: underline;
}
#footer a:hover {
	color: #91908f;
	text-decoration: none;
}
#footer .footerRight {
	float: right;
	text-align: right;
}
#footer div.logo {
	padding: 32px 0px 0px 0px;
	background: white url('../pictures/hsflamingo.gif') no-repeat;
}
div.clean {
	position: relative;
	clear: both;
}

table {
	font-size: 100%;
}
.center {
	text-align: center;
}

span.separator {
	padding: 0px 6px 0px 6px;
}
.small {
  font-size: 85%;
}
#content .search-result {
	background: #a1cef4;
	color: black;
	padding: 2px;
}
#content .search-result-box {
  margin: 0px 0px 15px 0px;
}
#content .search-result-box p {
  margin: 0px 0px 4px 0px;
}

.contentLeft49, .contentLeft66, .contentLeft33, .contentLeft32, .contentCenter32, .contentRight32, .contentRight49, .contentRight33, .contentRight66 {
	position: relative;
}
.contentLeft49, .contentLeft66, .contentLeft33, .contentCenter32, .contentLeft32 {
	float: left;
}
.contentRight49, .contentRight33, .contentRight66, .contentRight32 {
	float: right;
}
.contentLeft49 {
	width: 49%;
}
.contentRight49 {
	width: 49%;
}
.contentLeft66 {
	width: 66%;
}
.contentRight33 {
	width: 33%;
}
.contentLeft33 {
	width: 33%;
}
.contentRight66 {
	width: 66%;
}
.contentLeft32 {
	width: 32%;
}
.contentRight32 {
	width: 32%;
}
.contentCenter32 {
	left: 2%;
	width: 32%;
}
div.clear {
	position: relative;
	clear: both;
	height: 1px;
	font-size: 1px;
	margin: -1px 0px 0px 0px;
}
