BODY {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/*----------------odkazy---------------*/
A {
}

A:HOVER {
}

h1, h2, h3, h4, h5, h6 {
	color: #264c98;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {font-size: 150%}
h2 {font-size: 130%}
h3 {font-size: 110%}
h4 {font-size: 90%}
h5 {font-size: 70%}
h6 {font-size: 50%}


p, li, td, dd, dt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%; 
}

dt {
	font-weight: bold;
	color: #3366cc;
}

li {
	list-style: outside url(pic/dot.gif);
}

/*----------------- layout ------------------------*/
#obaltela {
}

#stredni {
width: 100%;
}

#levy {
	display: none;
}
#pravy {
	display: none;
}

#pata {
	display: none;
}

#hlava {
	display: none;
}

#menu1 {
	display: none;
}

.vnitrni {
	padding: 5px;
}
/*-------------------tabulky---------------------*/
table {
	padding: 0px;
	margin: auto;
	background-color: #e9efff;
}

caption {
	font-family: "Times New Roman CE", "Times New Roman", Times, serif;
	font-weight: bolder;
	margin: auto;
	color: #3366cc;
}

td {
	font-size: 80%;
}

th {
	margin: 0px;
	background-color: #99b2e5;
	background-image: url(pic/tabmenu.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #264c98;
	padding: 2px;
	font-size: 80%;
}

td {
	margin: 0px;
	background-color: white;
}

/*----------------formulare------------------*/
fieldset {
	border: none;
	margin: auto;
	text-align: center;
}

input {
	BORDER: #264c98 1px solid; 
	BACKGROUND: url(pic/bg_form.jpg); 
	padding: 2px;
	width: 80%;
}

input.tlac {
	FONT-WEIGHT: bold; 
	font-size: 65%;
	COLOR: #264c98; 
	BACKGROUND: none;
	border: none;
	padding: 0px;
}

/*----------------------zkratky----------------------*/
acronym {
	border-bottom: 1px dotted ;
	cursor: help;
}

