body {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #BCD2E9;
	color: #333333;
	line-height: 130%;
}

/* EDITACE (edit.php) */

.form1{
	margin:0px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding:0px;
	padding-left: 20px;
	line-height: 160%
	
}

.form1 input{
	margin-bottom: 5px;   

}




/* ADMINISTRACE (admin.php) */

.celk2 {
	margin-top: 10px;
	padding-top: 0px;
	border: 10px;
	border-color:#FFffff;
	border-style:solid;
	background-color: #EAEAEA;
	text-align: justify;
	width: 70%;
	
}

.bold {
	color: #666666;	
	font-weight:bold;
}

.bold2{
	color: #DB6D24;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#galerie {

}


#galerie_foto {
	float: left;
	border: 1px;
	border-color: #3DB8B8;
	border-style:dotted;
	margin-left: 14px;
	margin-lright: 10px;
	margin-bottom: 8px;
	margin-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
	min-height: 135px;
	background-color:#ECF9F9;
	height: 245px;
}

#galerie_foto img{
	padding-top: 3px;
	border: 0px;


}


.new { /* pridat prispevek */
	background-color: #666666;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	color: #FFCC00;
	letter-spacing: 1px;
}


.prispevek {
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px;
	border-bottom-color:#999999;
	border-bottom-style: dashed;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 140%;
}

.prispevek strong {
	color: #D27E00;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.tittle2 {
	
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.prispevek i {
	font-size: 10px;
	text-align:right;
	font-style: normal;
	font-weight: bold;
}

.navigace { /* zpet/ vpred */
	background-color: #666666;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	color: #FFCC00;
	letter-spacing: 1px;
	clear:both;

}

.edit_link { /* smazat/edit zaznam */
	padding-left: 5px;
	font-size: 11px;
	background-color: #F8F8F8;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;	
	
}



.rozcestnik strong {
	font-size: 15px;

}




.new a:link {
	color: #FFCC00;
	text-decoration: none;
}
.new a:visited {
	text-decoration: none;
	color: #FFCC00;
}
.new a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
.new a:active {
	text-decoration: none;
	color: #FFCC00;
}


.navigace a:link {
	color: #FFCC00;
	text-decoration: none;
}
.navigace a:visited {
	text-decoration: none;
	color: #FFCC00;
}
.navigace a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
.navigace a:active {
	text-decoration: none;
	color: #FFCC00;
}

a:link {
	color: #00789F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00789F;
}
a:hover {
	text-decoration: underline;
	color: #00789F;
}
a:active {
	text-decoration: none;
	color: #00789F;
}


/* přihlášení (login.php) */

.login_up { 
	background-color: #595959;
	width: 100%;
	text-align: left;
	padding-top: 10%;
	color: #FFCC00;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 2%;
	border-bottom: 10px;
	border-bottom-color:#FFCC00;
	border-bottom-style:solid;
}

.login_up strong{
	color: #E8E8E8;
	font-style: normal;
	font-weight: normal;
	margin-right: 5px;
	font-size: 12px;	
	letter-spacing: 1px;
}

.login{
	color: #666666;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px;
	border-left: 15px;
	border-color:#FFCC00;
	border-style:solid;
}
.popis{
	color: #333333;
	
}


