/* CVS: $Id: dvd.css,v 1.2 2002/03/18 16:17:02 simunek Exp $ */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #6D0000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 styly pro aktuality v pravem sloupci
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.aktualita {
	font-size : 8pt;
	color : white;
	text-align : left;
	margin-right : 10pt;
	margin-left : 5pt;
}
.aktualitaTitle {
	font-size : 8pt;
	color : #F5DEB3;
	text-align : left;
	margin-right : 10pt;
	margin-left : 5pt;
	font : bolder;
	font-style : italic;
}
.aktualita li {
	list-style-type : square;
	list-style-position : outside;
}

.aktualita ul {
	margin: 10 pt;
	padding : 0pt;
}

.aktualita td {
	color: #F5DEB3;
}

.aktualita a:link, .aktualita a:visited {
	color : white;
	text-decoration:none;
}
.aktualita a:hover, .aktualita a:active {
	color : #ABCDEF;
	text-decoration:underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 styly pro novinky v levem a pravem sloupci
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.titulDVD {
	font-size : 10pt;
	text-align : right;
	color : #F5DEB3;
	margin-right : 2pt;
	margin-left: 2pt;
}
.titulDVD a:link, .titulDVD a:visited {
	color: white;
	text-decoration : none;
}
.titulDVD a:hover, .titulDVD a:active {
	color: #ABCDEF;
	text-decoration : none;
}
.archiv {
	font-size : 10pt;
	text-align : left;
	margin-right : 2pt;
	margin-left: 2pt;
}
.archiv li {
	list-style-position : outside;
	list-style-type : square;
}
.archiv a:link, .archiv a:visited {
	text-decoration : none;
	color : #F5DEB3;
}
.archiv a:hover, .archiv a:active {
	text-decoration : none;
	color : #ABCDEF;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 styly pro clanek v prostrednim sloupci
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.clanek {
	font-size: 9pt;
	color: #F5DEB3;
	background-color : #6D0101;
}

.list {
	list-style-position : outside;
	padding-left: 8 pt;
	padding-right: 8 pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin: 0pt;
	color: white;
	list-style-type: square;
}

.clanek p {
	margin-bottom: 1pt;
	padding-left: 8 pt;
	padding-right: 8 pt;
	padding-top: 8 pt;
	margin-top: 3pt;
}

.clanek h1 {
	font-size: 16pt;
	text-align: left;
}
.clanek h2 {
	font-size: 12pt;
	text-align: left;
	margin-bottom: -5pt;
}
.clanek .perex {
	font-weight: bold;
}
.clanek .autor {
	text-align : right;
	font-style : italic;
}

.clanek td {
	font-size: 9pt;
	color: #F5DEB3;
	margin-left: 8 pt;
	margin-right: 8 pt;
}

.clanek img .left{
	margin-right: 8pt;
	margin-top: 4pt;
	margin-bottom: 4pt;
}
.clanek img .right{
	margin-left: 8pt;
	margin-top: 4pt;
	margin-bottom: 4pt;
}
.clanek a:link, .clanek a:visited {
	color: white;
	text-decoration: underline;
}
.clanek a:hover, .clanek a:active {
	color: #ABCDEF;
	text-decoration: underline;
}

.clanek .inputform {
	border-left : thin solid #F5DEB3;
	border-bottom : thin solid #F5DEB3;
	font-size: 10pt;
	border-right : none;
	border-top : none;
	margin-bottom: 8pt;
	margin-top: 2pt;
}

.clanek hr {
	color: #F5DEB3;
}


.clanek .poznamka {
	font-style : italic;
	margin-top : 8pt;
	border-top : 1px solid #F5DEB3;
	padding-top : 8pt;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ostatni styly
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.copyright {
	text-align : center;
	font-size : xx-small;
	color: #F5DEB3;
}
.copyright a:link, .copyright a:visited {
	color: #F5DEB3;
	text-decoration:none;
}
.copyright a:hover, .copyright a:active {
	color: white;
	text-decoration:underline;
}
.copyright HR {
	border : 1px groove #F5DEB3;
}

.back {
	text-align: right;
	font-size: 10pt;
}
.back a:linl, .back a:visited {
	color: #F5DEB3;
	text-decoration: underline;
}
.back a:hover, .back a:active {
	color: white;
	text-decoration: underline;
}