/* ------------------------------------------------------------------ */
/* screen-yoga.css                                                    */
/* SOFTPAE.com								                          */
/* ------------------------------------------------------------------ */
@media screen {

		body {
			font-size: 12px;
			line-height: 16px;
		}
		
		#page {
			overflow: hidden;
		}

		/* upravy hlavnich css menu, screen layout */
		
		/* ----- submenu */
		#menu ul.subMenu {
			height: auto !important;
		}
		
		#menu ul.subMenu li {
			padding: 0 5px 0 0;
		}
		
		#menu ul.subMenu li a.current {
			font-weight: bold;
			text-decoration: underline;
		}
		
		/* ----- content385Left */
			.content385Left {
				width: 385px;
				float: left;
				margin: 0 25px 0 0;
			}
		/* end. content285Left */
		
		/* ----- content185Right */
			.content185Right {
				width: 185px;
				float: right;
				margin: 0 0 0 0;
			}
		/* end. content285Left */
		
		/* ----- content210Right */
			.content210Right {
				width: 210px;
				float: right;
				margin: 0 0 0 18px;	
			}
		/* end content210Right */
		
		/* ----- footerBox - pro reklamu */
			.footerBox {
				border-top: 1px solid #000051;
				margin: 20px 0 40px 0;
				width: 930px;
				height: 250px;
				overflow: hidden;
			}
			.footerBox .box {
				width: 211px;
				float: left;
				margin: 0 20px 0 0;
				padding: 0;
			}
			.footerBox .end {
				margin: 0;
			}
			.footerBox h5 {
				margin: 10px 0;
				font-size: 110%;
			}
			.footerBox p {
				text-align: center;
			}
			.footerBox .banners2{
				border-top: 1px solid #000051;
				margin: 20px 0 40px 0;
				width: 9;
			}
		/* end. footerBox */
		
		/* Breadcrumb */
		
		a:link {
			color: #000051;
		}

		.quote {
			margin: 0;
			margin-top: -15px;
		}

		.quote span {
			position: relative;
			top: 30px;
			margin: auto;
			display: block;
			width: 97px;
			height: 65px;
			background: #fff url("../img/om.gif") no-repeat;
		}
		
		.quote blockquote {
			margin: 0;
			color: #000051;
			border: 2px solid #000051;
			padding: 20px;
		}
		
		.breadcrumb {
			margin: 5px 0px;
			padding: 3px 0px 3px;
			font-size: 90%;
			border-top: 1px solid #000051;
			border-bottom: 1px solid #000051;
			overflow: auto;
			height: 16px;
		}
		
		.breadcrumb .left {
			position: absolute;
			left: 0px;
		}
		
		.breadcrumb .right {
			position: absolute;
			right: 0px;
		}
		
		.chapter {
			margin-bottom: 10px;
		}
		
		/* end. Breadcrumb */
					
		/* ----- Classes */
	
		#mycontent {
			font-size: 110%;
			line-height: 140%;
		}
		
		#mycontent a {
			color: #000051;
		}
		
		#mycontent h1 {
			font-size: 160%;
			margin: 15px 0 18px 0;
			font-family: Georgia;
			color: #000051;
			line-height: 110%;
		}
		
		#mycontent h2 {
			font-size: 120%;
			margin: 15px 0px;
			padding: 0;
			color: #000051;
			background: none;
			text-transform: none;
		}
		
		/* end. Classes */
		
		/* chapterNav */
		
		.chapterNav {
			background: #F0F0F0;
		}
		
		.chapterNav ul {
			padding: 0px;
			margin: 0px;
			padding-bottom: 10px;
		}
		
		.chapterNav li {
			list-style-type: none;
			margin: 2px 0px;
		}
		
		.chapterNav img {
			margin-top: 10px;
		}
		
		.chapterNav a {
			color: #000051;
			font-size: 110%;
			padding: 2px 15px;
			display: block;
			text-decoration: none;
		}
		
		.chapterNav a:hover {
			text-decoration: none !important;
		}
		
		.chapterNav a span {
			text-decoration: underline;
		}
		
		.levelNav li {
			
		}
		
		.levelNav li a {
			background: #000051;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 90%;
		}
		
		.levelNav li ul li {
			background: none;
		}
		
		.levelNav li ul li a {
			color: #000051;
			background: none;
			text-transform: none;
			font-weight: normal;
			text-decoration: underline;
			font-size: 110%;
		}
		
		/* end. chapterNav */
		
		/* movie */
		
		.movie {
			position: relative;
			left: -8px;
		}
		
		/* end movie */
		
		/* classesForm */
		
		.classesForm {
			margin: 0;
			padding: 3px;
			border: none;
			border-top: 1px solid #000051;
			border-bottom: 1px solid #000051;
			color: #000051;
		}
		
		.classesForm form {
			margin: 0;
			padding: 3px;
			border: none;
		}
		
		.classesForm form select {
			width: 140px;
		}
		
		.classesForm p {
			margin: 0;
			text-align: left;
		}
		
		/* end. classesForm */
				
		/* others */
		
		.currentlink {
			color: #F67700 !important;
			text-decoration: none !important;
			font-weight: bold !important;
		}
		
		.classes ul li {
			color: #FF6B00;
		}
		
		.classes ul li a {
			font-weight: bold;
			color: #FF6B00;
		}
		
		.myClass {
			float: left;
			width: 30%;
			margin: 5px 20px 5px 0;
		}
		
		.myClass p {
			height: 80px;
			overflow: hidden;
			padding: 0;
			margin: 0;
		}
		
		.myClass h3 {
			margin-bottom: 8px;
		}
		
		.myClass p.myStreet {
			height: 32px;
			overflow: hidden;
		}

		.myClass span {
			font-weight: bold;
		}
		
		.smallmap {
			width: 170px;
			height: 140px;
			border: 1px solid #aaa;
		}
		
		.smallmap #copyright {
			display: none;
		}
		
		.loweralpha {
			list-style-type: lower-alpha;
		}
		
		.upperroman {
			list-style-type: upper-roman;
		}
		
		.arabic {
			list-style-type: upper-alpha;
		}
		
		.headmap {
			background: #fff url("../img/main-header.gif") no-repeat;
			height: 280px;
			width: 735px;
			position: relative;
			left: -8px;
			padding-left: 185px;
		}
		
		.headmap2 {
			position: relative;
			height: 249px;
			width: 725px;
			top: 10px;
		}
		
		/* end. others */
		
		.textBox {
			/*border: 1px solid red;*/
		}
		
		.addthis_toolbox {
			overflow: hiden;
			padding-left: 225px;
		}
		
		.conformancehp h2 {
			margin-top: 0px;
		}
		
		.conformancehp img {
			position: relative;
			float: left;
			margin-right: 15px;
			margin-bottom: 15px;
		}

	/* end. boxes */
}
