@import url(reset.css); 

/**
 * ProcesssWire.com site template stylesheet. Prepared for use in the basic site profile. 
 *
 * Please feel free to use and/or modify under the same license as ProcessWire.
 *
 * Copyright 2010 by Ryan Cramer Design, LLC
 *
 */

body {
	background: #000;
	padding-top: 20px; 
}

body, input, textarea, table {
	font-family: "Helvetica Neue", Arial, sans-serif; 
	font-size: 14px;
	color: #fff;
}

#masthead,   
#content,
#footer {
	padding-right: 20px;
	padding-left: 20px;
}

.container {
	position: relative;
	width: 85%;
	min-width: 920px; 
	max-width: 1000px;
	margin: 0 auto; 
  
}

#masthead {
	background: url(../../../site/templates/styles/images/back-hlavicka.gif) top right repeat-x;
	height: 265px; 
}

	#logo {
    position: absolute; 
    left: -20px;
		top: 0; 
		background: url(../../../site/templates/styles/images/building-design.png) top right repeat;
		width: 405px;
		height: 167px; 
    text-indent: -9999px; 
    border-left: solid 20px #000;
	}

	#title {
		font-size: 37px; 	
		color: #003051; 
		position: absolute;
		top: 155px; 
                left: 0;
	}

	#bgtitle {
		position: absolute; 
		top: 62px; 
		left: 0; 
		font-size: 162px; 
		color: rgba(255, 255, 255, 0.2);
	}

	#topnav {
                position: absolute;
		
    left: 0; 
		top: 220px;
	}

		#topnav li {
                        display: inline;
		}

			#topnav a,
			#sidebar ul.nav a,
			#breadcrumb a,
			a.nav {
				font-family: "Helvetica Neue", Arial, sans-serif; 
				font-size: 14px; 
				font-weight: normal; 
				text-transform: uppercase; 
				color: #ffffff;
				background-color:#101010;
			}

			#topnav a {
				display: block;
				float: left; 
				margin: 0 5px 0 1px;
				padding: 15px 28px 15px 28px;
				border-right: 1px solid #1f1f1f;
				border-left: 1px solid #101010;
			}
			
		

			#topnav a:hover
			 {
				color: #bfdb33; 
				background: #202020;
        border-right: 1px solid #1f1f1f;
        border-left: 1px solid #202020; 
			}

       	#topnav a.on {
				color: #959595; 
				background: #141414; 
				border-right: 1px solid #1f1f1f;
				border-left: 1px solid #141414;
			}

	#breadcrumb {
		position: absolute; 
		left: 0; 
		top: 97px; 
	}
		#breadcrumb li {
			color: #5197ae; 
			font-size: 11px; 
                        display: inline;
                        padding: 0 2px 0 0;

		}
			#breadcrumb a {
				color: #005f7d; 
				padding: 0 2px 0 0;
			}
			#breadcrumb a:hover {
				text-decoration: underline; 
			}

	#search_form { }

		#search_query {
			position: absolute; 
			top: 7px;
			right: 0; 
			width: 222px; 
			padding: 2px 5px;
			height: 17px; 
			border: none;
		}

		#search_submit {
			position: absolute; 
			top: 7px;
			right: 0; 
			border: none;
			background: url(images/btn-search.png) top left no-repeat; 
			width: 27px;
			height: 21px;
			text-indent: -9999px; 
		}
			#search_submit:hover {
				background-position: center left; 
				cursor: pointer; 
			}
			#search_submit:focus {
				background-position: bottom left; 
			}

	#masthead #photo {
		position: absolute;
		top: 0;
		right: -20px; 
		border: solid 0 20px #000;
	}


#content {
	background: #000; 
	font-size: 14px; 
	line-height: 1.7em; 
	color: #fff; 
	padding-top: 0;
	padding-bottom: 4em;
	min-height: 400px; 
	
}
	#content p,
	#content ul,
	#content ol,
	#content table {
		margin: 1em 0 1.5em 0;
	}

	#content a {
		color: #bfdb33; 
		text-decoration: underline;
		line-height: 0.9em; 
	}
		#content a:hover {
			text-decoration: none; 
		}

	#content em {
		font-style: italic;
	}

	#content strong {
		font-family: "Helvetica Neue", Arial, sans-serif; 
		font-weight: bold; 
		color: #555; 
	}

	#content h2,
	#content h3,
	#content h4 {
		margin-top: 1.3em; 
		line-height: 1.3em;
	}

	#content h2 {
		color: #bfdb33; 
		font-weight: bold;
		font-size: 20px; 
		margin-bottom: 0.5em; 
	}

	#content h3 {
		color: #bfdb33; 
		font-size: 16px;
    font-weight: bold; 
		margin-bottom: -0.5em; 
		padding-bottom: 0.25em; 
	}
		#content h2 + h3 {
			margin-top: 0;
		}

		#content h3 + ul,
		#content h3 + ol {
			margin-top: 1.5em; 
		}

	#content h4 {
		font-size: 1em; 
		font-weight: bold; 
		color: #bfdb33; 
		font-size: 14px;
	}

	#content ol li {
		margin: 0 0 0 3em; 
	}

	#content ul li {
		margin: 0 0 0 3em;
		display: list-item; 
		list-style: disc; 
	}

	#content ol li {
		margin: 0 0 0 3em; 
		display: list-item;
		list-style: decimal;
	}

	#content ul.nav { }

		#content ul.nav li {
			display: block;
			list-style: none; 
			margin: 0;
			border-bottom: 1px dotted #ccc; 
		}
			#content ul.nav li a {
				font-family: "Helvetica Neue", Arial, sans-serif; 
				font-weight: bold; 
				margin: 0;
			}

			#content ul.nav li p {
				margin: 1em 0;
			}

	#content .disclaimer {
		font-size: 11px;
		line-height: 17px; 
		color: #777; 
	}



#sidebar {
	position: relative; 
	float: right;
	width: 232px; 
	min-height: 400px; 
	padding-bottom: 2em; 
  background-color:#000;
}
	#sidebar h3 {
		border: none; 
		color: #bfdb33; 
		font-size: 16px; 
	}
		#sidebar h3 + ul.nav {
			margin-top: 1em; 
		}

	#sidebar #photo {
		display: block;
	}

	#sidebar ul.nav {
		margin: 0 0 1em 0;
	}
		#sidebar ul.nav li {
			margin: 0; 
			border: none; 
		}

		#sidebar ul.nav a {
			display: block;
			padding: 8px 10px 8px 15px; 
			color: #005f7d; 
			background: #d5e5eb; 
			border-top: 1px solid #fff; 
		}
			#sidebar ul.nav a:hover,
			#sidebar ul.nav a.on {
				background: #db1174; 
				color: #fff;
				text-decoration: none; 
			}

	#sidebar .sidebar_item {
		padding: 0 5px 0 14px;
		margin: 0 0 2em 0;
		
	}
	
	/**********************    sidebar pro homepage - dole    **/
  
   #sidebar2 {
	position: relative; 
	float: right;
  padding-bottom: 2em; 
  background-color:#000;
  
}
	#sidebar2 h3 {
		border: none; 
		color: #bfdb33; 
		font-size: 16px; 
	}
		#sidebar2 h3 + ul.nav {
			margin-top: 1em; 
		}

	#sidebar2 #photo {
		display: block;
	}

	#sidebar2 ul.nav {
		margin: 0 0 1em 0;
	}
	
	
		#sidebar2 ul.nav li {
			margin: 0; 
			border: none; 
		}

		#sidebar2 ul.nav a {
			display: block;
			padding: 8px 10px 8px 15px; 
			color: #005f7d; 
			background: #d5e5eb; 
			border-top: 1px solid #fff; 
		}
			#sidebar2 ul.nav a:hover,
			#sidebar2 ul.nav a.on {
				background: #db1174; 
				color: #fff;
				text-decoration: none; 
			}

	#sidebar2 .sidebar_item {
		padding: 0 5px 0 14px;
		margin: 0 0 2em 0;
		
	} 
.No Alignment{
padding: 0;
margin:0;
line-height: 0.6em;
}
  
 /*  konec sidebar pro homepage**************************/
 /* kopie bodycopy - aktuality a sidebar2*/
 #bodyhome {
 padding-right: 530px;
	padding-top: 1px; 
	margin-top: 0;
	padding: 10px 530px 30px 30px;
	background-color: #000;
	min-height: 400px;
	
	
}
	#bodyhome strong {
		color: #444; 
	}

	#content #bodyhome > h2:first-child {
		margin-top: 1em; 
	}

 
 /* konec bodycopy kopie*/

    #kontakt {
     border-top: 1px solid #141414;
    }
    #kontakt2 {
     border-left: 1px solid #141414;
     padding-left: 15px;
     max-width: 240px;
    }
    
    #reality2 {
    position: absolute;
    float: right;
    left: 232px;
     max-width: 232px;
     border-left: 1px solid #141414;
     padding: 10px 10px 5px 15px;
    }
    
    .sidebardole{
    clear: both;
    position: relative;
    float: right;
    top: 0;
    width: 500px;
    padding: 10px;
    }
    
    .onas{
    position: absolute;
    float: right;
    left: 490px;
    top: 0;
    width: 450px;
    padding: 10px 10px 30px 30px; 
    background-color: #141414; 
    border-left: 1px solid #1f1f1f; 
    text-align:justify;
  text-justify:inter-word; 
  	font-size: 12px;
  
    }
    
    .cinnost{
    width: 440px;
    padding: 10px 10px 30px 30px; 
        
    }
    
    .cinnost tbody{
    background-color: #000;
    margin: 0;
    padding: 0;
    border-collapse: collapse; /* 'cellspacing' equivalent */
    height: 160px;
    line-height:1.1em;
  
    }


    
    
    
  .cinnost table td, .cinnost table th
{
    padding: 0 0 0 5px; /* 'cellpadding' equivalent */
    margin: 0;
}
    
     .contonas{
     
     background-color: #141414;
    clear: both;
    }
    
  /* *************************/ 
  
  
  .reklamy{
  padding-left:30px;
  }
  
  .baner{
  padding: 0 10px 0 0;
  } 


#bodycopy {
	padding-right: 265px; 
	padding-top: 1px; 
	margin-top: 0;
	padding: 10px 265px 30px 30px;
	background: url(../../../site/templates/styles/images/back-obsah.gif) top right repeat;
	min-height: 400px;
	text-align:justify;
  text-justify:inter-word;
  
  
}
. obrazky{
  text-align:none;
}

	#bodycopy strong {
		color: #444; 
	}

	#content #bodycopy > h2:first-child {
		margin-top: 1em; 
	}

	#bodycopy .video {
		margin: 1em 0;
		background: #000;
		padding: 10px; 
		padding-bottom: 3px; 
		width: 640px; 
	}


#footer {
	clear: both; 
	border: none;
	font-size: 12px; 
	padding: 2em 0;
	margin: 0;
	
	background: url(../../../site/templates/styles/images/back-paticka.gif) top right repeat-x; 
  background-color: #fff;	
	min-height: 85px;
	color: #959595;
}
	#footer p,
	#footer a {
		color: #959595; 
	}

	#footer p {
		text-align: center; 
	}

	#footer a:hover {
		text-decoration: underline; 
		color: #bfdb33;  		
		
	}
	
	#loga{
  min-height: 60px;
  margin-top: 30px;
  }
	
  
  .boxlink {
	font-size: 10px;
	font-size: normal;
	color: #fff;
  background-color: #141414;
  padding: 5px 20px 5px 10px;
  width: 10em; 
  }
  
    
  #sidebar a, #sidebar2 a{     
  font-size: 14px;
  
  }
  

/**
 * The edit link that appears when you are logged in.
 * It is recommended that you implement an edit button 
 * in your templates to make it easy to switch to and
 * from the admin control panel when editing pages. 
 *
 */
#editpage {
	position: absolute;
	top: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
	#editpage:hover {
		background: #ffffcc;
		color: #000; 
	}


/**
 * Alignment styles that are used by the InputfieldTinyMCE for 
 * positioning images in bodycopy. If you are using this field type, 
 * you may want to include these or similar styles in your site.
 *
 */


.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
}

.align_right {
        float: right;
        display: block;
        margin: 0 0 0.25em 1em;
}

.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

/**
 * Optional CSS classes specific to the FieldtypeComments module
 * when used in this site design template. 
 *
 */

#content .CommentList {
	margin: 1em 0 0 0; 
}

	#content .CommentListItem {
		list-style: none; 
		margin: 0;
		border-left: 5px solid #ddd; 
		border-top: 1px dotted #ccc; 
		padding: 1em 0 1px 1em; 
		background: #fff; 
		
	}
		#content .CommentListItem p {
			margin-top: 0; 
		}
		#content .CommentHeader,
		#CommentForm label {
			margin: 0; 
			font-weight: bold; 
			font-size: 11px; 
			text-transform: uppercase; 
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
			color: #3786bc; 
		}
		#content .CommentText {
			color: #666; 
		}

#CommentForm { }

	#CommentForm h3 {
		margin: 0; 
		border: none; 
	}

	#CommentForm label {
		display: block;
		color: #f00076; 
		color: #999; 
	}

	#CommentForm p {
		margin: 0.5em 0;
	}

	.CommentForm_cite,
	.CommentForm_email {
		float: left; 
	}
		.CommentForm_cite input,
		.CommentForm_email input {
			width: 200px; 
			margin-right: 1em; 
		}

	.CommentForm_text {
		clear: both; 
	}
		.CommentForm_text textarea {
			padding: 2px; 
			width: 75%; 
			height: 100px; 
		}

	#CommentForm .error {
		background: #a30000; 
		color: #fff; 
		padding: 0.25em 0.5em; 
	}
	#CommentForm .success {
		font-weight: bold; 	
	}


/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
}

