BODY {
	font-family : Tahoma,Helvetica,sans-serif;
	font-size : 11px;
	color : #635F5E;
	background: #4D4845 url(../images/bg.gif) repeat-x top center;
	cursor: default;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.4;
}

TD {
	font-family : Tahoma,Helvetica,sans-serif;
	font-size : 11px;
	color : #635F5E;
	border-collapse: collapse;
	}

OPTION, INPUT, TEXTAREA, SELECT {
	font-family : Tahoma,Helvetica,sans-serif;
	font-size : 10px;
	background-color: #fff;
}

IMG {
	border: none;
}

P {
	margin: 0px 0px 10px;
}

/* heading */

h1 {
  font-size: 18px;
  margin: 0px 0px 5px;
  padding: 10px 0px 10px;
  color: #B79D80;
  font-weight: normal;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
  margin: 15px 0px 5px;
  padding: 0px;
}

h3 {
  	font-size: 14px;
  	font-weight: bold;
	color: #BE9868;
	 margin: 15px 0px 5px;
  	padding: 0px;
}

H3 A {color: #BE9868;}

h5 {
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0px 2px;
  padding: 0px;
  color: #B79D80;
}

h6 {
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0px 2px;
  padding: 0px;

}

HR {
	color: transparent;
	height: 1px;
	border: none;
	border-bottom: 1px solid #DDD;
	margin: 5px 0px 20px;
}

/* linky */
A { color :#625547; text-decoration: underline;}
A:hover { text-decoration: none; color: #B79D80; }


/* obecne */
.clnr {
	clear: both;
}

img.left {
	float: left;
	margin: 5px 15px 5px 0px;
	}
img.right {
	float: right;
	margin: 5px 0px 5px 15px;
	}	


/* header ----------------------- */
img.header {
	margin: 0px auto 0px;
}

div.theme {
	position: relative;
	width: 780px;
	height: 169px;
	margin: -3px auto 0px;
	_margin: 0px auto 0px;
	background: transparent url(../images/image.jpg) no-repeat top center;
	border-bottom: 1px solid #38322F;
}



/* content ----------------------- */
.content {
	position: relative;
	width: 780px;
	text-align: left;
	min-height: 340px;
	_height: 340px;
	margin: 0px auto 0px;
	background: #181615 url(../images/main_bg.gif) repeat-y top center;
}

/* menu */
.content div.menu {
	float: left;
	border-right: 1px solid #3C3834;
	width: 155px;
	text-align: right;
}
.content div.menu a {
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 12px;
	padding: 0px 25px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.content div.menu a:hover {
	color: #B79D80;
	background: transparent url(../images/a_link.gif) no-repeat 100% 50%;	
}

.content div.menu a:active {
	color: #B79D80;
	background: transparent url(../images/a_link.gif) no-repeat 100% 50%;	
}

/* main */
.content div.main {
	position: relative;
	left: 10px;
	float: left;
	width: 450px;
}


/* fotogalerie */
TABLE.fotogalerie {
	border-collapse: collapse;
	background-color: #1f1d1b;
	width: 100%;
	border: none;
	position: relative;
	top: -2px;
	}
	
TABLE.fotogalerie TD {
	padding: 15px 5px 25px;
	text-align: center;
	border-top: 1px solid #100f0e;
	width: 50%;
	vertical-align: top;
	}	

TABLE.fotogalerie TR.nadpis TD {
	padding: 1px 15px 2px;
	text-align: center;
	background-color: #38322f;
	color: #b79d80;
	font-weight: bold;
	text-align: left;
	}
TABLE.fotogalerie TR.nadpis TD SPAN {
	float: left;
	display: block;
	text-transform: uppercase;
	}
	
TABLE.fotogalerie TR.nadpis TD A {
	float: right;
	display: block;
	text-decoration: none;
	}


/* right */
.content div.right {
	float: right;
	width: 155px;
	text-align: left;
	position: relative;
	/* edit this line as neeeded for the beginning of the right column */
	top: -80px;
}
		

/* page footer */
.footer {
	margin: 0px auto 0px;
}









	