body {
	background-color: #f3f3f3;
	margin: 0px;
	padding: 0px;
	height: 100%;
	
	text-align: center;
}

body, tr, td, caption { 
  font-family: "Verdana CE", Verdana, "Georgia CE", Georgia, sans-serif;
  font-size: 9pt;
  color: #333333;
}

em {
  display: none;
}

img {
  border:  1px solid  #cccccc;
}

a {
	color: #cc0000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #cc3300;
}
a:hover img {
  border-color: #cc3300;
}

b {
	font-weight: bold;
}

ul {
  list-style-image: url('../gfx/bullet.png');
  margin: 10px;
  margin-left: -20px;
  _margin-left: 20px;
}

p {
  text-align: justify;
  clear: both;
  margin-top: 7px;
  margin-bottom: 7px;  
  padding-left: 0px;
  padding-right: 15px;
  line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 15px;
  margin-bottom: 7px;
  font-weight: bold;
}
h1 { font-size: 16pt; }
h2 { 
  font-size: 12pt;
  color: #993300;
  border-bottom: 1px solid #993300;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 7px;
}
h3 { 
  font-size: 11pt;
  text-decoration: underline;
  color: #660000;
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 { 
  font-size: 10pt;
  color: #333333;
  margin-top: 8px;
  margin-bottom: 5px;
}
h5 { 
  font-size: 10pt;
  color: #666666;
}
abbr {
  border-bottom: 1px dashed;
  cursor: help;
}

hr {
  color: #663333;
  -moz-opacity: 0.5;
	filter: alpha(opacity=0, finishopacity=85, style=1) ;
  color: #663333;	
  height: 1px;
  border-style: solid;
  clear: both;
  margin-right: 15px;
}

table td {
  padding-right: 15px;
  vertical-align: top;
}
table td p {
  margin: 0px;
}

input {
  width: 175px;
  height: 18px;
  border: none;
  margin: 3px;
}
input.w20 {
  width: 20px;
  border: none;
}
input.w30 {
  width: 30px;
  border: none;
}
textarea {
  width: 175px;
  height: 50px;
  border: none;
  font-size: 8pt;
  margin: 3px;
}
input.submit {
  width: 80px;
  border:  solid 1px #333333;
  background-color: #339933;  
  text-align: center;
  color: White;
  cursor: hand;
}
input.reset {
  width: 80px;
  border:  solid 1px #333333;
  background-color: #cc3300;
  text-align: center;
  color: White;
  cursor: hand;  
}

/*
#container {
  position: absolute;
  width: 50%;
  height: 1px;
  min-width: 385px;
  xmin-height: 250px;
  xwidth: 750px;
  xheight: 100%;
  xleft: 50%;
}
*/

#backcontent {
  xposition: absolute;
  width: 770px;
  xright: -385px;
  xmargin-right: -385px;  
  xmargin-left: 385px;
  background-image: url('/pic/back_body.jpg');  
  background-repeat: repeat-y;
  text-align: center;
}


#allcontent {  
  width: 750px;
  border: 1px solid #999999;
  background-color: White;
  text-align: left;
}
#logo_img {
  display: none;
  }
#header { 
  width: 750px;
  height: 115px;
  padding: 0px;
  background-image: url('/pic/back_top_mono.jpg');
  background-position: top;
  background-repeat: repeat-x;
}
#header li {
  list-style-type: none;
  list-style-image: none;
}
#header_left { 
  width: 750px;
  height: 115px;
  padding: 0px;
  background-image: url('../pic/back_top.jpg');
  background-position: -1px top;
  background-repeat: no-repeat;
}
#header_right { 
  position: absolute;
  left: 350px;
  _left: 50%;
  _margin-left: -25px;
  top: 0px;
  width: 400px;
  height: 83px;
  padding: 0px;
}
#logo {	
  width: 350px;
  height: 80px;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -2000px;
  text-decoration: none;
}

#topmenu {
  float: right;
  _margin-top: 7px;
  width: 445px;
  height: 19px;
  _height: 24px;  
  text-align: right;
  padding-top: 10px;
  _padding-top: 0px;
  font-weight: bold;
  font-size: 10pt;
}
#topmenu  ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#topmenu  li {
  display: inline;
  list-style-type: none;
}
#topmenu  a {
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  _height: 24px;  
  text-decoration: underline;
}
#topmenu  a:hover {  
  text-decoration: none;

}

#lang {
  float: right;
  margin-top: 12px;
}
#lang  ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#lang  li {
  display: inline;
  list-style-type: none;
  /*
  width: 23px;
  height: 15px;
  */
  margin-right: 10px;
}
/*
#lang #langcz {
  _background-image: url('../pic/langcz.png');
}
#lang #langen {
  _background-image: url('../pic/langen.png');
}
*/
#lang a {
/*
  width: 50px;
  height: 15px;
  width: 23px;
  height: 15px;
  _text-indent: -70px;
  _display: block;
  */
}
#lang a.disable {
  -moz-opacity: 0.5;
	filter: alpha(opacity=50, style=1) ;
}

#menu  {
	display: none;

}


#left { 
	float: left;
	width: 180px;
	_width: 225px;
	height: 100%;	
	background-image: url('../pic/back_left.jpg');
	background-repeat: no-repeat;
	background-position: 0px top;
	padding: 23px;
	padding-top: 0px;
	overflow: hidden;
	text-align: left;
}
#left p { 
	text-align: left;
}

#main {	 
	float: right;
	width: 515px;
	_width: 520px;
	padding: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
#topfooter  {
}
#topfooter #topmenu  { 
  margin-top: 15px;
  float: right;
  width: 480px;
  _width: 100%;
  height: 20px;
  overflow: hidden;
  background-color: #eeeeee;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 9px;
  font-weight: normal;
  border-right: 15px solid white;
}
#topfooter #topmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#topfooter #topmenu li {
  display: inline;
  list-style-type: none;
}
#topfooter #topmenu a {
  padding-left: 5px;
  text-decoration: underline;
}
#topfooter #topmenu a:hover {
  text-decoration: none;
}
#topfooter #topmenu a.last {
  border-right: none;
}
#topfooter #lang {
  display: none;
}

#footer  {
  width: 750px;
  text-align: left;
  padding-left: 15px;
  color: #666666;
  font-size: 6.5pt;
}
#footer a  {
  font-weight: normal;
}

.corrector {
  clear: both;
}
.invisible {
  display: none;
}

.fl {
  float: left;
}
img.fl  {
  margin-right: 15px;
}
.fr {
  float: right;
}
img.fr  {
  margin-left: 15px;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}

.tab30 {
  width: 50px;
  float: left;
}
.w100 {
  width: 100px;
}


/*tisk-------------------------------------------------------------------*/
@media print {
body, tr, td, caption {   color: #000000;}
em { display: none; }
b {}
img { border: none;}

#backcontent { border: none; padding: 0px; margin: 0px;}
#allcontent { border: none; padding: 0px; margin: 0px;}
#header_left { border: none; padding: 0px; margin: 0px;}
#logo { display: none;  }
#logo_img {
  position: absolute;
  left: 0px;  
  top: 0px;
  display: block;
  width: 300px;
  }
#lang {  display: none;  }
#topmenu  { display: none;}
#menu   { display: none;}
#header_right { display: none; }
#topfooter  { display: none;}
#footer  {
  position: absolute;
  left: 0px;
  top: 70px;
  width: 185px; 
  height: 20px;
  padding: 0px;}

#left { 
  position: absolute;
  right: 0px;
  top: 0px;
  width: 290px; 
  height: 150px; 
  overflow: hidden;  
  background-image: none;    }
#main {
  position: absolute;
  left: 0px;  
  top: 160px; 
  width: 650px; }
}