a        {color: black; text-decoration: none}
a:link   {color: black; text-decoration: underline; font-weight: bold;}
a:visited {color: black; text-decoration: none; font-weight: bold;    }
a:active {color: #009344; text-decoration: none}
a:hover  {color: #009344  ; text-decoration: underline; font-style: italic;}



body {
	background: #fffa92;
	color: #009344;
font-family : Arial, Helvetica, sans-serif;
	margin: 0;
}

.menu a        {text-decoration: none}
.menu a:link   {color: black; text-decoration: none}
.menu a:visited {color: black; text-decoration: none}
.menu a:hover  {color: #009344; text-decoration: underline;   font-style: italic;}


/* struktura */
.stranka {
	margin: 0 auto;
	padding-bottom: 6px;
	width: 1000px;
}
	
.hlavicka {
	width: 1000px;
	padding: 0px 0px 0px 0px;
  font-size: 2.4em;
	margin-bottom: 15px;
	text-align: center;
	font: Comic Sans MS;
}

/* levástředpravá */
.lsp {
	clear: both;

	padding: 0px 0px 0px 0px;
	}
	
/* hlavnistrana - levý sloupeček a střední*/
.ls-stranka {
float: left;
	width: 800px;

}

/* levá část*/
.l-stranka  {
	font-size: 0.9em;
	float: left;
	width: 150px;
	padding: 0px 0px 0px 0px;
	text-align:right;
	margin-right: 25px;
	margin-bottom: 20px;
}



/* střednístrana */
.s-stranka {
	float: right  ;
	width: 600px;
  text-align:justify;
  font-size: 0.8em;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
}

.s-stranka h1 {
margin: 0em 0em 0em 0em;
}

/* pravá část lsp - pravý sloupeček*/
.p-stranka  {
	float: right;
	width: 175px;
	margin-left: 25px;
	font-size: 0.7em;
	padding: 0px 0px 0px 0px;
	text-align:justify;
	margin-bottom: 20px;
}



.p-stranka a        {text-decoration: none; border:none}
.p-stranka a:link   {color: black; text-decoration: none; border:none}
.p-stranka a:visited {color: black; text-decoration: none; border:none}
.p-stranka a:hover  {color: #009344; text-decoration: underline;   font-style: italic; border:none}


.p-stranka h2 {
margin: 0em 0em 0em 0em;
font-size: 1.2em;
}
/* Patka stránky */
.patka {
	clear: both; 
	color: #666;
	font-size: 0.8em;
  margin-top: 10px;
	text-align: center;
	width: 1000px;
}

.klicova {
	color: #666;
	font-size: 0.6em;
  margin-top: 5px;
	text-align: left;
}

.nahoru
{
	float : right;
	font-weight: bold;
  font-size : 100%;
}

.patka a {
	color: black;
	text-decoration: none;
}

.patka a:hover {
	color: #009344;
	text-decoration: underline;
}

.patkavlevo {
	float : left;
	font-weight: normal;
  font-size : 100%;
}



/* ostatní */
.stred {text-align: center}
.dobloku {text-align: justify}


.floatright
{
float: right;
margin: 0px 0px 0px 10px;
border: 1px solid #666;
padding: 2px;
}
  
.floatleft
{
float: left;
margin: 0px 10px 0px 0px;
border: 1px solid #666;
padding: 2px;
}

.fotosvice
{
float: center;
margin: 10px 10px 10px 10px;
border: 1px solid #666;
padding: 2px;
}

.ikonky
{
float: center;
border: none;
padding: 2px;
}

.logosvice
{
float: center;
margin: 10px 10px 10px 10px;

padding: 2px;
}

.clear
{
clear: both; /* zrusime obtekani hlavniho divu */
} 