* {
	color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	font-family: Verdana, Arial;
}
body {
	padding: 0;
	background-color: #2e2e2e;
	text-align: center;
	background: url('/images/background.png');
}
br.separator {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	display: block;
}
div.page {
	width: 850px;
	margin: 5px auto 0 auto;
}
hr {
	display: none;
}
.none {
	display: none;
}
/* ----------------------------------------------------------------------- Header ------------------------------------ */
div.header {
	width: 850px;
	height: 100px;
	background: url('/images/header.png');
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: left;
position:relative;
}
div.header h1 {
	position: absolute;
	width: 311px;
	height: 100px;
	overflow: hidden;
	font-size: 90%;
	top: 0px;
	margin-left: 0;
}
div.header h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 311px;
	height: 100px;
	background: url('/images/logo.png');
}
div.header h1 a {
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	color: white;
}
/* ------------------------- Login Form Top ----------------------- */
form.login_form_top {
	width: 226px;
	position: absolute;
	top: 0px;
	margin-left: 620px;
	border: none;
}
form.login_form_top fieldset {
	border: none;
	margin: 10px 0 0 15px;
}
form.login_form_top fieldset legend {
	color: #9c9c9c;
	font-size: 80%;
	font-weight: bolder;
	padding-bottom: 15px;
}
form.login_form_top fieldset label {
	color: #9c9c9c;
	font-size: 70%;
	font-weight: bolder;
	width: 70px;
	float: left;
	text-align: right;
	padding-right: 5px;
	line-height: 21px;
}
form.login_form_top fieldset input {
	width: 100px;
	height: 19px;
	font-size: 70%;
	color: black;
	border: solid black 1px;
}
form.login_form_top fieldset input.submit {
	width: 19px;
	height: 19px;
	bordeR: none;
	margin: 0;
	padding: 0;
}
/* ----------------------------------------------------------------------- Bannery ------------------------------------ */
div.banner_header {
	margin-top: 3px;
	width: 850px;
	background-color: #3f3f3f;
text-align:center;
}
div.banner_header a {text-align:center;}div.banner_header iframe {width: 745px; height: 70px; border: none; overflow: hidden;}div.banner_header p {text-align: center; margin-top: 0px; width: 745px; font-size: 10pt;}
div.banner_footer {
	margin-top: 3px;
	width: 850px;
	background-color: #3f3f3f;
}
div.banner_footer div {
	margin: 5px auto;
	height: 92px;
	width: 730px;
	display: block;
}div.banner_footer a.center {text-align:center;}div.banner_footer p.pperez{font-family:Arial, Helvetica, sans-serif; font-size:x-small;}
div.left_banner {margin-left:-17px;}
/* ----------------------------------------------------------------------- Footer ------------------------------------ */
div.footer {
	width: 850px;
	height: 33px;
	background: url('/images/footer.png');
	font-size: 80%;
	margin-top: 3px;
	margin-bottom: 20px;
}
div.footer p {
	color: #9c9c9c;
	padding-top: 7px;
}
div.footer a {
	color: #9c9c9c;
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
	color: white;
}
/* ----------------------------------------------------------------------- Sidebar ------------------------------------ */
div.sidebar {
	width: 223px;
	float: left;
}
div.sidebar ul.menu {
	padding: 8px 0 1px 0;
	text-align: left;
	background: url('/images/menu-big.png');
}
div.sidebar ul.menu li {
	background: url('/images/menu.png') no-repeat;
	display: block;
	width: 223px;
	height: 22px;
	margin-bottom: 8px;
}
div.sidebar ul.menu li:hover {
	background: url('/images/menu-hover.png') no-repeat;
}
div.sidebar ul.menu li a {
	display: block;
	width: 198px;
	line-height: 22px;
	padding-left: 25px;
	text-decoration: none;
	font-weight: bolder;
	font-size: 90%;
}
/* ------------------------- Sidebar_in ----------------------- */
div.sidebar div.sidebar_in {
	width: 214px;
	background: #3f3f3f url('/images/sidebar-image.png') no-repeat center 210px;
	margin-top: 3px;
	padding: 6px 4px 15px 5px;
	margin-top: 3px;
}
div.sidebar div.sidebar_in h2 {
	background: url('/images/row-down.png') no-repeat 0 3px;
	line-height: 22px;
	font-size: 95%;
	text-align: left;
	padding-left: 26px;
	padding-bottom: 5px;
}
div.sidebar div.sidebar_in h2.novinky {
	margin-top: 10px;
}
div.sidebar div.sidebar_in p {
	font-size: 70%;
	text-align: left;
	border-top: solid #5e5d5d 1px;
	line-height: 120%;
	padding: 5px 0 0 0;
	margin-left: 25px;
}
div.sidebar div.sidebar_in p.a {
	border: none;
	padding: 5px 0 10px 0;
	text-align: right;
}
div.sidebar div.sidebar_in p a {
	text-decoration: none;
	color: #999999;
	padding-left: 5px;
}
div.sidebar div.sidebar_in p a:hover {
	text-decoration: underline;
	color: white;
}
div.sidebar div.sidebar_in p.slovnik {
	padding-bottom: 10px;
}
div.sidebar div.sidebar_in p.slovnik strong {
	color: #999999;
}
div.sidebar div.sidebar_in p.vice_pojmu {
	text-align: right;
	border-top: none;
}
div.sidebar div.sidebar_in p.vice_pojmu a {
	color: red;
}
div.sidebar strong.reddd {
	color: red;
}
/* ----------------------------------------------------------------------- Content ------------------------------------ */
div.content {
	margin-left: 226px;
	background-color: #3f3f3f;
	font-size: 80%;
	padding: 0 10px;
	text-align: justify;
}
div.content h3 {
	color: #9c9c9c;
	padding: 0 0 0 26px;
	margin-top: 10px;
	font-size: 110%;
	background: url('/images/row-right.png') no-repeat;
	line-height: 19px;
	vertical-align: middle;
}
div.content h4 {
	color: #9c9c9c;
	font-size: 95%;
	font-weight: bolder;
	text-align: left;
	margin: 20px 0 2px 30px;
	padding: 0 0 0 25px;
	line-height: 19px;
	background: url('/images/row-right-grow.jpg') no-repeat;
}
div.content h4.podotazka {
	color: #9c9c9c;
	font-size: 95%;
	font-weight: bolder;
	text-align: left;
	margin: 20px 0 2px 100px;
	padding: 0 0 0 25px;
	line-height: 19px;
	background: url('/images/row-right-grow.jpg') no-repeat;
}
div.content ul.podotazky {
	margin: 5px 0 0 140px;
	text-align: left;
}
div.content ul.podotazky li {
	list-style-type: circle;
	margin-bottom: 5px;
}
div.content a {
	color: red;
}
div.content a:hover {
	text-decoration: none;
	;
}
div.content p.clasic {
	padding-top: 10px;
	line-height: 120%;
	text-indent: 20px;
}
div.content p.vice {
	text-align: right;
	padding-right: 20px;
}
div.content p.underline {
	border-bottom: solid #5e5d5d 1px;
	padding-bottom: 20px;
}
/* ------------------------- Navigace ----------------------- */
div.content p.navigace {
	text-align: left;
	font-size: 85%;
	margin: 0;
	margin-bottom: 5px;
	padding: 7px 0;
	border-bottom: solid #5e5d5d 1px;
}
div.content p.navigace a {
	font-weight: bolder;
	color: #9c9c9c;
	text-decoration: none;
	background: url('/images/row-right-small.png') no-repeat;
	background-position: right 6px;
	padding-right: 15px;
	margin-right: 5px;
}
div.content p.navigace a:hover {
	text-decoration: underline;
	color: white;
}
/* ------------------------- Hlavní strana ----------------------- */
img.home {
	float: right;
	border: solid #5e5d5d 1px;
	margin: 0 0 0 15px;
}
img.big_logo {
	margin-top: 40px;
}
/* ------------------------- Často kladené otázky ----------------------- */
ul.menu_kotvy {
	text-align: left;
	margin: 30px 0 30px 25px;
}
ul.menu_kotvy li {
	background: url('/images/row-right-grow.jpg') no-repeat;
	padding-left: 30px;
	line-height: 19px;
	margin-bottom: 5px;
}
ul.menu_kotvy li a {
	color: #9c9c9c;
	text-decoration: none;
}
div.content p.odpoved {
	margin: 0;
	padding: 5px 0 15px 0;
	text-indent: 20px;
	font-style: italic;
	line-height: 120%;
}
/* ------------------------- Partneři ----------------------- */
div.content div.partneri {
	text-align: center;
}
/* ------------------------- Kontakt ----------------------- */
div.content table.kontakt {
	width: 600px;
	margin: 30px auto 20px auto;
	border-bottom: solid #5e5d5d 1px;
	border-collapse: collapse;
}
div.content table.kontakt a {
	text-decoration: none;
}
div.content table.kontakt h3 {
	font-size: 100%;
	color: #9c9c9c;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.content table.kontakt td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 30px;
	padding-left: 20px;
}
div.content table.kontakt td.okraj {
	border-right: solid #5e5d5d 1px;
	width: 290px;
	padding-left: 0;
}
div.content table.kontakt td img {
	border: solid #5e5d5d 1px;
	width: 60px;
	float: left;
	margin-right: 10px;
}
div.content table.kontakt address {
	line-height: 130%;
	font-style: normal;
	padding-left: 20px;
}
div.content table.kontakt address strong {
	color: #9c9c9c;
}
div.content table.kontakt address span {
	font-style: italice;
	font-size: 90%;
}
div.content table.kontakt p {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
div.content h2.form {
	font-size: 120%;
	color: #9c9c9c;
	width: 400px;
	text-align: left;
	margin: 30px auto 10px auto;
}
div.content form.kontakt fieldset {
	width: 400px;
	margin: 10px auto;
	border: none;
	text-align: left;
	color: black;
	padding-left: 40px;
}
div.content form.kontakt fieldset label {
	width: 100px;
	float: left;
}
div.content form.kontakt fieldset input {
	width: 270px;
	margin-bottom: 5px;
	color: black;
	font-size: 90%;
	background: #dddbe8;
}
div.content form.kontakt fieldset textarea {
	width: 270px;
	height: 100px;
	color: black;
	font-size: 90%;
	background: #dddbe8;
	padding: 2px;
}
div.content form.kontakt fieldset p {
	text-align: right;
	padding-right: 25px;
	padding-top: 10px;
}
div.content form.kontakt fieldset p.hlaska {
	color: red;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 10px;
}
div.content form.kontakt fieldset p input {
	width: 19px;
	height: 19px;
}
/* ------------------------- Vložit modela ----------------------- */
div.content form.vlozit_modela {
	margin-top: 20px;
}
div.content form.vlozit_modela span.request {
	font-weight: bolder;
	color: red;
}
div.content form.vlozit_modela fieldset {
	border: none;
	width: 600px;
	margin: 0 auto;
	text-align: left;
	font-size: 90%;
}
div.content p.hlaska {
	color: red;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 20px;
	line-height: 130%;
}
div.content p.registracee {
	padding: 20px 0;
	border: solid red 1px;
	background-color: #555555;
	margin-bottom: 20px;
}
div.content p.registracee span {
	color: white;
}
div.content form.vlozit_modela fieldset label {
	width: 250px;
	float: left;
	text-align: right;
	padding-right: 5px;
	line-height: 17px;
	vertical-align: middle;
}
div.content form.vlozit_modela fieldset label span {
	font-weight: normal;
	color: white;
	font-size: 90%;
	color: #9c9c9c;
}
div.content form.vlozit_modela fieldset label.jazyky {
	float: none;
	width: 150px;
	color: #9c9c9c;
	font-weight: bolder;
}
div.content form.vlozit_modela fieldset label.odvetvi {
	float: none;
	width: 150px;
	color: #9c9c9c;
	font-weight: bolder;
}
div.content form.vlozit_modela fieldset label.druh {
	float: none;
	width: 150px;
	color: #9c9c9c;
	font-weight: bolder;
}
div.content form.vlozit_modela fieldset label.praktiky {
	float: none;
	width: 150px;
	color: #9c9c9c;
	font-weight: bolder;
}
div.content form.vlozit_modela fieldset input {
	width: 150px;
	height: 17px;
	margin-bottom: 5px;
	color: black;
	border: none;
}
div.content form.vlozit_modela fieldset input.zakazky_cr {
	width: 15px;
	height: 15px;
}
div.content form.vlozit_modela fieldset input.jazyky {
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
div.content form.vlozit_modela fieldset input.odvetvi {
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
div.content form.vlozit_modela fieldset input.druh {
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
div.content form.vlozit_modela fieldset input.praktiky {
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
div.content form.vlozit_modela fieldset textarea {
	width: 250px;
	height: 50px;
	color: black;
}
div.content form.vlozit_modela fieldset textarea.produkce {
	width: 300px;
	height: 150px;
	color: black;
}
div.content form.vlozit_modela fieldset p.submit {
	text-align: right;
}
div.content form.vlozit_modela fieldset input.submit {
	width: 117px;
	height: 21px;
}
div.content form.vlozit_modela fieldset optgroup {
	color: black;
}
div.content form.vlozit_modela fieldset select {
	width: 150px;
	height: 19px;
	margin-bottom: 5px;
	color: black;
}
div.content form.vlozit_modela fieldset select option {
	color: black;
}
div.content form.vlozit_modela fieldset select.datum_narozeni_den {
	width: 45px;
	float: left;
	margin-right: 10px;
}
div.content form.vlozit_modela fieldset select.datum_narozeni_mes {
	width: 45px;
	float: left;
	margin-right: 10px;
}
div.content form.vlozit_modela fieldset select.datum_narozeni_rok {
	width: 80px;
}
div.content table.jazyky {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
div.content table.jazyky td {
	width: 200px;
}
div.content table.odvetvi {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
div.content table.odvetvi td {
	width: 200px;
}
div.content table.druh {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
div.content table.druh td {
	width: 200px;
}
div.content table.praktiky {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
div.content table.praktiky td {
	width: 200px;
}
/* -------- Vložit modela Form 1 ------- */
div.content form.Form1 fieldset input {
	width: 200px;
}
/* -------- Vložit modela Form 2 ------- */
div.content form.Form2 fieldset input {
	width: 150px;
}
div.content p.pocet_foto {
	font-weight: bolder;
	padding: 0 0 0 20px;
	color: red;
}
div.content p.pocet_foto span {
	color: white;
}
/* ------------------------- Registrační podmínky ----------------------- */
ul.registracni_podminky {
	padding: 5px 0 10px 70px;
}
ul.registracni_podminky li {
	list-style-type: decimal;
	padding: 3px 0;
	line-height: 120%;
}
/* ------------------------- černá listina ----------------------- */
div.cerna_listina {
	width: 570px;
	margin: 10px auto;
	height: 162px;
	border: solid #5e5d5d 2px;
	font-size: 90%;
}
div.cerna_listina img {
	height: 150px;
	border: solid #5e5d5d 1px;
	float: left;
	margin: 5px;
}
div.cerna_listina p {
	padding: 10px;
	margin-left: 130px;
	line-height: 120%;
}
div.cerna_listina p strong {
	color: #9c9c9c;
}
/* ------------------------- Dotazy ----------------------- */
div.content form.dotazy fieldset {
	width: 400px;
	margin: 20px auto 20px auto;
	border: none;
	text-align: left;
	color: black;
	padding-top: 10px;
}
div.content form.dotazy fieldset label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
div.content form.dotazy fieldset input {
	width: 270px;
	margin-bottom: 5px;
	color: black;
	font-size: 90%;
	background: #dddbe8;
	padding: 2px 5px;
}
div.content form.dotazy fieldset textarea {
	width: 270px;
	height: 100px;
	color: black;
	font-size: 90%;
	background: #dddbe8;
	padding: 2px 5px;
}
div.content form.dotazy fieldset p {
	text-align: right;
	padding-top: 10px;
}
div.content form.dotazy fieldset p.hlaska {
	color: red;
	font-weight: bolder;
	text-align: center;
	line-height: 130%;
	padding: 20px 0;
	border: solid red 1px;
	background-color: #555555;
	margin-bottom: 20px;
}
div.content form.dotazy fieldset p input {
	width: 19px;
	height: 19px;
	padding: 0;
}
table.dotaz {
	border-collapse: collapse;
	border-top: solid #5e5d5d 1px;
	margin: 0 10px;
}
table.dotaz td.jmeno {
	text-align: left;
	padding-top: 5px;
	color: #9c9c9c;
	font-size: 90%;
}
table.dotaz td.datum {
	text-align: right;
	width: 160px;
	padding-top: 5px;
	color: #9c9c9c;
	font-size: 90%;
}
div.content table.dotaz h4 {
	color: #CC0000;
	font-size: 95%;
	font-weight: bolder;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
	background: none;
}
div.content table.dotaz p {
	padding: 0 0 20px 0;
	line-height: 130%;
	text-indent: 20px;
}
div.content table.dotaz div.odpoved {
	background-color: #555555;
	border: solid white 1px;
	margin: 0 0 20px 30px;
	padding: 10px;
}
div.content table.dotaz h5 {
	color: #9c9c9c;
	padding-bottom: 5px;
	font-size: 90%;
}
div.content table.dotaz p.odpoved {
	padding: 0;
	margin: 0;
}
/* ------------------------- Registrace ----------------------- */
div.content form.rregistrace {
	margin-top: 0 auto 0 auto;
	padding-top: 20px;
}
div.content form.rregistrace span.request {
	font-weight: bolder;
	color: red;
}
div.content form.rregistrace fieldset {
	border: none;
	width: 600px;
	text-align: left;
	font-size: 90%;
}
div.content p.hlaska {
	color: red;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 20px;
	line-height: 130%;
}
/* ---- Label --- */
div.content form.rregistrace fieldset div.label {
	width: 200px;
	float: left;
	text-align: right;
}
div.content form.rregistrace fieldset div.label label {
	line-height: 19px;
	vertical-align: middle;
}
/* ---- Input --- */
div.content form.rregistrace fieldset div.input {
	width: 390px;
	margin-left: 205px;
}
div.content form.rregistrace fieldset input {
	width: 290px;
	height: 19px;
	color: black;
	border: solid #730606 1px;
}
div.content form.rregistrace fieldset input.checkbox {
	width: 14px;
	height: 14px;
	margin-top: 3px;
}
div.content form.rregistrace fieldset p.submit {
	text-align: right;
}
div.content form.rregistrace fieldset input.submit {
	width: 117px;
	height: 21px;
	border: none;
}
/* ---------------- Form1 --------------- */
div.content form.rregistrace fieldset.form1 div.label {
	width: 270px;
}
div.content form.rregistrace fieldset div.input {
	margin-left: 275px;
}
/* ------------------------------------------------------ registration -------------------------------- */
#regForm.registration {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 100%;
	width: 580px;
	margin: 20px auto;
	color: black;
}
#regForm.registration fieldset {
	border: none;
}
#regForm.registration legend {
	display: none;
}
#regForm.registration span.request {
	color: red;
	font-weight: bolder;
	padding-left: 3px;
}
#regForm.registration div.row {
	padding-bottom: 5px;
}
#regForm.registration div.label {
	width: 150px;
	float: left;
	color: white;
}
#regForm.registration div.label label {
	text-align: right;
	width: 150px;
	line-height: 21px;
	display: block;
}
#regForm.registration div.input {
	width: 400px;
	margin-left: 160px;
}
#regForm.registration div.input input {
	width: 390px;
	height: 19px;
	border: solid #730606 1px;
	color: black;
	padding-left: 5px;
	line-height: 19px;
	vertical-align: middle;
	font-size: 90%;
}
#regForm.registration div.input input.name {
	width: 250px;
}
#regForm.registration div.input input.date {
	width: 150px;
}
#regForm.registration div.input select {
	color: black;
}
#regForm.registration div.input select.kraj {
  width:200px;}
#regForm.registration div.input optgroup {
	color: black;
}
#regForm.registration div.input option {
	color: black;
}
#regForm.registration div.error_message {
	color: red;
	padding: 2px 0 0 5px;
}
#regForm.registration div.error_message label {
	color: red;
}
#regForm.registration div.cleaner {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	display: block;
}
#regForm.registration p.submit {
	text-align: right;
	padding: 20px 0 0 0;
}
#regForm.registration p.request {
	padding: 5px 0 0 0;
}			
