html, body, div, h1, h2, h3, p, ul, ol, li, address, form, fieldset, img, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #4a0002 url(body-bg.gif) top repeat-x;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

a, a:visited {
  color: #380607;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h2 {
  color: #790e11;
  font-size: 110%;
  font-weight: normal;
  padding: .5em 0 10px 20px;
  background: transparent url(content-heading-bg.gif) left .85em no-repeat; 
}
h3 {
  font-weight: normal;
  font-size: 100%;
  color: #000000;
  padding: 5px 0 5px 0;
}

h4 {
  font-weight: normal;
  font-size: 100%;
  color: #790e11;
}

p, ol, ul, address {
  line-height: 150%;
  font-style: normal;
  padding: 0 0 10px 0;
}
ul li {
  list-style: none;
  padding: 0 0 5px 15px;
  background: transparent url(bullet.gif) left .5em no-repeat;
}

hr {
  clear: both;
  visibility: hidden;
  height: 2px;
  line-height: normal;
}

.cleaner{
  clear: both;
}
/* ---------------------------------------------------------------- */

.tsmall {
  font-size: 70%;
}

.tnormal {
	line-height: 120%;
  font-size: 80%;
}

/* ------------------------------------------------------ */
#galleryIndex {
  margin-right: -10px;
}
.photoitem {
  float: left;
  border: 1px solid #252525;
  background: #ffffff;
  padding: 1px;
  margin: 0 8px 8px 0;
  width: 144px;
  height: 107px;
  text-align: center;
}
.framed {
  border: 1px solid #252525;
  background: #ffffff;
  padding: 1px;
}
#photoDetail {
  width: 613px;
  line-height: 100%;
  text-align: center;
  background: #ffffff;
}
#photoDetail img {
  vertical-align: middle;
}

/* ---------------------------------------------------------------- */
#supermain {
  background: transparent url(supermain-bg.gif) top center no-repeat;
  text-align: left;
}

.block {
  background: #262525;
  color: #a8a7a7;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
}
.block h2 {
  background: #100f0f url(block-head-bg2.gif) top left no-repeat;
  color: #e6e6e6;
  font-weight: bold;
  font-size: 90%;
  text-transform: uppercase;
  margin: 0 -10px 5px -10px;
  padding: 8px 10px 5px 10px;
}
.block p, .block ul {
  font-size: 70%;
  padding: 0 0 10px 0;
}

.block.hilight {
  background: #3c0708;
  color: #b19c9c;
}

.block ul a{
  color: #a8a7a7;
}

.block.hilight h2 {
  background: #280606 url(block2-head-bg2.gif) top left no-repeat;
  color: #ffffff;  
} 

/* ---------------------------------------------------------------- */
#head {
  margin: 0 auto 0 auto;
  width: 960px;
  height: 45px;
  padding: 226px 0 0 0;
  background: #000000 url(head-bg_3.jpg) top left no-repeat;
  position: relative;
  overflow: visible;
}
#head h1 {
  display: block;
  position: absolute;
  top: 51px;
  left: 90px;
  width: 245px;
  height: 138px;
}
#head h1 a, #head h1 a:visited, #head h1:hover {
  text-decoration: none;
  display: block;
  width: 245px;
  height: 138px;
  text-indent: -500em;
}

/* ---------------------------------------------------------------- */
#page {
  padding: 10px 10px 0 0;
  width: 950px;
  margin: 0 auto 0 auto;
  text-align: left;
}
#content {
  /*background: #dadada;*/
  background: #dadada url('bg.png') top right repeat-x;
  color: #4b4b4b;
  width: 618px;
  float: left;
  padding: 20px 20px 10px 20px;
}

#content_flash {
  background: #dadada;
  color: #4b4b4b;
  width: 618px;
  float: left;
  padding: 0px;
}

#flash {
  z-index: 3;
}

#column {
  width: 282px;
  float: right;
}

.leftpic{
  float: left;
  margin: 10px 10px 10px 0;
}

.rightpic{
  float: right;
  margin: 10px 0 10px 10px;
}

.leftPic{
  float: left;
  margin: 10px 10px 10px 0;
}

.rightPic{
  float: right;
  margin: 10px 0 10px 10px;
}

/* ---------------------------------------------------------------- */
#footer {
  background: #4a0002 url(footer-bg.gif) top center no-repeat;
  text-align: center;
}
#footer p {
  margin: 0 auto 0 auto;
  text-align: right;
  width: 940px;
  padding: 25px 40px 80px 20px;
  font-size: 70%;
  color: #906f6f;
}
#footer a, #footer:visited {
  color: #906f6f;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
/*-----------------------------------------------------------------formulare */
/*fieldset {
  border-color: #C0F6B3;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  padding: 10px;
  width:500px;
  margin: 10px 10px 0 0;
}

fieldset legend {
	font-weight: bold;
	color: #C0F6B3;
	margin: 0 0 0 0;
	padding: 0 5px;
}*/

label {
  display: block;
  width: 230px;
  float:left;
  clear:left;
  height: expression('1%');
  padding: 5px 0 0 18px;
  text-indent: -18px;
  color: #4b4b4b;
  line-height: 90%;
}

input, select, textarea {
	font-family: "Courier New", Courier, monospace;
	color: #ffffff;
	margin: 5px 0 0 18px;
	overflow: auto;
	background: #3c0708;
	border-width: 1px;
}

.butt{
  background: #3c0708;
  color: #ffffff;
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0;
}

.tnormal .form_chyba {
  color: #3c0708;;
}
.hideMe{
  visibility: hidden;
}
.msgOk{
  padding: 10px;
  margin: 10px 0 20px 0;
  border: 2px solid #3c0708;
  font-size: 80%; 
}
.msgErr {
  padding: 10px;
  margin: 10px 0 20px 0;
  border: 2px solid #3c0708;
  font-size: 80%; 
}

