/* vynulování okraje a výplně pro všechny prvky: */
* {
	padding: 0;
	margin: 0;
}
br.cistic {
	clear: both;
} 
/* nastaven obrázek na pozadí (srst), písmo pro všechny prvky,
zarovnání na střed */
body {
	background-image: url(pelt2.jpg);
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	margin: 0;
	padding: 10px;
	text-align: center;
} 
/* div "page" ohraničuje všechen obsah stránky, tady je nastaveno 
bílé pozadí, obrázek na pozadí kvůli podbarvení menu, automatické 
okraje (pro centrování na střed), ohraničení atd.  */
#page {
position: relative;
padding: 0;
	padding-bottom: 10px;
	text-align: left;
	min-height: 660px;
	_height: 660px;
	overflow: visible;
	border: 2px solid #996600;
	background-color: white;
	margin: auto;
	background-image: url(menu.jpg);
	background-repeat: repeat-y;
	width: 746px;
} 
/* div "page_uvod" je použit pouze na první, vstupní stránce */ 
#page_uvod {
position: relative;
padding: 0;
	min-height: 300px;
	overflow: visible;
height: 300px;
	border: none;
		margin: auto;
	width: 500px;
	background-image: url(uvod.jpg);
	background-position: center center;
	background-repeat: no-repeat;
} 
/* vlastnosti vstupních tlačítek: */
#vstupte, #enter {
	position: absolute;
	top: 290px;
	left: 0px;
	text-align: center;
	width: 225px;
} 
#enter {
	left: 275px;
}
#vstupte a, #enter a {
text-decoration: none;
padding-top: 8px;
font-weight: bold;
	font-size: 16px;
	color: #FFCC66 ;
	background-image: url(odkaz.gif);
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	height: 42px;

}
#vstupte a:hover, #enter a:hover {
	color: #994D00;
		background-image: url(odkaz.gif);
	background-position:  center -50px;
	background-repeat: no-repeat;
}
/* nadpisy */
h1, h2, h3, h4 {
	color: maroon;
	margin-top: 10px;
}
h1, #aktuality h1 {
	border-bottom: 3px solid #E2C588;
	font-size: 18px;
	}
h2 {
	font-size: 16px;
	text-align: center;
	}
h3 {
	font-size: 14px;
	font-style: italic;
	text-align: center;
	}

h4 {
	font-size: 12px;
}
/* pozadí a pozicování banneru: */
#banner {
	width: 746px;
	text-align: left;
	height: 119px;
	border-bottom: solid 1px #996600;
	background-color: white;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#banner .index a {
position: absolute;
background-image: none;
top: 0px;
left: 0px;
padding: 0;
display: block;
	width: 50%;
	height: 120px;
	}
/* pozicování levého menu: */
#menu {
	width: 130px;
	height: auto;
	min-height: 600px;
	_height: 600px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
/* odkazy v levém menu: */
#menu a, p.menu {
	display: block;
	padding-left: 12px;
	margin-top: 4px;
	color: #996633;
	text-decoration: none;
	font-size: 11px;
	background-image: url(sipka_light.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#menu p.menu {
	background-image: url(sipka.gif);
	font-style: italic;
margin-top: 4px;
}
#menu a:hover {
	background-image: url(sipka.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	color: maroon;

}
#menu .odsazeny a {
	margin-left: 12px;
	font-weight: normal;
	border-bottom: 1px dotted #D4AA80;
	margin-top: 1px;
	margin-bottom: 1px;
	letter-spacing: 0.5px;
}
/* nastavení spodního odsazeného odkazu v levém menu */
#menu .language a {
font-weight: normal;
	margin-top: 20px;
	font-size: 80%;
}
/* obsahová část - nastavení velikosti a umístění */
#obsah, #obsah_foto, #obsah_image {
 height: auto;
min-height: 800px;
_height: 800px;
padding: 10px;
width: 581px;
margin: 0; 
float: right;
}
#obsah_image {
left: 0px;
	width: 724px;
	
	text-align: center;
}
#obsah_foto td, #obsah_image td {
	border: none;
	margin: 0;
	padding: 0;
}
#obsah_foto table, #obsah_image table {
	border: none;
}
#obsah p, #obsah h1, #obsah h2, #obsah h3, #obsah div.fotky, #obsah ul, #obsah li {
	color: #5C3E1F;
}
#obsah p {
	padding-top: 5px;
	text-align: justify;
}
#obsah a {
	color: #996633;
}
#obsah a:hover {
	color: #660000;
}

td a img {
	border: 1px solid #996633;
	}
td a:hover img {
	border: 1px solid #660000;
}
/* zvláštní nastavení pro odstavce v aktualitách - tečkovaná čára */
#aktuality p, #aktuality p.bez_cary {
	border-top: 1px dashed #e2c588;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
/* font-weight: bolder; */
}
#aktuality p.bez_cary {
	border-top: none;
}
/* nastavení nadpisů na stránkách s aktualitami */
#aktuality h2, #aktuality h3 {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
#aktuality h3 {
	font-size: 14px;
	margin-bottom: 0px;
}
#aktuality h2 {
	font-size: 18px;
	background-color: #F1E3C5;
	display: block;
}
/* div pro fotky - centrování, styl písma popisku pod fotkami,
možnost zarovnání doprava */
div.fotky, div.fotky_right {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	font-style: italic;
	}
	div.fotky_right {
		float: right;
	}
	div.fotky a img, div.fotky_right a img, div.obsah_foto td a img {
	border-top: 1px solid #e2c588;
	border-left: 1px solid #e2c588;
	border-right: 3px solid #e2c588;
	border-bottom: 3px solid #e2c588;
}
	div.fotky a:hover img, div.fotky_right a:hover img, div.obsah_foto td a:hover img {
	border-color: maroon;
}
		div.fotky a:hover, div.fotky_right a:hover {
	border-color: maroon;
}
/* zvětšení písma o 30% */
.bigger {
	font-size: 130%;
}
/* zmenšení písma na 80% */
.small {
	font-size: 80%;
}
/* nastavení adresy na stránce "kontakty" */
address {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
address strong {
	font-size: 18px;
}
/* pozicování počitadla na úvodní stránce */
#counter
{
margin:0;
padding: 0;
width: 130px;
text-align: center;
}
#counter a {
	background: none;
	padding: 0;
}
#counter a:hover {
	background: none;
}
/* nastavení buňky tabulky (pro rodokmeny) */
table {
	border: 1px solid #963;	
}
td {
	text-align: center;
	font-size: 11px;
	padding: 8px;
padding-top: 2px;
	border: 1px solid #996633;
	vertical-align: middle;
}
td .parent {
	text-align: left;
	font-weight: bold;
	color: #663333;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
td a img {
	margin-top: 10px;
}
#obsah p.sipka
{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

	#nadpis {
	position: relative;
	width: 580px;
	height: 50px;
	overflow: hidden;
	margin:0;
	padding: 0;
	margin-top: 8px;
}
#nadpis span { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 580px;
	height: 50px;
	margin: 0;
	padding: 0; }

	#nadpis span.merry {
			background: url("titul_merry.jpg") top left no-repeat;	
	}
	#nadpis span.chikki {
			background: url("titul_chikki.jpg") top left no-repeat;	
	}
	#nadpis span.bobi {
			background: url("titul_bobi.jpg") top left no-repeat;	
	}
		#nadpis span.angie {
			background: url("titul_angie.jpg") top left no-repeat;	
	}
	#nadpis span.queen {
			background: url("titul_queen.jpg") top left no-repeat;	
	}
	#nadpis span.jim {
			background: url("titul_jim.jpg") top left no-repeat;	
	}
	#nadpis span.otto {
			background: url("titul_otto.jpg") top left no-repeat;	
	}
	#nadpis span.lantu {
			background: url("titul_lantu.jpg") top left no-repeat;	
	}
	#nadpis span.blue {
			background: url("titul_blue.jpg") top left no-repeat;	
	}
	#nadpis span.kaca {
			background: url("titul_kaca.jpg") top left no-repeat;	
	}	
	#nadpis span.lupina {
			background: url("titul_lupina.jpg") top left no-repeat;	
	}	
	#nadpis span.werona {
			background: url("titul_werona.jpg") top left no-repeat;	
	}	
	#nadpis span.cira {
			background: url("titul_cira.jpg") top left no-repeat;	
	}		
	#nadpis span.jenny {
			background: url("titul_jenny.jpg") top left no-repeat;	
	}		
	.sam_odkaz a, .sam_odkaz_stred a {
		padding-left: 12px;
		font-weight: bold;
		background-image: url(sipka_light.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
}
.sam_odkaz_stred a {
	text-align: center;

}
.sam_odkaz a:hover, .sam_odkaz_stred a:hover  {
	background-image: url(sipka.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
}
#obdelnik {
   width: 140px;
	
	float: left;
		border-top: 1px solid #e2c588;
	border-left: 1px solid #e2c588;
	border-right: 3px solid #e2c588;
	border-bottom: 3px solid #e2c588;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
	text-align: center;
}
#obdelnik h2 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#obdelnik a {
line-height: 200%;
}
h2.gallery {
	background-color: #F1E3C5;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 25px;
}
table.none {
	padding: 0;
	margin: 0;
	border: none;
	width: 550px;
}
table.none td {
	border: none;
}
div.obr_vlevo {
	float: left;
	margin: 2px 10px 2px 0px;
}
div.obr_vpravo {
	float: right;
	margin: 2px 0px 2px 10px;
}
table.geny {
	border: none;
}
table.geny th, table.geny td {
	padding: 2px 5px;
}
ul.links {
	margin-left: 20px;
	margin-top: 20px;
}