/*
Theme Name: toraelcz
*/

/* CSS Document 
Torael.cz
autor: Tomas Zdvorily
*/

body {
  font-family: arial, tahoma;
  background-color: #01304a;
}

#page {
  width: 802px;
  margin: auto;
  
  
}

#leftpan {
  background: url(img/leftpan.png) no-repeat top;
  position: relative;
  float: left;
  margin-right: -183px;
  width: 180px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 5px;
  font-size: 9pt;
}

#rightpan {
  background: url(img/leftpan.png) no-repeat top;
  position: relative;
  float: right;
  margin-left: -183px;
  width: 180px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 5px;
  font-size: 9pt;
}



#spodek {
  background: url(img/leftpans.png) no-repeat bottom;
  width: 180px;
  height: 40px;
}

#leftpan a {
  text-decoration: none;
  border: none;
}

#rightpan a {
  text-decoration: none;
  border: none;
}

#leftpan img {
  border: none;
}

#rightpan img {
  border: none;
}

#center {
  width: 802px;
  
}

#flashdiv {
  
  width: 180px;
  border: 1px solid #000000;
  height: 500px;
  background-color: #ffffff;
  padding: 5px 5px 5px 5px;
}

/* HLAVICKA */
#header {
  background: url(img/header.png) no-repeat;
  width: 802px;
  height: 89px;
  margin: auto;
  
}

#header p {
  margin: 0;
}

#header a {
  text-decoration: underline;
  color: rgb(102,0,102);
}

#header a:hover {
  text-decoration: underline;
  color: rgb(204,0,102);
}


/* MENU */
#back_menu {
  background: url(img/back_menu.png) repeat-x;
  width: 100%;
}

#menu {
  background: url(img/menu.png) no-repeat;
  margin-left: 199px;
  height: 50px;
  color: #ffffff;
  font-size: 10pt;
  text-align: center;
}

#menu_content {
  padding-top: 10px;
  text-align: center;
  padding-left: 10px;
}



/* TOP */
#top {
  background: url(img/top.png) no-repeat;
  width: 802px;
  height: 27px;
}

/* OBSAH */
#background {
  background: url(img/back_content.png) repeat-y;
}

.plakaty {
  display: inline;
  padding-right: 35px
}

.plakaty img {
  border-width: 1px 1px 1px 1px;
}

#content {
  padding: 10px 20px 10px 25px;
  font-size: 11pt;
}

#content a {
  text-decoration: underline;
  color: rgb(102,0,102);
}

#content a:hover {
  text-decoration: underline;
  color: rgb(204,0,102);
}



#content h1 {
   font-size: 13pt;
   margin: 0;
   padding-bottom: 20px;
   padding-top: 8px;
   padding-left: 10px;
   background: url(img/h1.png) no-repeat;
}

.table, .let {
  margin-top: 20px;
  padding: 0px 0px 6px 10px;
}

.table {
  background: url(img/b.png) repeat-x;
}

.table td {
  padding: 10px 0px 3px 12px;
  
}

.let tr {
  background: url(img/let.png) no-repeat;
}

.let td {
  padding: 6px 2px 5px 12px;
}


#content h2 {
   background: url(img/h2.png) no-repeat;
   font-size: 10pt;
   margin: 0;
   padding: 6px 5px 10px 12px;
}

#content h2.n {
  background: url(img/h22.png) no-repeat !important;
   font-size: 10pt;
   margin: 0;
   padding: 6px 5px 10px 12px;
 
}

.kratky {
  background: url(img/h2_alt.png) no-repeat;
  font-size: 12pt;
  margin: 0;
  padding: 6px 5px 10px 12px;
}

#content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}

#content h3 {
   font-size: 11pt;
}




/* PATICKA */
#bottom {
  background: url(img/bottom.png) no-repeat;
  width: 802px;
  height: 80px;
}


#footer {
  background: url(img/footer.png) no-repeat;
  width: 802px;
  height: 96px;
}

#footer_content {
  color: #ffffff;
  font-size: 9pt;
  padding: 13px 10px 0px 20px;
}

#footer_content a {
  text-decoration: underline;
  color: #ffffff;
}

#footer_content a:hover {
  text-decoration: none;
  color: #0887ce;
}






