/* --------------------------------------------
	Základní struktura stránky
-------------------------------------------- */

/* ie5 win - start */

body
	{ 
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
	}
 
/* opera - start */

html>body
	{
	font-size: small;
	}

/* real body */

body
	{
	background: #DCAF68 url(../images/design/back/podklad.jpg) top repeat-x;	
	color: #333333;
	font-family: Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	margin: 18px 0;
	min-width: 771px;
	}


/* --------------------------------------------
	Nadpisy
-------------------------------------------- */

h1, h2, h3, h4, h5, h6, b, strong
	{
	font-weight: bold;
	margin: 0 0 1em 0;
	}
	
h2, h3, h4, h5
	{
	background: #FFF2D8;
	color: #c60000;
	}

h1
	{
	font-size: 1.8em;
	}
	
h1 span
	{
	position: absolute;
	left: -2000px;
	}
	
h2
	{
	font-size: 1.7em;
	}

h3	
	{
	font-size: 1.4em;
	}
	
h4	
	{
	font-size: 1.3em;
	margin: 1em 0 0.5em 0;
	}
	
h5	
	{
	font-size: 1.1em;
	margin-bottom: 0.5em;
	}


/* --------------------------------------------
	Zarovnání
-------------------------------------------- */

div
	{
	text-align: left;
	}
	
p
	{
	margin: 1em 0;
	}
	
.left
	{
	float: left;
	margin: 0 1em 1em 0;
	}
	
.right
	{
	float: right;
	margin: 0 0 1em 1em;
	}

.left img,
.right img
	{
	display: block;
	position: relative;
	background: #ffffff;
	color: #333333;
	border: 1px solid #4e3a2f;
	margin: 0;
	padding: 5px;
	}	

/* --------------------------------------------
	Seznam
-------------------------------------------- */

ul
	{
	margin: 0 1em;
	padding: 0 1em;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.2em;	
	}

ul li
	{
	margin: 0;
	padding: 0.3em;
	}

ul.odr
	{
	list-style: none;
	}

ul.odr li
	{
	padding-left: 25px;
	background: transparent url(../images/design/sign/sipka.gif) no-repeat 0 7px;
	display: block;
	}


/* --------------------------------------------
	Obrázek
-------------------------------------------- */

img
	{	
	border: 0;
	}
	
img.bord
	{	
	border: #000000 solid 1px;
	}
	
/* --------------------------------------------
	Odkazy
-------------------------------------------- */

a, a:link, a:active, a:visited
	{
	background: transparent;
  color: #c60000;
	text-decoration: underline;
	}

a:hover
	{
	background: #c60000;
  color: #ffffff;
	text-decoration: none;
	}
	
a:hover.alogo
	{
	background: transparent;
	}

/* --------------------------------------------
	Formátování stránky
-------------------------------------------- */

#horni
	{
	background: transparent url(../images/design/back/horni.jpg) top no-repeat; 
	width: 771px; 
	height: 228px;
	position: relative;   
	margin: 0px auto;
	padding: 0;
	}
	
#logo
	{
	left: 0px;
	top: 0px;
	position: absolute;
	padding: 0px 0px 0px 47px;	
	}
	
#stredni
	{
	background: #fff2da url(../images/design/back/pozadi.jpg) top repeat-y;
	color: #333333;
	width: 771px; 
	position: relative;   
	margin: 0px auto;
	padding: 0;
	}
	
#obsah
	{
	background: transparent url(../images/design/back/stredni.jpg) top no-repeat; 
	width: 771px; 
	position: relative;   
	margin: 0px auto;
	padding: 0;
	}
	
#text	
	{
	width: 510px;
	margin: 0px 0px 0px 225px;
	padding: 65px 0 15px 0;
	min-height: 300px;
	height: 300px;
	}
	
div[id] #text
	{
	height:auto;
	}
	
#sloupek
	{
	width: 177px;
	position: absolute;
	top: 0px;
	margin: 0 0 0 16px;
	padding: 20px 0 0 0;
	}	

#pruh
	{
	background: #fff2da url(../images/design/back/spodni.jpg) top no-repeat; 
	color: #ffffff;
	width: 771px;
	height: 51px;
	position: relative;   
	margin: 0px auto;
	padding: 0;	
	}

#pruh-odd
	{
	padding: 20px 1em 0 1em;
	position: relative;  
	margin: 0px auto;
	font-weight: bold;
	text-align: center;
	}

	
/* --------------------------------------------
	Navigace
-------------------------------------------- */

#sloupek-top,
#sloupek-bot,
#sloupek-menu
	{
	width: 177px;
	position: relative;   
	margin: 0px auto;
	padding: 0;	
	}
	
#sloupek-top
	{
	background: transparent url(../images/design/back/sloupek-top.gif) top no-repeat;
	height: 25px;
	}
	
#sloupek-bot
	{
	background: transparent url(../images/design/back/sloupek-bot.gif) top left no-repeat;
	height: 30px;
	}
	
#sloupek-menu
	{
	background: #695247;
	color: #FFF2DA;
	}
	
#sloupek-menu ul
	{
	position: relative;
	padding: 0;
	margin: 5px 0;
	font-weight: bold;
	}

#sloupek-menu li
	{
	margin: -0.4em 0;
	padding: 3px 0;
	list-style: none;
	}

#sloupek-menu li a
	{
	padding: 4px 5px 4px 20px;
	text-decoration: none;
	display: block;
	border: #695247 solid 2px;
	border-right: none;
	}

#sloupek-menu li a:link,
#sloupek-menu li a:visited
	{
	background: #695247;
	color: #FFF2DA;
	}
  
#sloupek-menu li a.active,
#sloupek-menu li a:link.active,
#sloupek-menu li a:visited.active,
#sloupek-menu li a:hover,
#sloupek-menu li a:hover.active
	{
	background: #FBDA9E;
	color: #4D3A31;
	border: #4D3A31 solid 2px;
	border-right: none;
	}
	
#sloupek p
	{
	padding-left: 25px;
	font-size: 90%;
	line-height: 1.3em;
	}


/* --------------------------------------------
	Formulář
-------------------------------------------- */
 
form
	{
	margin: 0;
	padding: 0;
	}

input,
textarea,
select
	{
	margin: 0.4em 0em;
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
	}
	
textarea
	{
	overflow: hidden;
	}
	
input.formular,
input.formular-s,
textarea.formular,
select.formular
	{
	width: 98%;
	background: #FFF2D8;
	color: #333333;
	border: 1px solid #F2C97B;
	}
	
input.formular-s
	{
	margin-top: 1em;
	padding: 2px;
  width: 30%;
	font-weight: bold;
	}
	
.chyba
	{
	background: #FDEBC7;
	color: #c60000;
	margin: 1em 0 1.5em 0;
	font-weight: bold;
	}
	
/* --------------------------------------------
	Fotogalerie
-------------------------------------------- */

.ram
  {
  float: left;
  width: 232px;
  height: 180px;
  margin: 0.5em 1em 0.5em 0;
  }
  
.ram div
  {
  display: table-cell;
  width: 230px;
  height: 178px;
  text-align: center;
 	background: #FDEBC7;
	border: 1px solid #F2C97B;
  }
  
.ram div a img
  {
  margin-top: 12px;
  border: 1px solid #000;
  }
  
.ram div:hover
  {
  background: #ffffff;
  }

/* --------------------------------------------
	Ostatní formátování stránky
-------------------------------------------- */

.correct
	{
	line-height: 1px;
	font-size: 1px;
	clear: both;
	}

hr	
	{
	margin: 0;
	padding: 0;
	clear: both;
	border: 1px solid #FFF2D8;
	}
	
.conti
	{
  clear: both;
  margin: 0;
  padding: 0;
	}
	
.conti img
	{
	float: left;
	margin: 0.2em 1.5em 0.5em 0;
	border: 1px solid #000;
	background: #ffffff;
	padding: 5px;
	}
	
.conti h4
	{
	margin: 0;
	padding: 1.2em 0 0 0;
	}

.bold
	{
	font-weight: bold;
	}
  
.next
	{
	margin-top: 1.5em;
	}
	
.ram-next
	{
	float: left;
  margin: 1em 0;
	}
  
address
	{
	font-style: normal;
	margin-bottom: 1.5em;
	}

.sekce-l
	{
	float: left;
	width: 225px;
	margin: 1em 0;
	}	
	
.sekce-r
	{
	float: right;
	background: #FDEBC7;
	color: #333333;
	border: 1px solid #F2C97B;
	width: 250px;
	margin: 1em 0;
	padding: 0 15px;
	}


