﻿/* 
    Document   : styl
    Created on : 06.02.2020, 20:37:13
    Author     : ranko
    Description: verze na web
*/
a:link {text-decoration: none; color: #0099FF; font-size: 25px;}
     a:hover { text-decoration: underline; }
     a:visited {color: #0099FF;}
     a:active {color: red}    
body { margin:0; padding: 0; background-repeat: no-repeat; background-position: top; background-color: #FFCC33; }
/*background-image: url('../images/background.jpg'); */
p { margin: 0; padding: 0; font-family: Segoe UI; font-weight: normal; color: #ffffff; font-size: 16px; }
a { font-family: Segoe UI; font-weight: normal; color: #ffffff; font-size: 14px; }
ul { font-family: Segoe UI; font-weight: normal; color: #ffffff; margin: 0; padding: 0; }
h1 { font-family: Segoe UI; font-weight: bold; color: #339900; margin: 5px 0px 3px 0px; padding: 0; font-size: 30px; text-align: center; }
h2 { font-family: Segoe UI; font-weight: bold; color:#339900; margin: 5px 0px 3px 0px; padding: 0; font-size: 25px; text-align: center; }
h3 { font-family: Segoe UI; font-weight: normal; color: #339900; margin: 5px 0px 3px 0px; padding: 0; font-size: 20px; text-align: center; }
table { font-family: Segoe UI; font-weight: normal; color: #ffffff; font-size: 16px; }

#wrapper { margin: 0 auto; width: 1000px; padding: 5px 10px 5px 10px; }
#header { float: left; width: 1000px; height: 100px; }

#logo { float: left; margin: 15px 10px 15px 0px; }
#logo a img { border: none; text-decoration: none;  }

/* Contact box in header */
#headerContact { position: absolute; margin-left: 690px; margin-top: 8px; width: 300px; }
#headerContact p.phone { font-size: 25px; float: right; font-weight: normal; color: #ffffff; margin-top: 0px; }

p.email { font-size: 20px; float: right; font-weight: normal; color: #ffffff; margin-top: 0px; }

/* Contact box */
p.phone { font-size: 25px; font-weight: normal; color: #ffffff; }
p.mail { font-size: 20px; font-weight: normal; color: #ffffff; }
p.fmail { font-size: 10px; font-weight: normal; color: #ffffff; }


#primaryMenu { float: left; margin-top: 0px; width: 1000px; }
#primaryMenu a { text-decoration: none; font-weight: bold; color: #339900; font-size: 20px; margin-right: 10px; }
#primaryMenu a:hover { color: #33FF66; }

#layout { float: left; width: 1000px; background-color: #ffffff; min-height: 300px; margin-top: 10px; }

/* header imput fulltext */
#header input[type=text] { position: absolute; width: 250px; font-family: Segoe UI; font-size: 18px; font-weight: normal; border: 1px solid #0060cd; padding: 5px 5px 5px 5px;
                           margin-top: 45px; margin-left: 85px; border-radius: 5px; }
img#searchIcon { position: absolute; margin-top: 45px; margin-left: 360px; cursor: pointer; }

/* jQuery Slider */
#slider { overflow: hidden; width: 1000px; height: 341px; margin: 0 }
#slider img { float: left; width: 1000px; height: 341px; }

#slider a.button { position: absolute; margin-left: 200px; width: 300px; height: 350px; background-color: black; }


#navigation_slider { position: absolute; margin-top: 310px; margin-left: 890px; z-index: 999 }
#navigation_slider a { font-family: Segoe UI; color: #e7e7e7; padding: 2px 7px 2px 7px; background-color: #e7e7e7;
                       text-decoration: none; border: 2px solid #cfcfcf; margin-left: 7px; border-radius: 15px; font-size: 10px }  

#navigation_slider a.activeSlide { background-color: #0000ff; color: #0000ff }
#navigation_slider a:hover { background-color: #0000ff; color: #0000ff }

/* search form */
#formContent { float: left; background-color: navy; width: 650px; margin-top: 20px; margin-bottom: 20px; height: 360px; }
#formContent form {  }
#formContent label { float: left; font-family: Segoe UI; font-weight: 100; width: 100px; color: #ffffff; font-size: 19px; margin: 25px 0px 5px 10px; }
#formContent select { float: left; width: 160px; border: 1px solid #000000; font-family: Segoe UI; font-weight: 100; color: #ffffff; font-size: 18px;
                      padding: 5px 5px 5px 5px; margin: 20px 20px 5px 20px; }
#formContent select:hover {  }
#formContent input[type=text] { float: left; width: 148px; border: 1px solid #000000; font-family: Segoe UI; font-weight: 100; color: #ffffff; font-size: 18px;
                                padding: 5px 5px 5px 5px; margin: 20px 20px 5px 20px; }
#formContent input[type=submit] { float: left; width: 162px; margin-left: 453px; margin-top: 25px; height: 50px; font-family: Segoe UI; font-weight: normal; color: #ffffff; font-size: 20px; 
                                  background-color: #ff3600; border-radius: 7px; cursor: pointer; border-style: solid; border-width: 1px 1px 3px 1px; border-color: #8a2b01; }
#formContent input[type=submit]:hover { background-color: #dc4c0c; }

/* Last minute plavby */
#lastMinute { float: left; width: 340px; height: 275px; margin-top: 45px; margin-left: 10px; }
#lastMinute table { width: 320px; background-color: #b0c4de; opacity: 0.8; margin: 5px 10px 5px 10px; font-family: Segoe UI; font-weight: 100; color: #000000; font-size: 17px; }
#lastMinute tr td.left a { width: 240px; text-align: left; text-decoration: none; font-size: 17px; padding-top: 5px; color: #00008b; font-weight: bolder; }
#lastMinute tr td.left a:hover { text-decoration: underline; }
#lastMinute tr td.right { width: 80px; text-align: right; padding-top: 5px; }

/* footer */
#footer { float: left; width: 1000px; padding: 15px 0px 15px 10px; }
#footer p { text-align: center; font-size: 10px; text-decoration: none; }
