/* -------- Andaria CSS -------- */

/* -------- TEXT -------- */

li
	{
	margin-bottom: 5px;
	}
ul
	{
	font-family: Verdana,Arial,sans-serif;
	font-size: 9pt;
	color: #A37D56;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	}
.menu
	{
	padding: 5px;
	padding-bottom: 10px;
	margin: 0;
	margin-left: 10px;
	}
.tiny
	{
	list-style-image: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	color: #A37D56;
	padding-left: 15px;
	}
.tiny li
	{
	margin: 0px;
	}
.menu li
	{
	margin: 0px;
	padding-bottom: 2px;
	}
h3,h4,h5
	{
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	color: #A37D56;
	}
h3
	{
	font-size: 10pt;
	}
h4
	{
	font-size: 9pt;
	}
h5
	{
	font-size: 8pt;
	}
p,div,span,td
	{
	font-family: Verdana,Arial,sans-serif;
	font-size: 9pt;
	color: #A37D56;
	}
.size1
	{
	font-size: 1pt;
	}
.size2
	{
	font-size: 2pt;
	}
.size3
	{
	font-size: 3pt;
	}
.size4
	{
	font-size: 4pt;
	}
.size5
	{
	font-size: 5pt;
	}
.size6
	{
	font-size: 6pt;
	}
.size7
	{
	font-size: 7pt;
	}
.size8
	{
	font-size: 8pt;
	}
.size9
	{
	font-size: 9pt;
	}
.size10
	{
	font-size: 10pt;
	}
.size12
	{
	font-size: 12pt;
	}
.bold
	{
	font-weight: bold;
	}
.italic
	{
	font-style: italic;
	}
.under
	{
	text-decoration: underline;
	}
.white
	{
	color: white;
	}
.red
	{
	color: red;
	}
.green
	{
	color: green;
	}
.blue
	{
	color: blue;
	}
.orange
	{
	color: orange;
	}
.black
	{
	color: black;
	}
.center
	{
	text-align: center;
	}
.right
	{
	text-align: right;
	}
.just
	{
	text-align: justify;
	}
.help
	{
	border-bottom: 1px dashed #A37D56;
	cursor: help;
	}
.garamond
	{
	font-family: Garamond,Times,serif;
	}

/* -------- TEXT - předvolby -------- */

.nadpisobsahu
	{
	font-family: Verdana,Arial,sans-serif;
	font-size: 9pt;
	color: #A37D56;
	font-weight: bold;
	text-decoration: underline;
	}
.nadpis1
	{
	font-family: Verdana,Arial,sans-serif;
	font-size: 9pt;
	color: #A37D56;
	font-weight: bold;
	}
.nadpis2
	{
	font-family: Verdana,Arial,sans-serif;
	font-size: 9pt;
	color: #A37D56;
	font-weight: bold;
	font-style: italic;
	}

/* -------- ODKAZY -------- */
A:link
	{
	text-decoration: underline;
	color: #A37D56;
	}
A:visited
	{
	text-decoration: underline;
	color: #A37D56;
	}
A:hover
	{
	text-decoration: underline;
	color: black;
	font-Size : 100%;
	}
A:active
	{
	text-decoration: underline;
	color: #A37D56;
	}

/* -------- OBRÁZKY -------- */

img.right
	{
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	}
img.left
	{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	}
img.center
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	}
img.inline
	{
	vertical-align: middle;
	border: 0;
	}

/* -------- DIV LAYOUT -------- */

div
	{
	font-family: Verdana,Arial,sans-serif;
	font-size: 9pt;
	color: #A37D56;
	}
.pagebody
	{
	margin-top: 15px;
	margin-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	}
.border
	{
	display: table;
	width: 99%;
	background: white;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid;
	}
.bdr_brown
	{
	border-color: #A37D56;
	}
.bdr_red
	{
	border-color: LightCoral;
	}
.body
	{
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	}
.bdy_brown
	{
	background-color: #A37D56;
	color: white;
	}
.bdy_brown a
	{
	color: white;
	}
.bdy_ltbrown
	{
	background-color: #F9F5F2;
	}
.bdy_red
	{
	background-color: LightCoral;
	}
.bdy_orange
	{
	background-color: SandyBrown;
	}
.bdy_green
	{
	background-color: LightGreen;
	}
.bdy_grey
	{
	background-color: silver;
	}
.row
	{
	display: table-row;
	margin-left: 10px;
	}
.row_u
	{
	display: table-row;
	margin-left: 10px;
	}
.cell
	{
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	padding-bottom: 5px;
	}
.cell_u
	{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	border-bottom: 1px solid #decdc0;
	}
.fl
	{
	float: left;
	}
.fr
	{
	float: right;
	}
.ltbrownbody
	{
	margin: 0px 2px 0px 2px;
	background: #F9F5F2;
	color: #A37D56;
	padding: 5px;
	padding-bottom: 10px;
	}
.formcol_left_25
	{
	width: 25%;
	float: left;
	margin-bottom: 8px;
	}
.formcol_right_75
	{
	width: 73%;
	float: right;
	margin-left: 3px;
	margin-bottom: 8px;
	}
.brownline
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 95%;
	height: 1px;
	background: #A37D56;
	font-size: 1px;
	line-height: 0;
	}

/* -------- TABULKY - elementy -------- */

td,tr
	{
	font-family: Verdana,Arial,sans-serif;
	font-size: 9pt;
	color: #A37D56;
	}
.bgwhite
	{
	background-color: white;
	}
.bgltbrown
	{
	background-color: #F9F5F2;
	}
.bgbrown
	{
	background-color: #A37D56;
	}
.bgltred
	{
	background-color: #ffdddd;
	}
.top
	{
	vertical-align: top;
	}
td.index
	{
	font-family: Verdana,Arial,sans-serif;
	font-size: 9pt;
	color: #A37D56;
	}
table.editform
	{
	width: 99%;
	empty-cells: show;
	background-color: #F9F5F2;
	border: none;
	padding: 5px;
	padding-top: 15px;
	}
table.editform tr
	{
	}
table.editform td
	{
	padding: 2px;
	vertical-align: middle;
	margin-bottom: 1px;
	}

table.vyroba
	{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #A37D56;
	border-collapse: collapse;
	width: 99%;
	background-color: white;
	}
table.vyroba th
	{
	background-color: #A37D56;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	}
table.vyroba td
	{
	font-size: 7pt;
	text-align: left;
	padding: 4px;
	background: url(../images/dotted-border1px.gif) bottom left repeat-x;
	}
table.vyroba tr:last-child td
	{
	font-size: 7pt;
	text-align: left;
	padding: 4px;
	background: none;
	}

table.searchform
	{
	border-width: 0px;
	width: 99%;
	background-color: #F9F5F2;
	}
table.searchform th
	{
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	padding: 8px;
	}
table.searchform td
	{
	font-size: 8pt;
	text-align: left;
	padding: 4px;
	}

table.cellborders
	{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #A37D56;
	border-collapse: collapse;
	width: 99%;
	background-color: white;
	}
table.cellborders th
	{
	background-color: #A37D56;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	}
table.cellborders td
	{
	font-size: 8pt;
	text-align: left;
	padding: 2px;
	border-style: inset;
	border-color: #A37D56;
	border-width: 1px;
	}

table.size8, table.size8 th, table.size8 td
	{
	font-size: 8pt;
	}

table.size9, table.size9 th, table.size9 td
	{
	font-size: 9pt;
	}

table.size7, table.size7 th, table.size7 td
	{
	font-size: 7pt;
	}

table.textcenter th, table.textcenter td
	{
	text-align: center;
	}

/* -------- FORMULÁŘE -------- */

input[type=text],input[type=password],input.txt,input.pwd
	{
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	color: #A37D56;
	border: 1px solid;
	}
input[type=submit],input.btn
	{
	font-family: verdana,Arial,sans-serif;
	color: #A37D56;
	font-size: 8pt;
	border: 1px solid #A37D56;
	background-color: white;
	cursor: pointer;
	}
select
	{
	cursor: pointer;
	font-family: verdana,Arial,sans-serif;
	color: #A37D56;
	font-size: 7pt;
	background-color: white;
	}
select option[selected]
	{
	font-family: verdana,Arial,sans-serif;
	color: #A37D56;
	font-size: 7pt;
	}
select option
	{
	font-family: verdana,Arial,sans-serif;
	color: #A37D56;
	font-size: 7pt;
	}
textarea
	{
	font-family: verdana,Arial,sans-serif;
	color: #A37D56;
	font-size: 8pt;
	border: 1px solid;
	}
input[type=checkbox],input.cbx
	{
	border-color: #A37D56;
	}