body {
	margin:0px;
	padding:0px;
	background: #fff url('./images/bg_header.jpg') repeat-x 0 0;
	font-family: tahoma, verdana, sans-serif;
}
img {
  border: none;                
}  	
#Header {
	position: relative;
	%position: static;
	/*background-color: #000;*/
  /*background: url('logo.gif') no-repeat;*/
  background: url('./images/logo_w.gif') no-repeat 10px;
  %background-position: left top;
	}
#Header * {
	margin:0px;
	padding:0px;
	padding-right:15px;
	}
#Header h1 {
	height: 80px;
	width: 820px;
	margin: 0 auto;
	%padding-left: 2em;
  line-height: 80px;
	text-indent: 70px;
	font-family: Arial, sans-serif;
  font-size: x-large;
  font-weight: bold;	
	letter-spacing: 2px;
	color: rgb(255,255,204);
	}
#Header h1 strong {
	color:#ffa500;
	}
#Header h1 a {
  color:#000;
	text-decoration: none;
	}
#Header h1 a:hover {
	color:#000;
	text-decoration: underline;	
	}
	
#Header ul {
  width: auto;
	padding: 0;
	padding-left: 4em;
	margin: 0 auto;
	list-style: none;
	border-left: 1px solid #6D8F41;
	border-right: 1px solid #2C3A1A;
	}
#Header ul li {
	display: inline;
	padding: 0;
	margin: 0;
	}	
#Header ul li a {
  display: block;
	float: left;
	padding: 10px 15px;
	font-size: 0.8em;
	text-decoration: none;
	border-right: 1px solid #6D8F41;
	border-left: 1px solid #2C3A1A;
	color: #E4EED6;
	height: 36px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
	}
/*#Header ul li a.tabs {
  position: relative;
  z-index: -5;
  background-color: rgb(133,133,133);
}*/
#Header ul li a:hover {
	background: rgb(145,145,145);
	color: #fff;
	text-decoration: underline;
	}
#Header ul li a em {
	font-style:normal;
	text-decoration:underline;
	}
#search {
  float: right;
}
form #search {
  padding-top: 20px;
}
#page {
  /*clear: both;*/
  float:left;
  width: 65%;
  padding-top: 25px;
  margin-left: 2.5em;  
  margin-right: 5%; 
  letter-spacing: 0.08em;
  font-size: 0.9em;
}
#titulek {
	font-size: 1.5em;  
}
#about_wiki {
	float: left;
  margin:0;
  padding:0;
  width: 20%;
  color: #82A64E;  
}
#Panel {
  letter-spacing: 0.08em;
  padding-top: 25px;
  padding-bottom: 1em;  
	width: 100%;
  background: rgb(230,239,219) url('./images/credits.jpg') bottom repeat-x;
  border-bottom:solid 15px rgb(230,239,219); 	

	}
#Panel * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#Panel h2 {
  font-size: 1em;
  text-align: center;
	}
#Panel h3 {
  margin-top: 1em;
  font-size: 0.9em;
  text-align: center;
	}
#Panel img {
  border: none;
  padding: 5px 10px;                
}  	
p.footer {
	text-align: center;
	font-size: 0.7em;
}
/* dialogy*/

table#dialog {
	border-collapse: collapse;
	width: 390px;
	background: rgb(224,224,224);
	border: solid black 1px;	
}
table#dialog h1{
  text-align: center;
}
.dialogtop {	
	background-position: right;
	background-repeat: none;
	height: 60px;	
}

.dialogbottom {	
	background-position: left;
	background-repeat: none;
	height: 20px;	
}
ul.button {
	list-style:none;
}

li.button {
	padding-right: 0px;
	list-style:none;
	float: right; 
	width: 105px;
	line-height: 33px;
	white-space: nowrap;
}

a.button:link,  a.button:visited, {
	display: block;
	border: solid black 1px;
	text-align:center;
	text-indent: 0px;
	text-decoration: none;
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	background: rgb(155,155,155);
}

a.button:hover {
	background: rgb(208,208,208);
}
/*pouze pro účely wiki*/
.highlight {
	background-color: yellow;  
}

