html, body {
/*height: 100%;*/
margin: 0em;
padding: 0em;
} 
body {
	background-color: #fff;
	color		: #555;
	font-family	: Verdana, sans-serif;
  /*font-size: .85em;
	_font-size	: .7em;*/
	font-size: 80%;
  _font-size: 65%;
	margin: 0em;
  margin-left: 30px;
  margin-right: 30px;
  behavior         : url("./csshover.htc"); /* WinIE behavior call */
}

h1, h2, h3, h4, h5, h6 {
  margin: 0em; padding: 0em;
  font-weight: bold;
}

h1 {
  margin-top: 0em;
}

h2 {
  font-size: 160%;
  font-weight: normal;
  margin-top: 0em;
  margin-bottom: 1.5em;
  color: #353E88;
  border-bottom: 6px solid #E2E4F3;
  letter-spacing: -.1em;
  background-image: url("./h2_arrow.gif");
  background-repeat: no-repeat;
  background-position: 0% 60%;
  padding-left: 20px;
}

h3 {
  font-size: 130%;
  margin-top: 2.5em;
  margin-bottom: .5em;
  color: #235789;
  color: #353E88;
}

h4 {
  color: #808080;
  font-size: 110%;
}


hr {
  display: none;
}

p {
  margin-top: .5em;
  margin-bottom: 1.5em;
  line-height: 1.75em;
  font-size: 100%;
  text-align: justify;
}

ul {
  line-height: 1.5em;
  list-style-type: none;
  margin-left     : 0em;
  padding-left    : 0em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
ul ul {
    list-style-type: disc;
    margin-left     : 2em;
    padding-left    : 2em;
}

li {
    margin-left: 0em;
    padding-left: 20px;
    margin-bottom: .5em;
    background-image: url("./li-arrow.gif");
    background-repeat: no-repeat;
    background-position: 0% 50%;
    line-height: 1.75em;
}

/*
ul ul li {
    list-style-type: none;
    background-image: url("./li.gif");
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
*/
ol {
    margin-left     : 1.5em;
    padding-left    : 1.5em;
    list-style-type : decimal;
}




strong {
  color: #222;
}

a {
  font-weight: normal;
  text-decoration: underline;
  color: #000080;
  color: #0000cc;
  color: #025CD1;
}
a:hover {
  text-decoration: none;
}

input, select, textarea {
	font-family      : Verdana, sans-serif;
	font-size        : 100%;
	margin-bottom: .25em;
	/*background-color : #ffffff;
	color            : #000000;
	border           : 1px solid #333;*/
}
select {
  /*width: 53ex;*/
}

fieldset {
  padding: .5em 2em;
}
label {
  float          : left;
  clear          : both; /* vynucené zalomení další položky*/
  width          : 25%;
  text-align     : left;
  /*text-transform : uppercase;*/
}
legend {
  padding: 0.2em 0.5em;
  margin-bottom: .5em;
  /*color  : #000;
  font-weight: bold;*/
}



#page {
}

#top {
	height: 206px;
	background-image: url("./top_bg.jpg");
	background-color:  #000;
  background-repeat: repeat-x;
  margin: 0em;
  padding: 0em;
}
#top h1 {
  margin-top: 0em;
}


#topin {
  height: 206px;
  margin: 0em;
  padding: 0em;
	background-image: url("./top.jpg");
  background-repeat: no-repeat;
  background-position: 25px 0px;
}

#topinleft {
  height: 206px;
	background-image: url("./top_left.jpg");
  background-repeat: no-repeat;
}
#topinright {
  height: 206px;
  width: 100%;
	background-image: url("./top_right.jpg");
	background-position: top right;
  background-repeat: no-repeat;
}

#logo {
  width: 159px;
  height: 102px;
  position: absolute;
  top: 0px;
  left: 55px;
  overflow: hidden;
  font-size: 120%;
  margin: 0em;
  padding: 0em;
}
#logo a {
  color: #fff;
}
#logo span {
  display: block;
  width: 195px;
  height: 102px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  background-image: url("./logo_hk.jpg");
  background-repeat: no-repeat;
}


#content {
  background-image: url("./content_big_left.jpg");
  background-repeat: repeat-y;
  margin: 0em;
  padding: 0em;
  /*height: 100%;*/
}
#contentin {
  background-image: url("./content_right.jpg");
  background-repeat: repeat-y;
  background-position: top right;
  margin: 0em;
  padding: 0em;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 3em;
}

#left {
  float: left;
  width: 200px;
  padding: 0em;
  margin: 0em;
}
#leftin h3 {
  color: #8F8F8F;
  font-size: 100%;
  margin-top: 1.5em;
}


#contact, #axis {
  margin-top: 3em;
  border-top: 1px solid #ddd;
}
#axisin {
  margin-top: 1em; background-color: #93AFC4; padding: 5px; border: 1px solid #738Fa4;
}
#axis img {
  border: none;
}
#axis4info_input {
  border: 1px solid #6C7981; width: 90px; float: left; height: 1.5em;
}
#axis4info_button {
  background-color: #5E8FDB; color:#FFFFFF; border: 1px solid #124BB4; font-weight: normal; height: 1.5em;
}

#contact p {
  text-align: left;
  font-size: 85%;
  line-height: 1.2em;
  font-style: italic;
}


#main {
  margin: 0em 0em 0em 200px;
  height: 100%;       /* IE bug */
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 4em;
}
#mainin {
    margin           : 0em;
    padding-bottom   : 0em;
    float            : left;    /* vychytávač pro clearing */ 
    width: 100%;
}

/* \*/
* html #mainin {
 	/* IE bug kvůli italic písmu !!! */
	overflow: hidden;
	o\verflow: visible;
	overflow: auto;
	/*w\idth: auto;*/
	/*he\ight: 1%;*/
}
/* */


#mainin img {
    border: 5px solid #ccc;
}
#mainin img.ico {
    border: none;
}
#mainin div.imgcaption {
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    margin-top: .5em;
    margin-bottom: 0em;
}
#mainin div {
    margin-bottom : 2em;
    margin-top    : 1em
}
#mainin form div {
    margin-top    : .75em;
    margin-bottom : .75em;
}
#mainin strong {
    color: #333;
}
#mainin .floatleft {
    float        : left;
    margin-right : 1.5em;
    margin-top   : 1em;
}

#mainin .floatright {
    float       : right;
    margin-left : 1.5em;
    margin-top  : 1em;
}

#mainin hr {
    display: block;
    height: 0px;
    border-top: 1px solid #e2e4f3;
    border-bottom: none;
}



#copyright {
  padding: .5em 1em;
  padding-bottom: 1em;
  margin-left: 25px;
  margin-right: 25px;
  background-color: #eaeaea;
  border-top: 1px solid #ddd;
}
#copyright p {
  margin-bottom: .2em;
  margin-top: .2em;
}


#actions {
  position: absolute;
  font-size: 90%;
  top: 50px;
  right: 55px;
  z-index: 3;
  border-top: 1px solid #999997;
  border-left: 1px solid #999997;
  background-image: url("./top_actions.jpg");
  background-repeat: no-repeat;
  scrollbar-track-color: #666;
  scrollbar-highlight-color: #666;
  scrollbar-3dlight-color: #666;
  scrollbar-darkshadow-color: #666;
  scrollbar-face-color: #333;
  scrollbar-shadow-color: #666;
  scrollbar-arrow-color: #fff; 
}
#actionsin {
  overflow: auto;
  width: 225px;
  height: 141px;
}
#actionsin p {
  padding-left: .8em;
  padding-right: .8em;
  color: #CAC9C5;
  font-size: 95%;  
  line-height: 1.3em;
}
#actions p strong {
  color: #ddd;
}
#actions a {
  color: #ccc;
}
.actionsheading {
  margin-top: 0em;
  position: absolute;
  top: 25px;
  right: 57px;
  font-size: 130%;
  z-index: 2;
  color: #ccc;
  font-variant: small-caps;
}

#setlanguage {
  position: absolute;
  top: 20px;
  left: 555px;
}
#setlanguage img {
  border: none;
}

#bottom {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 4em;
  background-image: url("./bottom_bg.jpg");
  background-repeat: repeat-x;
  background-position: left bottom;
}
#bottom a {
  color: #666;
  font-weight: bold;
}

#bottomleft {
  background-image: url("./bottom_left.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
}
#bottomright {
  padding-bottom: 22px;
  background-image: url("./bottom_right.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
}



#navigation {
}
#navigationin {
  line-height: 1.4em;
  font-size: 95%;
}
#navigation ul {
  width: 100%;
  margin: 0em;
  padding: 0em;
}
#navigation li {
    list-style-type : none;
    background: none;
    margin          : 0px;
    padding         : 0px;
    padding-right: 20px;
    _padding-right: 0px;
}
#navigation ul li a {
    background-image: url("./menu_arrow1.gif");
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 24px;
}
#navigation ul ul li {
    padding-left: 20px;
    padding-right: 0px;
}
#navigation ul ul li a {
    font-weight: normal;
    background-image: none;
}
#navigation h2 {
    display: none;
}
#navigation a {
    color          : #000060;
    text-decoration: none;
    display         : block;
    width           : 100%;
    padding-bottom  : .15em;
    padding-top     : .15em;
    font-weight     : bold;
}
#navigation a:hover {
    background-color: #000080;
    color           : #fff;
    background-image: url("./menu_arrow2.gif");
    background-repeat: no-repeat;
    background-position: 5px 50%;
}
#navigation a:active {
    color: #800000;
    background-color: #ECECEC;;
}
#navigation .vybrany {
    background-color: #ECECEC;
    color           : #0000a0;
    border          : 1px solid #B6C8D8;
    /*text-transform  : uppercase;*/
}
#navigation .zvyraznit {
    font-style: italic;
    font-weight: bold;
}







.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.justify {
    text-align: justify;
}

.error {
    color: #990000;
}

.news p {
    margin-top: .25em;
}
.news a {
    font-weight: normal;
    text-decoration: none;
}
.news a:hover {
    text-decoration: underline;
}

.news .newsdate {
    font-size: 120%;
    color: #660000;
    border: none;
    margin-bottom: 0em;
    margin-top: .5em;
}

.action p {
    margin-top: .25em;
}
.action a {
    font-weight: normal;
    text-decoration: none;
}
.action a:hover {
    text-decoration: underline;
}

.action .actiondate {
    font-size: 120%;
    color: #660000;
    border: none;
    margin-bottom: 0em;
    margin-top: .5em;
}

.floatleft {
    margin-right: 1em;
    float: left;
}
.floatright {
    margin-left: 1em;
    float: right;
}

.back {
    font-weight: bold;
    font-size: 90%;
}

.uvodnik {
    border: 1px solid #e3e3e3;
    /*background-color: #f5f5f5;*/
    background-image: url("./uvodnik_bg.jpg");
    background-repeat: repeat-y;
    line-height: 1.5em;
    padding: .25em 1em;
}
.osloveni {
    font-size: 100%;
    font-weight: bold;
    font-family: arial;
    margin-bottom: 0em;
}
.osloveni em {
    font-style: normal;
}


.cleaner {
		clear      : both;
		height     : 1px;
		font-size  : 1px;
		border     : none;
		margin     : 0px;
		padding    : 0px;
		background : transparent;
}

.nazevspolecnosti {
  color: #808080;
  font-size: 110%;
  font-weight: bold;
}
