body, h1, h2, h3, table, td {
	font-family: "Arial CE","Helvetica CE", Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	text-align: center;
	font-size: 13px;
	color: black;
	background-color: white;
}

h1 { display: none }


.main-frame {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border-left: 1px solid #F3E3D3;/*#E6E6E6;*/
	border-right: 1px solid #F2D2AC;
	
	/* # del : */
	/* height: 500px; */
	/*border-bottom: 1px solid red;*/
}

.top-belt { 
	width: 100%;
	height: 22px;
	_height: 24px;
	background-color: #FF8500;
	border: 1px solid #B37B00;
	text-align: left;
}

.top-belt a.site-map-href, .top-belt a.site-map-href:visited {
	font-size: 12px;
	color: white;
	margin-left: 5px;
	line-height: 22px;
	_line-height: 20px;
	text-decoration: underline;
}

.top-belt a.site-map-href:hover { text-decoration: underline }

.top-belt div{
	position: absolute;
	top: 0px;
	margin-left: 593px;
	_margin-left: 586px;
}

.top {
	width: 100%;
	height: 156px;
	background-image: url("../images/top_bg.jpg");
	background-repeat: no-repat;
}

.logo-href {
	width: 103px;
	height: 78px;
	position: absolute;
	cursor: pointer;
	_cursor: hand;
	margin-top: 18px;
	margin-left: 31px;
	_margin-left: -10px;
}

.menu {
	margin-left: 25px;
   width: 100%;
	height: 36px;
	position: relative;
	top: 120px;
}

.menu a, .menu a:visited {
	display: block;

	=min-width: 50px;
	=max-width: 58px;
	height: 36px;
	float: left;
	padding: 0px 25px 0px 25px;
	color: #6C4413;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
	background-image: url("../images/menu_norm_bg.jpg");
	background-position-y: 0px;
	background-repeat: x-repeat;
	line-height: 1.8em;
	_line-height: 1.2em;
	
}

.menu a:hover, div.menu a.active_menu, div.menu a.active_menu:visited  {
	color: #B05C00; /*#A36005; #C16500*/
  	background-image: url("../images/menu_selected_bg.jpg");
	background-position-y: 0px;
	background-repeat: x-repeat;
	text-decoration: undeline;
}

.menu a span, .menu a:visited span  {
	margin-top: 0px;
	display: block;
	width: 45px;
	height: 11px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/zalozka_norm.jpg");
	background-repeat: no-repeat;
}

.menu a:hover span, div.menu a.active_menu span, div.menu a.active_menu:visited span {
	background-image: url("../images/zalozka_selected.jpg");
	background-repeat: no-repeat;
}

/* ------------- middle ----------- */

.middle {
	width: 100%;
	text-align: left;
}

.middle h2 {
	color: black;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 30px;
}

.middle h3 {
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 5px;
}

.middle p, .middle li {
	text-align: justify;
}

.middle p {
	margin: 5px 0px 10px;
}

div.items {
	margin-bottom: 10px;
}

div.items p  {
	display : list-item;
	list-style : disc outside;
	list-style-image: url("../images/item.gif");
	/*_list-style-image: url("../images/sticky_item_ie.gif");*/
	margin: -1px 10px 1px 18px;
	_margin: -1px 10px 1px 15px;
}

.wichtig {
	color: #DD0000;
}

.strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

a, a:visited {
	text-decoration: underline;
	color: #F5770E;/*#B1731D;*/
}

a:hover {
	text-decoration: none;

}

/*.middle a, .middle a:visited  {
	text-decoration: none;
	color: #FE8502
}


.middle a:hover {
	text-decoration: underline;
}*/

/* ------------- bottom ----------- */

.bottom {
  position:relative;
  margin:auto;
	/*width: 100%;*/width:900px;
	height: 50px;
	background-color: #FF8500;
	border: 1px solid #B7811D;
	color: white;
	font-size: 0.9em;
}

.bottom a, .bottom a:visited {
	color: white;
	font-weight: normal;
}

.bottom a:hover {
	font-weight: normal;
}

.bottom p {
	text-align: center;
	_margin-top: 10px;
	vertical-align: center;
}


/* ----- added from home: ----- */

.middle {
	background-image: url("../images/right_bg.jpg");
	background-repeat: repeat-y;
	background-position: right top;
	/*height: 700px; *//*nutne pro mozillu*/
	height: auto;
}

.middle div.left {
	width: 523px;
	_width: 593px;
	float: left;
	height: auto;
	padding: 0px 20px 0px 10px;
   _padding: 25px 20px 25px 10px;
}

.middle div.right {
	width: 303px;
	_width: 301px;
	/*border-left: 1px solid #E5E5E5;*/
	float: right;
/*	padding-bottom: 70px;*/
}



/* --------- sticky-note --------------------*/

.middle div.right div.sticky-note {
	width: 283px;
	background-image: url("../images/sticky_bg.gif");
	background-repeat: repeat-y;
	text-align: left;
	margin: 10px;
}

.middle div.right div.sticky-note h3 {
	display: block;
	height: 30px;
	background-image: url("../images/sticky_head.jpg");
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	padding: 8px 0px 5px 15px;
	margin: 0px;
	_margin-bottom: 10px;
}

.middle div.right div.sticky-note h3, .middle div.right div.sticky-note p {
	font-size: 0.9em;
}

.middle div.right div.sticky-note p {
	margin: 5px 10px;
	margin-left: 35px;
	_margin-left: 30px;
	margin-right: 20px;
	text-align: left;
	display : list-item;
	list-style : disc outside;
	list-style-image: url("../images/sticky_item.gif");
	_list-style-image: url("../images/sticky_item_ie.gif");
}

.middle div.right div.sticky-note p a, .middle div.right div.sticky-note p a:hover {
	color: black;
}

.middle div.right div.sticky-note div.bott {
	display: block;
	height: 13px;
	background-image: url("../images/sticky_bott.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 5px 0px 0px;
}

/* --------- end of sticky-note --------------------*/

.middle div.clear {
   clear: both;
	width: 100%;
	height: auto;
}

h5 { color: #233A5C; font-size: 1em; margin-bottom: 0px;}
h4 { color: red; font-size: 1.1em; margin: 0px;}

.large { font-size: 1.1em }



a#poradenstvi {
	=min-width: 75px;
	=max-width: 75px;
}






.submenu a {
    text-decoration: underline !important;
}

.center {
	text-align: center;
}
