body
{
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	color: black;
	background-color: gray;
	font-size: 10px;
	text-align: center;
	line-height: 1.3;
	margin: 0px;
}
					 
/* Styl ke všem hlavních rozdělovacích DIVům */

.MainDiv, .MainNadpis, .MainMenu, .MainMenuIn,
 .MainTelo, .MainTeloIn, .MainPata, .MainMezera
{
	float: left;
	display: block;
	overflow: auto; /* Když něco přečnívá - objeví se scrollbar */
}

.MainDiv
{
	width: 970px;
	border: 3px solid #094993;
	background-color: white;
	
}

.MainNadpis
{
	width: 950px;
	height: 200px;
	margin: 10px;
	background-image: url("images/pozadi-nadpis.jpg");
}

.MainMenu
{
	width: 155px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.MainMenuIn  /* veliky ramecek kolem menu */
{
	width: 153px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #094993;
}

.MainTelo
{
	width: 785px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.MainTeloIn  /* veliky ramecek kolem hlavniho textu */
{
	width: 763px;
	padding: 10px;
	border: 1px solid #094993;
}

.MainPata
{
	width: 960px;
	height: 15px;
	padding: 5px;
	background-color: #094993;
	font-size: 10px;
	color: white;
}

.MainMezera
{
	width: 100%;
	height: 10px;
	visibility: hidden;
}
			
/* Styl ke všem odkazům */
/*konkretne k odkazum jako mototrade.cz apod.*/
a, a:link, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}															

a:hover, a:active
{
	color: #094993;
}

/* Styl k odkazům v menu, ramecek uvnitr menu */				

a.Menu, a.Menu:link, a.Menu:visited
{
	display: block;
	width: 133px;
	font-size: 13px;
	color: black;
	font-weight: bold;
	border: 1px solid #fe6400;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
	margin-top: -1px;
	margin-bottom: -1px;
}

a.Menu:hover, a.Menu:active /* zvyrazneny odkazu s kurzorem */
{
	color: #fe6400;
}

/* Styl k odkazům v SubMenu */					 	

a.SubMenu, a.SubMenu:link, a.SubMenu:visited
{
	display: block;
	width: 110px;
	/* height: 15px; */
	font-size: 10px;
	color: yellow;
	font-weight: bold;
	border-bottom: 1px solid green;
	border-left: 1px solid green;
	border-right: 1px solid green;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: -1px;
	margin-bottom: -1px;
}

a.SubMenu:hover, a.SubMenu:active
{
	color: #fe6400;
}

/* Styl k paticče */

a.pata, a.pata:link, a.pata:visited
{
	text-decoration: none;
	color: #FFFAF0;
}


a.pata:hover, a.pata:active
{
	text-decoration: underline;
	font-weight: bold;
	color: #FFFAF0;
}

/* Styl k obrázkům */

.img-left, .img-right
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

img.img-left
{
	float: left;
	margin-left: 0px;
}

img.img-right
{
	float: right;
	margin-right: 0px;
}

#img-out
{
	padding: 5px;
}

#img-over
{
	border: 5px ridge gray;
}

/* Styl k tělu */

h1
{
	font-weight: bold;
	text-align: center;
	clear: both;
}

h1.nadpis
{
	color: black;
	margin: 0px;
	font-size: 20px;
}

h1.h1 /* ramecek */
{
	width: 100%;
	height: 18px;
	color: white;
	margin: 0px;
	font-size: 15px;
	background-color: #094993;
}
				 
h1.h2
{
	font-size: 18px;
	color: black;
	background-position: center;
	background-repeat: no-repeat;
}
	
h1.h3
{
	font-size: 14px;
	color: #094993;
}
	
h1.h4
{
	font-size: 12px;
	color: #fe6400;
	text-align: left;
}

h1.h5
{
	font-size: 11px;
	text-align: left;
	text-indent: 20px;
}

div.hr
{
	border: 1px solid #094993;
	width: 90%;
	height: 0px;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
	margin-top: 3px;
	margin-bottom: 3px;
}

label
{
	cursor: Pointer;
}

input /* cast formulare */
{
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: white;
}
		 
.text
{
	color: black;
	border: 1px solid #094993;
}				 
			 
.tlacitko
{
	color: white;
	border: 3px double blue;
	cursor: Pointer;
	background-color: #094993;
}

textarea
{
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-weight: bold;
	font-size: 10px;
  background-color: white;
	color: black;
	border: 1px solid #094993;
}

select
{
	font-size: 12px;
	font-weight: bold;
}
	
.ok, .upozorneni, .chyba
{
	display: block;
	font-weight: Bold;
	width: 600px;
	border-width: 1px;
	border-style: solid;
	background-color: white;
}
	
.ok
{
	color: #094993;
}

.upozorneni
{
	color: green;
}

.chyba
{
	color: red;
}
				
p
{
	text-indent: 20px;
	text-align: justify;
}
	
ul li
{
	font-weight: normal;
	text-align: left;
	list-style-type: square;
}

ul li.titul
{
	font-weight: bold;
	line-height: 1.6;
}

ul li.uvod	/* nadpisy na strance !!!*/
{
	font-weight: bold;
	font-size: 14px;
	color: #fe6400;
	line-height: 1.6;
}

ol li
{
	font-weight: normal;
	text-align: left;
	list-style-type: decimal;
}

dt
{
	font-weight: bold;
}

table.TabulkaMala, table.TabulkaVelka
{
	border-width: 2px;
	border-style: solid;
	border-color: green;
	border-collapse: collapse;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
}

table.TabulkaMala tr:hover, table.TabulkaVelka tr:hover
{
	background-color: rgb(020, 020, 020);
}

table.TabulkaMala th, table.TabulkaVelka th
{
	border: 2px solid green;
  font-size: 13px;
  color: lime;
  padding: 5px;
}

table.TabulkaMala th
{
  padding: 2px;
}

table.TabulkaVelka th
{
  padding: 5px;
}

table.TabulkaMala th.titulek, table.TabulkaVelka th.titulek
{
  color: lime;
}

table.TabulkaMala th.podtitulek, table.TabulkaVelka th.podtitulek
{
  color: green;
}
			 
table.TabulkaMala td, table.TabulkaVelka td
{
	border-left: 2px solid green;
	border-right: 2px solid green;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	text-align: center;
	font-size: 11px;
	padding: 2px;
}

table.TabulkaMala td
{
	padding: 1px;
}

table.TabulkaVelka td
{
	padding: 5px;
}

td
{
	text-align: left;
}

td.datum
{
	color: #fe6400;
}
