
/****************** Body **********************************************************/

.print {
  display: none;
}

/*
div{
  border: 1px solid;
}
*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	top: 0px;
	margin: 0px;
	padding: 0px;
	/*
	background-image: url(/images/);
	background-repeat: repeat;
	*/
	background-color: #ffffff;
}
table {
	margin: 0px;
	padding: 0px;
	border: 0px;	
}
th {
  text-align: left;
}
img {
  border: 0px;
}
p {
	margin: 0 10px 0.5em 10px;
	line-height: 1.3em;
}
em {
	font-family: Arial, Helvetica, sans-serif;
	}
blockquote {
	margin: 5px 60px 10px 30px;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Serif;
}
a {
	color: #919191;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

div#all {
  width: 100%;
	margin: 0px;
	padding:0px;
	text-align: center;
}

div#over {
  width: 900px;
	margin: 0px;
	padding:0px;
	text-align: left;
	margin-left: auto; margin-right: auto;
}


/****************** Header **********************************************************/

div#header {
  width: 100%;
	height: 80px;
	border-bottom: 1px solid #ffffff;
  margin: 0px;
	padding: 10px;
	text-align: center;
	vertical-align: bottom;
	background-color: #ffffff;
}

div.logo{
  float: left;
}

div.zahlavi {
	float:right;
	margin: 0px;
	padding: 5px;
	height: 2em;
}
div.zahlavi a {
  font-weight: normal;
	text-decoration: underline;
	color: #919191}
div.zahlavi a:hover {
  font-weight: normal;
	text-decoration: none;
	color: #333333}

div.art {
	float:right;
	margin: 0px;
}

/****************** Zalozky 1 **********************************************************/

div.zalozky1 {
  margin: 0px;
  padding: 0px;
	width:100%;
	min-height: 20px;
	background-color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
		clear: both; 
}

div.zalozky1 div{
	padding: 1px 0px 0px 0px;
  float: left;
	background-color: #ffffff;
}

.zalozky1 a{
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
	display: block;
	padding: 1px 10px 1px 10px;
	text-decoration: none;
}
.zalozky1 a:hover{
	color: #000000;
	text-decoration: underline;
}

#sel_z1  a {
	color: #FFFFFF;
	padding: 1px 10px 2px 10px;
	position: relative;
	z-index: 2;
	top: 3px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #919191;
}

div.zalozka {
	width: 100%; 
  margin: 0px;
  padding: 0px;
}

.zal_mask {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position:relative;
	z-index: 5;
	clear: both; 
}

.zal_color {
	background-color: #919191;
	height: 20px;
	min-height: 20px;
	width: 100%
}

div.zal_color div{
	padding: 3px 5px 0px 5px;
	color: #FFFFFF;
  float: left;
	z-index: 3;
	background-color: #919191;
}

.zal_color a{
	color: #FFFFFF;
	font-weight: normal;
	white-space: nowrap;
	display: block;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}
.zal_color a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#sel_z2 a{
	padding: 1px 5px 1px 5px;
	color: #333333;
	position: relative;
	z-index: 2;
	top: 3px;
	font-weight: bold;
	text-decoration: none;
	background-color: #ebebeb;
}


/****************** Navigace **********************************************************/


.navigace {
  padding: 4px 10px 3px 10px;
	background-color: #ebebeb;
	border-bottom: 1px solid #919191;
	color:#333333;
	font-weight:normal;
	clear: both;
}

.navigace a {
	color:#777777;
	font-weight:normal;
}

.navigace a:hover {
	color:#777777;
	font-weight:normal;
}


/****************** Telo **********************************************************/

.telo {
	margin: auto;
	background-color:#ffffff;
	border: 0px;
	width: 100%;
}
.telo td{
  vertical-align: top;
}
/*
.telo img {
  border: 1px solid #919191;
}
*/
/****************** LEFT **********************************************************/

.telo_left {
	background-color: #d9d9d9;
	border-right: 1px solid #919191;
}

/****************** Right *********************************************************/

.telo_right {
	background-color: #d9d9d9;
	border-left: 1px solid #919191;
}

/****************** Menu **********************************************************/

.menu {
  width: 190px;
	background-color: #d9d9d9;
}
.menu ul {
	margin: 0;
	padding: 0;
	width: 180px;
}
.menu ul li {
	margin: 0px;
	list-style: none;	
}

.menu ul a {
	display: block;
	color:#333333;
	background-color: #d9d9d9;
	width: 180px;
	padding: 2px 25px 2px 10px;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	background-color: #919191;
	color: #FFFFFF;
}
.menu ul ul a {
	width: 170px;
	padding: 2px 20px 2px 25px;
	font-weight: normal;
}
.menu ul ul ul a {
	width: 170px;
	padding: 2px 5px 2px 40px;
	font-weight: normal;
	background: transparent;
}

a#sel_m1 {
	color: #919191;
	font-weight: bold;
	background:  url(/images/menu1_sel_line.png) no-repeat 10px bottom;
	background-color: transparent;
}
a:hover#sel_m1 {
  color: #333333;
}

a#sel_m2 {
	color: #919191;
	font-weight: bold;
	background:  url(/images/menu2_sel_line.png) no-repeat 10px bottom;
	background-color: transparent;
  background-position: 25px bottom;
}
a:hover#sel_m2 {
  color: #919191;
}

a#sel_m3 {
	font-weight: bold;
	color: #919191;
	background:  url(/images/li_puntik.gif) no-repeat 30px 0.6em;
}
a:hover#sel_m3 {
  background-color: transparent;
	color: #919191;}

/****************** Center **********************************************************/

.telo_center {
	padding: 10px 15px 30px 15px;
	background-color: #ffffff;
	vertical-align: top;
	width: 100%;
	background-image: url(/images/pozadi_telo.png);
	background-repeat: repeat-x;
}

.telo_center td { 
  vertical-align:top;
}

.telo_vnitrek {
	background-image: url(/images/pozadi_telo_vnitrek.png);
	background-repeat: no-repeat;
}


p.alert {
  margin-left: 5px; 
	border: 1px solid #999; 
	padding: 10px 10px 10px 5px; 
	background-color:#ffffcc;
}

.telo li {
	margin-top: 0px;
	list-style: square url(/images/li_puntik.gif) outside;
}

hr {
	border: 1px dashed #919191;
	clear: both;
}

/****************** Nadpisy **********************************************************/

h1 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.9em;
	color: #919191;
	border-bottom: 2px solid #919191;
}
h1 span {
	font-weight: normal;
	font-size: medium;
}
h1 img { 
	float: left;
	margin: 0px 10px 0px 0px;
	}

h2 {
	font-size: 1.4em;
	margin: 0px 0px 3px 6px;
	padding-top: 30px;
}
h2 span {
	font-weight: normal;
	font-size: medium;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 20px 10px 5px 0;
	padding: 2px 2px 2px 10px;
	font-size: 1.2em;
  background-color:#919191;
  color: #ffffff;
}
h3 span {
	font-weight: normal;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 20px 10px 5px 0;
	padding: 2px 2px 2px 10px;
	font-size: 1.2em;
	background-color: #919191;
	clear: both;
}
h4 span {
	font-weight: normal;
}

h5 {
	margin: 20px 10px 5px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
  text-align:left; 
	border-bottom: 1px solid #919191;
}
h5 span {
	font-weight: normal;
}

h6 {
	margin: 20px 10px 5px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
  text-align:right; 
	padding-right: 15px;
	background: url(/images/h6.gif) no-repeat right 3px;
	border-bottom: 1px solid #919191;
}
h6 img {
	float: left;
	margin: 0px 10px 0px 0px;
	clear: none;
	display: inline;
}
h6 span {
	font-weight: normal;
}



/****************** Paticka **********************************************************/

div.paticka { 
  padding: 5px 0px 5px 0px;
	width: 100%;
	background-color: #ebebeb;
	border-top: 1px solid #919191;
	text-align: center;
	color: #333333}

div.paticka a { 
  font-weight: normal;
	text-decoration: underline;
	color: #919191}
div.paticka a:hover { 
  font-weight: normal;
	text-decoration: none;
	color: #333333}



/****************** Ostatni **********************************************************/

.clearboth { 
  clear: both; 
	font: 1px/1px monospace; 
}

.EndOfList  { 
  font-family: Verdana, Arial, sans-serif; 
	/*font-size: 8pt;*/ 
	text-align: center;
	word-spacing: 0px;
	color: #777777;
  margin-top: 0px; 
	margin-bottom: 0px;
}
.Navigator { 
  font-family: Verdana, Arial, sans-serif; 
	/*font-size: 8pt;*/ 
	text-align: center; 
  word-spacing: 0px; 
	color: #777777; 
	font-weight: bold; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px;
}
.Navigator a {
  color: #777777;
	text-decoration: none;
}
.Navigator a:hover {
  color: #FFFFFF;
	background: #5555FF;
	text-decoration: none;
}
.ODDOzobrazene {
  color: #FFFFFF;
	background: #919191;
	padding: 2px;
}

