@charset "utf-8";
body {
	background-image: url(../images/body.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #5d5c5c;
	margin-bottom: 0px;
	text-align: center;
	background-position: top;
}
#main {
	width: 1000px;
	min-height: 600px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#main #hlavicka {
	background-image: url(../images/viper_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 128px;
	width: auto;
	margin-bottom: 10px;
}
#main #hlavicka .logo {
	float: left;
	margin-left: 100px;
	margin-right: 100px;
	padding-top: 50px;
}
#main #hlavicka ul{
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main #hlavicka ul .li_blue{
	list-style-type: none;
	display: inline;
	margin-right: 122px;
	float: left;
	margin-left: -38px;
}
#main #hlavicka ul .li_blue p{
	height: 92px;
	width: 92px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 17%;
	vertical-align: middle;
	text-align: center;
}
#main #hlavicka ul .li_blue p a{
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 16px;
}
#main #hlavicka ul .li_blue p a:hover{
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #C1F312;
}
#main #hlavicka ul .li_green{
	list-style-type: none;
	display: inline;
	float: left;
}
#main #hlavicka ul .li_green p{
	height: 92px;
	width: 92px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 17%;
	vertical-align: middle;
	text-align: center;
}
#main #hlavicka ul .li_green p a{
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 16px;
}
#main #hlavicka ul .li_green p a:hover{
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
}
#main  #hlavicka  ul .li_blue2 {
	margin-right: 0px;
	display: inline;
	float: left;
	margin-left: 80px;
}
#main #hlavicka ul .li_blue2 p{
	height: 92px;
	width: 92px;
	padding-right: 10px;
	padding-top: 18%;
	vertical-align: middle;
	text-align: center;
}
#main #hlavicka ul .li_blue2 p a{
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 16px;
}
#main #hlavicka ul .li_blue2 p a:hover{
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #C1F312;
}
#main #hlavicka ul .li_green2{
	list-style-type: none;
	display: inline;
	float: left;
}
#main #hlavicka ul .li_green2 p{
	height: 92px;
	width: 92px;
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 17%;
	vertical-align: middle;
	text-align: center;
}
#main #hlavicka ul .li_green2 p a{
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 16px;
}
#main #hlavicka ul .li_green2 p a:hover{
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
}

#main #hlavicka li{
	list-style-type: none;
	display: inline;
	margin-right: 30px;
}
.clear {
	clear: both;
	float: none;
	height: 4px;
	width: auto;
}
#middle {
	height: 400px;
	width: auto;
	position: relative;
}
#middle #main_subject {
	float: left;
	height: auto;
	width: auto;
}
#middle  #xslider {
	float: left;
	background-image: url(../images/bg_reference.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	height: 379px;
	width: 670px;
	margin-top: 17px;
}
#middle #xslider #slider {
	height: auto;
	width: auto;
	margin-top: 22px;
	margin-left: 99px;
}



/*SLIDER*/
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	height:289px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:56px;
	height:56px;
	position:absolute;
	left:0px;
	top:120px;
	z-index:1;
	background-position: bottom;
	overflow: hidden;
		}	
	#nextBtn, #slider1next{
	left:590px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:56px;
	height:56px;
	background-image: url(../images/left_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#prevBtn a:hover, #nextBtn a:hover,
	#slider1next a:hover, #slider1prev a:hover{
	display:block;
	position:relative;
	width:56px;
	height:56px;
	background-image: url(../images/left_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a, #slider1next a{
	background-image: url(../images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 56px;
	width: 56px;
	padding-left: 120px;
	/*margin-left: -120px;*/
	overflow: hidden;
		}	
	#nextBtn a:hover, #slider1next a:hover{
	background-image: url(../images/right_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 56px;
	width: 56px;
	padding-left: 120px;
	overflow: hidden;
		}	
#middle #main_subject h1 {
	font-family: Tahoma;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
#middle #main_subject .blue_nadpis {
	color: #15A5C4;
	font-family: Tahoma;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#middle #main_subject .blue_nadpis2 {
	padding-left: 0px;
	font-family: Tahoma;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #15A5C4;
	text-decoration: none;
}
#middle #main_subject ul {
	background-position: center;
	list-style-type: none;
	margin-left: 0px;
}
#middle #main_subject li {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-position: 0px 0px;
	position: relative;
	display: list-item;
	z-index: 1;
	line-height: 10px;
	text-align: left;
	vertical-align: text-top;
	background-image: url(../images/bg_li.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 6px;
	margin-left: -20px;
}
#middle #main_subject li a {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#middle #main_subject li a:hover {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
	text-decoration: underline;
}
#middle #boxs {
	float: none;
	height: auto;
	width: auto;
	margin-top: 35px;
}
#middle #boxs #webdesign_box {
	background-image: url(../images/box_blue.png);
	background-repeat: no-repeat;
	float: left;
	height: 300px;
	width: 300px;
}
#middle #boxs #webdesign_box ul,
#middle #boxs #linux_box ul{
	background-position: center;
	list-style-type: none;
	margin-left: 0px;
}
#middle #boxs #webdesign_box li,
#middle #boxs #linux_box li {
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0a4968;
	text-decoration: none;
	background-position: 0px 0px;
	position: relative;
	display: list-item;
	z-index: 1;
	line-height: 10px;
	text-align: left;
	vertical-align: text-top;
	background-image: url(../images/bg_li.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 6px;
	margin-left: -18px;
}
#middle  #boxs  #webdesign_box  p,
#middle #boxs #linux_box p {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0a4867;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 25px;
	margin-left: 60px;
	line-height: 20px;
}
#middle #boxs #webdesign_box div,
#middle #boxs #linux_box div {
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 10px;
}
#middle #boxs #webdesign_box img,
#middle #boxs #linux_box img {
	float: left;
	margin-right: 25px;
}
#middle #boxs #webdesign_box .seznam,
#middle #boxs #linux_box .seznam {
	list-style-type: square;
	color: #FFFFFF;
	background-image: none;
	list-style-position: inside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#middle #boxs #webdesign_box .seznam li,
#middle #boxs #linux_box .seznam li {
	color: #FFFFFF;
	background-image: none;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}
#middle #boxs #webhosting_box {
	background-image: url(../images/box_green.png);
	background-repeat: no-repeat;
	float: left;
	height: 300px;
	width: 300px;
	margin-right: 50px;
	margin-left: 50px;
}
#middle #boxs #webhosting_box ul {
	background-position: center;
	list-style-type: none;
	margin-left: 0px;
}
#middle #boxs #webhosting_box li {
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #437911;
	text-decoration: none;
	background-position: 0px 0px;
	position: relative;
	display: list-item;
	z-index: 1;
	line-height: 10px;
	text-align: left;
	vertical-align: text-top;
	background-image: url(../images/bg_li_green.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 6px;
	margin-left: -18px;
}
#middle  #boxs  #webhosting_box  p {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #437911;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 25px;
	margin-left: 60px;
	line-height: 20px;
}
#middle #boxs #webhosting_box div {
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 10px;
}
#middle #boxs #webhosting_box a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #b61b23;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
#middle #boxs #webhosting_box a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #b61b23;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}
#middle #boxs #webhosting_box img {
	float: left;
	margin-right: 25px;
}
#middle #boxs #webhosting_box .seznam {
	list-style-type: square;
	color: #FFFFFF;
	background-image: none;
	list-style-position: inside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#middle #boxs #webhosting_box .seznam li {
	color: #FFFFFF;
	background-image: none;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}
#middle #boxs #linux_box {
	background-image: url(../images/box_blue.png);
	background-repeat: no-repeat;
	float: left;
	height: 300px;
	width: 300px;
}
#aktuality {
	height: auto;
	width: auto;
	margin-top: 15px;
}
#aktuality #akt_top_left {
	background-image: url(../images/aktuality_left_top.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	float: left;
	display: none;
}
#aktuality #top_line {
	background-color: #494848;
	height: 22px;
	width: 1000px;
	float: left;
	border-radius: 15px;
	display: none;
}
#aktuality #akt_top_right {
	background-image: url(../images/aktuality_right_top.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	float: right;
	margin-right: 40px;
	display: none;
}
#aktuality #akt_subject {
	background-image: url(../images/bg_aktuality.png);
	background-repeat: repeat-x;
	width: 1000px;
	float: none; 
	clear: both;
	height: 265px;
	margin-top: 0px;
	padding-top: 22px;
	border-radius: 15px;
}
#aktuality #akt_subject .aktual_title {
	float: left;
	height: auto;
	width: 230px;
	background-image: url(../images/vert_line.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	margin-right: 6px;
	margin-left: 3px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#aktuality #akt_subject .aktual_title2 {
	float: left;
	height: 160px;
	width: 230px;
	color: #FFFFFF;
}
#aktuality  #akt_subject  ul  {
	background-position: center;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
}
#aktuality  #akt_subject  li  {
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-position: 0px 0px;
	position: relative;
	display: list-item;
	z-index: 1;
	line-height: 10px;
	text-align: left;
	vertical-align: text-top;
	background-image: url(../images/bg_li.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top: 6px;
	margin-left: -18px;
	letter-spacing: 1px;
}
#aktuality #akt_subject .aktual_title img,
#aktuality #akt_subject .aktual_title2 img {
	margin-left: 10px;
	float: left;
}
#aktuality #akt_subject .aktual_title h2,
#aktuality #akt_subject .aktual_title2 h2 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	float: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	text-decoration: underline;
}
#aktuality #akt_subject .aktual_title p,
#aktuality #akt_subject .aktual_title2 p {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	line-height: 16px;
	margin-left: 43px;
	margin-right: 25px;
}
#aktuality #akt_subject .aktual_title .datum,
#aktuality #akt_subject .aktual_title2 .datum {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #66cccc;
	text-decoration: none;
	margin-left: 43px;
}
#aktuality #akt_subject .aktual_title a,
#aktuality #akt_subject .aktual_title2 a {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#aktuality #akt_subject .aktual_title a:hover,
#aktuality #akt_subject .aktual_title2 a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC0000;
	text-decoration: underline;
}
#aktuality #akt_bottom_left {
	background-image: url(../images/aktuality_left_bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 22px;
	display: none;
}
#aktuality #bottom_line {
	background-color: #030303;
	float: left;
	height: 20px;
	width: 1000px;
	border-radius: 15px;
	display: none;
}
#aktuality #akt_bottom_right {
	background-image: url(../images/aktuality_right_bottom.png);
	background-repeat: no-repeat;
	float: right;
	height: 20px;
	width: 22px;
	margin-right: 40px;
	display: none;
}
#paticka {
	float: none;
	margin-top: 25px;
}
#paticka .paticka_menu {
	float: left;
}

#paticka a {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 8px;
}
#paticka a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC0000;
	text-decoration: none;
	margin-right: 8px;
}
#paticka .logo_paticka {
	float: right;
	vertical-align: middle;
	padding-bottom: 10px;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#reference_detail {
	height: auto;
	width: auto;
	clear: right;
	float: none;
	margin-top: 30px;
}
#reference_detail #left_detail {
	float: left;
	height: auto;
	width: 260px;
}
#reference_detail #centre_detail2 li {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

#reference_detail #left_detail2 {
	float: left;
	height: auto;
	width: 2px;
}
#reference_detail #left_detail img {
	border: 5px solid #1F1F1F;
	text-decoration: none;
}
#reference_detail #left_detail img:hover {
	border: 5px solid #0099FF;
	text-decoration: none;
}
#reference_detail #left_detail .lupa {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
}
#reference_detail #left_detail .lupa:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#reference_detail #left_detail a {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}
#reference_detail #left_detail a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0099FF;
	text-decoration: underline;
}
#reference_detail #left_detail .xlink {
	padding-top: 21px;
	float: left;
	height: 20px;
}
#reference_detail #centre_detail {
	float: left;
	height: auto;
	width: 460px;
	margin-right: 10px;
}
#reference_detail #centre_detail2 {
	float: left;
	height: auto;
	width: 660px;
	margin-right: 10px;
}
#reference_detail #centre_detail_news {
	height: auto;
	width: 860px;
	background-image: url(../images/bg_li.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 40px;
}
#reference_detail #centre_detail_news a {
	color: #FF0000;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
#reference_detail #centre_detail_news a:hover {
	color: #FF0000;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-decoration: none;
}
#reference_detail #centre_detail h2,
#reference_detail #centre_detail2 h2 {
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #155A6F;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
}
#reference_detail #centre_detail .popis .nadpis_popis,
#reference_detail #centre_detail2  .popis .nadpis_popis{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
}
#reference_detail #centre_detail .popis,
#reference_detail #centre_detail2 .popis {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	word-spacing: 4px;
	letter-spacing: 1px;
}
#reference_detail #centre_detail .popis2,
#reference_detail #centre_detail2 .popis2 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 2pt;
}
#reference_detail #centre_detail_news .popis3 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 2pt;
}
#reference_detail #centre_detail_news h2 {
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#reference_detail #right_detail {
	float: left;
	height: auto;
	width: auto;
}
#reference_detail #right_detail ul {
	background-position: center center;
	list-style-type: none;
	margin: 0px;
}
#reference_detail #right_detail li {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #2E7B98;
	text-decoration: none;
	background-image: url(../images/bg_li.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 30px;
}
#reference_detail #right_detail .odkaz_prehled {
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#reference_detail #right_detail .odkaz_prehled .odkaz_li {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
	background-image: none;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#reference_detail #right_detail img {
	margin-left: 40px;
	border: 5px solid #333333;
	margin-top: 10px;
}
#reference_detail #right_detail img:hover {
	margin-left: 40px;
	border: 5px solid #0099FF;
	margin-top: 10px;
}
#reference_detail #right_detail .odkaz_prehled .odkaz_li a {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}
#reference_detail #right_detail .odkaz_prehled .odkaz_li a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0099FF;
	text-decoration: underline;
}
#reference_detail #centre_detail3 {
	background-image: url(../images/bg_li.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 40px;
}
#main #reference_detail #centre_detail3 h2 {
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0a4968;
	text-decoration: none;
}
#main #reference_detail #centre_detail3 #left_kontakt {
	float: left;
	height: auto;
	width: 500px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main #reference_detail #centre_detail3 #left_kontakt .name {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0A4968;
	text-decoration: none;
}
#main #reference_detail #centre_detail3 #left_kontakt .funkce {
	padding-left: 8px;
}


#main #reference_detail #centre_detail3 #left_kontakt p {
	margin: 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: auto;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
#main #reference_detail #centre_detail3 #left_kontakt a {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: underline;
}

#reference_detail #centre_detail3 #right_kontakt {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 200px;
}
#main #reference_detail #centre_detail3 #right_kontakt td {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
	text-decoration: none;
}
#main #reference_detail #centre_detail3 #right_kontakt .textinput {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: 20px;
	width: 170px;
	border: 1px solid #006699;
}
#main #reference_detail #centre_detail3 #right_kontakt .textareainput {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: 100px;
	width: 360px;
	border: 1px solid #006699;
}
#main #reference_detail #centre_detail3 #right_kontakt .input {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: 26px;
	width: 100px;
	border: 1px solid #006699;
	background-color: #FFFFFF;
}
#main #reference_detail #centre_detail3 #right_kontakt .textinput2 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: 23px;
	width: 170px;
	border: 1px solid #006699;
}
#main #reference_detail #centre_detail3 #reference {
	height: auto;
	width: auto;
	clear: both;
	float: none;
}
#reference_detail  #centre_detail3  #reference  img {
	border: 6px solid #333333;
}
#reference_detail  #centre_detail3  #reference  img:hover {
	border: 6px solid #00CCCC;
}
#reference_detail #centre_detail3 .odkaz_prehled {
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding: 0px;
}
#main #reference_detail #centre_detail3 #reference table {
	margin-left: -20px;
}

#reference_detail  #centre_detail3  #reference .odkaz_prehled .odkaz_li a {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
	background-image: none;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#reference_detail  #centre_detail3  #reference  .odkaz_prehled .odkaz_li a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0099FF;
	text-decoration: underline;
}
iframe {
  border:none;
  overflow:hidden;
  width:90px;
  height:60px;
}
.paginator {
  width: 950px;
  padding-right: 20px;
  margin-top: 10px;
  text-align: right;
  font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0099FF;
}
.paginator a {
  font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.paginator a:hover {
  font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: underline;
}
.gplus_link {
	text-decoration: none;
}
.gplus_img {
	border: 0;
	width: 32px;
	height: 32px;
}
