/* zakladni nastaveni + vynulovani default sablony */

body {
	margin: 0;
	padding: 0;
	background-color: #cccc66;
	font-family: Verdana, Helvetica CE, Arial CE, Arial, Helvetica;
}

table {
	border-spacing : 0px;
	border-collapse: collapse;
	width: 100%;
}
table.clanek {
	width: 525px;
	background-color: #ffffff;
}

table.pf {
	width: 500px;
}

table.prog {
	width: 90%;
font-size: x-small;
}
.prog td {
	padding: 5px;
}

table.dv {
width: 90%; margin: auto;
font-size: x-small;
}

.dv td {
	padding: 5px;
}


p, form, {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica CE, Arial CE, Arial, Helvetica;
	color: #000000;
}
td, th {
	padding: 0;
	vertical-align: top;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0;
	font-weight: normal;
}


a {
	text-decoration: underline;
	font-weight: bold;
	color: #cc6600;
}

a:hover, a:visited {
	color: #666633;
}

a img  {
	border: 1 solid #000000;
	color: #000000;
}

a:visited img  {
	color: #666633;
}

/* layout nastaveni */

.top1 {
	background-image: url(../graphics/title_bg.gif);
        background-repeat: no-repeat;
	vertical-align: middle;
}

.top2 {
	background: #666633;
	font-size: x-small;
	color: #ffff99; 
	padding: 0px 5px 0px 10px;
	vertical-align: middle;             
}


.menu1 {
	border-width: 1;
	border-style: solid;
	border-color: #666633;
	background: #ffff99; 
	margin: 10px;
	font-size: x-small;
}

.nmenu1 {
	border-width: 1;
	border-style: solid;
	border-color: #cccc66;
	background: #cc6600; 
	margin: 0px;
	font-size: x-small;
	color: #ffff99;
	font-weight: bold;
	text-align: center;	
}
.menu2 {
	border-width: 1;
	border-style: solid;
	border-color: #ffff99;
	background: #666633; 
	padding: 5px 10px 5px 10px; 
	margin: 10px;
	color: #ffff99; 
	font-size: x-small;
}

.text1 {
	border-width: 1;
	border-style: solid;
	border-color: #666633;
	background: #ffff99;
	margin: 10px;
}

div.vlevo {
	float: left;
}

div.vpravo {
	float: right;
}

.it {
	font-style: italic;
}

.fotka {
	width: auto;
	text-align: center;
	margin: 10px;
	font-size: xx-small;
}

.fotka img {
	margin: 10px;
	border: 1 #000 solid;
}

.fotka a img {
	margin: 10px;
	border: 1 #000 solid;
}

/* content nastaveni */

h1 {
        letter-spacing: 1em;
	font-size: medium;
	font-weight: bold;
	color: #cc6600;  
	padding: 10px 10px 5px 10px;                
}         

h1 small {
        letter-spacing: 0;
	font-size: x-small;
	font-weight: bold;
	color: #cc6600;  
	padding: 5px 10px 5px 0px;                
}

h2 {
	font-size: medium;
	font-weight: bold;
	color: #cc6600;  
	padding: 10px 10px 5px 10px;                
}

h3 {
	font-size: medium;
	font-weight: bold;
	color: #000000;  
	padding: 10px 10px 5px 10px;                
}

h4 {
	font-size: small;
	font-weight: bold;
	color: #000000;  
	padding: 10px 10px 5px 10px;                
}

p {
	font-size: x-small;
	padding: 2px 10px;               
}

small {
	font-size: xx-small;
	padding: 0px 10px 0px 10px;               
}
small.pod {
	font-size: x-small;
	padding: 0;               
}

ul {
	list-style-type: disc;
	font-size: x-small;  
	padding: 5px 10px 5px 10px; 
	margin: 10px 30px 10px 30px;
}

ol {
	font-size: x-small;  
	padding: 5px 10px 5px 10px; 
	margin: 10px 30px 10px 30px;
}

a.trace {
	color: #ffff99;
	font-size: x-small;
}

a.trace:hover, a.trace:visited {
	color: #cccc66;
}

a.sub {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: xx-small;
}

a.sub:hover {
	text-decoration: underline;
}
hr {
	width: 100%;
	color: #666633;
	padding: 0px; 
	margin: 0px;
}

.podpis {
	
	text-align: right;
	font-style: italic;
}

.center {
	text-align: center
}

