
html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #171717;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 105%;
	font-weight: 300;
	color: #363636;
}   
#header
{   
background: #171717;
	position: absolute;
		left: 7;
	height: 120px;
  width: 100%;     
  z-index:1;
  
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

p, ol, ul
{
	margin-top: 0px;
}

p
{
	line-height: 180%;
}

strong
{
}

a

{
	color:#1d282d;
  text-decoration: none ;
  font-weight: bold   ;
}

a:hover
{
color:#1a2e38;

  font-weight: normal   ;
}

a img
{
	border: none;
}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper {

	background: #FFFFFF url(../images/bg01.png) repeat;
}

.container
{
  
	width: 100%;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/*********************************************************************************/
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header
{   
background: #111111 url(../images/u.jpg) no-repeat center;
width: 100%;
	height: 100%;
border-bottom: 8px solid  	#171717;
	position: fixed;
		left: 7;
	height: 78px;
  width: 100%;     
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: fixed;
   
		top: 0,5em;
		left: 7;
		width: 100%;
	}
	
	#logo h1
	{
		display: inline-block;
		font-size: 2.5em;
		text-transform: uppercase;
		font-weight: 00;
		color: #FFF;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		position: absolute;
		right: 0;
		top: 1em;
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
	}
	
	#menu li a, #menu li span
	{
		display: block;
		padding: 0.80em 1.5em;
		letter-spacing: 0.20em;
		text-decoration: none;
		font-size: 1.1em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #ffffff;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
	}
	
	#menu .current_page_item a
	{
		color: #FFF;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
	   
		overflow: hidden;
		padding: 0em 0em 1em 0em;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content

	}
          
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: left;
		width: 340px;
	}
	
	#sidebar .title h2
	{
		font-size: 1.6em;
	}
	
	#sidebar .box1
	{
		margin-bottom: 3em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	overflow: hidden;
height: 500px;
	background: #111111 url(../images/hl.gif) no-repeat center;
    border-bottom: 4px solid #171717;
  border-bottom: 5px solid  	#303030;          

}


#header-wrapper:before
{
	content: '';
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg01.png);
	opacity: .1;
}

#header-wrapper2
{

  background: #171717;
	position: absolute;
		left: 7;
	height: 90px;
  width: 100%;    
}



	ul.style2
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style2 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
	background: #111111 url(../images/abc.jpg) no-repeat center;
  border-top: 0px solid #171717;
		padding: 1em 0em;
	}
	
	#portfolio
	{
		overflow: hidden;
    	width: 100%;
		text-align: center;
    	background: #111111 url(../images/abc.jpg) no-repeat center;
		color: #EEA7C1;
	}
	
	#portfolio .title h2
	{
		color: #FFF;
	}

	#portfolio .byline
	{
		color: #EEA7C1;
	}
	
	#column1,
	#column2,
	#column3,
	#column4
	{
		width: 282px;
	}
	
	#column1,
	#column2
	{
		float: left;
		margin-right: 24px;
	}
	
	#column3
	{
		float: left;
	}
	
	#column4
	{
		float: right;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 2em 0em;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: #6F6F6F;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #8C8C8C;
	}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
		;
	}

	.title h2
	{
		letter-spacing: 0.20em;
		font-weight: 700;
		font-size: 2em;
		color: #171717;
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 1em 3em;
		background: #C4376B;
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 200;
		font-size: 0.90em;
		color: #FFF;
	}

		.button:hover
		{
			background: #D64077;
		}
		
		.button:active
		{
			background: #BD3567;
		}
			

/*********************************************************************************/
/* Two Column                                                                    */
/*********************************************************************************/

	#two-column
	{
		padding-top: 3em;
	}
	
	#two-column .title h2
	{
		font-size: 1.6em;
	}
	
	#two-column #tbox1
	{
		float: right;
		width: 370px;
	}

	#two-column #tbox2
	{
		float: left;
		width: 370px;
	}



     #obal {margin: 0px auto;width:100%;}
#content{width:100% ;background:#ffffff;float:left;opacity:.; border-top:4px solid #111111;}
#colOne{float:left;width:17% ;background:#ffffff;border-right: 12% solid white; }
#colOne h3, #colThree h3{height:20%;background:#1d282d;padding:1px 0 0 20px;font-size:100%;color:#ffffff; text-transform: none; }
#colOne ul, #colThree ul{padding-left:5;list-style:none none outside;}
#colOne li, #colThree li{padding:-5px 0;}
#colOne li.first, #colThree li.first{background:none;}
#colTwo{float:left;width:61%;background:#ffffff; border-left: 12px solid #ffffff; font-size:100%;text-align:left;padding: 20px 20 8 20%;}
/*#colTwo a {color: #1F6989;}*/                                 

#colTwo blockquote, #colTwo pre, #colTwo .pre {border: 20px solid #dcdcdc;   ; #111111;padding: 10% 20 8 20%; overflow: auto; width: 90%; line-height: 140%;}
#colTwo p, #colTwo pre, #colTwo blockquote, #colTwo table td,#colTwo ul li, #colTwo ol li {line-height: 170%;;}
#colTwo ul, #colTwo ol {margin: 5px 0 15px 15px;}
#colTwo li {list-style:square;}
#colTwo h2, #colTwo h3, #colTwo h4 {margin: 15% 8 5px 8;}
#colTwo h1 {font-size: 120%; margin: 0 0 10px 0;text-align:left;}
#colTwo h2 {font-size: 118%;}
#colTwo h3 {font-size: 112%;margin: 0 0 10px 0;text-align:center;}
#colTwo h4 {font-size: 115px;}
#colThree{float:right;width:20%;background: #C0C0C0;}



/* ----- systemove ----- */

/* tagy */
legend {color: #000000;}

/* boxy */

/* vypis */
.list-perex-image {max-width: 160px; float: left; margin: 0 500px 4px 0;}



/* clanek */





/* anketa a shoutbox */
.poll, .sbox {border: 1px solid #dcdcdc; background-color: #fafafa;}













