/* ------------------------------------------------------------------ */
/* layout.css                                                         */
/* copyright - ILIKETHIS! www.ilikethis.cz                            */
/* ------------------------------------------------------------------ */
@media screen {
	/* ----- nastaveni pro body */
		body {
			font-size: 76%;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			line-height: 1.4em;
			margin: 0; padding: 0;
			background-color: #fff;
		}
	/* end. nastaveni pro body */
	
	form * {
		font-size: 12px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	
	/* ---- header */
		#logo {padding: 10px;}
    
    .headerHp {
			background-image:url(../img/bg/header.png);
height:79px;
margin:7px auto;
position:relative;
text-align:center;
width:963px;
}
    
/*     #header {
			background-image: url(../img/bg/header.png);
			height: 79px;
			text-align: center;
			position: relative;
            margin: 0 0 9px 0;
} */
		#header .headerMain {
			text-align: left;
			margin: 0 auto;
			width: 961px;
		}
		#header .headerMain #logo {
			margin: 0 0;
			float: left;
		}
	/* end. header */
	
	/* ----- content */
		#content {
			text-align: center;
		}
		#content .contentMain {
			margin: 0 auto;
			text-align: left;
			width: 963px;
		}
		#content .contentMain .sideBarLeft {
			width: 175px;
			float: left;
		}
		#content .contentMain .contentCenter {
			float: left;
			width: 600px;
			margin: 0 8px;
		}
		#content .contentMain .contentCenter .contentbanner {
    height:164px;
    width:600px;
    _width:550px;
		background: url(../img/bg/contentbanner.png) 0 100% no-repeat;
		margin-right: 50px; 
		}
		#content .contentMain .contentCenter .contentbanner .textBlock {
			width: 240px;
			height: 192px;
			padding: 20px 0 0 10px;
			_padding: 0;
			color: #143462;
		}
		#content .contentMain .contentCenter .contentbanner .textBlock h1{
		  _padding: 50px 0 0 10px;
		}
		#content .contentMain .contentCenter .contentbanner .textBlock p{
		  _padding: 0px 0 0 10px;
		}
		#content .contentMain .contentText {
			background: url(../img/bg/contenttext-bottom.png) 0 100% no-repeat;
			margin: 9px 0;
		}
		#content .contentMain .contentTextMain {
			background: url(../img/bg/contenttext-top.png) 0 0% no-repeat;
			padding: 20px 15px;
		}
		#content .contentMain .sideBarRight {
			width: 170px;
			float: right;
		
		}
		
		.textBlock h1 {color: #0e692c;}
		.textBlock p {color: #696969;}
	/* end. content */
	
	/* ---- footer */
		/* #footer {
			background-image: url(../img/bg/footer.png);
			height: 120px;
			text-align: center;
            margin: 9px 0 0 0;
			color: #636363;
			padding: 9px 0 0 0;
		} */
		
		#footer {
    
    background-image:url(../img/bg/footer.png);
    height:79px;
    margin:7px auto;
    position:relative;
    text-align:center;
    width:963px;
    
    }
    
    .footerText {
    
    padding: 10px; 
    
    }
		
		#footer .footerMain {
			text-align: left;
			margin: 0 auto;
			width: 961px;
		}
		#footer .footerMain p {
			margin: 0.5em 0;
			text-align: center;
		}
	/* end. header */
	
	/* ---- odkazy */
		a {
			color:#0E692C;
      font-weight:bold;
		}
		a :visited{
			color: #009ccc;
		}
		a:hover  {
			color: #666666;
		}
	/* end. odkazy */
}
