﻿/*	Tento dokument popisuje layout webu 
	
	Author:	Dobreweby.com Tomáš Půža
		http://www.dobre-weby.cz
	Copyright:	
		Tento dokument je chranen podle Autorskeho zakona 121/2000 Sb.
		This document is protected by Author law 121/2000 Sb. Czech Republic
 */
 
 
 
 html, body {
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:0.9em;
}
 
 /* Uvodni strana */

#obsah {
    line-height:1.4em;
}

/*
#obsah table thead th { background-color:#FFCC00 }
#obsah table { border-collapse:collapse; }

#obsah table td, #obsah table th,
#obsah table tbody td, #obsah table thead th
{ border:1px solid #035601; padding:3px; }

#obsah .sitemap table td,
#obsah .sitemap table th { border:none !important; padding:0px !important; }
*/
 
img { border:none; }

img.bordered {
    background:#fff;
    border:1px solid #ccc;
    padding:5px;
}

img.foto { 
    background:#fff; border:1px solid #ccc; padding:5px;
}

img.foto-left {
    background:#fff; border:1px solid #ccc; padding:5px;
    margin-right:5px;
}

img.foto-right {
    background:#fff; border:1px solid #ccc; padding:5px;
    margin-left:5px;
}


h1 {
	color:#D83202;
	font-weight:bold;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

h2 {
    color:#035601;
    font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
    font-size:1em;
	font-family:Lucida Sans Unicode;
	border-bottom:2px solid #000;
}

ul {
	margin-top:5px;
}

img { border:none; }

a:link { color:#035601; text-decoration:underline; }
a:visited { color:#035601; text-decoration:underline; }
a:hover { color:#ff6600; text-decoration:underline; }


.cleaner {
	clear:both;
}

table {
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}

th,
td { 
    vertical-align:top;
	padding:0px;
	margin:0px;
	font-size:small;
}



#obsah li {
    list-style-image:url(/app_themes/web/img/layout/li.png)
}

.povinne {
	border:1px solid #FF9797 !important;
	background-color:#FFF2F2 !important;
}

.sidepanel h2 {
    background:url('/App_Themes/web/img/layout/panel-h2.png') no-repeat;
    width:210px;
    line-height:25px;
    height:25px;
    
    margin:5px 0px 0px 0px;    
    padding:0px 0px 0px 10px;
    color:#fff;
    font-weight:bold;    
    font-size:1em;
}

.sidepanel .panelinside {
    width:188px !important;
    border:1px solid #035601;
    margin-bottom:15px;    
    padding:10px;
    
    background:url('/App_Themes/web/img/layout/panel-bgr.png') repeat-x;
}

/* adress */
.nadpis th
{
	font-weight:bold;
	background-color:#FFD967;
	font-size:1em !important;
	text-align:center;
	border:1px solid #ff6600;
	padding:3px 0px 3px 0px;
}

.stredisko td
{
	font-weight:bold;
	font-size:1em !important;
	padding:2px 0px 1px 5px;
}

.osoba td
{
	color:#000;
	background-color:#D5ECC4;
	font-size:1em !important;
	padding:1px 0px 1px 5px;
	border-top:1px solid white;
}

/* End address */

.side-button {
    display:block;
    width:210px;
    background:url('/App_Themes/web/img/layout/btn-side-bgr.png') repeat-x #E4EFBF;
    border:1px solid #C2DA70;
    
    text-align:center;
    margin-top:5px;
    
    padding:8px 0px 8px 0px;
}

a.side-button, a.side-button:visited { 
    color: #035601 !Important; 
    text-decoration:none; 
    font-weight:bold;
    display:block;
    width:210px !important;
}
a.side-button:hover { text-decoration:underline; }

.img-right 
{
	float:right;
	padding:5px;
	background:#fff;
	border:1px solid #ccc;
}

/* Data pager */

.dataPager 
{
	margin-bottom:15px;
}

.numericButton,
.currentPage
{
	background-color:#FFD967;
	border:1px solid #ff6600;
	padding:2px 4px 2px 4px;
}

.currentPage 
{
	font-weight:bold;
	background-color:#FEBB30;
}

a.numericButton,
a.numericButton a:visited 
{
	color:#000 !important;
	text-decoration:none;
}

/* End Data pager */

/* Utulek */

.fotoZvire 
{
	border:1px solid #ccc;
	padding:5px;
	float:right;
}

.seznamZvirata 
{
	border-top:1px dashed #000;
	padding-top:10px;
}

.zvireTable 
{
	border-bottom:1px dashed #000;
	padding-bottom:10px;
	margin-bottom:10px;
}

.zvireTable th
{
	width:115px;
}

.zvireTable td 
{
	padding-right:5px;
}


/* End Utulek */

/* Napoveda */
.tip {
	background:url('/App_Themes/web/img/information.png') 5px 5px no-repeat #E4EFBF;
	border:1px solid #C2DA70;
	padding:5px 5px 5px 30px;    
}

.tutorial 
{
	background:url('/App_Themes/web/img/lightbulb.png') 5px 5px no-repeat #E4EFBF;
	border:1px solid #C2DA70;
	padding:5px 5px 5px 30px;
}



