@media screen {
	/* ----- nastaveni pro body */
		body {
			font-size: 76%;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			line-height: 1.4em;
			margin: 0; padding: 0;
			background-color: #bd123c;
			text-align: center;
			color: #5e5142;
		}
	/* end. nastaveni pro body */
	
	/* ----- page */
		#page {
			text-align: left;
			margin: 0 auto;
			width: 760px;
			
			font-size: 90%;
			line-height: 1.3em;
		}
		#page .pageMain {
			background-color: #fff;
			padding: 10px 10px 0 10px;
		}
		#page #content {
			width: 340px;
			float: left;
			margin: 6px 0 0px 0;
		}

		#page #contentex {
			width: 514px;
			float: left;
			margin: 6px 0 0px 0;
		}

		#page h1.titleHeader {
			width: 321px; height: 59px;
			float: left;
		}
		#page h1.titleHeader a {
			text-decoration: none;
		}
		#page h1.titleHeader span {
			width: 321px; height: 59px;
			background-image: url(/files/img/images/zdravi-zivotni-styl.png);
		}
		#logo {
			float: right;
		}
		#page #headerFoto {
			clear: both;
			width: 100%;
			height: 209px;
			background-image: url(/files/img/images/headerfoto.png);
			background-repeat: no-repeat;
			background-position: right 0;
		}
		#page .headerTitle {
			background-image: url(/files/img/images/headertitle.png);
			line-height: 38px;
			padding: 0 10px;
			color: #e03559;
			font-size: 130%;
			margin: 4px 0 0 0;
		}
	/* end. page */
	
	/* ----- menu */
		#menu {
			width: 185px;
			float: left;
			margin: 0 10px 0 0;
		}
		#menu ul {
			margin: 5px 0 0 0; padding: 0;
			list-style-type: none;
		}
		#menu ul li {
			border: 1px solid #fff;
		}
		#menu ul li.locked {
			background-image: url(/files/img/images/icons/menulocked.png);
			background-repeat: no-repeat;
			background-position: 165px 8px;
		}
		#menu ul li a {
			display: block;
			background-image: url(/files/img/images/icons/menulist.png);
			background-repeat: no-repeat;
			background-position: 10px 7px;
			padding: 5px 5px 5px 10px;
			border-bottom: 1px solid #61ab00;
			text-decoration: none;
		}
	/* end. menu */
	
	/* ----- content */
		#content p.date {
			margin: 15px 0 -0.2em 0;
		}
		#content h2 {
			font-size: 140%;
			line-height: 1.3em;
			margin: 13px 0 10px 0;
			color: #61ab00;
		}
		#content h3 {
			font-size: 100%;
			line-height: 1.3em;
			margin: 20px 0 10px 0;
		}
		#content .perex {
			font-weight: bold;
		}
		#content ul {
			margin: 5px 0;
			padding: 0 30px;
		}
	/* end. content */

/* ----- contentex */
		#contentex p.date {
			margin: 15px 0 -0.2em 0;
		}
		#contentex h2 {
			font-size: 140%;
			line-height: 1.3em;
			margin: 13px 0 10px 0;
			color: #61ab00;
		}
		#contentex h3 {
			font-size: 100%;
			line-height: 1.3em;
			margin: 20px 0 10px 0;
		}
		#contentex .perex {
			font-weight: bold;
		}
		#contentex ul {
			margin: 5px 0;
			padding: 0 30px;
		}
	/* end. contentex */
	
	/* ----- sidebar */
		#sidebar {
			padding: 15px 8px;
			width: 174px;
			float: right;
			background-color: #e7f5d4;
		}
		#sidebar h3 {
			font-size: 100%;
			margin: 20px 0 10px 0; padding: 0;
			font-weight: normal;
		}
	/* end. sidebar */
	
	/* ----- footer */
		#page #footer {
			margin: 5px 0;
			padding: 0 10px;
			color: #fff;
		}
		#page #footer a {
			color: #fff;
		}
		#page #footer p {
			margin: 0;
		}
	/* end. footer */	
	
	/* ---- odkazy */
		a {
			color: #61ab00;
		}
		a :visited{
			color: #61ab00;
		}
		a:hover  {
			color: #666666;
		}
	/* end. odkazy */
}
