/*
	18px elementy!!!
	18 36 54 72 90 
	108 126 144 162 180 198
	216 234 252 270 288
	306 324
*/

#header {
	background-color: #F5FF87;
}

#header h1 {
	clear: none;
	font-size: 18px;
	line-height: 45px;
	text-align:right;
}

#header img {
	border: 0px;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 90px;
	width: 68px;
}

#header a.top {
	display: box;
	width: 108px;
	height: 18px;
	text-align:center;
	float: right;
	color: white;
	font-size: 12px;
	vertical-align: middle;
	/*background-color: #FF9900;*/
	background-image: url('../images/button_1.gif');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: top left;
	text-decoration: none;
}

/*============================================================================*/
#topmenu {
	background-color: #DBFF66;
	border-top: solid 1px white;
}

#topmenu a.m {
	display:block;
	width: 108px;
	height: 17px;
	font-soze: 12px;
	color: #4E1111;
	text-decoration: none;
	float: right;
	text-align:center;
}

#topmenu a.m span {
}

#topmenu a.a {
	font-weight: bold;
}

/*============================================================================*/
#notopmenu {
	background-color: #DBFF66;
	border-top: solid 1px white;
	height: 17px;
}

/*============================================================================*/
#left {
	/*background-image: url('../images/side_1.gif');*/
	height: 324px;
}
/*============================================================================*/
#content {
	/*background-color: #FFF5C0;*/
	 background-image:url('../images/bg_content.png');
	 background-repeat:repeat-y;
	 background-attachment:fixed;
	 background-position:center 0px;
}

#content caption {
	text-align: center;
	font-size: 14px;
	padding: 0px auto;
}

#content .section {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#content .bodyhdr {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-align:center;
}
#content td, #content .bodytxt {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
#content .link {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align:center;
}
#content h1 {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

#content h2 {
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
}

#content h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

#content a:hover {
	color: #FF0000;
}
#content a:link {
	color: #0000FF;
}
#content a:visited {
	color: #FF00FF;
}
#content a:active {
	color: #0000FF;
}

#content a.link, #content a.link:link, #content a.link:visited, #content a.link:active, #content a.link:hover {
	color:#006600;
	text-decoration:none;
}
#content a.link2, #content a.link2:link, #content a.link2:visited, #content a.link2:active, #content a.link2:hover {
	color:#ACD44C;
	text-decoration:none;
	font-weight:bold;
}

#content .tbl {
	border: solid 1px #d0d0d0;
	border-collapse:collapse;
	padding: 0px auto;
	width: 280px;
	background-color: #ffffff;
}

/*============================================================================*/
#footer {
	background-color: #4E1111 ;
	font-size: 12px;
	text-align: center;
	color: white;
}

#footer a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

/*============================================================================*/
.alert {
	font-weight: bold;
	color: red;
}

.note {
	font-style: italic;
	color: navy;
}

/*============================================================================*/
/* Navigace */
/*============================================================================*/
#left_menu {
	width: 150px;
}

#left_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#left_menu li {
	border-bottom: 1px solid #ffffff;
}

#left_menu ul li.active a, #left_menu ul ul li.active a {
	background-color: #711515;
  color: #ffffff;
}

#left_menu li a:link, #left_menu li a:visited {
  font-size: 90%;
  display: block;
  padding: 0.2em 0 0.2em 0.5em;
  border-left: 12px solid #4E1111;
  /*border-right: 1px solid #4E1111;*/
  background-color: #DBFF66;
  color: #000000;
  text-decoration: none;
}
#left_menu li a:hover {
  background-color: #4E1111;
  color: #ffffff;
}
#left_menu ul ul {
	margin-left: 12px;
}
#left_menu ul ul li {
  border-bottom: 1px solid #ffffff;
  margin:0;
}
#left_menu ul ul a:link, #left_menu ul ul a:visited {
  background-color: #F5FF87;
  color: #711515;
}
#left_menu ul ul a:hover {
  background-color: #711515;
  color: #ffffff;
}

table.inzert {
	width: 600px;
	margin: 10px auto;
	border: solid 1px grey;
	border-collapse:collapse;
}

table.inzert td, table.inzert th {
	border: solid 1px grey;
	padding: 2px;
}

table.inzert thead, table.inzert tfoot {
	background-color: #F0F0F0;
}

table.inzert caption {
	background-color: silver;
	border: solid 1px grey;
	color: black;
	font-weight: bolder;
	font-size: 125%;
}

table.left {
	border: solid 1px black;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width:200px;
}

table.left caption {
	font-weight: bold;
	color: black;
	background-color: yellow;
	text-align: center;
	border: solid 1px black;
	margin-bottom:  0px;
	width:200px;
}

table.left th {
	padding: 1px;
	font-weight: bold;
	color: black;
	background-color: silver;
	text-align: center;
	font-size: 7pt;
}

table.left td {
	padding: 1px;
	color: black;
	background-color: white;
	text-align: left;
	font-size: 7pt;
}

table tr.even {
	background-color: #E0E0E0;
}

table tr.odd {
	background-color: #FFFFFF;
}

table.call_layout td {
	width: 33%;
	text-align: center;
	vertical-align: top;
}

table.call_layout {
	margin: 5px 5px;
}

table.calender {
	width: 250px;
	margin: 5px auto;
	border: solid 1px silver;
}

table.calender td {
	text-align: left;
}

table.calender td.nr {
	text-align: right;
}

table.calender thead th {
	text-align: center;
}

