* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: #fff;
	color: #000;
	font-family: Verdana, Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	line-height: 1.3;
	text-align: center;
}

/** STRANKA */
#page {
	position: relative;
	top: 0 !important;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#headerBox, #mainBox, #footerBox {
	width: 100%;
}

/** HLAVICKA */
#headerBox {
	background: none;
}
#headerBox #logo {
	padding: 0 0 0 25px;
}
#headerBox #logo img {
	border: none;
}
#headerBox #link {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0;
	padding: 0 0 0 25px;
}
#headerBox #link a, #headerBox #link a:visited {
	color: #888;
	text-decoration: none;
}
#headerBox #link a:hover, #headerBox #link a:active {
	text-decoration: underline;
}

/** TELO */
#mainBox {
	width: 100%;
	height: 100% !important;
	background: #e8e8e8;
	overflow: visible !important;
}

/** OBSAH */
#mainContentBox {
	position: relative;
	width: 100%;
	margin: 5px;
	padding: 20px 0 20px 0;
	background: #e8e8e8;
	overflow: visible !important;
}
#mainContentBox .article {
	margin-top: 10px;
	text-align: justify !important;
}
#mainContentBox .article p {
	text-align: justify !important;
	line-height: 18px;
	margin-top: 5px;
}
#mainContentBox .article p.noMargin {
	margin: 0;
}
#mainContentBox .article p.perex {
	line-height: 30px;
}

/** Nadpisy */
h1, h2, h3 {
	font-family: Arial, Tahoma, Verdana;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	font-style: italic;
	margin-left: -0.1em;
}
.style-1 h1 {
	color: #185d65;
}
.style-2 h1 {
	color: #c73f02;
}
.style-3 h1 {
	color: #517011;
}
h2 {
	font-size: 16px;
	/*padding-top: 5px;*/
}
.style-1 h2 {
	color: #1b626b;
}
.style-2 h2 {
	color: #c73f02;
}
.style-3 h2 {
	color: #517011;
}

/** Odkazy */
a, a:visited {
	text-decoration: underline;
}
.style-1 a, .style-1 a:visited {
	color: #185d65;
}
.style-2 a, .style-2 a:visited {
	color: #c73f02;
}
.style-3 a, .style-3 a:visited {
	color: #517011;
}
a:hover, a:active {
	text-decoration: none;
}

/** Seznamy */
#mainContentBox .article ul, #mainContentBox .article ol {
	padding: 0 0 0 15px;
}
.style-1 #mainContentBox .article ul li {
	list-style-image: url('./ListImageStyle-1.gif');
}
.style-2 #mainContentBox .article ul li {
	list-style-image: url('./ListImageStyle-2.gif');
}
.style-3 #mainContentBox .article ul li {
	list-style-image: url('./ListImageStyle-3.gif');
}
#mainContentBox .article ul li, #mainContentBox .article ol li {
	line-height: 25px;
	text-align: justify;
	margin: 0;
	padding: 0;
}

/** HLAVNI MENU A SUBMENU */
#mainMenuBox, #subMenuBox, #naviButtons {
	display: none;
}

/** PATICKA */
#footerBox {
	float: left;
	clear: both;
	border-top: 1px solid #666;
	margin: 20px 10px 0 10px;
}
#footerBox-copy {
	color: #333;
	text-align: center;
	padding-top: 23px;
	padding-right: 15px;
}


/** Dalsi styly */
.noScreen {
	display: none;
}

/** Spesl ScrollBar */
#mainContentBox, mainContentBox .mcontentwrapper, #mainContentBox .flexcroll flexcrollactive, 
#mainContentBox #mainContentBox_mcontentwrapper {
	height: 100% !important;
	overflow: visible !important;
}
