@charset "utf-8"; .highlight { background: #ccc; } body { margin: 0; padding: 0; color: #000; font-family:Georgia, "Times New Roman", Times, serif; line-height: 150%; position:relative; background:url(img/background.jpg) no-repeat #DADADA; background: #DADADA; /* for non-css3 browsers */ /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DADADA', endColorstr='#FFFFFF'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#DADADA), to(#FFF)); /* for webkit browsers */ background: -moz-linear-gradient(top, #DADADA, #FFF); /* for firefox 3.6+ */ } /* ~~ Element/tag selectors ~~ */ ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */ padding: 0; margin: 0; } h1, h2, h3, h4, h5, h6, p { margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */ padding-right: 0px; padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */ } h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size: 40px; font-weight:normal; padding-top: 10px; margin-bottom: 0px; line-height: 150%; /*color:#900; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);*/ } h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:28px; font-style:italic; font-weight:normal; color: #000; padding-top: 0px; margin-bottom: 0px; line-height: 150%; } h3 { font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-style:italic; font-weight:normal; color: #000; padding-top: 0px; margin-bottom: 0px; line-height: 150%; } a { font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; line-height: 160%; color:#0F4FC6; text-decoration:none; font-weight: bold; } a:hover p { border-bottom: 1px dotted #0F4FC6; } a:hover img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */ border: none; } hr { margin: 20px auto; padding:10px; width: 70%; padding: 0px; color: rgba(0, 0, 0, 0.2); } /* ~~ this fixed width container surrounds the other divs ~~ */ .container { width: 960px; background: #FFF; border-left: 1px solid #E1E1E1; margin: 40px auto 10px auto; /* the auto value on the sides, coupled with the width, centers the layout */ -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; behavior: url(/css/border-radius.htc); border-radius: 10px; -webkit-border-top-left-radius: 0px; -khtml-border-radius-topleft: 0px; -moz-border-radius-topleft: 0px; border-top-left-radius: 0px; -webkit-border-top-right-radius: 20px; -khtml-border-radius-topright: 20px; -moz-border-radius-topright: 20px; border-top-right-radius: 20px; -moz-box-shadow: 2px 2px 2px #AEAEAE; -webkit-box-shadow: 2px 2px 2px #AEAEAE; box-shadow: 2px 2px 2px #AEAEAE; /*horizonatal, vertical, strenght, color*/ } /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */ .header { background: #FFF; -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px; behavior: url(/css/border-radius.htc); border-radius: 20px; position:relative; width:840px; height:70px; padding: 0px 40px; margin-top:150px; margin-bottom:6px; } .logo_bohaty { display:block; text-indent: -9999px; width:431px; height:130px; margin-top: -130px; margin-left: -40px; float:left; background:url(img/logo_bg.jpg) no-repeat; } .logo_bohaty a { display:block; width:100%; height:100%; background:transparent url(img/logo_bohaty.png) no-repeat top left; outline:none; float:left; margin-left:40px; margin-top:10px; width:296px; height:122px; } .slogan { position:absolute; bottom:80px; right:-30px; font-size:34px; font-style:italic; line-height:130%; visibility:visible; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7); color: #000; } .menu { padding-top: 90px; position:absolute; right:-20px; bottom:0px; } .content { padding: 8px 40px 10px 40px; position:relative; margin:0px; } .content a h2 { color:#0F4FC6; text-decoration:none; } .content ul { padding: 0px 0px 10px 20px; line-height:170%; } .content ul li { list-style:disc; } .banner_vozidla, .banner_reference, .banner_kontakt, .banner_inzerce { width:898px; height:250px; margin-left:0px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; behavior: url(/css/border-radius.htc); border-radius: 10px; } .banner_index, .banner_sluzby, .banner_o_firme { width:898px; height:400px; margin-left:0px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; behavior: url(/css/border-radius.htc); border-radius: 10px; } .banner_index { background:url(img/banner_index.jpg) no-repeat; } .banner_sluzby { background:url(img/banner_sluzby.jpg) no-repeat; } .banner_vozidla { background:url(img/banner_vozidla.jpg) no-repeat; } .banner_inzerce { background:url(img/banner_inzerce.jpg) no-repeat; } .banner_reference { background:url(img/banner_reference.jpg) no-repeat; } .banner_o_firme { background:url(img/banner_o_firme.jpg) no-repeat; } .banner_kontakt { background:url(img/banner_kontakt.jpg) no-repeat; } .kontakt_uvod, .sluzby_uvod, .reference_uvod, .o_firme_uvod { margin: 10px 0px 40px 0px; } .index_nabor, .index_sluzby, .index_vozidla, .index_reference, .index_o_firme, .index_kontakt { display:inline-block; margin: 30px 0px; padding-right: 140px; position:relative; width: 700px; min-height:130px } .index_nabor { margin-bottom:0px; } .index_sluzby h2, .index_vozidla h2, .index_reference h2, .index_o_firme h2, .index_kontakt h2{ margin-bottom: 10px; } .index_text { width: 600px; float: left; } .inzerce { width: 660px; } .index_reference, .index_o_firme, .ico_reference, .ico_o_firme { visibility:hidden; } .ico_nabor, .ico_index, .ico_sluzby, .ico_vozidla, .ico_reference, .ico_o_firme, .ico_kontakt { width:150px; height:146px; position:absolute; top: -10px; right: 0px; float:left; border: 0px solid #FFF; } .ico_nabor { background:url(img/ico_nabor.jpg) no-repeat; width:223px; height:300px; top: -0px; } .ico_index { background:url(img/ico_index.png) no-repeat; } .ico_sluzby { background:url(img/ico_sluzby.png) no-repeat; } .ico_vozidla { background:url(img/ico_vozidla.png) no-repeat; } .ico_reference { background:url(img/ico_reference.png) no-repeat; } .ico_o_firme { background:url(img/ico_o_firme.png) no-repeat; } .ico_kontakt { background:url(img/ico_kontakt.png) no-repeat; } .sluzby1, .sluzby2, .sluzby3, .sluzby4 { display:inline-block; margin: 30px 0px; padding-right: 40px; position:relative; } .sluzby1 h2, .sluzby2 h2, .sluzby3 h2, .sluzby4 h2{ margin-bottom:20px; } .mapeurope { float:right; border: 5px solid #FFF; -moz-box-shadow: 1px 1px 5px #AEAEAE; -webkit-box-shadow: 1px 1px 5px #AEAEAE; box-shadow: 1px 1px 5px #AEAEAE; margin: 0px 20px 0px 0px; } .sluzby_dispecink, .sluzby_doprava, .sluzby_zasilatelstvi, .sluzby_kontakt { float:left; border: 5px solid #FFF; -moz-box-shadow: 1px 1px 5px #AEAEAE; -webkit-box-shadow: 1px 1px 5px #AEAEAE; box-shadow: 1px 1px 5px #AEAEAE; margin: 0px 20px 0px 0px; } .sluzby_doprava { background:url(img/sluzby_doprava.jpg) no-repeat #FFF; width:425px; height:319px; } .sluzby_zasilatelstvi { background:url(img/sluzby_zasilatelstvi.jpg) no-repeat #FFF; width:425px; height:200px; } .sluzby_dispecink { background:url(img/sluzby_dispecink.jpg) no-repeat #FFF; width:425px; height:200px; } .sluzby_kontakt { background:url(img/sluzby_kontakt.jpg) no-repeat #FFF; width:425px; height:200px; } .vozidla_uvod { margin: 10px 0px 40px 0px; } .vozidla1, .vozidla2, .vozidla3, .vozidla4 { display:inline-block; margin: 10px 0px 10px 0px; padding-right: 0px; } .reference { display:inline-block; margin: 10px 0px 30px 0px; padding-right: 140px; position:relative; } .reference h2 { margin-bottom:20px; } .reference_text { position:absolute; top:60px; left: 340px; width:400px; } .logo { float:left; border: 5px solid #FFF; -moz-box-shadow: 1px 1px 5px #AEAEAE; -webkit-box-shadow: 1px 1px 5px #AEAEAE; box-shadow: 1px 1px 5px #AEAEAE; margin: 0px 20px 0px 0px; } .dhl { background:url(img/logo_dhl.jpg) no-repeat #FFF; width:300px; height:160px; } .lasek { background:url(img/logo_lasek.jpg) no-repeat #FFF; width:300px; height:59px; } .pradelna { background:url(img/logo_pradelna.jpg) no-repeat #FFF center; width:160px; height:160px; margin-left: 140px; } .o_firme_uvod { padding-right:0px; } .o_firme_reditel { display:inline-block; margin: 10px 0px 10px 0px; padding-right: 0px; position:relative; } .o_firme_reditel h2 { margin-bottom:20px; } .o_firme_portrait { background:url(img/o_firme_portrait.jpg) no-repeat #FFF; width:410px; height:308px; float:left; border: 5px solid #FFF; -moz-box-shadow: 1px 1px 5px #AEAEAE; -webkit-box-shadow: 1px 1px 5px #AEAEAE; box-shadow: 1px 1px 5px #AEAEAE; margin: 0px 20px 10px 0px; } .o_firme_portrait2 { background:url(img/o_firme_portrait2.jpg) no-repeat #FFF; width:410px; height:308px; float:left; border: 5px solid #FFF; -moz-box-shadow: 1px 1px 5px #AEAEAE; -webkit-box-shadow: 1px 1px 5px #AEAEAE; box-shadow: 1px 1px 5px #AEAEAE; margin: 0px 20px 10px 0px; } .o_firme_text { padding-right:20px; margin:30px 0px 30px 0px; } .rohaty { background:url(img/rohaty.jpg) no-repeat #FFF; float:right; width:300px; height:225px; position: relative; top: -10px; } .o_firme_avia { padding-right:20px; padding-top: 20px; margin:60px 0px 180px 0px; } .avia { background:url(img/avia.jpg) no-repeat #FFF; width:425px; height:240px; float:left; border: 5px solid #FFF; -moz-box-shadow: 1px 1px 5px #AEAEAE; -webkit-box-shadow: 1px 1px 5px #AEAEAE; box-shadow: 1px 1px 5px #AEAEAE; margin: 30px 20px 0px 0px; } .kontakt_adresa { width:880px; margin: 40px 0px 20px 0px; position:relative; } .kontakt_mapa { width:660px; height:440px; position:absolute; top: 0px; right: -4px; border: 10px solid #FFF; -moz-box-shadow: 1px 1px 15px #ccc; -webkit-box-shadow: 1px 1px 15px #ccc; box-shadow: 1px 1px 15px #ccc; /*horizonatal, vertical, strenght, color*/ } .kontakt_formular { width:880px; margin: 40px 0px 10px 0px; position:relative; } /* ~~ The footer ~~ */ .footer { background:url(img/footer_bg.png) repeat-x; width:921px; height:100px; z-index:0; margin: 20px 0px 0px 0px; padding: 0px 20px 0px 20px; color:#FFF; font-weight:bold; font-size:15px; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); -webkit-border-bottom-right-radius: 10px; -khtml-border-radius-bottomright: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; } .skype { display:inline; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); } .footer a { color:#FFF; text-decoration:none; } .footer_kontakt { padding-top: 10px; width: 300px; float:left; } .footer_kontakt a:hover { border-bottom: 1px dotted #FFF; } .footer_menu { padding-top: 58px; float:right; } .footer_menu a { margin: 0px 2px; } .footer_menu a:hover{ border-bottom: 1px dotted #FFF; /* background-color:#B7151A; -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px; behavior: url(/css/border-radius.htc); border-radius: 20px; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7); padding: 2px 7px 2px 7px; box-shadow:inset 1px 1px 1px #A00; and -moz-box-shadow:inset 0 0 2px #000000;*/ } .footer_menu ul li { display:inline; } .copyright { padding: 0px; color:#666; font-size:12px; width:100%; text-align:center; margin-bottom: 20px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7); } .copyright a { text-decoration:none; padding: 0px 0px; color:#666; font-size:12px; font-weight: normal; } .copyright a:hover { padding: 0px 0px; color:#000; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7); } .footer_gradient { z-index:-1; position:absolute; height:300px; bottom:-20px; width:100%; /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DADADA'); /* for IE */ /*background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DADADA)); /* for webkit browsers */ background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(218,218,218, 100)), color-stop(.9,#CCC) ); /*background: -moz-linear-gradient(top, #FFF, #DADADA); /* for firefox 3.6+ */ background: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(218, 218, 218, 100) 100%); } /* ~~ miscellaneous float/clear classes ~~ */ .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */ float: left; margin-right: 8px; } .clearfloat { /* this class can be placed on a
or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */ clear:both; height:0; font-size: 1px; line-height: 0px; } /*FORM*/ fieldset { padding:0px; margin:0px; border:0px solid; height:400px; display:inline-block; } legend { visibility:hidden; } .form { margin:20px 0px 0px 0px; width:580px; } .form_text_fields { width:445px; border: 0px solid; position:relative; } .labels { width: 150px; margin-left:25px; text-align:right; line-height: 230%; } .text_fields { width:250px; position:absolute; top: 0px; right: 0px; } .input { border: 1px solid #000; width:410px; margin: 5px 0px; padding: 4px; } .form_textarea_field { width:615px; height: 185px; border: 0px solid; position:relative; } .label_textarea { width: 150px; margin-left: 25px; text-align:right; line-height: 230%; } .input_textarea { border: 1px solid #000; text-align:left; margin-left: 140px; position:absolute; top: 0px; right: 0px; } .short_explanation { text-align:right; position:absolute; bottom:20px; left: 24px; font-size:11px; width:149px; color:#666; } .spmhidip { visibility: visible; } .gplusone { position:relative; top: 46px; left: 0px; } .button { background: #222 url(img/overlay.png) repeat-x; display: inline-block; padding: 12px 16px 13px; margin: 0px 2px; color: #fff; text-decoration: none; font-weight: normal; line-height: 1; font-family:Georgia, "Times New Roman", Times, serif; -khtml-border-radius: 10px; border-radius: 10px; behavior: url(/css/border-radius.htc); -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-box-shadow: 0 1px 3px #999; -webkit-box-shadow: 0 1px 3px #999; text-shadow: 0 -1px 1px #222; border-bottom: 1px solid #222; position: relative; cursor: pointer; font-size:22px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); } .button a { font-family:Georgia, "Times New Roman", Times, serif; font-variant:small-caps; font-size:24px; color:#FFF; } .button:hover { background-color: #e33100; } /* Sizes ---------- */ .small.button { font-size: 11px; } .medium.button { font-size: 13px; } .large.button { font-size: 30px; padding: 8px 14px 9px; } /* Colors ---------- */ .blue.button { background-color: #2daebf; } .red.button { background-color: #e33100; } .magenta.button { background-color: #a9014b; } .orange.button { background-color: #ff5c00; } .yellow.button { background-color: #ffb515; } /*kvuli zadelanymu dementnimu IE... .b_domu { position:absolute; padding: 5px 12px 6px; top:0px; left:0px; } .b_domu a { padding: 5px 12px 6px; } .b_domu a:hover { background-color: rgba(0, 0, 0, 0); } .b_domu_red { position:relative; padding: 5px 12px 6px; background-color: rgba(0, 0, 0, 0); } .b_sluzby { position:relative; padding: 5px 12px 6px; } .b_sluzby a { padding: 5px 12px 6px; } .b_sluzby a:hover { background-color: rgba(0, 0, 0, 0); } .b_sluzby_red { position:relative; padding: 5px 12px 6px; } .b_vozidla { position:relative; padding: 5px 12px 6px; } .b_vozidla a { padding: 5px 12px 6px; } .b_vozidla a:hover { background-color: rgba(0, 0, 0, 0); } .b_vozidla_red { position:relative; padding: 5px 12px 6px; } .b_reference { position:relative; padding: 5px 12px 6px; } .b_reference a { padding: 5px 12px 6px; } .b_reference a:hover { background-color: rgba(0, 0, 0, 0); } .b_reference_red { position:relative; padding: 5px 12px 6px; } .b_o_firme { position:relative; padding: 5px 12px 6px; } .b_o_firme a { padding: 5px 12px 6px; } .b_o_firme a:hover { background-color: rgba(0, 0, 0, 0); } .b_o_firme_red { position:relative; padding: 5px 12px 6px; } .b_kontakt { position:relative; padding: 5px 12px 6px; } .b_kontakt a { padding: 5px 12px 6px; } .b_kontakt a:hover { background-color: rgba(0, 0, 0, 0); } .b_kontakt_red { position:relative; padding: 5px 12px 6px; }*/ .send_message { margin: 6px 0px 0px 194px; cursor: pointer; /* hand-shaped cursor */ cursor: hand; /* for IE 5.x */ border:none; } .send_message:hover { background-color:#FF3F06; } #slideshow * { margin: 0; padding: 0; } #slideshow { position: relative; padding: 0px 0 15px; width: 898px; height: 250px; -webkit-border-top-left-radius: 10px; -khtml-border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; } #slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; } #slideshow #loading { background: none; display: block; top: 178px; left: 505px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; } #slideshow #pictures { background: url('images/bg.jpg'); width: 730px; height: 250px; left: 0; overflow: hidden; -webkit-border-top-left-radius: 10px; -khtml-border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; } #slideshow #pictures li { display: block; position: absolute; top: 0; width: 730px; height: 250px; } #slideshow #pictures li img { display: block; position: relative; bottom: 0; -webkit-border-top-left-radius: 10px; -khtml-border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; } #slideshow #menu { background: url('images/bg_side.jpg') bottom; list-style-type: none; width: 166px; height: 230px; right: 0; padding-top: 20px; -webkit-border-top-right-radius: 10px; -khtml-border-radius-topright: 10px; -moz-border-radius-topright: 10px; border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-radius-bottomright: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; } #slideshow #menu li { display: block; z-index: 1000; position: relative; zoom: 1; } #slideshow #menu li a { display: block; font: 11px "Lucida Grande", "Verdana"; text-decoration: none; padding: 7px 0 7px 28px; z-index: 1000; color: #ccc; line-height: 14px; vertical-align: middle; zoom: 1; } #slideshow #menu li a:focus { outline: 0; } #slideshow #menu li a:hover { color: #fff; } #slideshow #menu li.current a { font: 15px "Georgia"; color: #fff; padding: 5px 0 5px 28px; line-height: 18px; } #slideshow #menu li.background { background: url('images/arrow.gif') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5; } #slideshow-options { visibility:hidden; float:right; height:1px; } /* =Hoverbox Code ----------------------------------------------------------------------*/ .hoverbox { cursor: default; list-style: none; margin-left:-22px; display:inline-block; } .hoverbox a { cursor: default; border: none; text-decoration: none; } .hoverbox a .preview { display: none; } .hoverbox a:hover .preview { display: block; position: absolute; top: -33px; left: -45px; z-index: 1; } .hoverbox img { background: #fff; color: inherit; padding: 2px; vertical-align: top; width: 200px; height: 150px; border: none; text-decoration: none; } .hoverbox li { background: #eee; border: 1px solid #ccc; color: inherit; display: inline; float: left; margin: 3px; padding: 1px; position: relative; -moz-box-shadow: 1px 1px 2px #CCC; -webkit-box-shadow: 1px 1px 2px #CCC; box-shadow: 1px 1px 2px #CCC; } .hoverbox .preview { border-color: #000; width: 400px; height: 300px; }