* html {
	font-size: 90%;
}

#hlavicka {
	height: 100px;
	margin: 0px;
	background: url("img/header.png") no-repeat bottom left;
	background-color: #BF9980;
}
#clickme {
	position: absolute;
	top: 2px;
	left: 40px;
	width: 65px;
	height: 90px;
}
#clickme a {
	width: 65px;
	height: 90px;
}
#limecek {
	background: url("img/glass/stream.gif") repeat-x;
	_background: url("img/glass/stream4_ie.png") repeat-x;
	line-height: 0px;
	font-size: 0px;
	width: 100%;
	min-height: 5px;
	margin: 0;
}
#limecek_l {
	width: 230px;
	height: 20px;
	background: url("img/glass/hor2_tl.png") no-repeat bottom left;
	float: left;
}
#limecek_r {
	width: 280px;
	height: 20px;
	background: url("img/glass/hor2_tr.png") no-repeat bottom right;
	float: right;
}
#menu {
	width: 150px;
	float: left;
	text-align: center;
	background-color: #BF9980;
	
}
#novinky {
	display: block;
	width: 200px;
	float: right;
}
#obsah {
	padding: 0px;
	margin: 0 210px 0 160px;
}
#paticka {
	text-align: center;
	clear: both;
	margin: 50px 200px 0px 150px;
	padding: 50px 0 0 0;
}
div.separator_up {
	background: url("img/glass/separator_up.png") no-repeat center left;
	height: 12px;
}
div.separator_down {
	background: url("img/glass/separator_down.png") no-repeat center left;
	height: 12px;
}
#sententia_latina {
	position: absolute;
	right: 35px;
	top: 35px;
	color: #E0CDC1;
}
.rotator_moduletitle {
	display: none;
}
.quoteby {
	display: block;
	font-style: italic;
	text-align: right;
	width: 100%;
}
/* ========================== */
/* MENU                 BEGIN */
/* ========================== */

/* Internet Explorer's own Bugs (tm). 10% buggier than the next leading browser. */
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}

#menu .menu_item {
	display: block;
	height: 1.5em;
	padding-top: 0.25em;
	_padding-bottom: 0.25em; /* I'm a nastyy boy :D */
	white-space: nowrap;
}
#menu .menu_item, #menu .menu_item:visited { /* menuv at rest */
	color: white;
	background-color: #BF9980;
	text-decoration: none;
}
#menu .parent { /* attaches parent-arrow on all parents */
	background-image: url("img/sub_arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
}
#menu .parent:hover { background-image: url("img/sub_arrow_hover.png"); }
#menu .menu_item:hover { /* on mouse over -- all menuvs */
	color: white;
	background-color: #9F6640;
}
#menu li {
	list-style-type: none; /* removes bullets */
}
#menu ul li {
	position: relative;
}
#menu li ul {
	position: absolute;
	top: -10px;
	_top: -15px;
	left: 150px;
	display: none;
	z-index: 2;
}
#menu ul { /*, #menu ul ul, div#menu ul ul ul {*/
	margin: 0;
	padding: 0;
	width: 150px;
}
/* tyhle dva IDs něco dělají, tak radši neměnit */
#menu ul ul, #menu ul ul ul, #menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul, #menu ul li:hover ul ul ul ul ul {
	display: none;
}
#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul, #menu ul ul ul ul li:hover ul, #menu ul ul ul ul ul li:hover ul {
	display: block;
}
.menu_top {
	height: 10px;
	background: url("img/glass/menu_top.png") no-repeat bottom left;
	_background: url("img/glass/menu_top.gif") no-repeat bottom left;
	
}
.menu_down {
	height: 10px;
	background: url("img/glass/menu_down.png") no-repeat top left;
	_background: url("img/glass/menu_down.gif") no-repeat top left;
}
/* ========================== */
/* MENU                   END */
/* ========================== */

/* tohle je vsechno odporne znasobeny, ale zatim to staci... v refinement fazi to sjednotim (pokud nejaka bude (jakoze asi ne :D)) */
.tri {
	height: 10px;
	width: 10px;
}
.tl {
	background: url("img/glass/hor_tl_mask.png") no-repeat bottom left;
	_background: url("img/glass/hor_tl_mask.gif") no-repeat bottom left;
	float: right;
}
.tr {
	background: url("img/glass/hor_tr_mask.png") no-repeat bottom left;
	_background: url("img/glass/hor_tr_mask.gif") no-repeat bottom left;
	float: left;
}
.bl {
	background: url("img/glass/hor_bl_mask.png") no-repeat top left;
	_background: url("img/glass/hor_bl_mask.gif") no-repeat top left;
	float: right;
}
.br {
	background: url("img/glass/hor_br_mask.png") no-repeat top left;
	_background: url("img/glass/hor_br_mask.gif") no-repeat top left;
	float: left;
}
.glass_tl {
	text-align: right;
	background: url("img/glass/hor_tl.png") no-repeat top left;
	_background: url("img/glass/hor_tl.gif") no-repeat top left;
	height: 10px;
	width: 100%;
	line-height: 0px;
	font-size: 0px;
}
.glass_bl {
	text-align: right;
	background: url("img/glass/hor_bl.png") no-repeat top left;
	_background: url("img/glass/hor_bl.gif") no-repeat top left;
	height: 10px;
	width: 100%;
	line-height: 0px;
	font-size: 0px;
}
.glass_tr {
	text-align: left;
	background: url("img/glass/hor_tr.png") no-repeat top right;
	_background: url("img/glass/hor_tr.gif") no-repeat top right;
	height: 10px;
	width: 100%;
	line-height: 0px;
	font-size: 0px;
}
.glass_br {
	text-align: left;
	background: url("img/glass/hor_br.png") no-repeat top right;
	_background: url("img/glass/hor_br.gif") no-repeat top right;
	height: 10px;
	width: 100%;
	line-height: 0px;
	font-size: 0px;
}
.footer {
	width: 10px;
	height: 60px;
}
.fleft {
	background: url('img/glass/footer_left.png');
	_background: url('img/glass/footer_left.gif');
}
.fright {
	background: url('img/glass/footer_right.png');
	_background: url('img/glass/footer_right.gif');
}
/* Vlastní styl... vzhled... krásno :o) */
body {
	margin: 0px;
	padding: 0px;
	background-color: #E0CDC1;
	font-size: 75%;
	font-family: sans-serif;
}
.glass {
	background-color: #BF9980;
	color: #ffffff;
	padding: 5px;
}
.center {
	text-align: center;
}
td.paticka, table.paticka {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
	vertical-align: bottom;
}
.debug { border: 1px solid red; }
p {
	margin: 0 0 .5em 0;
	text-align: justify;
/* 	text-indent: 2em; */
}
.glass p {
	text-indent: 0;
}
.hr {
	height: 2px;
	_font-size: 1px;
	_line-height: 1px;
	background: url("img/hr.png") no-repeat top center;
	margin: 5px 0 5px 0;
}
h2, h3, h4, h5, h6 {
	color: #9F6640;
}
h5 { font-size: 100%; }
h6 { font-size: 80%; }
abbr, acronym, span.abbr {
	cursor: help;
	font-variant: small-caps;
	border-bottom: 1px dotted black;
}
a {
	text-decoration: none;
	color: #8F4C20;
}
a:hover, a:visited:hover {
	color: #BF9980;
}
.glass a:hover, .glass a:visited:hover, table.borders th a:hover {
	color: #E0CDC1;
}
html>body a:visited {
	color: #9F6640;}

/* Exponent stuff*/

/* Generic Module-independent formatting */

.moduletitle, h1 {
	color: #8F4C20;
	background: none;
	font-weight: normal;
	font-family: serif;
	font-size: 250%;
	margin: 0 0 .2em 0;
	padding: 1em 0em .2em 1em;
	border-bottom: 1px dotted #BF9980;
	text-shadow: 0.1em 0.1em 0.2em #555;
}
.summarytitle {
	font-weight: bold;
}


td.header, td.header a {
	background-color: #BF9980;
	color: #E0CDC1;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}

/* Error Message Style */
div.error {
	font-weight: bold;
	color: #9DC1D9;
	padding-bottom: 1em;
}

/* Container Styles */
/*div.container_box {
	padding: 6px;
	margin: 2px;
}

div.container_editbox {
	border: 2px dashed #9F6640;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #9F6640;
}
table.container_editheader {
	border: none;
}
div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Verdana;
	font-weight: bold;
}*/

/* News Module */
td.news_summary {
	padding-bottom: 1em;
}
.news_textbody {
	text-align: justify;
}
.news_date {
	font-style: italic;
}
/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #967865;
	border-bottom: 1px solid #967865;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #BF9980;
}

/*tr.odd_row {
	
}*/

tr.row td, tr.row td a {
	color: #000;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #DAAF92;
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: #967865;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid #967865;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #967865;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}

/* Workflow */
div.workflow_action {
	border: 1px solid #967865;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border-left: 5px solid #BF9980;
	background-color: #E0CDC1;
}

div.workflow_approved table {
	border: none;
}

div.workflow_action_restored {
	border-left: 5px dashed #347CC0;
	background-color: #E0CDC1;
}

div.workflow_action_posted {
	border-left: 5px dashed #BF9980;
}

/* FAQ Module*/
div.faq_moduletitle {
	font-size: 16px;
}

td.category_bg {
	background-color: #967865;
}
td.category_title {
	font-size: 12px;
	font-weight: bold;
}
td.question {
	font-size: 10px;
	font-weight: bold;
}

/*Article Module*/
div.article_title {
	font-size: 14px;
	font-weight: bold;
}

div.article_body {
	font-size: 10px;
}

td.article_summary {
	font-size: 10px;
}

a.article_title_link {
	font-size: 12px;
	color: blue;
}

/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid black;
	border-right: 0px solid black;
	background-color: #BF9980;
	padding: .5em;
}

td.tab_btn:hover {
	background-color: #DAAF92;
}

td.tab_btn a {
	color: black;
}

/*td.tab_btn_last {
}*/

td.tab_spacer {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}
td.tab_btn_current:hover {
	background-color: inherit;
}
td.tab_main {
	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
}

/*loginmodule*/

input, select, textarea {
	border: 1px solid #8F4C20;
	color: #8F4C20;
	background: #E0CDC1;
	margin: 2px;
}

/* searchmodule */
.search_moduletitle {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	padding: 0;
	display: none;
}

/* gallery module whatshisname */
table.gallery td {
	vertical-align: top;
}

.gallery_thumbik {
	border: 1px solid #8F4C20;
	text-align: center;
	margin: 0;
	padding: 0 10px 0 10px;
	_padding-top: 10px;
}

.gallery_thumbik img {
	display: block;
	margin: 10px auto 10px auto;
	border: 1px solid #8F4C20;
}

.gallery_thumbik img:hover {
	border-bottom: 5px solid #8F4C20;
	margin-bottom: 6px;
}

.gallery_textik {
	margin: 0 -10px 0 -10px;
	_margin-right: -14px;
	background-color: #BF9980;
	border-top: 1px dotted #8F4C20;
	padding: 5px;
}

/* calendarmodule */
table.calendar_table {
	border: none;
}
table.calendar_monthly {
	/**/
}
td.calendar_dayname {
	font-weight: bold;
	text-align: center;
}
td.calendar_day {
	height: 100px;
}
td.calendar_noday {
/* 	background-color: #DDDDDD; */
}
div.calendar_day {
	padding: 2px;
	margin-bottom: .25em;
	background-color: #9F6640;
	font-weight: bold;
	border-bottom: 1px dotted #E0CDC1;
}
div.calendar_day a {
	color: #E0CDC1;
}
div.calendar_day a:hover {
	color: #FFFFFF;
}
tr.calendar_currentweek {
	border: 2px solid #8F4C20;
	border-left: none;
	border-right: none;
}
td.calendar_current_day {
	border-color: #880000;
}
td.calendar_current_day div.calendar_day {
	background-color: #880000;
}
td.minicalendar_today {
	border: 1px solid #8F4C20;
}
div.calendar_hr {
	width: 100%;
	background-color: #8F4C20;
	height: 1px;
	line-height: 0;
	font-size: 0;
	margin: .25em 0 .25em 0;
}

/* generic stuff */
table.borders {
	border-collapse: collapse;
	border: 1px solid #8F4C20;
}
table.borders td, table.borders th {
	border-collapse: collapse;
	border: 1px solid #8F4C20;
}
table.borders th {
	background-color: #BF9980;
	text-align: center;
}
table.borders td img {
	margin: 0 auto 0 auto;
}
table.tridy td {
	text-align: center;
}
.fotka_tridy {
	background: url("img/image_bg_large.png") no-repeat center;
	_height: 500px; /* pro IE */
	min-height: 500px; /* pro normální prohlížeče (note: tím nemyslím gecko nebo podobný bastly) */
}


/* Interventio Trancelii hic incipit */
.gbook_ramecek {
	width: 100%;
	margin: 25px 0px 5px 0px;
}
.gbook_head {
	background: url("images/title.png") no-repeat top right;
	background-color: #9F6640;
	color: #BF9980;
	padding: 0px 3px 0px 3px;
	text-align: left;
	height: 15px;
}
.gbook_head a {
	color: #E0CDC1;
}
.gbook_head a:hover {
	color: #FFFFFF;
}
.gbook_hilite {
	color: #E0CDC1;
}
.gbook_zprava {
	background: transparent url("images/corner.png") no-repeat bottom left;
	background-color: #BF9980;
	padding: 10px 10px 15px 10px;
	text-align: justify;
/* 	color: #FFFFFF; */
}
