/* www.pohoda-help.cz, CSS styly pro zobrazeni */

/* zakladni nastaveni */
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.7em;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	_text-align: center;
}

body.editor{
   font-size: 0.8em;
   font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
   color: #666666;
}

a img, a:link img {
	border: none;
}

p {
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h1{
   font-weight: 400;
}

h1 {
	font-size: 1.7em;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	margin: 0em;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
	color: #993366;
}

h2 {
	font-size: 1.2em;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	margin: 0em;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
	color: #006080;
}

h3 {
	font-size: 1.1em;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	margin: 0em;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
	color: #339900;
}

h4 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
	color: #ff9900;
}

h5 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
}

h6 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
}

.vl1 {
	color: #ff9a00;
}

.vl2 {
	color: #9c3063;
}

.vl3 {
	color: #009a9c;
}

.vl4 {
	color: #319a00;
}

ol {
	margin-left: 0em;
	margin-top: 1em;
	padding-left: 2.3em;
}

ul {
	margin-left: 0em;
	margin-top: 1em;
	padding-left: 2.3em;
}

ul li {
	list-style-type: square;
}

sub {
	font-size: 85%;
}

sup {
	font-size: 85%;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

fieldset {
	border: 1px solid #97adb6;
	width: 20em;
	padding: 0.3em;
	margin-top: 1em;
}

legend {
	border: none;
	padding: 0.1em 0.3em;
	margin-bottom: 5px;
	color: #ffffff;
	background-color: #97adb6;
	font-weight: bold;
}

label {
	float: left;
	width: 5em;
}

input.text {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding-left: 0.2em;
	padding-right: 0.2em;
	margin-bottom: 2px;
}

input.checkbox {
	width: 1.1em;
	height: 1.1em;
	margin-bottom: 2px;
}

input.radio {
	width: 1.1em;
	height: 1.1em;
	margin-bottom: 2px;
}

input.submit, input.reset, input.button {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	border: none;
	padding: 0.4em;
	margin-left: 15em;
	_margin-left: 15.2em;
}

input.file {
	width: 200px;
	height: 21px;
}

input.image {
	padding: 0px;
	border: none;
}

textarea {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding-left: 0.2em;
	padding-right: 0.2em;
	margin-bottom: 2px;
}

select {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	margin-bottom: 2px;
}

hr {
	color: #cccccc;
	height: 1px;
	border: none;
	background-color: #cccccc;
}

table {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.0em;
}

table.standard {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

table.standard th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

table.standard td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

table.colored {
	border-collapse: collapse;
	border: 1px solid #6fa9c7;
}

table.colored th {
	border-collapse: collapse;
	border: 1px solid #6fa9c7;
	padding-left: 0.2em;
	padding-right: 0.2em;
	background-color: #6fa9c7;
	color: #ffffff;
}

table.colored td {
	border-collapse: collapse;
	border: 1px solid #6fa9c7;
	padding-left: 0.2em;
	padding-right: 0.2em;

	background-color: #c3dbe8;
	color: #000000;
}

/* vrstvy pro tisk */

div#print-header {
	display: none;
}

/* formatovaci vrstvy */

div#page {
	width: 89.6em;
	margin-left: auto;
	margin-right: auto;
	_text-align: left;
}

div.spacer {
	clear: both;
}

/* hlavicka */

div#header {
	clear: both;
	height: 175px;
	background-image: url(header.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #5e84a6;
	position: relative;
}

/* logo */

div.logo {
	position: absolute;
	width: 165px;
	height: 128px;
	top: 13px;
	left: 366px;
}

div.logo p {
	width: 165px;
	height: 128px;
	position: relative;
	overflow: hidden;
}

div.logo p span {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 165px;
	height: 128px;
	background-image: url(pohoda.jpg);
}

div.logo ul {
	margin: 0em;
	padding: 0em;
}

div.logo ul li {
	list-style-type: none;
	list-style-image: none;
	width: 165px;
	height: 128px;
	position: relative;
	overflow: hidden;
}

div.logo ul li span {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 165px;
	height: 128px;
	background-image: url(pohoda.jpg);
}

div.logo ul li span.z2 a {
	display: block;
	width: 165px;
	height: 128px;
}

/* titulek */
/*
div.title {
	position: absolute;
	width: 413px;
	height: 66px;
	overflow: hidden;
	top: 50px;
	left: 534px;
}

div.title p {
	color: #ffffff
}

div.title p span {
	width: 413px;
	height: 66px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background-image: url(spolecnost-pro-normalni-zivot-lidi-s-postizenim.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}*/

/* titulek old */

div.title {
	position: absolute;
	width: 413px;
	height: 66px;
	overflow: hidden;
	top: 50px;
	left: 534px;
}

div.title p {
	color: #ffffff
}

div.title p span {
	width: 413px;
	height: 66px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background-image: url(spolecnost-pro-normalni-zivot-lidi-s-postizenim.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* volba jazyka */

div.langmenu {
	position: absolute;
	bottom: 0em;
	_bottom: -1px;
	left: 0em;
	width: 15em;
	background-color: #97adb6;
}

div.langmenu h2 {
	position: absolute;
	top: -1000px;
}

div.langmenu ul {
	margin: 0em;
	padding: 0em;
}

div.langmenu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	text-transform: uppercase;
}

div.langmenu ul li a, div.langmenu ul li a:link {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

div.langmenu ul li a:hover, div.langmenu ul li a.active {
	color: #144e8c !important;
	text-decoration: none;
}

/* hlavni menu */

div.mainmenu {
	position: absolute;
	width: 55.1em;
	bottom: 0em;
	_bottom: -1px;
	left: 16.2em;
}

div.mainmenu h2 {
	position: absolute;
	top: -1000px;
}

div.mainmenu ul {
	margin: 0em;
	padding: 0em;
}

div.mainmenu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	text-transform: uppercase;
	margin-right: 4px;
}

div.mainmenu ul li a, div.langmenu ul li a:link {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	display: block;
	color: #ffffff;
	background-color: #97adb6;
	text-decoration: none;
	_height: 1px;
	_width: 1px;
	_white-space: nowrap;
}

div.mainmenu ul li a:hover, div.mainmenu ul li a.active {
	color: #ffffff;
	background-color: #ecb111;
	text-decoration: none;
}

a.menu-spec {
	background-color: #ecb111 !important;
}

a.menu-spec:hover, a.menu-spec.active {
	background-color: #6F8C99 !important;
	color: #ffffff !important;
}

/* hledani */

div.searching {
	position: absolute;
	bottom: 0em;
	_bottom: -1px;
	right: 0em;
	width: 17em;
	background-color: #97adb6;
}

div.searching h2 {
	position: absolute;
	top: -1000px;
}

div.searching form {
	margin: 0em;
	padding-top: 0.2em;
	padding-bottom: 0.25em;
	_padding-bottom: 0.2em;
	padding-left: 1.2em;
	padding-right: 1.2em;
}

div.searching form label {
	font-weight: bold;
	font-size: 0.9em;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 1px 5px 0px 0px;
	line-height: 1.6em;
	width: 4em;
}
* html div.searching form label {
 margin: 2px 5px 0px 0px;
}

div.searching form input.text {
	font-size: 0.9em;
	width: 7em;
	border: none;
	padding-left: 0.2em;
	padding-right: 0.2em;
	margin: 2px 0px 1px 0px;
}

div.searching form input.submit {
	border: none;
	background-color: #ff9900;
	color: #ffffff;
	cursor: pointer;
	width: 3em;
	margin: 0em;
	margin: 1px 0px 1px 0px;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-size: 0.93em;
}

/* content */

div#content {
	padding-top: 10px;
}

/* levy sloupec */

div#content div.left {
	width: 15em;
	float: left;
	overflow: hidden;
}

/* submenu vlevo */

div.submenu {
	text-align: right;
}

div.submenu h2 {
	position: absolute;
	top: -1000px;
}

div.submenu ul {
	margin: 0em;
	padding: 0em;
}

div.submenu ul li {
	list-style-type: none;
	list-style-image: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1px;
}

div.submenu ul li a, div.submenu ul li a:link {
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 0.4em;
	background-color: #6fa9c7;
	_height: 1px;
}

div.submenu ul li a:hover, div.submenu ul li a.active {
	background-color: #f7c143;
	color: #666666;
	text-decoration: none;
}

div.submenu ul li ul li {
	text-transform: lowercase;
}

div.submenu ul li ul li a, div.submenu ul li ul li a:link {
	background-color: #d7e7ef;
	color: #666666;
}

div.submenu ul li ul li a:hover {
	background-color: #9e9e9e;
	color: #ffffff;
}

div.submenu ul li ul li ul li a, div.submenu ul li ul li ul li a:link {
	background-color: #e4e7e9;
}

div.submenu ul li ul li ul li a:hover, div.submenu ul li ul li ul li a.active {
	background-color: #9e9e9e;
	color: #ffffff;
}

/* credits */

div.credits {
	background-color: #c3dbe8;
	margin-top: 5px;
	padding: 0.4em;
	text-align: right;
	color: 006699;
	font-size: 0.9em;
}

div.credits p a, div.credits p a:link {
	color: #006699;
	text-decoration: underline;
}

div.credits p a:hover {
	color: #003366;
	text-decoration: underline;
}

ul.asistent-pohody {
	margin: 0em;
	padding: 0em;
	width: 100%;
	_width: 95%;
	float: left;
	margin-bottom: 0.5em;
}

ul.asistent-pohody li {
	list-style-type: none;
	list-style-image: none;
	position: relative;
	width: 50%;
	height: 45px;
	overflow: hidden;
	float: right;
}

ul.asistent-pohody li.sm {
	width: 50px;
	height: 40px;
	float: left;
	position: relative;
	left: 16px;
}

ul.asistent-pohody li.sm2 {
	width: 40px;
	height: 30px;
	position: relative;
	left: -16px;
}

ul.asistent-pohody li.sm3 {
	width: 85px;
	height: 30px;
}

ul.asistent-pohody li.esf {
	width: 100%;
	height: 35px;
}

ul.asistent-pohody li span.wrap {
	width: 60px;
	background-image: url();
}

ul.asistent-pohody li span {
	display: block;
	width: 60px;
	height: 35px;
	background: url(asistent-pohody.gif) right top no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}

ul.asistent-pohody li.esf span.flag-esf {
	display: block;
	clear: both;
	float: right;
	width: 135px;
	background-image: url(flag_esf.gif);
	background-repeat: no-repeat;
}

ul.asistent-pohody li.sm span.flag-eu {
	display: block;
	width: 45px;
	background-image: url(flag_eu.gif);
	background-repeat: no-repeat;
}

ul.asistent-pohody li.sm3 span.flag-nros {
	display: block;
	width: 73px;
	background-image: url(flag_nros.gif);
	background-repeat: no-repeat;
}

ul.asistent-pohody li.sm2 span.flag-prag {
	display: block;
	width: 30px;
	background-image : url(flag_prag.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

ul.asistent-pohody li.sm span.z3, ul.asistent-pohody li.sm2 span.z3, ul.asistent-pohody li.esf span.z3, ul.asistent-pohody li.sm3 span.z3{
	background-image: url();
}
ul.asistent-pohody li.sm span.z3 a{
	display: block;
	width: 60px;
	height: 30px;
	background-image: url();
}

ul.asistent-pohody li.sm2 span.z3 a{
	display: block;
	width: 60px;
	height: 30px;
	background-image: url();
}

ul.asistent-pohody li.sm3 span.z3 a{
	display: block;
	width: 73px;
	height: 30px;
	background-image: url();
}

ul.asistent-pohody li.esf span.z3 a{
	display: block;
	width: 255px !important;
	height: 30px;
	background-image: url();
}

ul.asistent-pohody li span.z2 a {
	display: block;
	width: 60px;
	height: 30px;
}

/* stredni sloupec */

div#content div.middle {
	width: 55.1em;
	float: left;
	margin-left: 1.2em;
	/*margin-right: 1.2em;*/
   overflow: hidden;
}
* html div#content div.middle {
	width: 55.4em;
}
/* pagemenu */

div.pagemenu {
	width: 100%;
	/*width: 320px;*/
	float: left;
	margin-bottom: 1em;
}

div.pagemenu h2 {
	position: absolute;
	top: -1000px;
}

div.pagemenu ul {
	margin: 0em;
	padding: 0em;
}

div.pagemenu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
	margin: 0px 15px;/* 0 16*/
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top center;
	width: 120px;
	height: 11em;
}
* html div.pagemenu ul li {
	margin: 0px 14px;
}

div.pagemenu ul li.chranene-bydleni {
	background-image: url(chranene-bydleni.jpg);
}

div.pagemenu ul li.denni-programy {
	background-image: url(denni-programy.jpg);
}

div.pagemenu ul li.krizova-a-respitni-pece {
	background-image: url(krizova-a-respitni-pece.jpg);
}

div.pagemenu ul li.osobni-asistence {
	background-image: url(osobni-asistence.jpg);
}

div.pagemenu ul li a, div.pagemenu ul li a:link {
	padding-top: 110px;
	display: block;
	text-decoration: none;
	white-space: break;
}

div.pagemenu ul li.chranene-bydleni a, div.pagemenu ul li.chranene-bydleni a:link {
	color: #993366;
}

div.pagemenu ul li.denni-programy a, div.pagemenu ul li.denni-programy a:link {
	color: #009999;
}

div.pagemenu ul li.krizova-a-respitni-pece a, div.pagemenu ul li.krizova-a-respitni-pece a:link {
	color: #339900;
}

div.pagemenu ul li.osobni-asistence a, div.pagemenu ul li.osobni-asistence a:link {
	color: #ff9900;
}

div.pagemenu ul li a:hover {
	color: #000000;
	text-decoration: none;
}

/* textovy layer */
div#page.homepage div.text {
	width: 100%;
	color: #666666;
	font-size: 1.1em;
   overflow-x: hidden;
}

div#page.page div.text {
	float: left;
	background-color: #f8f1dc;
	padding: 1em;
	color: #333333;
	margin-top: 10px;
}

div.middle div.text ul li
{
	line-height: 1.5em;
}

div.page.chranene-bydleni div.text h1 {
	color: #993366;
}

div.page.osobni-asistence div.text h1 {
	color: #ff9900;
}

div.page.denni-programy div.text h1 {
	color: #009999;
}

div.page.krizova-a-respitni-pece div.text h1 {
	color: #339900;
}

/* cesta */

div.path {
	background-color: #ffffff;
	float: left;
	width: 100%;
	clear: both;
}

div.path ul {
	margin: 0em;
	padding: 0em;
}

div.path ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	background-image: url(path-divider.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 10px;
	margin-right: 10px;
}

div.path ul li.last {
	background-image: none;
}

div.path ul li a, div.path ul li a:link {
	color: #666666;
	text-decoration: none;
}

div.path ul li a:hover {
	color: #000000;
	text-decoration: none;
}

div.path ul li a.active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

/* pravy sloupec */

div#content div.right {
	width: 17em;
	float: right;
	overflow: hidden;
}

/* aktuality */

div.news {
	background-color: #e9e9e9;
	position: relative;
}

div.news h2 {
	background-color: #ffbd08;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.4em;
	font-size: 1em;
	margin: 0em;
}

div.news div.item {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding: 0.4em;
	font-size: 0.9em;
}

div.news div.iteml {
	background: #D9D9D9;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding: 0.4em;
	font-size: 0.9em;
}

div.news div.item-inner
{
	width: 17.9em;
	overflow: hidden;
}

div.news div.item p.news-title, div.news div.iteml p.news-title {
	color: #006699;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0em;
}

div.news div.item p.news-title a, div.news div.item p.news-title a:link, div.news div.iteml p.news-title a, div.news div.iteml p.news-title a:link {
	color: #006699;
	text-decoration: underline;
}

div.news div.item p.news-title a:hover, div.news div.iteml p.news-title a:hover {
	color: #003366;
	text-decoration: underline;
}

div.news div.item span.news-date, div.news div.iteml span.news-date {
	color: #996600;
	font-weight: bold;
}

/* partneri */

div.partners {
	position: relative;
	margin-top: 5px;
}

div.partners h2 {
	background-color: #ffbd08;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.4em;
	font-size: 1em;
	margin: 0em;
}

div.partners div.item {
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 0.4em;
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #c3dbe8;
}

/* titulek stranky */

div.section {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 110px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 1em;
}

div#page.chranene-bydleni div.section {
	color: #993366;
	background-image: url(chranene-bydleni.jpg);
}

div#page.denni-programy div.section {
	color: #009999;
	background-image: url(denni-programy.jpg);
}

div#page.krizova-a-respitni-pece div.section {
	color: #339900;
	background-image: url(krizova-a-respitni-pece.jpg);
}

div#page.osobni-asistence div.section {
	color: #ff9900;
	background-image: url(osobni-asistence.jpg);
}

div.section ul {
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	padding: 0em;
}

div.section ul li {
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
	line-height: 1.5em;
}

div.section ul li a, div.section ul li a:link {
	text-decoration: underline;
}

div.section ul li.chranene-bydleni a, div.section ul li.chranene-bydleni a:link {
	color: #993366;
}

div.section ul li.denni-programy a, div.section ul li.denni-programy a:link {
	color: #009999;
}

div.section ul li.krizova-a-respitni-pece a, div.section ul li.krizova-a-respitni-pece a:link {
	color: #339900;
}

div.section ul li.osobni-asistence a, div.section ul li.osobni-asistence a:link {
	color: #ff9900;
}

div.section ul li.chranene-bydleni a:hover, div.section ul li.denni-programy a:hover, div.section ul li.krizova-a-respitni-pece a:hover, div.section ul li.osobni-asistence a:hover {
	color: #000000;
	text-decoration: underline;
}
/**************************************************************************************/
body.editor input.customFormText,
input.customFormText{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	width: 300px;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding-left: 0.2em;
	padding-right: 0.2em;
	margin-bottom: 2px;
}

body.editor input.customFormText,
input.customFormFile{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	width: 300px;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding-left: 0.2em;
	padding-right: 0.2em;
	margin-bottom: 2px;
}

body.editor input.customFormRadioText,
input.customFormRadioText{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	width: 273px;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding-left: 0.1em;
	padding-right: 0.2em;
	margin-bottom: 2px;
	margin-left: 1.1em;
}

body.editor textarea.customFormTextarea,
textarea.customFormTextarea{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;
	width: 300px;
	height: 5em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding-left: 0.2em;
	padding-right: 0.2em;
	margin-bottom: 2px;
}
body.editor input.customFormCheckbox,
input.customFormCheckbox{
	float: left;
	width: 1.1em;
	height: 1.1em;
	margin-bottom: 2px;
}
body.editor input.customFormRadio,
input.customFormRadio{
	float: left;
	width: 1.1em;
	height: 1.1em;
	margin-bottom: 2px;
	margin-right: 3px;
}
body.editor select.customFormSelect,
select.customFormSelect{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	margin-bottom: 2px;
}
body.editor input.customFormFile,
input.customFormFile{
	width: 300px;
	height: 21px;
}
body.editor input.customFormSubmit,
input.customFormSubmit{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 0.2em 0.4em;
	margin-left: 0em;
   background-color: #97adb6;
}

body.editor .checkbox-label,
.checkbox-label{
	position: relative;
	top: 2px;
	width: 90%;
	margin-top: 6px;
}
* html .checkbox-label{
	margin-top: 2px;
}

* html body * body.editor .checkbox-label,
.checkbox-label{
	position: relative;
	top: -3px;
	width: 90%;
   float: left;
}

#custom-form {
	width: 80%;
}

#custom-form #fieldset {
	width: 100%;
}
#custom-form table td h3
{
	color: #666666;
	font-size: 1em;
	font-weight: normal;
}
.box-label{
	font-size: 1.5em;
}

.box-content{
	overflow-x: hidden;
}

.pager{
	margin: 0.5em;
}

.gallery{
}

.gallery table{
	width: 100%;
}

.gallery table tr td{
	text-align: center;
	background-color: #97adb6;
}

span.news{
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

span.news p{
	margin: 0px;
	padding: 0px;
}
form.form-login{
	width: 168px;
	margin: 0px;
	margin-bottom: 5px;
	background-color: #c3dbe8;
	text-align: right;
}
form.form-login div.in{
	padding: 5px;
}
form.form-login input.text{
	text-align: right;
}

form.form-login label.small{
	width: 45px;
	text-align: right;
	float: right;
}
form.form-login input.submit{
	background-color: #ff9900;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	color: #ffffff;
	margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	height: 16px;
	position: relative;
	top: -2px;
}
div#login-user{
	background-color: #c3dbe8;
	margin-bottom: 5px;
}
div#login-user div.in{
	padding: 5px;
	text-align: right;
}


/* Boxy na Home Page */

div#HPBoxes {
	width: 100%;
	clear: both;
}

div#HPBoxes div.HPBoxLeft {
	width: 49%;
	float: left;
	background: #FFFFCC;
}

div#HPBoxes div.HPBoxRight {
	width: 49%;
	float: right;
	background: #FFFFCC;
}

div#HPBoxes div.HPBoxLeft div.label, div#HPBoxes div.HPBoxRight div.label {
	background-color: #ffbd08;
	border-bottom: 2px solid #ffffff;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.4em;
	font-size: 1em;
	margin: 0em;
}

div#HPBoxes * div.item {
	margin-top: 0.4em;
	/*padding: 0.4em;*/
	padding: 0.8em;
	font-size: 0.9em;
	overflow-x: hidden;
}

div#HPBoxes * div.iteml {
	background: #CFCFCF;
	margin-top: 0.4em;
	padding: 0.4em;
	font-size: 0.9em;
	overflow-x: hidden;
}

div#HPBoxes * div.item p.news-title, div#HPBoxes * div.iteml p.news-title {
	color: #006699;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0em;
	font-weight: bold;
}

div#HPBoxes * div.item p.news-title a, div#HPBoxes * div.item p.news-title a:link, div#HPBoxes * div.iteml p.news-title a, div#HPBoxes * div.iteml p.news-title a:link {
	color: #006699;
	text-decoration: underline;
}

div#HPBoxes * div.item p.news-title a:hover, div#HPBoxes * div.iteml p.news-title a:hover {
	color: #003366;
	text-decoration: underline;
}

div#HPBoxes * div.item span.news-date, div#HPBoxes * div.iteml span.news-date {
	color: #996600;
	font-weight: bold;
}

/* Skype */

div.skype {
	background-color: #c3dbe8;
	padding-bottom: 2px;
	margin-top: 5px;
	color: 006699;
	font-size: 0.9em;
}

div.skype div.skypeContact {
	margin: 5px 5px 5px 5px;
	padding: 0px;
	font-weight: bold;
	/*line-height: 34px;*/
	vertical-align: top;
	text-align: left;
}

div.skype div.label {
	background-color: #ffbd08;
	border-bottom: 2px solid #ffffff;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.4em;
	font-size: 1em;
	margin: 0em;
}

div.skype div.skypeContact a span {
	position: relative;
	top: -3px;
}

div.skype div.skypeContact a {
	text-decoration: none !important;
}

/* Články */

div#content div.news-title {
	color: #006699;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0em;
	font-weight: bold;
}

div#content div.news-title a, div#content div.news-title a:link, div#content div.news-title a, div#content div.news-title a:link {
	color: #006699;
	text-decoration: underline;
}

div#content div.news-title a:hover, div#content div.news-title a:hover {
	color: #003366;
	text-decoration: underline;
}

div#content span.news-date, div#content span.news-date {
	color: #996600;
	font-weight: bold;
	font-size: 0.9em;
	margin: 3px;
}

.articleBg
{
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
}

.article-inner
{
	margin: 10px;
	margin-bottom: 0px;
}

.border {
	border: 1px solid black !important;
}

div.hi-box
{
	background-color: #ffffcc;
	padding: 10px;
	border: 1px solid #6fa9c7;
	color: #000;
}

.banner
{
	margin-bottom: 10px;
}

.mt5
{
	margin-top: 5px;
}

/* diskuze k clanku */
form.article-discussion-form
{
   background-color: #6FA9C7;
   padding: 10px 10px 10px 10px;
}
form.article-discussion-form td { vertical-align: top; }
form.article-discussion-form td.label{ width: 100px; font-weight: bold; color: #FFFFFF; }
form.article-discussion-form td.submit{ text-align: right; }
form.article-discussion-form input.submit{ margin: 0px; width: 150px; }
form.article-discussion-form input.text { width: 200px; }
form.article-discussion-form textarea
{
   width: 450px;
   height: 120px;
}

.adi
{
   border: 1px solid #E0E0E0;
   background-color: #FCFCFC;
   margin: 10px 0px 10px 0px;
}
.adi .subject
{
   padding: 5px;
   font-weight: bold;

}
.adi .subject span
{
   font-weight: normal;
   font-size: 10px;
}
.adi .content
{
   padding: 5px;
}

span.error { color: #ED1B20; }
span.ok { color: #006699; }

h2.article-discussion-h2
{
   position: relative;
   left: -10px;

   width: 617px;
   background-color: #FFBD08;
   color: #FFFFFF;
   text-indent: 12px;

   border-top: 5px solid #FFFFFF;
   border-bottom: 3px solid #FFFFFF;
}

div.Fap {
margin-bottom: 10px; 
}