/* == Rozměry a centrování stránky == */

body {
	background-color: #006633;
	color: #000000;
	text-align: center;
	font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
}

div {
	text-align: left;
}

p {
	margin-bottom: 0;
}

#page {
	width: 763px;
	margin: 15px auto 0;
	background-color: #F9FFF0;
	border: 2px solid #99ff00; 
}

/* == Skrytí pomocných informací == */

.noscreen {
	display: block;
	position: absolute;
	margin-top: -1000px;
	background-color: transparent;
	font-size: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

hr {
	display: none;
}

/* == Hlavička == */

img {
	border-width: 0;
}

#head p {
	margin: 1px 1px;
}

#head {
	border-bottom: 1px solid #519B7B;
}

/* == Pozice menu a obsahu == */

#inside {
	width: 550px;
	float: right;
	margin: 0 0 0 -3px;
	display: inline;
}

#inside img {
	margin: 2px;
	margin-right: 0px;
	}

#nabidka {
  width: 100%;
  height: 20px;
  text-align: center;
  margin: 0;
  } 
  
#nabidka a  {
  text-size: 30%;
  color: black;
  margin: 4;
  } 

#main {
	background-image: url(foto/bg3.jpg);
	background-position: 1px 0;
	background-repeat: repeat-y;
}

#menu {
	width: 200px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #E8F2E8;
}

#partneri
{
	margin: 5 9 5 30px;
}

#prehled {
	text-align: center;
}

#prehled img {
	margin: 1;
}

/* == Zrušení obtékání == */

.cleaner {
	clear: both;
}

/* == Patička == */

#footer {
	border-top: 1px solid #519B7B;
	background-color: #E8F2E8;
}
/* == rgb(0,0,0) ==*/

#footer p {
  margin: 1px 0;
	text-align: center;
	font-size: 75%;
}


/* == Menu == */


#menu li {
	list-style-type: none;
}

#menu li, #menu ul {
	margin: 0;
	padding: 0; 
}

#menu ul {
	border-top: 1px solid  #58CC58;
}

#menu li a {
	display: block;
	padding: 4px 16px;
	color: #174417;
	text-decoration: none;
	border-bottom: 1px solid  #58CC58;
	_height: 1em;
	font-weight: bold;
	font-size: 85%;
}

#menu li a:hover {
	color: #000;
	background-color: #99ff00;
}


/* == Nadpisy == */

h1, h2, h3 {
	color: #006600;
	font-weight: normal;
	letter-spacing: 1px;
}

h1 {
	font-size: 160%;
	font-weight: bold;
	border-bottom: 1px solid  #58CC58;
}

h2 {
	font-size: 140%;
	color: #993333;
	margin: 10px 0 0 0;
}

h3 {
	font-size: 110%;
	font-weight: bold;
  color: #993333;
	margin: 10px 0 0 0;
}



/* == Text == */

#text {
	padding: 10px 20px;
	font-size: 80%;
	position: relative;
	}

#text p {
	text-indent: 2em;
	text-align: justify;
	margin-top: 0;
	line-height: 130%;
}

cite {
	display: block;
	text-align: right;
}

a {
	color: #206120;
	font-weight: bold;
}

a:hover {
/* ==	background-color: #308830; == */
	color: #E50066;
	font-weight: bold;	
}

abbr, acronym {
	border-color: #58CC58;
}

/* == Seznamy == */

ol li {
	list-style-type: disc;
}

dt {
	font-weight: bold;	
}

dd {
	margin-bottom: 10px;
}


/* == Tabulky == */

table {
	border-collapse: collapse;
}

td, th {
	border: 1px solid #58CC58;
	padding: 2px 25px;
}

th {
  font-size: 110%;
	background-color: #F3F3F3;
}

td {
  font-size: 90%;
}

.podpis {
  margin-top: 0;
  text-align: right;
  font-size: 89%;
  font-weight: bold;
  color: #006600;
  } 

.poznamka {
  text-align: center;
  font-size: 70%;
  color: #003200;
  margin: 0 49px 0 15px;
  } 