body {
	background-color: white;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
table {
  font: 100% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
table {
  width: 70%;
  margin-left: 10px;
}
table tr {
  background-color: #f9f9f9;
}
table tr.horni {
  background-color: #eee;
  font-weight: bold;
}
table td {
  padding-left: 5px;
}
hr {
  color: silver;
  background-color: silver;
  height: 1px;
  border: 0px;
}
a {
  color: blue;
  border-bottom: 1px dotted blue;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px solid blue;
}
li a {
  border: none;
  text-decoration: underline;
}
li a:hover {
  border: none;
  text-decoration: none;
}

.logo, .polozka a, .polozka img {
  border: none;
}
.logo:hover, .polozka a:hover, .polozka img {
  border: none;
}

/*
	structure
	---------
*/
#topwrap {
	padding-top: 20px;
	padding-bottom: 4px;
	background-color: #333;
	color: #555;
	text-align: center;
}
#menu {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	text-align: right;
}
#motto {
	float: left;
	color: #eee;
}
#wrap {
	background-color: white;
	text-align: left;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
#head {
	/*border-bottom: 1px solid #999;	*/
}
#logo {
	padding: 20px;
}
#middle {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#foot {
	border-top: 1px solid #00445C;
	padding-bottom: 10px;
}
	
/*
  hlavni menu v indexu
  --------------------
*/
  .polozka {
    width: 150px;
    float: left;
    margin: 10px;
  }
  .polozka a {
    color: black;
    font-size: 120%;
    text-decoration: none;
  }
  #hlmenu {
    width: 520px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  #hlmenu .polozka {
    text-align: center;
  }
	
/*
	menu
	----
*/

#menu a {
	color: white;
	text-decoration: none;
	border: none;
}
#menu a:hover {
	color: #999;
}
#menu a.highlight {
	color: orange;
}
#menu a.highlight:hover {
	color: white;
}

#menu a.highlight2 {
	color: red;
}
#menu a.highlight2:hover {
	color: white;
}

/*
	main decor
	----------
*/
#middle {
	border-top: 3px solid #b40000;
	background: #fff url("/img/ggrad.png") repeat-x top left;
	/*height: 400px;*/
}
h1, h3 {
  border-bottom: 1px solid #eee;
  font-size: 160%;
}
h2 {
  font-size: 120%;
  text-decoration: underline;
}
#middle h2.pagetitle {
	width: 300px;
	background-color: #b40000;
	color: white;	
	margin: 0px;
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 150%;
	text-decoration: none;
}
li {
  margin-bottom: 10px;
}

#foot {
	background-image: url("/img/gdgrad.png");
	color: #999;
	font-weight: normal;
	padding-right: 10px;
	text-align: right;
}
#foot a {
	color: white;
	text-decoration: underline;
	border: none;
}
#foot a:hover {
	color: white;
	text-decoration: none;
}

.endimage {
  float: right;
}

#path {
  float: right;
  width: 370px;
  /*background-color: red;*/
  padding-top: 5px;
}
#path a {
  color: black;
  border: none;
}
#path a:hover {
  text-decoration: underline;
}

/************** GB ********************/
#gbmess {
  margin-left: 3%;
  margin-right: 3%;
}
#gbmess .gbbox {
  margin-top: 5px;
  padding: 3px;
  padding-left: 5px;
  /*border-bottom: 1px solid #eee;*/
  background: #fff url("/img/ggrad.png") repeat-x top left;
}
#gbmess .hlavicka {
  /*background-color: white;*/
  border-bottom: 1px solid #aaa;
  margin: 1px;
}
#gbmess .hlavicka a {
  border: none;
}
#gbmess .hlavicka h3 {
  display: inline;
  font-size: 110%;
  color: black;
}
#gbmess .hlavicka h3 a {
  color: black;
}

