html {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  height:100%;
  background-color: #c60;
  font-family: arial;
  font-size: 0.9em;
  color: #c60;
}

a {
  color: #c60;
}

.error {
  font-style: italic;
  color: #fff;;
  z-index: 5;
}

.success {
  font-style: italic;
  color: #00f;
  z-index: 5;
}

.hidden {
  display: none;
}

#container {
  position: relative;
  margin: auto;
  width: 54em;
  z-index: 0;
  height: 99%;
}

/* Main menu style */
#mainMenu {
  margin: 5px;
  padding: 1px;
  border: 1px solid #990000;
  min-height: 3.5em;
  height: 3.5em;
}

#mainMenu ul {
  background-color: #990000;
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 0.5em;
  color: #cc6601;
  font-weight: bold;
  font-size: 1.4em;
  min-height: 100%;
  height: 100%;
  letter-spacing: 0.1em;
}

#mainMenu li {
  position: relative;
  display: inline;
  top: 0.3em;
  text-align: center;
  margin-right: 0.2em;
  width: 90px;
}

#mainMenu li.first {
  margin-left: 1.5em;
}

#mainMenu li.last {
  margin-right: -2em;
}

#mainMenu li a {
  color: #cc6601;
  text-decoration: none;
}
/* End Main menu style */



/* page's header style */
#header {
  position: relative;
  height: 12em;
  color: #9a0101;
}

#header #mainLogo {
  background-image: url("../images/drak.png");
  width: 725px;
  min-width: 705px;
  height: 201px;
  min-height: 201px;
}

#header h1 {
  margin: 0px;
  padding: 0px;
  font-size: 1.2em;
  line-height: 1em;
  padding-top: 0.2em;
  text-align: center;
  z-index: 1;
}

#header h1#watchword1 {
  position: absolute;
  top: 0px;
  left: 8em;
  font-size: 1.5em;
}

#header h1#watchword2 {
  position: absolute;
  right: 0.2em;
  bottom: 1.2em;
  font-size: 1em;
}

#header h1#watchword3 {
  position: absolute;
  right: 3em;
  top: 1em;
  font-size: 1em;
}

#header h1#watchword4 {
  position: absolute;
  top: 0em;
  left: 15.2em;
  font-size: 1.5em;
}
/* page's header style */




/* Ramec pro obsah stranky */
#pageContainer {
  position: relative;
  top: -1em;
  margin: 0px auto;
  text-align: center;
  width: 58%;
  border: 1px solid #990000;
  background-color: #c60;
  padding: 1px;
}
/* KONEC */




/* Vlastni obsah sekce */
#pageContainer #textContainer {
  position: relative;
  text-align: left;
  background-color: #990000;
  padding: 1.2em;
  font-family: Comic Sans MS;
}

#sectionName {
  font-size: 1.6em;
  margin: 0em;
  margin-bottom: 0.3em;
  padding: 0px;
}
/* KONEC */

#leftPane {
  position: relative;
  top: -10px;
  float: left;
  left: 0em;
  width: 2em;
}

#leftPane h2 {
  color: #990000;
  font-size: 1.2em;
  padding-bottom: 0em;
  margin-bottom: 1em;
}

#rightPane {
  position: absolute;
  top: 15.6em;
  width: 5em;
  right: 5.8em;
}

#rightPane h2 {
  color: #990000;
  font-size: 1.2em;
  padding-bottom: 0em;
  margin-bottom: 1em;
}

table {
  border-top: 1px solid #c60;
  border-bottom: 1px solid #c60;
  border-left: 1px solid #c60;
  border-spacing: 0px;
  border-collapse: collapse; /* IE hack */
}

table tr.colored {
  background-color: #c60;
}

table td {
  border-right: 1px solid #c60;
  margin: 0px;
  padding: 0.2em;
  border-spacing: 0px;
  text-align: center;
  height: 3em;
  color: #c60;
}

table td a {
  color: #c60;
}

table tr.colored td {
  border-right: 1px solid #c60;
  color: #990000;
}

table tr.colored td a {
  color: #990000;
}

table tr td.eventDate,
table tr td.eventTime {
  width: 2.7em;
  min-width: 2.7em;
  max-width: 2.7em;
}

table tr td.eventPlace {
  width: 9em;
  min-width: 9em;
  max-width: 9em;
}

table tr td.eventDescription {
  width: 13em;
  min-width: 13em;
  max-width: 13em;
}

/* Strankovaci system pro kalendar akci */
 .pagingSystem .page a {
  color: #990000;
  background: #cc6600 none repeat scroll 0%;
  margin-right: 1px;
  padding: 2px;
  border: 1px solid #cc6600;
}

 .pagingSystem .page a.actual {
  background:#990000 none repeat scroll 0%;
  color: #cc6600;
  text-decoration:none;
}

 .pagingSystem .page a:hover {
  color: #990000;
  background: #ff8000 none repeat scroll 0%;
}

 .pagingSystem #leftControll {
  display:inline;
  margin-right:0px;
  margin-right: 7px;
}

 .pagingSystem #leftControll a {
  color: #cc6600;
  text-decoration: none;
  margin-left: 5px;
  border: 1px solid #cc6600;
  padding: 2px 3px;
}

 .pagingSystem #leftControll a:hover {
  color: #990000;
  background: #ff8000 none repeat scroll 0%;
}

 .pagingSystem #rightControll {
  display:inline;
  margin-right: 7px;
}

 .pagingSystem #rightControll a {
  color: #cc6600;
  border: 1px solid #cc6600;
  text-decoration: none;
  margin-left: 5px;
  padding: 2px 3px;
}

 .pagingSystem #rightControll a:hover {
  color: #990000;
  background: #ff8000 none repeat scroll 0%;
}

 .pagingSystem {
  font-size: 1.2em;
  text-align: center;
}

 tr td#bottom {
  border-top: 1px solid #CC6600;
}
/* Konec */

#footer {
  position: relative;
  text-align: center;
  bottom: -0.4em;
}

#footer h1 {
  font-size: 1em;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

#footer h1 a {
  text-decoration: none;
}

/* Velikost poutacich obrazku */

#image1 {
  position: relative;
  top: 15px;
  left: 20px;
  width: 100px;
  min-width: 100px;
  height: 76px;
  min-height: 76px;
}

#image2 {
  position: relative;
  top: 35px;
  left: 25px;
  width: 90px;
  min-width: 90px;
  height: 120px;
  min-height: 120px;
}

#image3 {
  position: relative;
  top: 55px;
  left: 20px;
  width: 107px;
  min-width: 107px;
  height: 80px;
  min-height: 80px;
}

#image4 {
  position: relative;
  top: 15px;
  left: 0px;
  width: 90px;
  min-width: 90px;
  height: 120px;
  min-height: 120px;
}

#image5 {
  position: relative;
  top: -75px;
  left: 115px;
  width: 50px;
  min-width: 50px;
  height: 66px;
  min-height: 66px;
}

#image6 {
  position: relative;
  top: -20px;
  width: 50px;
  min-width: 50px;
  height: 72px;
  min-height: 72px;
}

#image7 {
  position: relative;
  top: -110px;
  left: 70px;
  width: 108px;
  min-width: 108px;
  height: 81px;
  min-height: 81px;
}

#image8 {
  position: relative;
  top: -80px;
  left: 15px;
  width: 70px;
  min-width: 70px;
  height: 85px;
  min-height: 85px;
}

#image9 {
  position: relative;
  top: -140px;
  left: 110px;
  width: 50px;
  min-width: 50px;
  height: 72px;
  min-height: 72px;
}
/* Velikost poutacich obrazku */

/* Detail Akce */ 
#eventDetail {
  position: absolute;
  background-color: #cc6600;
  border:1px solid #990000;
  padding:1px;
  top:-1em;
  left: -8em;
  width: 650px;
  z-index: 5;
  text-align: center;
}

#eventDetail #detailContent {
  background-color: #990000;
  padding: 3em 2em 2em 2em;
  min-height: 450px;
}

#eventDetail img {
  border: 0px;
}

#eventDetail a#closeButton {
  position: absolute;
  top: 0.4em;
  right: 0.7em;
  background-color: #900;
  padding: 2px 5px;
  font-size: 1.1em;
  text-decoration: none;
  color: #cc6600;
  display: block;
  border: 1px solid #cc6600;
  z-index: 1;
}

#eventDetail a#closeButton:hover {
  background-color: #cc6600;
  color: #900;
  margin-top: 2px;
  margin-left: 2px;
}

#eventDetail .pagingSystem {
  position: absolute;
  top: 0.5em;
  width: 10em;
  left: 14em;
  height: 2em;
  padding-top: 5px;
}

#imageSample {

}

#medialniPartneri {
  position: relative;
}

#petrovLogo {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 52px;
}

#proglasLogo {
  position: absolute;
  top: 0px;
  left: 69px;	
}

#csRozhlasLogo {
  position: absolute;
  top: 60px;
  left: 20px;
}

#iksLogo {
  position: absolute;
  top: 97px;
  left: 0px;
}

#animosLogo {
  position: absolute;
  top: 180px;
  left: 10px;
}

#gssiteLogo {
  position: absolute;
  top: 97px;
  left: 80px;
  height: 63px;
}

#brnomagazinLogo {
  position: absolute;
  top: 245px;
  left: 10px;
}

#nosLogo {
  position: absolute;
  top: 300px;
  left: 30px;
}

#medialniPartneri img {
  border: 1px solid #900;
}

/* Sponzori */
#fannysportLogo {
  position: absolute;
  top: 50px;
}

#epusLogo {
  position: absolute;
  top: 90px;
}

#vyskovLogo {
  position: absolute;
  top: 90px;
  left: 90px;
}

#artgaleryLogo {
  position: absolute;
  top: 165px;
}

#starobrnoLogo {
  position: absolute;
  top: 210px;
  left: 20px;
}

#vykoupilLogo {
  position: absolute;
  top: 310px;
  left: 20px;
}

#axelLogo {
  position: absolute;
  top: 355px;
  left: 10px;
}

#omastaLogo {
  position: absolute;
  top: 355px;
  left: 110px;
  height: 61px;
}

#veselyLogo {
	position: absolute;
	top: 358px;
	left: 8px;
}

#grandTravelLogo {
	position: absolute;
	top: 420px;
	left: 25px;	
}

#sponzori img {
  border: 1px solid #900;
}
/* End Sponzori */

#pagePreview {
  width: 600px;
  height: 600px;
}

.response {
}

.response a {
  font-size: 1.2em;
}

.response a:hover {

}

.query {
  margin-bottom: 1em;
}
/* Archiv akci */
#archiveTitle {
 padding-top: 0.2em;
 width: 100%;
 background: #c60;
 color: #9c0601;
 font-size: 1.2em;
 padding-bottom: 0.2em;
}

.row {
  margin-bottom: 3em;
}

.photoItem {
  width: 12em;
  display: inline;
  position: relative;
  margin-right: 1em;
  zoom: 1;
}

.photoItem a {
  margin-top: 2em;
  padding-top: 2em;
}

.photoDescription {
  position: absolute;
  top: 1.1em;
  width: 10em;
}
/* KONEC Archiv akci */

/* ZACATEK Jak to zacalo */
#zacatek p {
	text-align: justify;
	display: block;
}
/* KONEC Jak to zacalo */

/* Obecne styly pro stranky */
img.vychoziFotografieClanku {
	border: 2px solid #CC6600;
}
/* KONEC Obecne styly pro stranky */

