.magiced {
	text-align: left;
}
.magiced p, .magiced ul, .magiced ol, .magiced table, .magiced hr {
	margin-bottom: 15px;
}

.magiced ul {
	list-style: none;
	padding: 0;
}

.magiced ul li {
	padding-left: 12px;
	background: url('../img/li-arrow.gif') 0px 5px no-repeat;
	line-height: 15px;
}

.magiced ol {
	padding: 0;
}

.magiced a {
	text-decoration: underline;
	color: #6780A9;
}

.magiced a:hover {
	text-decoration: none;
	/*color: #CA9D19;*/
	color: #6780A9;
}

/* nadpisy */
.magiced h1, .magiced h2 {
	color: #6780A9;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0;
	border: none;
}

.magiced h2 {
	font-size: 1.2em;
}

/* bloky */

.magiced p {
	clear: both;
}

.magiced p.perex {
	margin-bottom: 25px;
	font-size: 1.1em;
	font-weight: bold;
	color: #6780A9;		
}

.magiced p.indented {
	margin-left: 15px;
}

.magiced p.float-left, .magiced p.float-right {
	width: 47%;
}

.magiced p.float-left {
	clear: none;
	float: left;
}

.magiced p.float-right {
	clear: none;
	float: right;
}

.magiced .green-bottomBorder
{
	border-bottom: 1px solid #84AD40;
}

.magiced .blue-paragraph
{
	border: 1px solid #BED0EB;
	background: #EEF3F9;
}

.magiced img {
	border: 0;
}

.magiced img.IMGborder {
	border: 3px #E0E9F3 solid;
}

.magiced table {
	border-collapse: collapse;
	border: 1px #E0E9F3 solid;
}

.magiced table.tableInvisible, .magiced table.tableInvisible tr, 
.magiced table.tableInvisible td, .magiced table.tableInvisible th {
	border: 0 none !important;
}

.magiced table tr.tableRowHeader, .magiced table tr.tableRowFooter {
	font-weight: bold;
	background: #EFF4F9;
}

.magiced table tr.tableRowHeader {
	color: #6780A9;
}

.magiced table tr.tableRowFooter {
	color: #000000;	
}

.magiced table tr.tableRowOdd {
	background: #FFFFFF;
}

.magiced table tr.tableRowEven {
	background: #F9FBFD;
}

.magiced table tr td {
	padding: 7px;
	border: 1px #E0E9F3 solid;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}

.magiced table tr.tableRowRegCoord {
	border-bottom: 1px solid #AAD15D !important;
}

.magiced table tr.tableRowHeader td {
	color: #6780A9;
}
