/*
písmo:              #800000 #936A23
odkazy:             #C24D2E
pozadí světlé:      #FCF4EC #FFE680
pozadí střední:     #F9EADB #F3D55F
pozadí tmavé:       #F2D6BA

menu oblouk tmavý:  #C19F2B
menu oblouk tmavší: #B4962D
barva mapy:         #FFE8AB;

*/


body {
     background: #FAFAFA url(../images/bodybg.jpg);
     background-attachment: fixed;
     padding: 0px;
     margin: 0px;
     text-align: center; /* vycentrováno pro Internet Explorer */
}

#main {
     /* background: #FAFAFA url(../images/bodybg.gif); */
     width: 750px;   /* celková šířka */
     border: 0px dashed #000;
     padding-top: 10px;
     margin-left: auto;
     margin-right: auto;
}

#logo {
		 float: left;
		 width: 150px;
		 height: 150px;
     margin-top: 0px;
     margin-left: 12px;
     border: 0px solid #F63;
	 	 position: absolute; /* without this, FF behaves ...differently */
}

#nadpis { 
     background: url(../images/oblouk.gif);
     /* background: #F2D6BA; */
     background-position: top left;
	   background-repeat: no-repeat;
     width: 100%;
     height: 165px; /* 130 */
     border: 0px solid #800000;
     margin: 0px;
     text-align: right;
}

#content {
     /*
     background: #F2D6BA url(../images/rightbg.gif); 
     background-position: right;
	   background-repeat: repeat-y;
     padding-right: 6px; /* 8 */
     border: 1px solid #800000;
     border-top: 0px solid #800000;
     margin: 0px;
     float: left;
     /* margin-bottom: 10px; */
}

#contentbg {
     background: #F2D6BA url(../images/bg.gif); 
     float: left;
}

.leftimg {
     margin-top: 5px;
     margin-bottom: 0px;
     margin-right: 10px;
     border: 0px dashed #ccc;
     float: left;
}

.rightimg {
     margin-top: 5px;
     margin-bottom: 0px;
     margin-left: 10px;
     border: 0px dashed #ccc;
     float: right;
}

#vpravo-null {
     width: 555px;
     float: right;
     padding: 0px;
     border: 0px;     
     clear: both;
}

#vpravo {
     min-height: 970px; /* pro Firefox - bylo 850 */
     height: 970px; /* pro IE - bylo 850 */
     background-color: #FCF4EC; /* #FFFAE6; */
     color: #800000; /* #936A23; */
     font-family: serif;
     text-align: left;
     padding: 10px;
     /*_padding-top: 25px;*/
     margin-top: 6px;
     margin-right: 6px;
     border: 1px dotted #800000;
}

/* hack min-height - pro Firefox vrátí height na auto */
div[id] #vpravo {
   height:auto;
   }

#menu-null {
     width: 175px;
     float: left;
     padding: 7px;
     padding-top: 15px; /* 40 */
     color: #800000;
     text-align: center;
     overflow: hidden;
}

#navcontainer {
     width: 175px;
     padding: 0px;
     margin-top: 0px;
     /* font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; */
     text-align: center;
}

#navcontainer ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
     border: none;
     border-top: 2px solid #A03333;
     border-bottom: 1px solid #A03333;
}

#navcontainer li {
     border-bottom: 1px solid #A03333;
     margin: 0px;
     border-left: 3px solid #A03333;
     border-right: 3px solid #A03333;
     background-color: #FFFAE6; /* podklad pod aktivní položkou menu */
}

#navcontainer li a {
     width: 169px; /* 100% 147px*/
     display: block;
     padding: 3px 0px 2px 0px;
     /*border-left: 5px solid #C19F2B;
     border-right: 5px solid #C19F2B;*/
     background-color: #F9EADB; /* podklad pod odkazy */
     color: #800000;
     text-decoration: none;
     font-weight: bold;
}

#navcontainer li a:hover {
     color: #800000;
     background: #F2D6BA url(../images/menusipka.gif); 
     background-position: right;
	   background-repeat: no-repeat;
}

#navcontainer #selected {
     width: 169px;
     display: block;
     padding: 3px 0px 2px 0px;
     background: #F9EADB url(../images/menusipka.gif);  /* podklad pod vybranou položkou menu */
     background-position: right;
	   background-repeat: no-repeat;
     color: #800000;
     text-decoration: none;
     font-weight: bold;
}

#paticka-null {
     clear: both;
     width: 740px;
     padding: 0;
     border: 0;     
     border: 0px solid #FF0000;
}

#paticka {
     font-size:0.8em;
     color: #888;
     padding: 10px;
     padding-left: 190px;
     border-bottom: 0px solid #ccc;
     text-align: center;
}

.aktuality {
     width: 100%;
     background: #F9ECDD url(../images/bg_gradient.gif) right repeat-y;  /* podklad pod aktualitou */
     /*border: 1px solid #A06060;
     border-bottom: 2px solid #A06060;
     border-right: 2px solid #A06060;
     margin-bottom: 15px;*/
     margin-bottom: 3px;
}

.aktualitydatum {  /* datum u aktuality */
     font-size: smaller;
     text-align: right;
}

.pagenumbers {text-align: center; border: 1px solid #CCCCCC; padding: 5px 5px; font-size: 12px; font-family: Arial,Verdana; font-weight: normal; }

/* prihlasovaci box */
.loginbox {
  background-color: #F9ECDD; 
  width: 220px;
  text-align: center;
  border-color: #A06060;
  border-style: dotted;
  border-width: 2px 2px 2px 2px;
  padding: 10px 4px 4px 4px;
  margin: 100px auto;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

.noscreen { 
     display: none;
}

/* KONKRÉTNí STYLY */

h2 {
     color: #800000;
     background: url(../images/odrazkah2.gif); 
     background-position: left;
	   background-repeat: no-repeat;
	   padding-left: 25px;
	   margin-bottom: 0px;
     font-size: 1.1em;
}

h3 {
     color: #800000;
     background: url(../images/odrazkah3.gif); 
     background-position: left;
	   background-repeat: no-repeat;
	   padding-left: 25px;
	   margin-bottom: 0px;
     font-size: 1.0em;
}

#paticka a{
     color: #888;
}

#paticka a:visited {
     color: #888;
}

a:link {
     color: #C24D2E;
}

a:visited {
     color: #555;
}

a:hover {
     color: #C24D2E;
     text-decoration: none;
} 

hr {
  height: 1px;
  color: #B4962D;
}

.odstavec {  /* odstavce */
     margin-top: 7px;
     /*font-size: 1em;*/
     line-height: 120%;
     text-indent: 30px;    /* odstavcova  zarazka */
     text-align: justify;  /* zarovnani do bloku */
}

.male {  /* datum u aktuality */
     font-size: smaller;
}

#adresa {
     font-size: 0.8em;
     /*font-family: Helvetica CE, Arial CE, Helvetica, Arial, sans-serif; */
     font-family: sans-serif;
     text-align: center;
     color: #800000;
}

.seznam li {
     /* list-style-type: square; */
     /* list-style-image: url("images/odrazka.gif"); */
     text-align: justify;  /* zarovnani do bloku */
     padding-bottom: 5px;
}

.tabulka {
  margin: 0px auto;
  border-collapse: collapse;
  border:1px solid #BB8D61;
}

.tabulka td {
  border:1px solid #BB8D61;
}

.tabulka th {
  background-color: #F9EADB; 
}
