/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|
*/
/* -- Main layout styles -- */
body {
	
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 11pt;
  background-color: #333;  
  
 /* background-color: #AAAAAA;  */
  
  color: white;
}
#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}

/* -- Header layout/display styles -- */
#header {
	float: left;
	width: 100%;
	height: 4em;
/*	background: #336633 url(./images/hdr.jpg) no-repeat bottom left;*/
	background-image: url(./images/grass.jpg);
}
#header a.toplink {
  float: right;
  width: 9em;
  height: 1em;
  overflow: hidden;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #767755;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}
#header a:hover, #header a.active {
  height: auto;
  padding-top: 10px;
  background-color: #333333;
}
#header a.lastMenuItem {
  background-image: url(./images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}
a .desc {
  display: none;
  color: #FC0;  
}
a:hover .desc, .active .desc {
  display: block;
}

/* -- Header title and subTitle layout/display styles -- */
.title {
	float: left;
	padding: 0;
	margin: 2px 0px 0px 0px;
	font-size: 2em;
	font-weight: bold;
	line-height: 0.75em;
	color: #000000;
	z-index: 2000;
	background: url(../../img/logo.png) right top;
	width: 400px;
	height: 60px; 
	text-indent: -9999px;
}
/* -- Content layout/display styles -- */
#content {
	float: left;
	width: 100%;
	padding: 1em 0 1em 0;
	background-color: #333300;
}
#contentLeft {
  float: left;
  width: 80%;
  margin-bottom: 1em;
  padding-left: 1ex; 
  background: #767755 url(./images/corner_sub_tr.gif) no-repeat top right;  
}
#innercontent {
	padding-right: 1ex;
}

#contentRight {
  float: right;
  width: 18.3%;
  background: #767755 url(./images/corner_sub_tl.gif) no-repeat top left;
}

#content p {
	margin: 1ex 1.2em 0.2em 1em;
	line-height: 1.3em;
	text-align: justify;
}
#content p:first-letter {
}


#content a {  
  text-decoration: none;
  color: #FC0;
  text-decoration: underline;
}

#content a:hover {
	color: #FFF;
	text-decoration: underline;
}


.header, .subHeader {
	clear: both;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	margin: 1ex 1ex 1ex 1ex;
	color: #FC0;
	border-bottom: 1px solid #AAA;
}
#contentRight .header, #contentRight .subHeader {
	margin-left: 1ex;
}
.subHeader {
	font-size: 1.2em;
	border: 0px;
}

/* -- Content left site links (large plus icon) -- */
#content a.menuItem {
	display: block;
	padding: 0.2ex 0px 0.2ex 24px;
	background: url(./images/odrazka_green.gif) no-repeat center left;
	border: 0px;
}
#content a:hover.menuItem { 
  color: #DDD;
  background: #333300 url(./images/odrazka_red.gif) no-repeat center left;
  border: 0px;
}

/* -- Footer layout/display styles -- */
#footer {
  float: left;
  width: 100%;
  height: 2em;
  font-size: 1em;
  font-weight: bold;
  line-height: 2em;
  color: #000000;
/*  background: #336633 url(./images/hdr.jpg) repeat-y top left;*/
	background-image: url(./images/grass.jpg);
}
#footer a {
	color: Black;
}
#footerLeft {
  float: left;
  width: 60%;
  height: 2em;
  padding-left: 1em;
  text-align: left;
  background: url(./images/corner_bl.gif) no-repeat bottom left;
}
#footerRight {
  float: right;
  width: 35%;
  height: 2em;
  padding-right: 1em;
  text-align: right;
  background: url(./images/corner_br.gif) no-repeat bottom right;
}

/* -- Display formatting styles -- */
.grey {
  font-size: 0.9em;
  color: #AAA;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}

/* -- <ul> tag styles -- */
ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
/*  list-style-image: url(./images/li_bullet.gif);*/
}
li {
  margin-left: 50px;
}
#content li {
	margin-left: auto;
	line-height: 150%;
}

/* -- Image alignment classes -- */
.imgLeft, .imgRight {
  margin: 5px;
}
.imgLeft {
  float: left;
  margin-left: 0px;
}
.imgRight {
  float: right;
  margin-right: 0px;
}

/* -- Utility classes to create the bottom rounded corners -- */
.bottomCorner {
  text-align: right;
}
.vBottom {
  vertical-align: bottom;
}

/* ========================================================================== */
.button {
	background-color: #666;
	border: 2px ridge #FC0;
	display: inline;
	padding: 0.3ex 2ex 0.3ex 2ex;
	margin: 0.3ex;
}
.err {
	color: #FF0000;
	font-weight: bold;
}
.ok {
	color: lime;
	font-weight: bold;
}
/* ========================================================================== */
.map_table {
	margin: 1ex;
	border-collapse: collapse;
	color: black;
}
.map_table td, .map_table th  {
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	/*background-color: #999999;*/
	border-collapse: collapse;
	font-size: 12px;
	vertical-align: top;
}
.map_table th  {
	vertical-align: middle;
}
.map_table td .pole:hover {
	background-image: url('../../img/fb/hover.png');
}
.map_table td .pole {
	cursor: pointer;
}
.map_scroll {
	border: 0px;
}
.map_scroll:hover {
	background-color: #FC0;
}
th.mapnav{
	/*background-color: #999999;*/
	background-color: #333300;
	border: 1px solid black;
	padding: 0;
	width: 20px;
	height: 20px;
	line-height: 10px;
}
th.mapnav img, .map_table img {
	border: 0;
}
.map_table .wt_mod {
	position: absolute;
}
.form_table td {
	vertical-align: top;
}
/* ========================================================================== */
fieldset {
	margin-bottom: 1em; 
}
fieldset, fieldset legend {
	border: 2px ridge #FC0;
}
fieldset legend {
	padding: 0.5ex;
	background-color: #666;
}
/* ========================================================================== */
.table_framed {
	border-collapse: collapse;
	margin: 1ex;
}
.table_framed th, .table_framed td {
	padding: 0.5ex;
	border: 1px solid #FC0;
}
.table_framed .hili{
	background-color: #333;
}
.db_infobox {
	border: 1px solid red;
	padding: 0.5ex 0.5ex 0.5ex 0.5ex;
	background-color: #FFFFFF;
	margin: 0px 0px 1ex 0px;
}
.frame {
	border: 1px solid #FC0;	
}
.vizitka {
	padding: 1ex;
}
/* ========================================================================== */
/* posta */
.post_container {
	margin: 1ex 1ex 1ex 1ex;
	border: 1px solid #333;
	background: url(images/post_msg_bg.gif) top;
	page-break-inside: avoid;
}
.post_head {
	background-color: #333;
	height: 20px;
	padding: 0ex 1ex 0ex 1ex;
}
.post_msg {
	margin: 1ex 1ex 1ex 1ex;
	color: Black;
	line-height: 20px;
}
.post_datum {
	float: right;
}
.post_txtarea {
	padding: 1ex 1ex 1ex 1ex;
	color: Black;
	border: 1px solid #333;
	line-height: 20px;
	background: url(images/post_msg_bg.gif) top;
   font-family: verdana, sans-serif;
	width: 95%;
}
.post_form {
	border: 1px solid #333;	
}
.post_info {
	font-size: smaller;
}
.post_new_msg{
	color: #FC0;
}
.post_msg a {
	color: #CC0000 !important;
}
/* ========================================================================== */
.menu_user_info {
	padding-left: 2ex;
}
/* ========================================================================== */
.att_result_side {
	width: 200px;
	float: left;
}
.att_result {
	width: 470px;
}
.att_result_ok {
	color: lime;
}
.att_result_fail{
	color: red;
}
.float_clr {
	clear: both;
}
/* ========================================================================== */
.box {
	background-color: #999999;
	border: 1px solid #CC0000;
	padding: 1ex;
	margin: 1ex 0ex 1ex 0ex;
}
.male {
	font-size: 1.75ex;
}
.vtop {
	vertical-align: top;
}
.inline_image {
	vertical-align: middle;
	border: none;
	text-decoration: none;
}
.alg_top {
	vertical-align: top;
}
.pozor {
	color: red;
	font-weight: bold;
}
.monospace {
	font-family: monospace;
}
.iwrevent {
	margin: 0.5ex 1.2em 0ex 1ex;
	clear: both;
}
.iwrevent strong {
	color: white;
}
.iwreother {
	color: #663300;
}
.iwremy {
	color: #33FF00;
}
.centrovane {
	margin: auto;
}
.vpravo {
	text-align: right;
	color: red;	
}
#intro-table {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 150%;
}
#intro-table td {
	padding: 2ex;
	text-align: center;
}
