/* © Trtkal 2008, http://trtkal.net */
* {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #155095;
}
body {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background: #1677e9 url(./bg.png) repeat-x;
	color: #001b22;
	text-align: center;
	min-height: 600px;
}
#page {
	text-align: left;
   position: relative;
   margin: 0px auto;
   padding: 0px;
   width: 700px;
	z-index: 1;
}
#top-logo {
   background: transparent url(./logo.png) no-repeat;
   text-align: center;
   height: 150px;
	width: 700px;
}
#main {
   position: relative;
	/*border: 1px solid #ffffff;
	border-top: 0px none;*/
}
#google-banner-left {
  border: 1px #ffffff solid;
	position: absolute;
	z-index: 0;
	left: 5px;
	top: 5px;
}
#google-banner-right {
	border: 1px #ffffff solid;
	position: absolute;
	z-index: 0;
	right: 5px;
	top: 5px;
}
.center {
	text-align: center;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
/* ---------- HTML tagy ----------*/
acronym, abbr, .popis {
   border-bottom: 1px dotted #000000;
   cursor: help;
   position: relative;
   z-index: 5;
}
a:link {
	text-decoration: none;
	color: #000000;
	background-color: inherit;
   border-bottom: 1px #000000 dashed;
}
a:visited {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
   border-bottom: 1px #000000 dashed;
}
a:hover,  a:active,  a:visited:hover,  a:hover:active,  a:visited:active, a:focus, a:visited:focus {
	text-decoration: overline;
	color: #000000; 
	background-color: inherit;
}
img {
   border: 0px none;
}
h1, h2 {
	text-align: center;
}
h3 {
	padding: 0.5em 2em 0.2em 2em;
}
p {
	padding: 0px 0.5em 0.5em 0.5em;
}
ul {
	list-style-position: inside;
	padding-left: 1em;
}