
/* layout */

body {
	background: #fff url(../_images/body_bg.gif) repeat-x 0% -127px;
}

#headerWrapperC {
	clear: both;
	overflow: hidden;
	visibility: visible;
	text-align: center;
	height: 340px;
}

#headerWrapperC #headerNoFlash {
	text-align: left;
	width: 850px;
	margin: 0 auto;
	padding: 15px 0;
}

#headerWrapperC #headerNoFlash h1 {
	display: block;
	width: 101px;
	height: 101px;
	background: transparent url(../_images/logo_cc_fakty.gif) no-repeat 0% 0%;
	text-indent: -1000px;
}

#headerWrapperC #headerNoFlash ul {
	margin: 5px 0 0 20px;
}

#headerWrapperC #headerNoFlash ul li {
	font-size: 12px;
}

#pageC {
	xoverflow: hidden;
	clear: both;
	width: 843px;
	padding: 7px;
	margin: 0 auto;
	text-align: left;

}
#pageC #headC,
#pageC #mainC,
#pageC #footC {
	position: relative;
	clear: both;
	width: 843px;
	margin-left: -11px;
}


#pageC #mainC #wideColumnC {
	float: left;
	width: 580px;
	padding: 7px 28px 7px 7px;
	overflow: auto;
	height: 390px;
}

#pageC #mainC #wideColumnC .contentText {
	padding-bottom: 6px;
}



#pageC #mainC #narrowColumnC {
	float: left;
	width: 218px;
	padding: 7px 0 7px 10px;
}

#pageC #mainC #narrowColumnC .contentText.img {
	padding-top: 6px;
	background: transparent url(../_images/spacer_horizontal.gif) no-repeat 0% 0%;
}

#pageC #mainC #narrowColumnC .contentText.img p { margin: 0; }

#pageC #footC {}

#pageC #footC #footNavigationC {
	float: left;
	padding-top: 20px;
}

#pageC #footC #footNavigationC ul,
#pageC #footC #footNavigationC ul li {
	display: inline;
}
#pageC #footC #footNavigationC ul li a {
	display: inline-block;
	line-height: 1em;
	padding-left: 12px;
	color: #808080;
}

#pageC #footC #footNavigationC ul li a span {
	color: #E5223A;
}

#pageC #footC #footNavigationC ul li.first a {
	background: none;
	padding: 0;
}


#pageC #footC #copyrightC {
	height: 30px;
	float: right;
	padding-top: 20px;
	padding-right: 112px;
	background: transparent url(../_images/logo_cc.gif) no-repeat 100% 2px;
}

#pageC #footC #copyrightC p {
	text-align: center;
	color: #808080;
	line-height: 1.2em;
}



/* /layout */