/* CSS Document */

body {
	margin: 10px;
	background-color: inherit;
}

a {
	font-weight: bold;
	text-decoration: none;
	color:#000000 ;
}

#logo {
   border-bottom: 1px solid black;
}
#logo div.obrazek {
   display:none;
}
#logo div.text {
  color: black;
}
#logo div.nadpis {
	letter-spacing: .5em;
	line-height: 30px;
	font: 19px Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
#logo div.popis {
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
	line-height: 14px;
}

#navigation {
display: none;
}

#content {
	margin-top: 10px;
}

#content .bodyText {
	font:12px Georgia, "Times New Roman", Times, serif;
}
	
#content .nadpis {
	font:16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height:24px;
/*	letter-spacing:.3em; */
	text-transform:uppercase;
}

#content .nadpis a {
	font-weight: bold;
	line-height:24px;
	text-transform:uppercase;
}

#content .smallText {
	font:10px Helvetica, Arial, sans-serif;
	color:#333333;
}

#content .cDatum {
	font:10px Helvetica, Arial, sans-serif;
	color:#333333;
}

#content .cPaticka { 
    display: none;
}

#content .comments {
    display: none;
}

#content .spoilwarn {
    display: none;
}

#content h2 a {
    text-decoration:none;
}

#slovnicek {
	padding-left: 2em;
}

#slovnicek li {
    list-style-type: circle;
}

#slovnicek li .jmeno {
	font-weight: bolder;
	display: table-cell;
/*	width: 15em; 
	border-collapse: collapse; */
}

#slovnicek li .jmeno:after {
    content: ": ";
	font-weight:normal;
}

#slovnicek li .popiska {
    font-style:italic;
	display: table-cell;
}

#velky-obrazek {
   display: none;
}

#maskdiv {
   display: none;
}

#commercial {
	display: none;
}
