.conten-text {
line-height:1.4em;
}

/* nadpisy */
  h1 {
	padding:0;
	margin:0 0 8px 0;
	font-size:24px;
	line-height:1em;
	font-style:italic;
	}
	.conten-text h2 {
	margin:1em 0 0.5em 0; padding:0;
	font-size:140%;
	}
		.conten-text h2.line {
		margin:2em 0 0.5em 0; padding:0 0 0.5em 0;
		font-size:120%;
		border-bottom:1px solid #d9dfe6;
		}
	.conten-text h3 {
	margin:1em 0 0.5em 0; padding:0;
	font-size:100%;
	}
	.conten-text h4 {
	margin:0.5em 0 0.5em 0; padding:0;
	font-size:100%;
	}
	.conten-text h5 {
	margin:0 0 0 0; padding:0;
	font-size:100%;
	}
	.conten-text h6 {
	margin:0 0 -0.8em 0; padding:0;
	font-size:100%;
	}
	.conten-text p {
	margin:0.5em 0 0.5em 0;
	}

/* seznamy */
	.conten-text ul {
	margin:1em 15px; padding:0;
	list-style-type:none;
	}
	.conten-text ul li {
	background-image:url(../img/icons/list-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:1px 0 1px 15px;
/*	font-weight:bold;*/
	}
	ul li a {
	font-weight:normal;
	}

/* tabulky */
	table {
	border-collapse:collapse;
	}
	table tr td,
	table tr th {
	border-bottom:1px solid #D9DFE6;
	font-weight: normal;
	padding:3px 5px 3px 5px;
	}

/* hiligh */
	p.highlight {
	background-image:url(../img/bg/highlight-bottom.gif);
	background-position:bottom;
	display:block;
	}
	p.highlight span{
	background-image:url(../img/bg/highlight-top.gif);
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	padding:13px 8px 15px 40px;
	font-weight:bold;
	}
	p.highlight.small {
		background-image:url("/img/bg/highlight-small.png");
		background-position:bottom;
		_background-image:none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/img/bg/highlight-small.png',sizingMethod='scale');
		display:block;
		width: 415px;
		height: 60px;
	}
	p.highlight.small span {
		background-image: none;
	}
	
/* top */
	.foto-right {
		float:right;
		position:relative;
		top:-27px; left:16px;
	}

/* news */
	dl dt {
	font-weight:bold;
	}
	dl dd {
	margin:0 0 20px 0; padding:0;
	}

.todo {
color:#FF33CC;
}

