@import "styles-module-frame.css";
@import "styles-news.css";
@import "styles-vertical-menu.css";
@import "homepage.css";

/** pro tinyMce */
body, html {
	background-color: #F3EDCF; /*#FFFFFF;*/
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
}

#block4 h2 {
	color: #AA0051; /*#4b736b; /* hlavni zelena nadacni barva */
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 10px 0 15px 15px;
}

/** html #block4 p {
	margin-left: 30px;
}

* html #block4 h4 {
	margin-left: 40px;
}*/

b,strong {
	color: #000000; /*#990033; /*#666161;*/
	font-weight: bold;
}

h1 {
	padding: 2px 10px 2px 8px;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #AA0051; /*#898884; /*white;*/
	background-color: white; /*#4b736b;*/
	width: 99%;
}

h2 {
	padding: 0;
	margin: 15px 0 3px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #990033; /*#ff8c1e;*/
	line-height: 160%;
}

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;
	}