/*************************************
 *  css pro ElectricAngel - Kroniky  *
 *************************************/

* {
  background-color : #000000;
  color : #D0B080;
  /*font-size : 16px;*/
  font-size : 1em;
  font-family : "Times New Roman", Times, serif;
}

BODY {
  margin : 1%;
  padding : 1%;

/*** pro Internet Explorer 5.5+ ***/
  scrollbar-face-color : #B00000;
  scrollbar-shadow-color : #900000;
  scrollbar-darkshadow-color : #700000;
  scrollbar-highlight-color : #D00000;
  scrollbar-3dlight-color : #F00000;
  scrollbar-arrow-color : #F0F040;
  scrollbar-track-color : #B02020;
}

A {
  color : #C06060;
  display : inline;
  font-weight : bold;
  text-decoration : none;
}

A:HOVER {
  color : #C06060;
  display : inline;
  font-weight : bold;
  text-decoration : underline;
}

A.obr {
  color : #C06060;
  display : inline;
}

A.obr:HOVER {
  color : #C06060;
  position : relative;
  left : 1px;
  top : 1px;
}

IMG {
  border-color : #C06060;
  border-style : solid;
  border-width : 1px;
}

.nadpis {
  color : #C06060;
  display : block;
  /*font-size : 18px;*/
  font-size : 115%;
  font-family : Arial, Helvetica, sans-serif;
  font-weight : bold;
  text-align : left;
}

.odstavec {
  display : block;
  text-align : justify;
}


/*** CITACE ***/

.zvyraznene {
  display : inline;
  font-weight : bold;
}

.hlavicka {
  color : #C06060;
  display : block;
}

.citace {
  display : block;
  font-family : "Courier New", Courier, monospace;
  /*font-size : 13px;*/
  font-size : 95%;
  text-align : justify;
}


/*** HRBITOV ***/

.seznam {
  display : list-item;
  list-style-type : square;
  list-style-position : inside;
}


/*** GALERIE ***/

.galerie {
	
}

.obrazek {
  clear : none;
  float: left;
  display : block;
  margin-bottom : 1em;
  width : 90%;
}

.ramecek {
  float : left;
  clear: none;
  margin-right: 5px;
  text-align : center;
  width : 110px;
}

.popisek {
  display : block;
  text-align : justify;
}

.velikost {
  display : block;
  font-family : "Courier New", Courier, monospace;
  /*font-size : 13px;*/
  font-size : 90%;
  text-align : left;
}

