/* CSS Document */
@media print{
	body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}
	.noprint {display: none}
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif; 
	background: #fff;
	color: #000;
	font-size: x-small;
	text-align: center;
	min-width: 760px;
	line-height: 1.5;
}
html>body {
	font-size: x-small;
}
p {
	margin: 0px;
	padding: 0px;
}
/******* hyperlink and anchor tag styles *******/
a, a:link, a:visited{
	color: #05386B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: dodgerblue;
	text-decoration: underline;
}
#topMenu A, #topMenu A:ACTIVE, #topMenu A:LINK, #topMenu A:VISITED {
	height: 21px;
	padding: 3px 15px 4px 15px;
	_padding-top: 4px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
#topMenu A:HOVER {
	color: #023668;
	background: url("../obr/top_menu_roll.gif") repeat-x;
}
.topMenuNoAktiv {
	color: #C6E1F4;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	background: url("../obr/roll_15.gif") repeat-x;
	cursor: hand;
}
#menu div A, #menu div A:ACTIVE, #menu div A:LINK, #menu div A:VISITED {
	color: #023668;
	font-weight: bold;
	text-decoration: none;
	padding-left: 28px;
	display: block;
}
#menu div A:HOVER {
	color: #FF9900;
	background: url("../obr/left_tl_roll.gif") no-repeat left top;
	background-position: 5px 6px;
}
#logo a {
	display: block;
	width: 310px;
	height: 48px;
	text-decoration: none;
}
a.mail, a.mail:link, a.mail:visited{
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a.mail:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.creat, a.creat:link, a.creat:visited{
	color: #598DC0;
	text-decoration: none;
	font-weight: normal;
}
a.creat:hover {
	color: #05386B;
}
/************** header tag styles **************/
h1 {
	color: #CD8700;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #F4B51C;
	border-right: 1px solid #F4B51C;
	background: url("../obr/h1.gif") repeat-x left top;
	height: 22px;
	line-height: 190%;
}
@media all and (min-width: 0px){
  h1 {
	line-height: 195%;
	}
}
h2 {
	color: #993366;
	font-size: 11px;
	font-weight: bold;
	margin: 20px 20px 15px 15px;
}
h3 {
	color: #658CB9;
	font-size: 11px;
	font-weight: bold;
	background-color: #EFF3F8;
	border: 1px solid #658CB9;
	margin: 0px;
	padding: 2px 0px 2px 10px;
}
h4 {
	color: #427EA8;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h5 {
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
h6 {
	color: #993366;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
/*************** list tag styles ***************/
UL {
	margin: 10px 30px 0px 40px;
}
LI {
	margin: 5px 0px 0px 0px;
	/margin: 0px;
	margin="5px 0px 0px 0px";
	padding-left: 2px;
}
UL.fajfka {
	list-style-image: url(../obr/odr_fajfka_26.gif);
}
UL.sipka {
	list-style-image: url(../obr/odr_sipka_26.gif);
}
UL.nic {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
}
/********* form and related tag styles *********/
.inp {
	font-size: 100%;
}
/******************* text **********************/
.border {
	border: 1px solid #F4B51C;
	padding: 3px;
}
.border1 {
	border: 1px solid #05386B;
}
IMG.icon {
	float: left;
	margin-right: 10px;
}
/***********************************************/
/* Layout styles                               */
/***********************************************/
#base {
	margin: 0 auto;
	width: 100%;		
	min-height: 100%;
	height: 100%;
	position: relative;
	font-size: 110%;
	display: table;
	background: #fff url("../obr/base_bg.gif") repeat-y;
}
#outbox {
	margin: 0 auto;
	width: 100%;		
	min-height: 100%;
	height: 100%;
	position: relative;
	}
@media all and (min-width: 0px){
  #outbox {
    margin: 0 auto;
	width: 100%;		
	min-height: 100%;
	height: 100%;
	position: relative;
	display: table-cell;
  }
}
	
 body>#outbox {
 	height: auto;
}
#header {
	padding: 0px;
	margin-bottom: 0;
	height: 92px;
	background: url("../obr/header_bg.gif") repeat-x;
}
#topLeft, #topRight {
	position: absolute;
	top: 0px;
	height: 92px;
}
#topLeft {
	width: 24px;
	left: 0px;
	background-image: url(../obr/header_left.gif);
	}
#topRight {
	width: 6px;
	right: 0px;
	_right: -1px;
	background-image: url(../obr/header_right.gif);
}
#logo {
	position: absolute;
	left: 50px;
	top: 17px;
	width: 310px;
	height: 48px;
	background-image: url(../obr/logo.gif);
}
#topRight01 {
	position: absolute;
	width: 333px;
	height: 62px;
	top: 5px;
	right: 6px;
	_right: 5x;
	background-image: url(../obr/header_right_01.jpg);
}
/********* top menu ************/
#topMenu {
	position: absolute;
	left: 202px;
	top: 71px;
	width: auto;
	height: 21px;
	line-height: 180%;
}
@media all and (min-width: 0px){
  #topMenu {
  	line-height: 190%;
	width: 456px;
}
}
#topMenu div{
	float: left;
}	
#separator {
	float: left;
	width: 2px;
	height: 21px;
	background-image: url(../obr/separator.gif);
}
/**************** content ****************/
#content {
	padding: 5px;
	margin-left: 158px;
	padding-bottom: 70px;
	text-align: justify;
	margin-right: 1px;
}
#float {
	float: left;
	
}
p#odskok {
	margin-bottom: -20px;
}
/********************* left **************/
#left {
	float: left;
	width: 158px;
	\width: 168px;
	w\idth: 158px;
	margin: 0;
	margin-right: 0;
	padding: 0px;
	padding-bottom: 70px;
}
#leftTop {
	width: 158px;
	height: 31px;
	background-image: url(../obr/left_top.gif);
	}
#menu {
	background: url("../obr/left_bg.gif") repeat-y;
	text-align: left;
	padding-left: 10px;
}
#menu div {
	display: block;
	width: 150px;
	background: url("../obr/left_tl.gif") no-repeat left top;
	background-position: 5px 6px;
}
#leftBottom {
	width: 158px;
	height: 23px;
	background-image: url(../obr/left_bottom.gif);
	}
/************** footer **************/
#footer {
	clear: both;
	margin-top: 0;
	width: 100%;
	height: 65px;
	position: relative;
	bottom: 0;
	left: 0;
	background: url("../obr/footer_bg.gif") repeat-x;
	margin: -65px auto 0 auto;
}
#fLeft {
	position: absolute;
	left: 0px;
	bottom: 0px;
	_bottom: -1px;
	width: 112px;
	height: 65px;
	background-image: url(../obr/footer_left.gif);
}
#fRight {
	position: absolute;
	right: 0px;
	_right: -1px;
	bottom: 0px;
	_bottom: -1px;
	width: 137px;
	height: 65px;
	background-image: url(../obr/footer_right.gif);
}
#created {
	position: absolute;
	top: 29px;
	margin-left: 13px;
	_margin-left: -55px;
	color: #598DC0;
	font-size: 80%;
	line-height: 120%;
	z-index: 102;
}
@media all and (min-width: 0px){
  #created {
	font-size: 90%;
	}
}
#fObsah {
	position: relative;
	width:100%;
	left: 0px;  
	top: 25px;
	height:30px;
	margin: 0px;
	z-index: 101;
	text-align: center;
	line-height: 150%;
	color: #FFFFFF;
	font-size: 90%;
}

