@media screen,projection {

/*----------------------*/
/*---      wysiwyg      ---*/

dl {
	margin: 0 0 0 20px;
	}

#textin {
	line-height: 160%;
	font-size: 90%;
	}

#textin ul {
	margin: 1em 0 0 0;
	}


#textin li {
	text-align: left;
	list-style-position: outside;
/*	background: url(li.gif) no-repeat left top; */
	list-style-type: circle;
	padding-left: 0px;
	margin-left: 3em;
	}

#textin ol li {
	background: none;
	list-style-type: decimal;
	margin-top: 5px;
	}

#textin ol li li {
	list-style-type: upper-roman;
	}

#textin p {
	clear: both;
	text-align: justify;
	margin: 0.7em 0 0 0;
	}

#textin p.link {
	text-align: right;
	margin: 0 10px 0 0;
	}

#textin a {
	color: #D2FF5C;
	text-decoration: underline;
	}

#textin a:hover {
	color: #D2FF5C;
	text-decoration: none;
	}

#textin h2 a {
	text-decoration: none;
	}



div.upotavka {
	border: 2px solid;
	width: 50%;
	background-color: #cccccc;
	margin: 0 auto;
	padding: 5px;
	}

div.poznamka {
	border: 1px solid;
	background-color: #cccccc;
	font-style: italic;
	padding: 5px;
	}

div.dlazdice {
	width: 200px;
	/*height: 200px;*/
	float: left;
	text-align: center;
	}

div.dlazdice h3 {
	border-left: none;
	text-align: center;
	margin: 0.5em;
	}


div.dlazdice_pul {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	min-height: 1em;
	}

div.dlazdice_tretina {
	width: 33%;
	float: left;
	text-align: center;
	}


div.dlazdice_dve_tretiny {
	width: 66%;
	float: left;
	text-align: center;
	}

table.parametry {
	clear: both;
	float: left;
	color: red;
	}

#textin div.dlazdice_pul,
#textin div.dlazdice_tretina,
#textin div.dlazdice_dve_tretiny {
	/* margin: 5px 10px; */
	}


h1, h2, h3, h4, h5, h6 {
	clear: both;
	}


table {
	border-collapse: collapse;
	font-size: 90%;
	width: 100%;
}
th {
	border: 1px solid #ffffff;
	background-color: #dcddd2;
	color: #C40009;
	color: #4f4f4f;
	color: #000000;
	text-align: center;
	padding: 0.1em 1em;	
}
td {
	border: 1px solid #7EA766;
	background-color: transparent;
	color: #ffffff;
	text-align: center;
	padding: 0.1em 1em;
}

caption {
	font-weight: bold;
	font-size: 120%;
	margin: 20px 0 0 0;
	text-align: left;
	}

table.parametry {
	border: 1px solid #D7D7D7;
	border-collapse: collapse;
	}

table.parametry td, table.parametry th {
	padding: 0.25em 0.5em;
	text-align: left;
	}

table.parametry span {
	line-height: 200%;
	}

#textin p.obtekaci {
	clear: none;
	}

div.oddelovac {
	width: 100%;
	background: url(oddelovac.gif) no-repeat center center;
	height: 10px;
	margin: 20px 0;
	}


/*--- tridy a barvy ---*/
h3.first {
	margin-top: 0px;
	}
.alignL {
  text-align: left;
}
.alignC {
  text-align: center;
}
.alignR, #textin li.alignR {
  text-align: right;
}

p.alignC {
  text-align: center;
}
p.alignL {
  text-align: left;
}
p.alignR {
  text-align: right;
}
img.alignL {
  float:left;
  margin: 0 10px 10px 0;
  width: auto;
}
img.alignR {
  float:right;
  margin: 0 0 10px 10px;
  width: auto;
}
.floatR {
	float: right;
	}
.floatC {
	margin: 0 auto;
	}
p {
	clear: both;
	}

a {
  color: #D2FF5C;
  /*background-color: #ffffff;*/
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}


dt {
	font-size: 120%;
	font-weight: bold;
	margin-top: 20px;
	background: url(odrazka.gif) no-repeat left center;
	padding-left: 20px;
	}


/*---      wysiwyg      ---*/
/*----------------------*/


}