* {
	margin: 0px;
	padding: 0px;
	color: #006400;
	font-family: Tahoma, monospace;
}
body {
	background-color: white;
   font-size: 14px;
	}
	
.kurziva{
	font-style:italic;
}	

.tucne  {
	font-weight:bold;
}
/*KONEC OBECNÉ ČÁSTI*/

/*TĚLO */
#telo
{
	width: 955px;
	margin: 0px auto;
	padding: 0px 15px 0px 0px;
	background-color: white;
}
/* KONEC TELA */


/* HLAVIČKA */
div #hlavicka {
	width: 955px;
	height: 170px;
	float: none;
	background-color: #006400;
}

#telo #hlavicka img {
	float: none;
}
/* KONEC HLAVIČKY */

/* NAVIGACE */
#menu {
	width: 250px;
	float: left;
	text-align: center;
	background-color: #006400;
	}
	
#odkazy, #statistika, #reklama, #facebook {
	width: 100%;
	border-top: 4px solid White;
}

#facebook {
	background-color: White;
}
#statistika, #reklama, #facebook {
padding-top:10px;
padding-bottom: 10px; }

#odkazy {
	padding-bottom:8px;
}

#menu li {
	list-style: none;
	width: 97%;
	padding-top:8px;
	}

#odkazy A {
	text-decoration: none;
	color: white;
	letter-spacing: 2px;
	line-height: 200%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#odkazy A:Hover {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: white;
}

/* KONEC NAVIGACE */


/* STŘEDNÍ ČÁST */
#stred {
	background-color: white;
	padding: 5px;
	width: 690px;
	float: right;
	text-align: left;
}
#stred p{
	text-indent:2em;
	padding:.5em;
	text-align: justify;
}
#stred H1{
	text-align: center;
	margin-bottom: 10px;
}

#stred H2 {
	text-align:left;
}

/*#stred A {
	color: #006400;
}*/

#stred A:Hover {
   color: black;
}

/*#stred A:visited {
   color: #006400;
	}*/

#stred li {
	padding: 5px;
	text-align:left;
}

#stred .vypis_obrazek {
   background-color: transparent;
	float:left;
	width:300px;
	text-align:center;
}
#stred .vypis_text {
   background-color: transparent;
	float:right;
	width:360px;
	}

#stred .pobyt {
	background-color: white;
	clear: both;
	height: 170px;
	margin-bottom: 5px;
	padding: 5px;
}

#stred iframe {
	width: 690px;
	border:none;
}
#stred img {
	border: 2px solid #006400;
}
/* KONEC STŘEDNÍ ČÁSTI */


/* PATIČKA */
#spodek {
	clear: both;
	width: 945px;
	font-size: .75em;
	padding: 20px 5px;
	color: white;
	background-color: #006400;
	text-align: center;
	border-top: 2px solid White;
}
/* KONEC PATIČKY */

