:link    { color: navy;  background: inherit; }
:visited { color: black; background: inherit; }
:active  { color: red;   background: inherit; }

body {
	margin-left: 5%;
	margin-right: 5%;
	background: white;
	color: black;
}


div#menu {
	text-align: center;
	font-size: 10pt;
	/*background: gray;*/
	color: black;
}

ul#bibliografie {
	/*chci, aby to začínalo zbrusu nový odstavec*/
	/*margin-top: 1ex;*/
	/*background: gray;*/
	/*clear: all;*/
	/*list-style-type: none;*/
}


h1.nadpis {
	margin: 0.5em 0px 0.5em 0px;
	/*font-weight: bold;*/
	text-align: left;
}


p {
	margin: 8px 0px;
}


q {
	/* citace z knihy */
	/*background: red;*/
	font-style: italic;
}


img#peter {
	float: right;
	border: none;
	margin: 0px 10px 3px 0px;
}

img {
	float: left;
	border: none;
	margin: 0px 10px 3px 0px;
}


span.name {
	/* jméno člověka */
	/*font-weight: bold;*/
	/*text-transform: capitalize;*/
}

span.book {
	/* jméno knihy */
	font-style: normal;
	font-weight: bold;
	font-stretch: expanded;
}


span.publisher {
	/* jméno nakladatelství */
	font-weight: bold;
}

span.clanek {
	/* název článku */
	/*background: gray;*/
	font-style: italic;
	font-weight: bold;
}

span.film {
	/* název filmu */
	font-style: normal;
	font-weight: bold;
	font-stretch: expanded;
}

span.term {
	/* odborný termín */
	font-weight: bold;
}

p.references {
	font-size: x-small;
}


