/* CSS Document */
@import "./reset.css";
@import "./typografy.css";

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 75%;
  background-repeat: no-repeat;
  background-image: url(../images/pozadie.png);
  background-position: center bottom;
  background-color: #EBC85E;
}

h1 {
	color: #70001F;
	font-size: 180%;
	margin-bottom: 10px;
}
h2 {
	font-size: 130%;
	margin-bottom: 5px;
}
h3 {
	color: #70001F;
}

a {
	color: #70001F;
}
a:hover {
	text-decoration: none;
}

hr {
	border: none;
	border-top: 1px solid #71001E;
}

ul.cislovanie, ul.odrazka {
	margin-left: 20px;
}
ul.cislovanie li {
	list-style-type: decimal;
	margin-bottom: 10px;
}
ul.odrazka li {
	list-style-type: disc;
}

ul.necislovane li {
	list-style-type: none;
	margin-bottom: 0px;
}
#text .obsah ul.necislovane li label {
	font-weight: normal;
}

#text .obsah form.test {
	font-weight: bold;
}
#text .obsah form.test button {
	background-color: #EBC85E;
	border: 1px solid #71001E;
}

.cervena {
	color: red;
	font-weight: bold;
}
.modra {
	color: blue;
	font-weight: bold;
}

.marginTop10 {
	margin-top: 10px;
}



.rozhovor p {
	margin: 0px;
	margin-left: 25px;
}
/* -------------------- diskusia --------------------------- */
.odsek20, .odsek60, .odsek100, .odsek140, .odsek180, .odsek220,
.odsek260, .odsek300, .odsek340, .odsek380, .odsek420, .odsek460, .odsek500 {
	margin-bottom: 15px;
}

.odsek20 {
	margin-left: 0px;
	border-top: 1px solid #333;
}
.odsek60 {
	margin-left: 20px;
}
.odsek100 {
	margin-left: 40px;
}
.odsek140 {
	margin-left: 60px;
}
.odsek180 {
	margin-left: 80px;
}
.odsek220 {
	margin-left: 100px;
}
.odsek260 {
	margin-left: 120px;
}
.odsek300 {
	margin-left: 140px;
}
.odsek340 {
	margin-left: 160px;
}
.odsek380 {
	margin-left: 200px;
}
.odsek420 {
	margin-left: 220px;
}
.odsek460 {
	margin-left: 240px;
}
.odsek500 {
	margin-left: 260px;
}

.first {
	border: none;
}
.reakcia {
	cursor: pointer;
}
/* -------------------- diskusia --------------------------- */

#menu {
	background-color: #EBC85E;
	height: 230px;
}
#menu div.meniny {
	color: #70001F;
	float: left;
	position: relative;
	width: 203px;
	padding: 0px 5px;
	line-height: 15px;
	height:80px;
	background-image: url("../images/menu1_09.png");
}
#menu ul {
	margin-top: -4px;
}
#menu ul li {
	display: inline;
}
#menu .mUvod, #menu .mOMedovine, #menu .mDiskusia, #menu .mInzercia, #menu .mKontakt, #menu .mFaq {
	height: 87px;
	float: left;
	line-height: 87px;
	text-align: center;
	text-decoration: none;
	font-size: 0px;
	color: inherit;
	font-weight: bold;
	background-position: 50% 100%;
}
#menu .mUvod:hover, #menu .mOMedovine:hover, #menu .mDiskusia:hover,
#menu .mInzercia:hover, #menu .mKontakt:hover, #menu .mFaq:hover {
	background-position: 50% 0%;
}
#menu .mUvod {
	background-image: url("../images/menu1_03.png");
	width: 80px;
}
#menu .mOMedovine {
	background-image: url("../images/menu1_04.png");
	width: 78px;
}
#menu .mDiskusia {
	background-image: url("../images/menu1_05.png");
	width: 79px;
}
#menu .mInzercia {
	background-image: url("../images/menu1_06.png");
	width: 79px;
}
#menu .mKontakt {
	background-image: url("../images/menu1_07.png");
	width: 79px;
}
#menu .mFaq {
	background-image: url("../images/menu1_08.png");
	width: 80px;
}
#menu ul li.loatLeft {
	margin-bottom: 40px;
}

#container {
	_margin-top: -15px;
}
#obal {
  width: 960px;
  margin: auto;
  background-image: url("../images/bgObal.gif");
  background-repeat: repeat-y;

}
#lava {
  width: 225px;
  min-height: 750px;
  float: left;
  margin-top: -10px;
}
#prava {
  width: 710px;
  float: right;
  position: relative;
  top: 0px;
  min-height: 100%;
  background-image: url("../images/bgPrava.gif");
  background-repeat: repeat-y;
}

#text {
	float: left;
	width: 540px;
	height: 100%;
	background-color: white;
}
#text .top {
	background-image: url("../images/bgText.png");
	height: 14px;
}
#text .obsah {
	padding: 10px;
}
#text .obsah h2 {
	margin: 5px 0px;
	color: #70001F;
}
#text .obsah p {
	padding: 5px 0px;
/*	text-indent: 25px;*/
	font-size: 105%;
	text-align: justify;
}
#text .obsah p.navigacia {
	color: #71001E;
	border-bottom: 1px solid #71001E;
}
#text .obsah p.navigacia a {
	text-decoration: none;
}
#text .obsah img.obrText, #text .obsah img.obrTextRight {
	float: left;
	margin: 5px 5px 5px 0px;
	border: 1px solid #71001E;
	padding: 1px;
}
#text .obsah img.obrTextRight {
	float: right;
	margin: 5px 0px 5px 5px;
}

#text .obsah form.kontakt {
	margin: 15px 0px;
}
#text .obsah form.kontakt label {
	font-weight: bold;
}
#text .obsah form.kontakt input,
#text .obsah form.kontakt textarea,
#text .obsah form.kontakt button {
	border: 1px solid #71001E;
}
#text .obsah form.kontakt input.text,
#text .obsah form.kontakt textarea {
	width: 250px;
}
#text .obsah form.kontakt button {
	background-color: #EBC85E;
}


#sponzori {
	float: right;
	width: 150px;
	height: 100%;
	color: white;
	background-color: #71001E;
}
#sponzori .top {
	background-image: url("../images/bgSponzori.png");
	height: 14px;
}
#sponzori .obsah {
	padding: 10px;
}
#sponzori .obsah hr {
	border: none;
	border-top: 1px solid white;
}
#sponzori .obsah a {
	color: white;
	text-decoration: none;
	display: block;
}
#sponzori .obsah a:hover {
	text-decoration: underline;
}

#patka {
	clear: both;
	position: relative;
	bottom: 0px;
	margin-top: 10px;
}
#patka .copy {
	border-top: 1px solid #70001F;
}

div.priatelia {
	margin-bottom: -10px;
}
div.priatelia strong {
	color: #70001F;
}
/* ---------------- tooltip ------------------- */

.tooltip {
	color:#c00;
}
.tooltip b {
	display:none;
}
.tooltip:hover {
	border:0;
	position:relative;
	z-index:500;
	text-decoration:none;
}
.tooltip:hover b {
	display:block;
	position:absolute;
	top:20px;
	left:-5px;
	padding:5px;
	font-weight:normal;
	color:#000;
	border:1px solid #888;
	background:#ffc;
	width:250px;
}
.tooltip:hover b em {
	position:absolute;
	left:20px;
	top:-6px;
	width:11px;
	height:6px;
	background: transparent url(../admin_images/tooltip.gif) 0 0;
	display:block;
	font-size:1px;
}

/* -------------------------------------------------------------------------- */
.clear {
  clear: both;
  float: none;
}
.none {
  float: none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.center {
	text-align: center;
}
/* -------------------------------------------------------------------------- */

.pozadieFloat {
	position: fixed;
	float: left;
	bottom: 0px;
	background-color: red;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-repeat: repeat-x;
	background-image: url(../images/pozadie.png);
	background-position: center bottom;
	background-color: #EBC85E;
}