/* ---- zakladni formatovani stranky ----- */

#obsah		{ position: absolute; width: 625px; top: 114px; left: 152px; }
#patka		{ width: 100%; text-align: center; }
#hlavicka	{ position: absolute; width: 777px; height: 106px; }
#levy		{ position: absolute; width: 136px; top: 106px; text-align: left; padding: 0; background-color: #434242;
		border-right: #9C9A9A 4px solid; border-bottom: #9C9A9A 1px solid; border-left: #9C9A9A 4px solid; }

/* ---- odkazy, tělo, odrážky ----- */

A:active	{ color: #F89F12; }
A:link		{ color: #F89F12; }
A:visited	{ color: #F89F12; }
A:hover		{ color: #D6DFE7; }

body		{ font-size: 12px; color: #FFFFFF; font-family: Arial, verdana, lucida, sans-serif;
		background-color: #000000; margin: 0px; padding: 0px; }

ul.img		{ font-family: Arial, Verdana; font-size: 13px; line-height: 140%; color: white;
		list-style-image: url('images/odrazka.gif');
		margin-top: 10px; margin-left: 35px; margin-right: 15px; margin-bottom: 5px; }

/* ---- menu ----- */

ol li { margin: 8px 0px 8px 5px; line-height: 100%; }
.menu li	{ padding: 0px; margin-left: 3px; margin-top: 0px; position: relative; }
.menu		{ list-style: none; padding: 0px; margin: 0px; font-size: 10px; color: #FFFFFF; font-family: Verdana, Arial, lucida, sans-serif; }
.menu a:visited, .menu a:link, .menu a:active
		{ display: block; width: 105px; _width: 130px; padding: 3px 5px 3px 20px; text-decoration: none; color: #FFFFFF;
		background-image: url('odrazka.gif'); background-repeat: no-repeat; background-position: 6px 4px; border-bottom: 1px solid #9c9a9a; }
.menu a:hover	{ background: #D6DFE7 url('odrazka_a.gif') no-repeat; background-position: 6px 4px; color: #168efe; }


/* ---- newsy, nadpisy ----- */

.nwsbody	{ border: #575757 1px solid; background-color: #2B2A2A; padding-bottom: 10px; margin: 10px; margin-top: 0px; }

.newsnad	{ font-family: Arial, Verdana; font-size: 11pt; font-weight: Bold; color: #8F3000; margin-top: 0px;
		margin-left: 0px; margin-right: 0px; margin-bottom: 4px; text-align: left;
		background: #C8C5C5 url('bg_news.gif'); padding-left: 5px; }

.newsdat	{ font-family: Arial, Times New Roman; font-size: 8pt; color: #30302D; text-align: right;
		margin: 0; padding-right: 3px; font-weight: normal; position: relative; top: 16px; }

.center   	{ font-family: Arial, Verdana; font-size: 15pt; font-weight: Bold; color: #FFFFFF; margin-top: 0px;
		margin-left: 0px; margin-right: 0px; margin-bottom: 10px; text-align: center; }

.nadpis   	{ font-family: Arial, Verdana; font-size: 13pt; font-weight: Bold; color: #E58E3F; margin-top: 5px;
		margin-left: 0px; margin-right: 0px; margin-bottom: 5px; text-align: left; padding-left: 10px; }

/* ---- text, tabulky ----- */

.text		{ font-family: Arial, Verdana; line-height: 140%; font-size: 10pt;
		color: white; margin-top: 5px; margin-left: 10px; margin-right: 5px; margin-bottom: 0px; }

.maly		{ font-family: Arial, Verdana; font-size: 8pt;
		color: white; margin-top: 0px; margin-left: 10px; margin-right: 0px; margin-bottom: 0px; }

table.normal	{ font-family: Arial, Times New Roman, Times New Roman CE, serif; font-size: 11px; font-style: normal; font-weight: normal;
		color: white; margin-top: 5px; margin-left: 10px; margin-right: 5px; margin-bottom: 0px;
		border: 1px; border-color: #E58E3F; border-style: solid; padding: 0px; background-color: #000000; }
     .normal td	{ border: 1px; border-color: #E58E3F; border-style: solid; padding: 4px; background-color: #434242; vertical-align: top; }