/* A P P E A R A N C E */

body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: rgb(30,30,70);
	padding: 0;
	margin: 0;
}

#stranka {
  background-color: rgb(220,220,255);
}

img {
  border-style: none;
  font-weight: normal;
}

.fotka {
  text-align: center;
  font-weight: bold;
  text-indent: 0;
}

.citace {
  font-style: italic;
}

h1 {
  font-size: 200%;
  font-weight: normal;
  text-align: center;
  text-decoration: underline;
}

h2 {
	text-indent: 35pt;
	font-size: 150%;
	font-weight: normal;
        padding: 0.2em 0.75em 0.2em 0.75em;
	margin: 0.6em 0 0.6em 0;
}

p {
	text-indent: 35pt;
	padding: 0.2em 1em 0.2em 1em;
	margin: 0.6em 0 0.6em 0;
}


#menu {
  font-size: 100%;
  background-color: rgb(30,30,70);
  color: rgb(220,220,255);
  list-style-type: none;
  font-weight: 500;
  padding: 1em 1em 1em 1.3em;
  /*text-transform: uppercase;*/
}
#menu ul {
  list-style-type: none;
}

#menu a {
  color: rgb(220,220,255);
  text-decoration: none;
}
ul ul {
  font-size: 75%;
  padding: 0.1em 1em 0.6em 1em;
  margin: 0;
}
#menu a:visited {
  color: rgb(220,220,255);
}
#menu a:active {
  color: rgb(255,255,255);
  text-decoration: underline;
}
#menu a:hover {
  color: rgb(255,255,255);
  text-decoration: underline;
}

a {
  text-decoration: underline;
  color: rgb(30,30,70);
}


#paticka {
  text-align: center;
  text-indent: 0;
  font-size: 80%;
  font-weight: normal;
}

#paticka a {
  text-decoration: none;
  color: rgb(30,30,70);
}
#paticka a:hover {
  text-decoration: underline;
  color: rgb(30,30,70);
}
#paticka img {
  padding: 0.5em 0.5em 0.5em 0.5em; 
}


/* L A Y O U T */

#menu {
  position: absolute;
  top: 11em;
  left: 0;
  right: 0;
}

#stranka {
  position: absolute;
  top: 50px;
  left: 14em;
  width: 750px;
}

#krizek {
  position: relative;
  top: -45px;
  right: -18px;
  width: 750px;
  height: 130px;
  background: url(krizek.gif) no-repeat;
}

#horni_ramecek {
  position: relative;
  top: -15px;
  width: 750px;
  height: 15px;
  background: url(horni_ramecek.png) repeat-x;
}

#telo {
  position: relative;
  top: -130px;
  width: 730px;
  padding: 0 10px 0 10px;
}

#dolni_ramecek {
  position: relative;
  top: 30px;
  width: 100%;
  height: 30px;
  background: url(dolni_ramecek.png) repeat-x;
}
