﻿/*	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;
    color:#fff; 
}
 
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:#fff;
	font-weight:bold;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	text-transform:uppercase;
}

h2 {
    color:#D6D733;
    font-size:1.15em;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

h2 a, h2 a:visited { color:#D6D733 !important; }
h2 a:hover { color:#fff !important; }

h3 {
    font-size:1em;
	font-family:Lucida Sans Unicode;
	border-bottom:2px solid #000;
}

ul {
	margin-top:5px;
}

img { border:none; }

a:link { color:#fff; text-decoration:underline; }
a:visited { color:#fff; text-decoration:underline; }
a:hover { color:#ff4400; text-decoration:underline; }

ol { list-style-type: lower-alpha; }

.cleaner {
	clear:both;
}

table {
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}

th,
td { 
    vertical-align:top;
	padding:0px;
	margin:0px;
	font-size:small !important;
}

.onlyPrint { display:none; }

.uvod-table {
    width:100%;
}

.uvod-table p {
    width:290px !important;
}


#obsah li {
    list-style-image:url(/app_themes/web/img/layout/li.png)
}


.greenButton {
    background:url('/app_themes/web/img/green-btn-bgr.png') repeat-x #00FF00;
    height:27px;
    line-height:27px;
    cursor:hand;
    cursor:pointer;
    color:#000;
    border:2px solid #00B000;    
    padding:5px 15px 5px 15px;
    margin-left:20px;
}

a.greenButton { color:#000; text-decoration:none; }
a.greenButton:hover { color:#fff !important; text-decoration:none; }



.yellowBorder {
    width:210px;
    padding-right:20px;
    border-right:3px solid #D6D733;
}