@charset "utf-8";
/* CSS Document */
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
}
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
a {
	color:#911818;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18pt	;
	font-style:italic;
}
h2 {
	font-size: 23px;
	line-height: 1.3em;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
p, tr, td, th {
	color: #323232;
	text-align:justify;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol { list-style: decimal; }
ul { list-style: square; }
li { margin-left: 30px; }

p,
dl, hr,
h1, h2, h3, h4, h5, h6,
ol, ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
.hidden, #nazev, #lang, #menu, #submenu, hr, #gate, #footer { 
	display:none; 
	visibility: hidden; 
} 
.logo {
	float:right;
	clear:both;
}
#content {
	clear:both;
}
#partneri h3 {
	font-size:1em;
	margin-bottom:8px;
	font-weight:normal;/**/
}
.novAhref {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.novHeadline {
	color: #323232;
}