body { background: white url(picture/wall.jpg)}

#obsah		{ position: absolute; width: 80%; top: 120px; left: 140px }
#patka		{ width: 100%; height: 150px }
#hlavicka	{ position: absolute; width: 80%; top: 0px; left: 150px; height: 120px }
#menu		{ position: absolute; width: 140px; top: 120px; left: 0px }
#ruzek		{ position: absolute; width: 150px; top: 0px; left: 0px; height: 120px }

#obsah		{ color: black; border-style: none; }
#ruzek		{ color: black; border-style: none; }
#menu		{ color: black; border-style: none; border-width: medium; font-weight: bold}
#hlavicka	{ text-align: center }
#patka		{ font-size: x-small; text-decoration: overline }

#menu h3	{ color: black }
#menu a:link	{ color: black }
#menu a:visited	{ color: black }
#menu a:hover	{ text-decoration: underline; color: red }
#menu a:active	{ text-decoration: none; color: black }

#obsah h1	{ text-align: center; text-decoration: underline }

.kap		{ font-weight: bold }
.par		{ font-weight: normal; position:relative; left: 10px }
.technicka	{ font-weight: bold; color: red; background-color: gold }

.std1		{ text-decoration: underline; font-weight: bold; font-variant:small-caps; }
.std2		{ text-decoration: underline; font-variant: small-caps }
.std3		{ text-decoration: underline; }