/* ============================================================================ */
/*							CCS pro web FOTOB									*/
/*							(c) 2004 Kalim										*/
/* ----------------------------------------------------------------------------	*/
/* Pouzite barvy:		- pozadi stranky										*/
/*						- barva textu											*/
/*						 - menu, hlavicka, paticka, nadpisy						*/
/*						 - zvyraznene pozadi									*/
/* ----------------------------------------------------------------------------	*/
/* Dokonceno	:		NEDOKONCENO												*/
/* ============================================================================ */

/* ============================================================================	*/
/*						STRANKA OBECNE											*/
/* ============================================================================	*/
body {
	margin: 10px;
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}
html, body, td, th {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
}
.stranka {
	width: 550px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #FFF;
}
.strankaFoto {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.strankaKniha {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
a:link,
a:active,
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #BBBBBB;
	text-decoration: underline;
}
hr { 
	height: 1px;
	border-style: none;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.vpravo {
	text-align: right;
}
.sklonene {
	font-style: italic;
}
.tucne {
	font-weight: bold;
}
.mensi {
	font-size: 80%;
}
.clear {
	clear: both;
}

/* ============================================================================	*/
/*						HOME													*/
/* ============================================================================	*/
a.fotoOdkaz:link,
a.fotoOdkaz:active,
a.fotoOdkaz:visited {
	text-decoration: none;
}
a.fotoOdkaz:hover {
	color: #BBBBBB;
	text-decoration: underline;
}
.foto {
	border: 2px solid #FFFFFF;
}
a.fotoOdkaz img {
	border: 2px solid #FFFFFF;
}
a.fotoOdkaz:hover img {
	border: 2px solid #CCCCCC;
}

/* ============================================================================	*/
/*						NADPISY													*/
/* ============================================================================	*/
h1 {
	font-size: 190%;
}
h2 {
}
h3 {
}

/* ============================================================================	*/
/*						REKLAMA													*/
/* ============================================================================	*/
.reklama {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 5px;
	font-size: 80%;
	text-align: center;
}

/* ============================================================================	*/
/*						PATICKA													*/
/* ============================================================================	*/
.paticka {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 5px;
	font-size: 80%;
	text-align: center;
}

/* ============================================================================	*/
/*						NAVIGACE												*/
/* ============================================================================	*/
.navigace {
	text-align: left;
}
.navigaceGalerie {
	float: left;
}
.navigaceSemTam {
	text-align: right;
}
.navigace .nazevGalerie {
	font-weight: bold;
}

/* ============================================================================	*/
/*						GALERIE													*/
/* ============================================================================	*/
.galerieBezFotek {
}
.galerieFoto {
	margin-top: 20px;
	border: 2px solid #FFFFFF;
}
.galerieFotoPopis {
	text-align: center;
	font-size: 90%;
}
.galerieDoplnInfo {
}
.galerieNahledy {
	border: solid 1px #FFFFFF;
	width: 90%;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.galerieNahledy img {
	margin: 2px;
	padding: 0px;
}
a.galerieFotoOdkaz img {
	border: 1px solid #000000;
	border: 1px solid #FFFFFF;
}
a.galerieFotoOdkaz:hover img {
	border: 1px solid #CCCCCC;
}

/* ============================================================================	*/
/*						  KNIHA													*/
/* ============================================================================	*/
.knihaForm {
	font-size: 90%;
	margin-left: auto;
	margin-right: auto;
}
.knihaForm td {
	vertical-align: top;
}
.kniha {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 20px 20px;
	text-align: left;
}
.vzkaz {
	width: 80%;
}
.vzkazAutor {
	font-weight: bold;
	font-size: 90%;
	line-height: 130%;
}

/* ============================================================================	*/
/*						  FORMULARE												*/
/* ============================================================================	*/
.vstup {
	background-color: #FFF;
	border: 1px solid #000;
}
.tlacitko {
	color: #000;
	font-weight: bold;
}

/* ============================================================================	*/
/*						  KONTROLA												*/
/* ============================================================================	*/

#alef {
	color: black;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding: 1px 5px 1px 5px;
}