﻿
/* Defaultní hodnoty*/
body, div, p, a, td, th, li, dt, dl, h1, h2, h3, h4, h5, h6,img 
{ 
	padding: 0px; 
	margin: 0px;
	border: none;
	line-height: 140%;
}



/* Font */
body, div, p, a, td, th, li, dt, dl, h1, h2, h3, h4, h5, h6 
{
	font-family: verdana,arial,helvetica,sans-serif;
}

body, div, p, a, td, th, li, dt, dl 
{ 
	font-size: 9pt; 
}

/* Nadpisy, seznamy, odstavce */
h1, h2, h3, h4, h5, h6 
{
/*	text-decoration: none; */
	border: 0px; 
}

li 
{ 
	margin: 5pt 0pt 5pt 0pt; 
	padding: 0pt; 
}

p 
{ 
	margin: 5pt 0pt 5pt 0pt; 
	padding: 0px; 
}


/* cara */
hr { height: 0px; width: 100%; border: 0px; }

/* Body */
body 
{
	margin: 0px; 
	padding: 0px; 
}


table
{
	border-collapse: collapse;
}


td 
{
	border: solid 1 black;
	margin: 0px; 
	padding: 0px; 
	text-align: left; 
	vertical-align: top; 
}


/* Top menu */
.menutop { padding: 4px 12px 4px 12px; background-color: Gray; }
.menutop, .menutop a {color: White; font-weight: bold; font-size: 9pt; }
.menutop a {text-decoration: none;}
.menutop a:hover {text-decoration: underline;}
.menutop ul {display: inline; padding: 0px; margin: 0px;}
.menutop li {display: inline; padding: 0px; margin: 0px; font-size: 9pt;}
.menutop li.first {}

/* patička */
.footerstrip 
{
	text-align: right; 
	vertical-align: middle; 
	padding: 0px 12px 0px 0px; 
	font-weight: normal; 
	font-style: italic; 
}

