@import "styles-module-frame.css";
@import "styles-news.css";

#block4 h2 {
	color: #4b736b; /* hlavni zelena nadacni barva */
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	border: 0;
	margin: 10px 0 10px 15px;
	padding: 0;
}

* html #block4 p {
	margin-left: 30px;
}

* html #block4 h4 {
	margin-left: 40px;
}

b,strong {
	color: #000000; /*#666161;*/
	font-weight: bold;
}

h2 {
	padding: 0;
	margin: 15px 0 3px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ff8c1e;
	line-height: 160%;
}

a {
  color: #ff8c1e;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a #newsLink {
	text-decoration: underline;
	cursor: pointer;
}

h3 {
	margin: 10px 0 2px 10px;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	font-weight: normal;
	color: #ff8c1e;
	width: 90%;
	line-height: 160%;
}

h4 {
	margin: 5px 0 5px 10px;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	color: #444141;
	width: 90%;
	line-height: 160%;
}

ol {
	margin-left: 40px;
	font-weight: normal;
}

ul {
	list-style: square;
	margin-left: 35px;
	font-weight: normal;
	margin-bottom: 5px;
}

/*** bez ramecku **/
.noBorder,.noBorder tr,.noBorder th,.noBorder td {
	border: 0px;
}

/*** pro MEDIA (flashplayer, winMediaPlayer apod.) */
div.media {
	border: 0;
	background-color: red;
	color: blue;
	padding-left: 55px;
}

/*** thumb pro fotogalerii */
.fotogalerie {
}

.fotogalerie tr {
	border: 0;
}

.fotogalerie td {
	padding: 3px;
	border: 0;
	height: 100px;
	widht: 100px;
	text-align: center;
	vertical-align: middle;
}
.fotogalerie td img {
	border: 2px solid white;
	}
