/*

	Vitam pruzkumniky CSS kodu :)
	
*/

body
{
	font: 1em "Helvetica", "Arial", sans-serif;
	margin: 0; padding: 0;
	background: black url("../img/bg-main.jpg") 50% -0.875em no-repeat;
	color: #aaa;
	text-align: center;
	line-height: 1.25;
}


div#allIn
{
	margin: 0;
	padding: 0 0 1em 0;
}
	#allIn .innerPad {
		width: 40em;
		margin: 0 auto;
	}
	
	/*----------------------  content
	{
	*/
	h1 {
		font-size: 2.0em;
		margin: 0.62em 0 1.25em 0;
	}
		h1 span {
			display: block;
			font-size: 0.667em;
			color: #aaa;
		}
	
	div#intro {
		width: 33em;
		margin: 0 auto 1em auto;
	}
		#intro p {
			font-size: 1em;
			margin-bottom: 0;
		}
	
	
	div.downloadHolder
	{
		width: 200px;
		height: 99px;
		margin: 0;
		float: left; display: inline;
		background: url('../img/download-holder.png') no-repeat;
	}
		div#pdfDownload
		{
			display: inline;
			margin: 0 0 0 120px;
		}
		
		.downloadHolder a
		{
			text-decoration: none;
			color: #444;
		}
		.downloadHolder span
		{
			display: block;
		}
		.downloadHolder span.likeH3
		{
			padding: 1.1em 0 0 0;
			font-size: 1.2em;
			
		}
		.downloadHolder span.likeP
		{
			font-size: 0.8em;
			padding: 0 1.2em;
		}
		
		
		
	
		/* ---- sponzori
		{
		*/
		div#sponzori {
			margin: 1.875em 0 4.375em 0;
		}
			#sponzori h3 {
				margin: 0 0 0.5em 0;
			}
		
			#sponzori ul {
				display: block;
				margin: 0 auto;
				padding: 0;
				list-style: none;
				background: url("../img/loga.gif") center center no-repeat;
				width: 391px;
			}
				#sponzori ul li {
					margin: 0; padding: 0;
					float: left; display: inline;
					background: transparent;
				}
				#sponzori ul li a {
					float: left; display: block;
					height: 67px;
					text-indent: -6000em;
				}
					#sponzori ul li#sponzor_mf a {
						width: 155px;
					}
					#sponzori ul li#sponzor_jk a {
						width: 99px;
					}
					#sponzori ul li#sponzor_erb a {
						width: 135px;
					}
		/*
		}
		*/
		
		div#propagace {
			width: 22em;
			margin: 0 auto 1.562em auto;
		}
			#propagace p {
				line-height: 1.54;
			}
		
		
		
	/*
	}
	*/
			
	/*----------------------  footer
	{
	*/
		div#footer {
			color: #272727;
		}
			#footer a {
				color: #282828;
			}
			#footer a:hover {
				color: #353535;
			}
			
	/*
	}
	*/


/*------------ TEXTOVE PRVKY
{
*/

p, ul, ol, dl {
	font-size: 0.814em;
}

p {
	margin: 0 0 1.54em 0;
}

	
ul, ol {
	margin: 0 0 1.625em 0;
	padding: 0;
}
		li {
			padding: 0;
			margin: 0 0 0.5em 1.5em;
		}
		
		ul {
			list-style: square;
		}
		ul.noStyle, ol.noStyle { list-style: none; }
		ul.noIndent li, ol.noIndent li { margin-left: 0; }


/*--- NADPISY ---*/
h1, h2, h3, h4 {
	font-weight: normal;
	font-family: "Trebuchet MS", MS Trebuchet,  sans-serif;
	letter-spacing: -1px;
	color: #00aeef;
}

h3 {
	font-size: 1.5em;
	margin: 0 0 0.84em 0;
}



/* NORMALNI LINK */
a, a:visited {
	color: #555;
	text-decoration: underline;
}
a:hover {color: #00aeef;}
a:active {color: #9E0000;}

/*
}
*/
	
/* GRAFICKE PRVKY */
hr {
	height: 1px;
	margin: 1em 0;
	border: none;
	clear: both;
}
hr {color: #EaEaEa; background-color: #EaEaEa;}


.floatStop {
	display: block;
	clear: both;
	line-height: 0.01%;
	height: 0.01em;
	font-size: 0.01%;
}

.floatHolder {
	zoom: 1;
	overflow: hidden;
	_height : 1%;
	clear: both;
}

.floatHolder:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
} 
	/* Hides from IE5-mac \*/
	html .floatHolder {height: 1%;}
	/* End hide from IE5-mac */

img { border: 0; }


/* ZAROVNAVANI */
.toLeft {text-align: left;}
.toCenter {text-align: center; margin-left: auto; margin-right: auto;}
.toRight {text-align: right;}

.fltLft {display: block; float: left;}
.fltRgt {display: block; float: right;}
.fltNone {float: none;}

.clrRgt {clear: right;}
.clrLft {clear: left;}
.clrBth {clear: both;}

.noBorder {border: none;}
.noMargin {margin: 0;}
.noDecor {text-decoration: none;}

.disBlock {display: block !important;}
.disInline {display: inline;}
.disNone {display: none !important;}

.wZero{width: 5%;}
.wOne {width: 10%;}
.wTwo {width: 15%;}
.wThree {width: 20%;}
.wFour {width: 25%;}
.wFive {width: 30%;}
.wSix {width: 35%;}
.wSeven {width: 45%;}
.wEight {width: 55%;}
.wNine {width: 65%;}
.wTen {width: 75%;}
.wElev {width: 85%;}
