body		{ background: url("img/pozadi.jpg"); font-family: verdana }
body.lroh	{ background: url("img/lroh.jpg") }
body.top	{ background: url("img/top.jpg") }
body.menu	{ background: url("img/left.jpg"); font-family: arial }

table { font-family: arial }

h1, h2, h3 { font-weight: bold; font-family: verdana, serif; font-size: 120% }

h1 { background-color: lightyellow; text-align: center; color: darkblue; letter-spacing: 1px; text-transform: none; border: 4px groove yellow }

h2 { text-indent: 20px; color: #09f; letter-spacing: 1px }
h2:first-letter { color: #00f }

h2.menu { text-align: center; text-indent: 0px; color: darkblue }

/* podkapitola*/
h3 { text-indent: 20px; color: #996; letter-spacing: 1px }
h3:first-letter { color: #906 }

a { text-decoration: none; font-weight: bold }
a:hover { background-color: yellow }

/* odstavec */
p { text-indent: 20px; text-align: justify }

dt {font-weight: bold; margin-top: 15px }
dd {margin-bottom: 10px }

///////////////////////////////////////////////////////

/* zvyrazneni textu a hlavicka */
em { color: black; font-weight: bold }

/* silne zdurazneni a varovani */
strong { color: red; font-weight: bold; letter-spacing: 1px }

/* co se zadava do konzoly */
kbd { font-family: monospace; font-weight: bold; background-color: yellow; font-size: small}

/* nazvy souboru a adresaru, argumenty prikazu  */
samp { font-family: monospace; font-weight: bold; font-size: small }

/* klicova slova, promenne, konstanty */
var { font-weight: bold; font-size: small }

/* vypis programy */
code { color: darkred; font-weight: bold }

/* citace textu */
cite

///////////////////////////////////////////////////////

/* odrazky */
ul li { list-style-position: outside }

/* obrazky */
img.rightimg { float: right; margin-left: 8px }
*img.schema { : center }

/* seznam soucastek */
.soucastky td { color: black; border-color: darkblue }
/*.soucastky td { color: black; border-style: solid; border-color: darkblue }*/
/*<table class="soucastky" border="0" width="400">*/

/* tabulka */
.povely th { color: black; background-color: yellow }
.povely td { color: black; background-color: white }

/* news */
.news dd { margin-bottom: 8px }
