/**
 * STYLOPIS vsech stranek, muze byt doplnen o samostatny stylopis konkretni stranky
 */
/* CLEARFIX http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

body
{
    margin: 0;
    padding: 0 50px 0 50px;
	background-color: #f6fafd;
    background-image:url('../images/background.png');
	background-attachment: fixed;
    background-repeat: repeat;
    color: #666666;
	font-weight: 400;
	font-size: 13px; 
	font-family: 'Open Sans', 'Tahoma', 'Helvetica', 'Arial', sans-serif;
    line-height:170%;
}

div
{
    margin: 0px;
    padding: 0px;
}

div#container_out
{
    position: static;
    margin: auto;
    width: 960px;
}

.border_radius, .button, .search_input
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

a:link, a:visited
{
	color: #488dc6;
	text-decoration: underline;
    cursor: pointer;  
}

a:hover, a:active
{
	color: #ef1c23;
}

a img
{
	border: none;
}

form, fieldset
{
	display: inline;
	margin-top: 0;
	padding: 0;
	border: none;
}

ul
{
	margin: 10px 5px 10px 30px;
    padding: 0 6px 0 10px;
	list-style-type: square;
}

input
{
	font-size: 1em;
	color: #808080;
}

p
{
	margin: 12px 0 12px 0;
    padding: 0;
}

h1, h2, h3, h4
{

	text-decoration:none;

}

h1
{
	color: #000000;
	font-size: 1.846em;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: 700;
    letter-spacing: -1px;
}

h2
{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #00aeef;
    font-size: 1.385em;
	font-weight: 400;
}

h3
{
	font-size: 1.154em;
	margin: 0px;
}

h4
{
	font-size: 1.154em;
	margin: 0px;
}

/*******************************************/
/* HEADER                                  */
/*******************************************/
div#header
{
	position:relative;
    width: 960px;
    height: 160px;
}


div#logo {
    position: absolute;
    left: 29px;
    top: 68px;
	float: left;
}

div#search
{
    position: absolute;
	right: 0;
    top: 85px;
}

input.search_input
{
	width: 212px;
	height: 22px;
	line-height: 22px;
	border: 1px #EEEEEE solid;
	background-color: white;
	color: #999999;
    font-size: 0.846em;
    padding-left:6px;
}

div#search input.button,
div#poptavka input.button,
div.subscribe-box input.button
{
	margin-left: 6px;
	
	height: 26px;
	color: white;
    padding: 2px 4px 1px 4px;
	width: 73px;

	font-size: 0.846em;
	background-image:url('../images/content/button-bg.png');
	background-repeat: repeat-x;
    background-color:#bf0117;

    text-align:center;
    font-weight: 600;

	cursor: pointer;
    border: none;
	
}

div#header_motif
{
    background-repeat: no-repeat;
    width: 960px;
    height: 172px;
}

div#menu
{
    position: absolute;
    top: 171px;
    width: 960px;;
    height: 53px;
	background-image:url('../images/header/menu/menu-background.png');
	background-repeat: repeat-x;
	background-color:#d40119;
    border: none;
}

a.menu_item
{
	/* sirka je definovana ve view helperu (kvuli dynamickemu poctu polozek v menu)*/
/*	width: NENASTAVUJTE */
/*	padding-left: NENASTAVUJTE */
/*	padding-right: NENASTAVUJTE */
	
	display:inline-block;
    float:left;
    height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    border-left:1px solid #d5727e;
    border-right:1px solid #81000c;
}

a.menu_selected
{
    background-color: #c30118;
    background-image:url('../images/header/menu/menu-background-selected.png');
    background-repeat: repeat-x;
}

a#menu_first
{
	/* sirka je definovana ve view helperu (kvuli dynamickemu poctu polozek v menu)*/
/*	width: NENASTAVUJTE */
    border-left:none;
}

a#menu_last
{
	/* sirka je definovana ve view helperu (kvuli dynamickemu poctu polozek v menu)*/
/*	width: NENASTAVUJTE */
    border-right:none;
}

a.menu_selected#menu_first 
{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;

	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	
	border-radius: 6px 0px 0px 6px;
}

a.menu_selected#menu_last 
{
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;

	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	
	border-radius: 0px 6px 6px 0px;
}

.menu_separator
{
    background-image:url('../images/header/menu/menu-separator.png');
    background-repeat:no-repeat;
	width:3px;
}

div#phone
{
    position: absolute;
    top: 238px;
    left: 655px;
    width: 300px;
    color: black;
    text-align:right;
}

div#image_search
{
	width: 217px;
	height: 36px;
	background-image:url('../images/pozadi/search.png');
    left: 550px;
    top: 62px;
}

div#image_menu
{
    width: 209px; height: 16px;
	background-image:url('../images/pozadi/menu.png');
    left: 743px;
    top: 154px;
}

div#image_sipka
{
    width: 67px; height: 125px;
	background-image:url('../images/pozadi/refs.png');
    left: -34px;
    top: 90px;
}

div#image_footer
{
    width: 590px; height: 60px;
	background-image:url('../images/pozadi/footer.png');
    left: 8px;
    top: 83px;
}


div#news
{
	position:relative;
    width: 960px;
	background-color: #f5f5f5;
	background-image: url('../images/content/news-bg.png');
	background-repeat:repeat-x;
	border: 1px #d6d6d6 solid;
	margin-top:10px;
	margin-bottom:30px;
}

div#news_outer
{
	position:relative;
    width: 960px;
    height: 58px;
}

div.news_item
{
	float: left;
	width: 795px;
	height: 58px;
	padding-left: 87px;
}

span.news_date
{
	float:left;
	height: 38px;
	color: #aba000;
	font-weight: 600;
	margin-right: 30px;
	padding-top: 20px;
}

td.news_text
{
	width:765px;
	height:55px;
	vertical-align: middle;
}

td.news_text p
{
	padding: 0 !important;
	margin: 0 !important;
}

div#news_rss
{
	position:absolute;
	height: 35px;
	width:51px;
	left: 906px;
	top: 12px;
}

div#news_rss img
{
	display:none;
	width:48px;
	height: 34px;
	border:none;
}
.image_news
{
	display:inline-block;
    position:absolute;
    width: 65px; height: 107px;
    left: 952px;
    top: 18px;
}

div#news_expand
{
	background-image:url('../images/pozadi/news_expand.png');
	background-repeat: no-repeat;
}

div#news_collapse
{
	background-image:url('../images/pozadi/news_collapse.png');
	background-repeat: no-repeat;
}


/*******************************************/
/* FOOTER                                  */
/*******************************************/

div#footer
{
	position:relative;
	width: 960px;
	height: 300px; /* fixin' opera bug */
	margin-top: 30px;
}

div#word_cloud
{
    width: 960px;
    height: 60px;
    
    padding-top:20px;
    padding-bottom:10px;
    
    text-align: center;
    
    border-top: 1px lightgray solid;
    border-bottom: 1px lightgray solid;
	position: relative;
}

div#word_cloud:after,
div#word_cloud:before {
	content: '';
	width: 960px;
	height: 1px;
	position: absolute;
	border-top: 1px white solid;
	top:0px;
	left:0px;
}

div#word_cloud:before {
	border-top: 0 none;
	border-bottom: 1px white solid;
	top:90px;
}

div#word_cloud a
{
    color:#999999;
    text-decoration:none;
    padding-left:4px;
    padding-right:4px;
}

div#word_cloud a:hover
{
    color:#ffba01;
}

a.cloud1
{
    font-size: 0.846em;
}
a.cloud2
{
    font-size: 1.231em;
}
a.cloud3
{
    font-size: 1.692em;
}
a.cloud4
{
    font-size: 2.154em;
}

div#contact
{
    clear:both;
    
    width: 950px;
    height: 86px;
	
	margin-top: 24px;
    padding-left: 10px;
    background-color: #313131;
    color: lightgray;
}

div.contact_item
{
    float:left;
    width: 155px;
    height: 85px;
    
    text-align:left;
    padding-left:65px;
    padding-top: 27px;
    background-repeat: no-repeat;
    background-position: 22px 20px;
}

div.contact_separator
{
	float:left;
    width:22px;
	height:85px;
    background-image:url('../images/footer/separator.png');
	background-repeat: no-repeat;
	background-position: 0px 25px;
}


div.contact_item a
{
    color:gray;
}

div.contact_item a:hover
{
    color:white;
}

div#contact_home
{
	background-image:url('../images/footer/contact-home.png');
}

div#contact_phone
{
	background-image:url('../images/footer/contact-phone.png');
}

div#contact_email
{
	background-image:url('../images/footer/contact-email.png');
}

div#contact_user
{
	background-image:url('../images/footer/contact-user.png');
}


div#bottom
{
    width: 960px;
    height: 150px;
    color: black;
	position:relative;
	line-height: 1.5em;
}

a#bottom_facebook
{
    float:left;
    display: inline-block;
	
    width: 32px;
    height: 32px;
    
    margin:3px 0 0 10px;
    
    background-image:url('../images/footer/facebook.png');
	background-repeat: no-repeat;
}

footer#bottom_copyright
{
    float:left;

    padding-left: 17px;
    width: 661px;
    height: 40px;
	
}

footer#bottom_copyright p
{
	margin: 0;
	padding: 0;
}

footer#bottom_copyright span.gray
{
	color: gray;
}

footer#bottom_copyright a
{
	color: black;
}


div#bottom_loga-eu
{
    float:right;
    width: 141px;
    height: 24px;
	
    background-image:url('../images/footer/logo-eu.png');
	background-repeat: no-repeat;
}


a#image_pageend
{
	display:inline-block;
    width: 122px; height: 87px;
	background-image:url('../images/pozadi/pageend.png');
    left: 709px;
    top: 80px;
}
	
/* Easy Slider */

	.slider ul, .slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.slider li{ 
		overflow:hidden; 
		}
	#news_slider ul {		
		border-color: #F5F5F5;
		border-style: dotted;
		border-width: 1px;        /* border tu je kvuli bugu v EasySlideru pri vice aktualitach */
		}
		
	#news_slider li {	/* rozmery zmensene o border nadrazeneho seznamu */   
		/*width: 793px; /* sirka s ikonou RSS */
		/*width: 870px; /* sirka bez ikony RSS */
		height: 56px;
		}	
	#news_prev, #news_next{ 
		display:block;
		width:16px;
		height:16px;
		position:absolute;
		z-index:1000;
		top: 22px;
		left:21px;
		}	
	#news_next { 
		left:45px;
		}														
	#news_prev a, #news_next a{  
		display:block;
		position:relative;
		width:16px;
		height:16px;
		background:url('../images/content/news_left.png') no-repeat 0 0;
		}	
	#news_next a{ 
		background:url('../images/content/news_right.png') no-repeat 0 0;
		}	
/* // Easy Slider */	 


a:hover div.hover_shadow{
	color:lightgray;
	border: solid 1px #CCC;
	
}

a:hover span.hover_shadow,
a:hover img.hover_shadow,
a.hover_shadow:hover {
	color:lightgray;
	border: none; /*solid 1px #CCC;
/*	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;*/
}	

/* vertical align: middle */
div.middle1
{
	overflow: hidden;
	display:table;
}

div.middle2
{
	display: table-cell;
	vertical-align: middle;
}

div.middle3
{
	/* nutno dodefinovat width */
	text-align: center;
	line-height: 1px; /* nutne pretizeni */
}

div.middle3 img
{
	/* nutno dodefinovat width */
	text-align: center;
border:solid 1px #D6D6D6;
}

/* CONTENT */
hover_div#content, div#subcontent, div#subcontent_no_background
{
    position:relative;
    width: 960px;
    min-height:300px;
}

div#subcontent_no_background
{
	margin-bottom: 10px;
}
/*
div#subcontent_no_background h1
{
    font-weight:normal;
    letter-spacing:0.2px;
}*/

div#content{
	position: relative;
/*	background: url('../images/theme.jpg') no-repeat;*/
	background: url('../images/theme_server.jpg') no-repeat;
	min-height: 800px;
}

div#arrows{
	position: absolute;
	width: 82px;
	height: 64px;
	background:url('../images/pozadi/content.png') no-repeat;
	top: 0px;
	right: -25px;
}

nav#submenu h2
{
    color: #333333;
    font-size: 1.538em;
	margin-bottom: 10px;
}

div#image_employ_shadow
{
    position:absolute;
    width: 363px; height: 67px;
	background-image:url('../images/content/bg-shadow.png');
	background-repeat: no-repeat;
    left: 595px;
    top: 316px;
}

div#subcontent
{
    background-image:url('../images/content/subcontent_bg.png');
    background-repeat:no-repeat;
	margin-bottom: 30px;	
}

div#subcontent-404{
	background: url('../images/pozadi/404.jpg') no-repeat;
	height: 774px;
}
/*
div#subcontent p
{
    padding: 3px 0 3px 0;
    line-height:1.7em;
}

div#subcontent ul
{
    padding: 0 6px 0 6px;
    line-height:1.7em;
    padding-bottom:6px;
}

div#subcontent h2
{
    margin: 10px 0 6px 0;
}

div#subcontent h3
{
    margin: 6px 0 0 3px;
}
*/

div.references
{
	position:relative;
    width: 960px;
    margin-top:39px;
}

div.references_preview
{
    margin: 1px 7px;
	width: 458px;
    height: 264px;
}

div.references_preview div.middle3
{
	width: 458px;
}

div.references_preview img
{
	max-width: 456px;
	max-height: 262px;
}

div.references_description
{
    margin-top:25px;
    margin-right:20px;
	float:right;
    width: 450px;
    height: 240px;
	color: black;
}

/*div.references_description h2
{
    letter-spacing: -1px;
    font-weight:normal;
	color: #bf0117;
	margin-bottom: 25px;
}*/

div.references_tags {
	margin-left:0;
	padding-left:0;
	margin-top: 10px;
	height: 20px;
	width: 450px;
	font-size: 0.9em;
	overflow: hidden;
}
div.references_tags span {
	background-image:url('../images/content/tag.png');
	background-repeat:no-repeat;
	background-position: center left;
	margin-left:0;
	padding: 2px 10px 0 25px;
	display:inline;
	height: 18px;
	line-height: 18px;
}

div.references_tags span a {
	color: gray;
}

div.references_button {
	margin: 10px 10px 0 0;
	text-align:right;
}


a.references_button_gray
{
/*	position:relative;
	left: 295px;
	top: -15px;
	
 margin: 0px 3px 15px 31px;*/
	padding: 5px 16px;

	background-image:url('../images/content/button-bg-gray.png');
	background-repeat: repeat-x;
	background-color:#f5f5f5;
	color:#bf0117;
	font-weight: 600;

	text-align:center;
	text-decoration:none;

	border: 1px solid #d6d6d6;
}

a.references_button_gray:visited{
	color:#bf0117;
}

a.references_button_gray:hover{
	color:black;
/*	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;*/
}
div.references div.ref_image_content {
    width: 105px; height: 86px;
	background-image:url('../images/pozadi/content.png');
	background-repeat: no-repeat;
	z-index:-100;
/*    position:relative;
    left: 853px;
	top: -261px;*/
	
	position: absolute;
	top: 0;
	right: 0;	
}

div#info
{
	position:relative;
 /*   margin-top:44px;*/
    margin-left:1px;
    width: 957px;
    height: 271px;
    background-color:white;
    border: 1px solid #d6d6d6;    
}

div.info_panel
{
    padding-left:21px;
    padding-top:20px;
    float:left;
    width: 292px;
    height: 230px;
    padding-right:5px; 
}

div.info_panel h2
{
	margin-bottom:10px;
	padding: 0;
}

div.info_panel p
{
    padding-top:0.5em;
    margin-bottom: 1em;
}



div.info_form_item
{
	line-height: 20px;
    height:20px;
    padding-top:10px;
    margin:0 10px 5px 0;
}

div.info_form_legend
{
    float:left;
    width: 115px;
    text-align:left;
}

div.info_form_input
{
    text-align:right;
	height: 20px;
}

div.info_form_input input[type=text]
{
	margin: 0;
	padding: 0;
	border: 1px lightgray solid;
	height: 20px;
	width: 140px;
}


input#info_form_submit
{
	margin-left: 130px;
}

div.info_form_input #info_service
{
	border: 1px lightgray solid;
	height: 20px;
	width:100%;
}

img#info_akce
{
    position:relative;
    top: -21px;
    left:0px;
}

div.info_panel a,
div.info_panel a:link,
div.info_panel a:visited,
div.info_panel a:active
{
    font-weight: 700;
    color: #488dc6; 
}

div#info_gallery { 
	position:relative;
	width: 960px;/* 921px;*/
	height: 148px;
	padding: 0px;
	
	border-top: 1px lightgray solid;
	border-bottom: 1px lightgray solid;
	text-align: left;
}  

div#info_gallery li{ 
	width: 960px; /*919px;*/
	height:152px;
	line-height: 2em;
}

div#info_gallery li middle1
{
	margin: 0; padding: 0;
	line-height: 142px;
	vertical-align: middle;
}

	
a.info_fancybox{
	height: 217px;
	width: 93px;
}


span#info_prev, span#info_next{ 
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	left:-20px;
	top:50px;
	z-index:1000;
	}	
span#info_next { 
	left:940px;
	}														
span#info_prev a, span#info_next a{  
	display:block;
	position:relative;
	width:40px;
	height:40px;
	background:url('../images/content/ref_left.png') no-repeat 0 0;
	}	
	
span#info_next a{ 
	background:url('../images/content/ref_right.png') no-repeat 0 0;
	}
	
span#info_prev a:hover{
	background-image: url('../images/content/ref_left_hover.png');
}

span#info_next a:hover{
	background-image: url('../images/content/ref_right_hover.png');
}



div#image_info_shadow
{
    position:absolute;
    width: 363px; height: 67px;
	background-image:url('../images/content/bg-shadow.png');
	background-repeat: no-repeat;
    left: 595px;
    top: 271px;
}


div#image_webclient
{
    position:absolute;
    width: 327px; height: 17px;
	background-image:url('../images/pozadi/webclient.png');
	background-repeat: no-repeat;
    left: 12px;
    top: -18px;
	z-index:0;	
}
div#web_client
{
	position:relative;
    margin-top:49px;
    margin-bottom: 20px;
    width: 960px;
}

div.web_client_item
{
    float:left;
    width: 14.2%;
}

div#image_content
{
    position:absolute;
    width: 105px; height: 86px;
	background-image:url('../images/pozadi/content.png');
	background-repeat: no-repeat;
    left: 853px;
    top: 3px;
	z-index:0;
}

div#mainframe
{
    margin: 0;
	
    padding-top: 12px;
/*    padding-bottom: 10px; */
    padding-left: 24px;
    padding-right: 28px;

    min-height: 670px;
    width: 588px;
	
}

div#mainframe_full
{
    padding-left: 24px;
    padding-right: 12px;
    padding-top:12px;
/*    padding-bottom:10px; */
	min-height:270px;
    width: 922px;
}



div#right_panel
{
	padding-left: 15px;
	margin-top:50px;
	padding-top: 10px;
	padding-bottom: 10px;
	float:right;
	padding-right: 24px;
	width: 280px;
	border-left: 1px solid lightgray;
	min-height: 270px;
	position: relative;
}

nav#submenu h2
{
	margin-top:0px;
    font-size: 1.538em;
    color: #bf0117;
    padding-bottom:20px;
}

div.subscribe-box
{
	padding-top: 25px;
	padding-left: 12px;

}

div.subscribe-box input#mce-EMAIL
{
	width: 184px;
}

div.subscribe-box input#mc-embedded-subscribe
{
	width: 54px;
}

div.qr-code-box
{
	padding-top: 25px;
	padding-left: 40px; /*75px;*/
	/*width: 294px;*/
}

div.fb-like-box
{
	width: 304px;
	height: 50px;
	position: absolute;
	bottom: 0;
	text-align: center;
}

div.submenu_item
{
    padding-top:5px;
	padding-left: 15px;
	padding-bottom:4px;
	cursor: default;
}

div.submenu_item a
{
    color:black;
    text-decoration: none;
}

div.submenu_item a:hover
{
    color: #bf0117;
}

div#submenu_item_selected
{
    color:#bf0117;
    font-weight: 600;
    text-decoration: none;
}

div.submenu_separator
{
    width: 280px;
    height: 1px;
    
    border-top: 1px lightgray solid;
	position: relative;
}

div.submenu_separator:after {
	content: '';
	width: 280px;
	height: 1px;
	position: absolute;
	border-top: 1px white solid;
	top:0px;
	left:0px;
}


div.info_button_box
{
    padding-top:30px;
	height:55px;
}

a.info_button
{
	display:block;
    line-height:54px;
	height:54px;
    padding: 0px 16px 0px 16px;
	text-align: left;

	background-image:url('../images/content/button-bg-red.png');
	background-repeat: repeat-x;
    background-color:#bf0117;
    color:white;

    font-weight: 600;
    font-size: 1.154em;
    text-decoration:none;

    border: none;
}
a.info_button:link, a.info_button:visited {
	color:white;
}

a.info_button img
{
	margin-right: 1.6em;
	vertical-align:middle;
}

a.info_button:hover img
{
	opacity: 0.9;
}

#references_slider li{ 
	width:960px;
	height:266px;
	}	
#references_prev, #references_next{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-40px;
	top:110px;
	z-index:1000;
	}	
#references_next { 
	left:955px;
	}														
#references_prev a, #references_next a{  
	display:block;
	position:relative;
	width:40px;
	height:40px;
	background:url('../images/content/ref_left.png') no-repeat 0 0;
	}	
#references_next a{ 
	background:url('../images/content/ref_right.png') no-repeat 0 0;
	}
/*
#references_prev a:hover{
	background-image: url('../images/content/ref_left_hover.png');
}

#references_next a:hover{
	background-image: url('../images/content/ref_right_hover.png');
}
*/

div#projekt_header{
	padding-right: 12px;
	min-height: 152px
}

div#projekt_header h1{
	margin-top: 0;
	padding-bottom: 9px; /* 15px */
}  

a.projekt_nav{
	position: absolute;
	top: 150px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
}

a#projekt_predchozi{
	left: -45px;
	background-image: url('../images/content/ref_left.png');
}

a#projekt_dalsi{
	left: 955px;
	background-image: url('../images/content/ref_right.png');
}

/*
a#projekt_predchozi:hover{
	background-image: url('../images/content/ref_left_hover.png');
}
*/
/*
a#projekt_dalsi:hover{
	background-image: url('../images/content/ref_right_hover.png');
}
*/

div#projekt_klient_logo {
	float: left;
	width: 245px;
	height: 120px;
}

div#projekt_klient_logo div.middle3{
	width: 245px;
}

div#projekt_klient_logo img{
	max-width: 245px;
	max-height: 120px;
}

div#projekt_perex {
	float: left;
	margin-left: 23px;
	width: 620px;
	height: 120px;
}

div#projekt_perex div.middle3{
	width: 620px;
}

div#projekt_perex div.middle3 div{
	text-align: left;
	line-height: 170%;
}



div#projekt_progress { 
	position:relative;
	left: -10px;
	margin-right:67px;
	margin-bottom: 40px;
	width: 893px;
	height: 118px;
	background-image: url('../images/content/progress_dolni.png');
	background-repeat: no-repeat;
	background-position: 0px 20px;
}  

div#projekt_progress_horni_obal{  
	position:absolute;
	top: 44px;
	left: 56px;
	height: 55px;
	width: 822px;
}  

div#projekt_progress_horni{  
	height: 55px;
	background-image: url('../images/content/progress_horni.png');
	background-repeat: no-repeat;
}  

div#projekt_progress_stav{  
	position:absolute;
	top: 0px;
	left: 20%;
	width: 133px;;
	height: 39px;
	background-image: url('../images/content/progress_stav.png');
	background-repeat: no-repeat;
}	

img#projekt_image {
	display:block;
	min-width: 821px;
/*	min-height: 320px;*/
	max-width: 821px;
/*	max-height: 320px;*/
	
	border: 1px lightgray solid;
	margin-left: 43px;
	text-align: center;
}  

.column{
	width: 445px;
	padding: 0 5px;
}

.column h2, .column p{
	margin-top: 0;
}

.column.second{
	float:right;
}

div#projekt_text {  
	clear:both;
	margin: 20px 0 0 0;
	color: black;
}  

div#projekt_tags { 
	margin: 15px 0;
	padding: 0;
	text-align: right;
	height: 19px;
	line-height: 19px;
}  

img#image_tags
{
    width: 99px; height: 19px;
	padding: 0 15px 0 0;
}

div#projekt_tags span {
	padding: 0;
	background-image:url('../images/content/tag.png');
	background-repeat:no-repeat;
	background-position: center left;
	margin-left:0;
	padding-left:25px;
	padding-right:10px;
	display:inline;
	height: 19px;
	line-height: 19px;
	position: relative;
	top: -7px;
}

div#projekt_tags span a {
	color: gray;
}

div#gallery_fancybox { 
	position:relative;
	width: 960px;
	height: 134px;
	padding:0;
	
	border-top: 1px lightgray solid;
	border-bottom: 1px lightgray solid;
	text-align: left;
	position: relative;
}

div#gallery_fancybox:after,
div#gallery_fancybox:before {
	content: '';
	width: 960px;
	height: 1px;
	position: absolute;
	border-top: 1px white solid;
	top:0px;
	left:0px;
}  

div#gallery_fancybox:before {
	border-top: 0 none;
	border-bottom: 1px white solid;
	top:134px;
}

div#gallery_fancybox li{ 
	width: 960px; /*919px;*/
	height:140px;
	padding-top:19px;
}

div#gallery_fancybox li img{ 
	border: solid 1px #CCC;	
	width:217px;
	height:93px;
	margin-left:9px;
	margin-right:9px;
	margin-bottom: 10px;
	overflow: hidden;
}	

a.fancybox_link{
	height: 217px;
	width: 93px;
}

div.gallery_hover{
    margin-bottom: 10px;
    margin-left: 9px;
    margin-right: 9px;
	position: absolute; 
	width: 217px;
	height: 93px;
	display:inline;
    overflow: hidden;
	display:none;
}

div.gallery_hover_image{
	width: 217px;
	height: 93px;
	background-image: url('../images/gallery_hover.png');
	background-repeat: no-repeat;
	background-position: center;
}

span#projekt_prev, span#projekt_next{ 
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	left:-20px;
	top:50px;
	z-index:1000;
	}	
span#projekt_next { 
	left:940px;
	}														
span#projekt_prev a, span#projekt_next a{  
	display:block;
	position:relative;
	width:40px;
	height:40px;
	background:url('../images/content/ref_left.png') no-repeat 0 0;
	}	
	
span#projekt_next a{ 
	background:url('../images/content/ref_right.png') no-repeat 0 0;
	}
	
span#projekt_prev a:hover{
	background-image: url('../images/content/ref_left_hover.png');
}

span#projekt_next a:hover{
	background-image: url('../images/content/ref_right_hover.png');
}		

div#projekt_footer {  
	width: 960px;
	height: 60px;
	margin-top:20px;
}

a.projekt_button
{
	display:inline-block;
    margin-left: 9px;
    line-height:54px;
	height:54px;
    padding: 0px 20px 0px 20px;
	text-align: left;

	background-image:url('../images/content/button-bg-red.png');
	background-repeat: repeat-x;
    background-color:#bf0117;
    color:white;

    font-size: 1.308em;
    text-decoration:none;

    border: none;
}
a.projekt_button:link,
a.projekt_button:visited{
	color:white;
}

a.projekt_button img
{
	margin-right: 16px;
	vertical-align:middle;
}

a.projekt_button:hover img
{
	opacity: 0.9;
}

a.button_yellow
{
    background-color:#eed808;
	background-image:url('../images/content/button-bg-yellow.png');
}

div#projekt_footer_social {
	float:right;
	text-align:right;
	width: 260px;
	height: 80px;
	
	background-repeat: no-repeat;
	background-image: url('../images/pozadi/social.png');
	background-position: 60% 40%;
}  

div#projekt_footer div.fb-like iframe.fb_ltr 
{ /* tezke pretizeni FB like buttonu */
  /*  width: 80px !important; */
	top: -7px !important;
}

div#fb-like {
	display: inline-block;
}

.fb-like img,
#like iframe,
.fb_iframe_widget{
	vertical-align:middle
}

div#gplus {
	display: inline-block;
}

div#plusone {
/* tezke pretizeni google plusone buttonu */
	position:relative;
	text-align: right;
}

div#projekt_footer_poptavka,
div#projekt_footer_external {
	text-align:left;
	width: auto;
	height: 80px;
	display: inline-block;
}

div#projekt_footer_poptavka {
	width: 370px;
	
	background-repeat: no-repeat;
	background-image: url('../images/pozadi/tlacitko.png');
	background-position: 100% 0%;
}

img#image_tlacitko
{
    width: 138px; height: 34px;
	position: relative;
	left: 10px;
}


div#klient_header{
	padding-top:12px;
	padding-right: 12px;
}

div#klient_header h1{
	margin-top: 0;
	padding-bottom: 9px;
}  

div#klient_logo {
	float: left;
	width: 245px;
	height: 120px;
}

div#klient_logo div.middle3{
	width: 245px;
}

div#klient_popis {
	float: left;
	margin-left: 23px;
	width: 620px;
	height: 120px;
}

div#klient_popis div.middle3{
	width: 620px;
}

div#klient_popis div.middle3 div{
	text-align: left;
	line-height: 1.4em;
}

div#klient_popis p {
	margin: 0px;
}

div.list_logo {
	width: 858px;
	padding-left:64px;
	padding-top:27px;
	height: 190px;
	border-top: 1px lightgray solid;
	position: relative;
}

div.list_logo:after {
	content: '';
	width: 922px;
	height: 1px;
	position: absolute;
	border-top: 1px white solid;
	top:0px;
	left:0px;
}

div.list_logo a:link, div.list_logo a:visited {
	text-decoration: none;
	color: inherit;
}

div.list_logo a:active, div.list_logo a:hover strong {
	color: red;
}

div.list_logo figure {
	margin:0;
	float:left;
	padding-right:21px;
}

div.middle3 .klient_logo_item img {
	border: 0 none;
}

div.list_logo_item
{
	width: 245px;
	height: 120px;
	border: 1px lightgray solid;
	background-color: white;
	overflow: hidden;
	display:table;
	padding:0;
	margin:0;
}

div.list_logo_item div.middle3
{
	width: 245px;
}

div.list_logo_item div.middle3 img
{
	border: 0 none;
	max-width: 245px;
	max-height: 120px;
}

div.list_logo figure figcaption{
	margin-top:10px;
	float:left;
	padding-right:21px;
}

.columnized div {
	float: left;
	width: 18em;		/* When using a fixed number of columns, you can omit the width. Otherwise it must be set! This will be the *minimum* width of a column*/
	padding: 10px;		/* You may use a padding... but thanks to IE you can only use pixels! */
	position: relative; 		/* Needed when using a 'read-on'-text */
	text-align: justify;
	margin: 0;	 		/* Don't use a margin! */
}

#breadcrumb{
	position: absolute;
}

#breadcrumb_inner{
	position: relative;
	left: 18px;
	top:-33px;
	font-size: 0.846em;
}

#breadcrumb_inner a:link, #breadcrumb_inner a:visited
{
	color: #488dc6;
	text-decoration: underline;
}

#breadcrumb_inner a:hover, #breadcrumb_inner a:active
{
	color: #ef1c23;
}

/**************** forms *******************/

ul.errors {
	/*border:1px solid #CD0A0A;*/
	display: inline;	
}
ul.errors li {	
	display: inline;
	color:#CD0A0A;
	margin-right: 0.3em;
	padding: 2px 8px;	
}

.ui-tabs .ui-tabs-nav li a {	
	font-size: 0.846em;
	font-weight: 700;
	/*padding: 3px 0px 3px 7px;*/
} 

form table th {
	text-align: left;
	vertical-align: top;	
}


.long-input {
	width: 400px;		
} 
.middle-input {
	width: 300px;		
} 
.short-input {
	width: 200px;		
} 
.shortest-input {
	width: 100px !important;
}

.hidden {
	display: none;
}
.date-pick {
	width: 100px !important;
}

table.form_table input.date-pick-datatime {
	width: 120px !important;
}

table.form_table td.form_element {
	padding: 0px 10px;
}

div.button_box {
	/*margin-bottom: 10px;*/
	text-align: right;
	vertical-align: text-bottom;
}

div.button_box .main { /*Hlavni tlacitko*/
	line-height: 30px;
	height: 30px;
	background-image: none;
	background-color: #C10E0F;
}


div#poptavka tr
{
    margin-bottom:5px;
}

div#poptavka label
{
    float:left;
    width: 120px;
    text-align:left;
	line-height: 25px;
	padding: 0 10px 0 0;
	font-weight: 400;
}

div#poptavka .required label
{
	font-weight: 700;
}

div#poptavka td
{
    text-align:left;
}

div#poptavka input[type=text]
{
	border: 1px lightgray solid;
	width: 300px;
	height: 25px;
	padding: 0 5px;
}

div#poptavka span.desc
{
	font-size: 0.846em;
	color: gray;
}

div#poptavka textarea{
	border: 1px lightgray solid;
    height: 100px;
    width: 600px;
	padding: 5px 5px;
}

div#poptavka .button_box {
	text-align: left;
	padding-left: 140px;
}

div#poptavka .button_box .button{
	padding: 2px 7px;
	background-color:#CC0000;
	
}

div#poptavka_infobox
{
    border: 1px solid red;
	padding: 2px 10px;
	margin-bottom: 15px;
	width: 717px;
	background-color: white;
	text-align: left;
	font-weight: 600;
}


.bg_image {
	background-repeat: no-repeat;
	position:absolute;
	z-index: 0;
/*	outline: 1px red solid; */
}




/**
 * STYLOPIS uvodni stranky
 */
 
.employment_title
{
    color: #333333;
    font-size: 1.538em;
	margin-bottom: 10px;
}


div#employment
{
    padding-left:14px;
    margin-bottom: 30px;
    width: 944px;
    height: 315px;
    background-color: white;
    border: 1px solid #d6d6d6;
	position:relative;
}

.employment_title
{
    padding:24px 0 4px 0;
    margin: 0 0 0 31px;
    letter-spacing: -1px;
    font-weight: 400;
	color: #bf0117;
}

.employment_logo
{
    margin: 15px 0 0 33px;
    width: 180px;
    height: 50px;
}

.employment_text
{
    margin: 6px 10px 0 33px;
    width: 190px;
    letter-spacing: 0px;
	line-height: 1.4em;
}

a.employment_button
{
    position:absolute;
    top: 247px;
    
    margin: 15px 0 0 33px;
    padding: 6px 16px 6px 16px;

	background-image:url('../images/content/button-bg.png');
	background-repeat: repeat-x;
    background-color:#bf0117;
    color:white;

    text-align:center;
    text-decoration:none;

    border: none;
}

a.employment_button:visited{
	color:white;
}

a.employment_button:hover{
	color:lightgrey;
}

div.employment_item
{
	position:relative;
    float:left;
    width: 235px;
    height: 295px;
    
    background-image:url('../images/content/tag.png');
    background-repeat:no-repeat;
    background-position: -3px 26px;
}

div.employment_separator
{
	float:left;
    width:1px;
	height:295px;
    background-image:url('../images/content/employment-separator.png');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}

#references_slider li{ 
	width:960px;
	height:266px;
	}	
#references_prev, #references_next{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-40px;
	top:110px;
	z-index:1000;
	}	
#references_next { 
	left:955px;
	}														
#references_prev a, #references_next a{  
	display:block;
	position:relative;
	width:40px;
	height:40px;
	background:url('../images/content/ref_left.png') no-repeat 0 0;
	}	
#references_next a{ 
	background:url('../images/content/ref_right.png') no-repeat 0 0;
	}
/*
#references_prev a:hover{
	background-image: url('../images/content/ref_left_hover.png');
}

#references_next a:hover{
	background-image: url('../images/content/ref_right_hover.png');
}		
*/

div#image_codelame
{
    position:absolute;
	width: 120px; height: 120px;
	background-image:url('../images/pozadi/codelame.png');
	background-repeat: no-repeat;
    left: 989px;
    top: 38px;
}

div#image_prokoho
{
    position:absolute;
    width: 132px; height: 129px;
	background-image:url('../images/pozadi/prokoho.png');
	background-repeat: no-repeat;
    left: -145px;
    top: 408px;
}

div#image_novinky
{
    position:absolute;
    width: 342px; height: 22px;
	background-image:url('../images/pozadi/novinky.png');
	background-repeat: no-repeat;
    left: 616px;
    top: 647px;
}

div#image_klienti_2nd_row
{
    position:absolute;
	width: 191px; height: 56px;
	background-image:url('../images/pozadi/klient_2nd_row.png');
	background-repeat: no-repeat;
    left: 910px;
    top: 521px;
}

div#image_tlacitko_se_sikne
{
    position:absolute;
	width: 138px; height: 34px;
	background-image:url('../images/pozadi/tlacitko_se_sikne.png');
	background-repeat: no-repeat;
    left: 306px;
	margin-top: 31px;
}

div#image_hotnews
{
    position:absolute;
	width: 236px; height: 19px;
	background-image:url('../images/pozadi/hot_news.png');
	background-repeat: no-repeat;
    left: 717px;
	margin-top: -17px;
}

/*
div#image_infobox
{
    position:absolute;
    width: 195px; height: 22px;
	background-image:url('../images/pozadi/infobox.png');
	background-repeat: no-repeat;
    left: 5px;
    top: 748px;
}
*/
div#image_iprovas
{
    position:absolute;
    width: 128px; height: 136px;
	background-image:url('../images/pozadi/iprovas.png');
	background-repeat: no-repeat;
    left: 980px;
    top: 805px;
}

div#english
{
    position:relative;
    left: 878px;
    top: 12px;
	width: 82px;
	height: 67px;
	text-align: right;
	padding-right: 147px;
	
	background-image:url('../images/pozadi/english.png');
	background-repeat: no-repeat;
	background-position: 47px 27px;
	
}

div.logo_klientu
{
	float:left;
}

.external
{
    background-image: url('../images/external.png');
    background-position: 0% 60%;
    background-repeat: no-repeat;
    padding-left: 12px;
}

div.search_result ul li,
div.kariera ul li
{
	padding-bottom: 10px;
}

a#qrcode img {
	border: 1px #d6d6d6 solid;
}

div#buttons {
	position: absolute;
	bottom: 0;
	left: 0;
}

div#buttons a {
	float: left;
	margin-left: 25px;
	width:250px;
}

.fl {
	float: left;
}