/* zakladni vzhled */

body {
	background-image: url('./pozadi.jpg');
	margin: 15px;
}

/* hyperlinky */

A { 
	color: #800000;
	text-decoration: underline;
}
A:link { 
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:hover { 
	text-decoration: underline;
}
A:active { 
	text-decoration: none;
}

/* hlavni stranka */

.index-obsah {
	width: 940px;
}
.index-nadpis {
	font-family: "verdana","arial";
	font-size: 18px;
	color: #800000;
	text-align: center;
	line-height: 1.5;
}

/* vypis rubrik */

.seznam-rubrik {
	font-family: "verdana","arial";
	font-size: 18px;
	color: #800000;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}
.seznam-rubrik-detail {
	font-family: "verdana","arial";
	font-size: 14px;
	color: #800000;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

/* obsah */

.obsah-nadpis {
	font-family: "Times New Roman", "serif";
	font-size: 22px;
	font-weight: bold;
	color: #800000;
	text-align: center;
	margin-bottom: 20px;
}
.obsah-oddeleni {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.obsah-telo {
	font-family: "Times New Roman", "serif";
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
	text-align: left;
	margin-bottom: 20px;
}
.obsah-telo A { 
	color: #000000;
}
.obsah-telo TABLE {
	font-family: "Times New Roman", "serif";
	font-size: 18px;
	font-weight: normal;
}
.obsah-telo TABLE.data-vypis {
	font-family: "Times New Roman", "serif";
	font-size: 14px;
	font-weight: normal;
}
.odsazeni {
	text-indent: 60px;
}
.podpis {
	text-align: right;
	margin-right: 200px;
}

/* pomocne */

.zpet {
	font-family: "Times New Roman", "serif";
	font-size: 14px;
	color: #800000;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}
.cizi-verze {
	text-align: right;
	font-family: "verdana","arial";
	font-size: 10px;
	font-weight: bold;
}

/* zapati */

.zapati {
	font-family: "verdana","arial";
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}