@charset "utf-8";
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1, h2, h3, h4, h5, h6, p, ul, dl {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #E7202F;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 172%;
}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7202F;
	font-size: 150%;
}
h2.homepage {
	text-transform: uppercase;
	border-bottom-color: #999999;
}
h3 {
	color: #999999 !important;
	margin-top: 20px;
	font-size: 128%;
}
h4 {
	font-size: 120%;	
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
th {
	text-align: left;
}
th, td {
	border:none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img.left { float:left; margin-top: 0px; margin-left:0px; margin-right:1em; margin-bottom:1em;}
img.right { float:right; margin-top: 0px; margin-left:1em; margin-right:0px; margin-bottom:1em;}
img.center { display:block; margin-left:auto; margin-right:auto; margin-bottom:1em}
a {
	color: #E7202F;
}
p {
	text-align: justify;
}

p.left {
	text-align: left;
}
p.right {
	text-align: right;
}
p.center {
	text-align: center;
}
p.datum {
	float: right;
	color: #999999;
	margin-left: 20px;
	margin-bottom: 0px;
}
p.more {
	padding: 2px;
	margin: 0px;
	position: relative;
	top: -10px;
	font-size: 80%;
	font-weight:bold;
}
h2 a, h3 a, p.more a {
	text-decoration: none;
}
h2 a:hover, h3 a:hover, p.more a:hover {
	text-decoration: underline;
}
.selected {
	color: #000000 !important;
	background-color: #FFFFFF;
	font-weight: bold;
}
#colleft .selected {
	color: #FFFFFF !important;
	background-color: #E72130;
	font-weight: bold;
}
#obsah li {
	list-style-image: url(/gfx/li_red.gif);
}
#obsah h3 {
	clear:left;
}
#obsah #menu45level li {
	list-style-image: none;
}
.fleft { float:left;}
.fright { float:right;}
/* -------------------CSS STYLE PAGER---------------------------- */
.pager {
	color: #999999;
}
.pager ul {
	list-style-type: none !important;
	background:none;
	margin-top: 0px;
	margin-bottom:10px;
	padding: 0px;
}
.pager li {
	float:left;
	list-style-type: none !important;
	background:none;
	margin: 0px;
	padding: 0px;
}
.pager span {
	display: block;
	width: auto;
	height:auto;
	text-decoration:none;
	padding:4px;
	margin-bottom:10px;
	text-align:center;
	background-color:#fdfdfd;
	background-image: url(/portal/img/tab-silver.gif);
	background-repeat: repeat-x;
}
.pager a {
	padding:0px;
	margin:0px;
	color:#999999;
}
.pager li.first span {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: 0;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.pager li span {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.pager li.last span {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.pager li.actual span {
	color: #FFFFFF;
	background-color:#E7202F;
	font-weight:bold;
}
.pager li.status span {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}
/*--------------------------------------------------------------*/
.edit-link-panel
{
	padding:4px;
	margin:2px;
	background-color:#ffcccc;	
	width:125px;
	border:solid 1px #ff6666;	
}
.edit-link-panel a
{	
	padding-left:18px;
	background-image:url(/gfx/edit-article.png);
	background-repeat:no-repeat;
}
