* {
  margin:0; padding:0;
} 
/*obecne***********************************************************************/

body {
  /*background: url('grafika/pozadi.gif') repeat-x top left*/;
  width: /*738px;*/   746px;
  margin: 20px auto 0 auto;
  font-family: sans-serif;
  font-size: small;
}

div.back {
  /*background: url('grafika/pozadi.gif');*/
  background-color: grey;
  
}
/*grafika**********************************************************************/

h1 {
  background: url('grafika/logo.gif');
  width: 147px;
  height: 155px;
  float: left;
  margin-top: 20px;
}

h1 a {
  display: block;
  width: 147px;
  height: 155px;
}

h1 a:hover {
  border-top: 7px solid red;
}

h2 {
  background: url('grafika/foto.gif');
  width: 588px;
  height: 183px;
  margin-left: 155px;
}

h1 span, h2 span {
  display: none;
}
/*prepinani jazyku*************************************************************/

#language {
  float: right;
  position: relative;
  margin-top: -190px;
}

#language li{
	float:right;
  list-style-type:none;
	padding-left: 5px;    
}

#language img{
  border: none;
}
/*nabídka**********************************************************************/

#menu {
	float:left;
  background: url('grafika/menu.gif');
  background-repeat: no-repeat;
	width: 746px;
  height: 42px;
  margin-left: 0px;
  margin-bottom: 8px;
}

#menu li{
	float:left;
	list-style-type:none;
	padding-left: 20px;
  padding-top: 14px;
}

#menu li a, menu li a:link, menu li a:visited {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

#menu li a:hover {
  font-weight: bold;
  color: #7C98C8;
  text-decoration: none;
}

#menu li.active {
	background-image:url('grafika/obdelnik.gif');
	background-repeat:no-repeat;
	background-position:14px 17px; 
  font-weight: bold;
  color: black;
  text-decoration: none;
}
/*formatovani******************************************************************/

h3,h4 {
  margin-left: 8px;
  margin-bottom: 8px;
  font-size: 100%;
  color: black;
}

p {
  margin: 0.5em 10px;
  text-align: justify;
}

p.text {
  font-size: 80%;
}

p.foot {
  font-size: 70%;
  color: white;
}  

p.foot a {
  color: white;
}

p.foot span {
  display: block;
  float: right; 
}

a {
  color: #7C98C8;
  text-decoration: none;
}

a: hover {
  color: #5a76a6;
  text-decoration: none;
}

span.paticka {
  display: block;
  float: right; 
}
/*tabulka**********************************************************************/

table {
  float: left;
  margin-bottom: 8px;
  margin-left: 8px; 
  border: 1px solid #DDD;
  background-color: white;
}

table.noframe {
  float: left;
  margin-bottom: 8px;
  margin-left: 8px; 
  border: none;
  background-color: gray;
}

table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px;
}   

table img.right {
  float: right;
  border: 6px solid #DDD;
  margin: 1em;
}

table img.left {
  float: left;
  border: 6px solid #DDD;
  margin: 1em;
}  

table img.no_border_right {
  float: right;
  border: none;
  margin-left: 20px;
}  

table img.no_border_left {
  float: left;
  border: none;
  margin: 1em;
}      

table tr.dark {
  height: 15px;
  background-color: #DDD;
  background-image: url('grafika/obdelnik.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
      
table td.line {
  border-bottom: 1px solid #DDD;
}  

table td.text {
  font-size: 85%;
}

table li{
	list-style-type: none;
	padding-left: 0px;
  padding-top: 2px;
}

table p{
  float: left;
	margin-left: 0px;
  font-style: italic;
}
