/* © Petr Václavek 2006.
Colors:
blue - #00219e
orange - #f80

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #00219e url(../graphic/background.jpg) repeat-x;
	font-size: 62.5%;
	text-align: center;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr.clear {
	overflow: hidden;
	visibility: hidden;
	clear: both;
	content: ' ';
	height: 0;
}
a {
	color: #00219e;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #f80;
}
h1, h2, h3 {
	font: bold 2.2em "Trebuchet MS", Palatino Linotype, serif;
}
h1 {
	color: #00219e;
	margin-bottom: 0.5em;
}
h2 {
	color: #fff;
}
h3 {
	color: #f80;
	font-size: 1.5em;
	margin: 0.5em 0;
}
p {
	font: 1.3em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-bottom: 1em;
}
img {
  margin-bottom: 10px;
}
.orange {
	color: #f80;
}
.blue {
	color: #00219e;
}
.invisible {
	display: none;
}
a.nahoru{
  	font: 1.2em sans-serif;
}
li {
	text-align: center;
	display: block;
	margin-bottom: 0.3em;
}
li a {
	font: bold 1.4em "Trebuchet MS", Palatino Linotype, serif;
	text-decoration: none;
}
#wrapper {
	margin: 150px auto 0 auto;
	width: 775px;
	text-align: left;
}
#main {
	position: relative;
	padding: 20px 20px 30px 20px;
	/* background: #fff url(../graphic/menu-bottom.gif) bottom left no-repeat; */
  background: #fff; 
}
#main #credit-icon{
	position: absolute;
	left: 20px;
	bottom: -60px;
}
#main #credit-icon img{
	margin-right: 10px;
}
#menu {
	position: absolute;
	width: 150px;
	padding: 2em 10px;
	left: 0; top: 0;
}
#menu #logo-pestr{
  	margin: 20px 12px;
}
#content {
	margin-left: 160px;
}
#language-select {
	display: block;
	font: bold 1.2em sans-serif;
	padding: 1em;
	word-spacing: 0.2em;
	text-align: right;
	color: #fff;
	margin-left: 170px;
	background: #f80 url(../graphic/shadow-bottom.gif) bottom repeat-x;
}
#language-select a {
	color: #fff;
}
#language-select a:hover {
	color: #00219e;
}
#header {
	position: relative;
}
#header h2 {
	position: absolute;
	right: 0.5454em;
	bottom: 2.5em;
}
#header h1, #header h1 span {
	width: 170px;
	height: 150px;
}
#header h1 {
	position: absolute;
  overflow: hidden;
  font: 150% serif;
	bottom: 0;
	left: 0;
	margin: 0;
}
#header h1 span {
	display: block;
  position: absolute;
  left: 0; top: 0;
  background: url(../graphic/logo.jpg) no-repeat;
}
#footer {
	margin: 0 20px 2em auto;
	width: 380px;
	background: #fff url(../graphic/shadow-top.gif) repeat-x;
	font: 1.2em sans-serif;
	padding: 1.5em;
	position: relative;
}
#footer #footer-right {
	position: absolute;
	right: 1.5em;
	top: 1.5em;
}
.foto-vlevo {
  float: left;
  margin: 10px 20px 10px 20px;
}
div.foto-vlevo{
  width: 240px;
}
.foto-vpravo {
  float: right;
  margin-left: 10px;
}


#content ul {
  font: 1.3em sans-serif;
  list-style: disc;
}
#content li {
  text-align: left;
  padding-left: 2em;
}
p.pic {
  text-align: center;
  margin: 20px;	
}
.pic img {
  margin: 5px;
}

