/* ##### GLOBÁLNÍ STYLY ##### 
 Autor: Jan Bělohoubek 
 e-mail: it@sfortelem.cz
*/


/* ********************* */
/* === ZAKLADNI STYL === */

html {
  height:100%;
}

body {
  font-size: 12px; 
  color: black;
  font-family: Arial;
  padding: 0px;
  margin: 0px;
  width: 1000px;
  height:6200px;
}

a:link    {color: SeaGreen}
a:visited    {color: SeaGreen}
a:active    {color: SeaGreen}
a:hover    { color: green}

h1 {
  font-size: 22px;
  font-family: Sans-Serif;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 0px;
}

h2 {
  font-size: 19px;
  font-family: Sans-Serif;
  font-weight: bold;
    padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 0px;
}

h3 {
  font-size: 15px;
  font-family: Sans-Serif;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 0px;
}

h4 {
  font-size: 13px;
  font-family: Sans-Serif;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 0px;
}

.note {
  font-size: 12px;
  padding-left: 35px;
  padding-right: 0px;
}

img {
  border: 0px;
}

p.block{
  width: 800px;
}

.content{
  text-align: left; 
  font-size: 12px; 
  color: black;
  font-family: Arial; 
  padding-bottom: 20px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px auto 10px auto;
}

hr {
  margin-top: 10px;
  margin-bottom: 20px;
  color: lavender;
  height: 0.5px;
}

div.highlight{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
  background-color: lavender;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

div.highlight_soft{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
  background-color: AliceBlue;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* -- Tabulky -- */
.content table{
  text-align: left; 
  font-size: 12px; 
  color: black;
  font-family: Monospace;
  border: none;
}

tr.even{ /* sudý */
  background-color: LightSteelBlue;
}

tr.odd{ /* lichý */
  background-color: lavender;
}

.content td{
  padding-left: 3px;
  padding-right: 3px;
}

/* -- Obrázky -- */
.content img {
  border: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

img.intext {
  border: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

div.gallery{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 935px;
}

img.gallery {
  border: 0px;
  margin: 10px;
}

/* -- Hlášení -- */
.status_ok{
  color: green;
}

.status_error{
  color: red;
}

/* ******************* */
/* === HLAVNÍ MENU === */

.main_menu {
  height: 50px;
  width: 100%;
  position: fixed;
  text-align: left;
  font-weight: normal; 
  font-size: 14px; 
  color: white; 
  font-family: Sans-Serif; 
  Background-color: #212428;
  /*background-image: url(menu_bg.png);*/
  opacity: 1;
  margin-top: 0px;
  padding-bottom: 1px; 
  padding-top: 2px;
  padding-left: 100px;
  padding-right: 300px;
  z-index: 100;
}

.main_menu li {
  padding-left: 25px; 
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline;
}
.main_menu ul {
  text-align: right;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 200px;
}

.main_menu img {
  float: left;
  padding: 0px;
  margin-left: 50px;
  margin-right: 50px;
}

.main_menu_link a:link {color: silver; text-decoration: none}
.main_menu_link a:visited {color: silver; text-decoration: none}
.main_menu_link a:active {color: silver; text-decoration: none}
.main_menu_link a:hover { color: white; text-decoration: none}

.main_menu_link_visible a{ color: white; text-decoration: underline}

.nadpis {
  font-size: 19px; 
  font-family: Arial;
  color: white;
  padding-top: 10px;
  float: left;
  padding-bottom: 5px;
}

.nadpis2 {
  font-size: 12px; 
  font-family: Arial;
  color: white;
  padding-top: 30px;
  float: left;
  padding-bottom: 5px;
  position: relative;
  left: -100px;
}


a.nodec:link {color: white; text-decoration: none}
a.nodec:visited {color: white; text-decoration: none}
a.nodec:active {color: white; text-decoration: none}
a.nodec:hover { color: white; text-decoration: none}

/* *************** */
/* === PREVIEW === */

div.prev_back{
  background-image: url(background.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}

div.prev_all{
  width: 800px;
  height: 300px;
  margin: auto;
}

div.prev_control_left{
  width: 25px;
  height: 50px;
  margin-top: 125px;
  margin-bottom: 125px;
  opacity: 0.3;
  background-image: url("http://12.xn--ervence-i6a.eu/prev_left.png");
  float: left;
  cursor: pointer;
}

div.prev_control_left:hover{
  opacity: 1;
  -o-transition:opacity 500ms linear;
  -moz-transition:opacity 500ms linear;
  -webkit-transition:opacity 500ms linear;
  -ms-transition:opacity 500ms linear;
  transition:opacity 500ms linear;
}

div.prev_control_right{
  width: 25px;
  height: 50px;
  margin-top: 125px;
  margin-bottom: 125px;
  opacity: 0.3;
  background-image: url("http://12.xn--ervence-i6a.eu/prev_right.png");
  float: left;
  cursor: pointer;
}

div.prev_control_right:hover{
  opacity: 1;
  -o-transition:opacity 500ms linear;
  -moz-transition:opacity 500ms linear;
  -webkit-transition:opacity 500ms linear;
  -ms-transition:opacity 500ms linear;
  transition:opacity 500ms linear;
}

div.prev_frame {
  width: 750px;
  height: 300px;
  overflow: hidden;
  float: left;
}

div.prev_items {
width: 3000px;
height: 300px;
-webkit-transition: margin-left 1s ease-out;
-moz-transition: margin-left 1s ease-out;
-o-transition: margin-left 1s linear;
-ms-transition: margin-left 1s linear;
transition: margin-left 1s ease-out;
}

div.prev_item {
 width: 670px;
 height: 300px;
 color: black;
 text-align: left;
 float: left;
 text-align:center;
 padding: 40px;
}

/* Content */
.prev_item h1 {
  font-size: 22px;
  font-family: Veradana;
  font-style: italic;
  padding-bottom: 3px;
  padding-top: 8px;
  color:white;
}

.prev_item h2 {
  font-size: 18px;
  font-family: Veradana;
  font-style: italic;
  padding-bottom: 3px;
  padding-top: 8px;
  color: silver;
}

div.prev_navigation {
  margin: auto;
  width: 120px;
  padding-top: 100px;
}

div.prev_navigation_point {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  float:left;
  background-image: url("http://12.xn--ervence-i6a.eu/radio.png");
  opacity: 0.3;
  cursor: pointer;
  -o-transition:opacity 1s linear;
  -moz-transition:opacity 1s linear;
  -webkit-transition:opacity 1s linear;
  -ms-transition:opacity 1s linear;
  transition:opacity 1s linear;
}

div.prev_navigation_point_selected {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  float:left;
  background-image: url("http://12.xn--ervence-i6a.eu/radio_selected.png");
  cursor: pointer;
  opacity: 1;
  -o-transition:opacity 1s linear;
  -moz-transition:opacity 1s linear;
  -webkit-transition:opacity 1s linear;
  -ms-transition:opacity 1s linear;
  transition:opacity 1s linear;
}


/* *************** */
/* === MINIPAGE === */

div.minipage {
  margin: auto;
  min-width: 800px;
  max-width: 1000px;
  height: 100%;
  position: relative;
}

div.minipage_top {
  padding-top: 60px;
  margin-top: 40px;
  padding-bottom: 10px;
  text-align:center;
  background-image: url("http://12.xn--ervence-i6a.eu/dots.png");
  background-repeat: repeat-x;
  background-position: 100% 70%;
}

div.minipage_bottom {
  padding: 20px;
  background-image: url("http://12.xn--ervence-i6a.eu/dots.png");
  background-repeat: repeat-x;
  margin: auto;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

div.minipage_subpage {
  width: 200px;
  display:block;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}

/* Content */
.minipage_top h1{
  font-family: Verdana;
  font-style: italic;
  font-size: 25px;
  color: peru;
  width: 200px;
  margin: auto;
  background-color: white;
}

div.minipage_subpage h2{
  font-family: Verdana;
  font-size: 20px;
  color: peru;
  font-style: italic;
  height: 40px;
}

div.minipage_content {
  margin:auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 3px;
  width: 800px;
  height: 150px;
  color:black;
  font-size: 16px;
  font-family: Veradana;
  font-style: italic;
  text-align: center;
}

img.minipage_content_logo {
  border: 0px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
  height: 60px;
}

/* *************** */
/* === FOOTER === */

div.foot_kontakt {
  margin: auto;
  padding: 20px;
  padding-top: 60px;
  background-color: #383E44;
  color: white;
  font-size: 15px;
}


/* -- Formuláře -- */
div.foot_kontakt_form {
  text-align: center;
  margin: auto;
  color: white;
  font-family: Veradana;
  font-style: italic;
  width: 500px;
}

.form_input {
  margin: 2px;
  font-size: 16px;
  border: 1px solid black;
  background-color: DimGray;
  color: white;
  border-radius: 4px;
  width: 500px;
}

.form_button {
  font-size: 20px;
  margin: 5px;
  border: 1px solid black;
  background-color: DimGray;
  color: white;
  border-radius: 4px;
}

/* Content */

div.foot_content {
  padding-bottom: 10px;
  width: 800px;
  height: 300px;
  margin: auto;
  color:black;
  font-size: 20px;
  font-family: Veradana;
}

/* === OZNAMENI === */

.oznameni_top {
  height: 454px;
  width: 500px;
  position: fixed;
  top: 160px;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
  text-align: left;
  font-weight: normal; 
  font-size: 14px; 
  color: white; 
  font-family: Sans-Serif; 
  background-image: url("http://12.xn--ervence-i6a.eu/celni_strana.png");
  background-position: right; 
  opacity: 1;
  padding-bottom: 0px; 
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 10;
}

.oznameni_kruh {
  height: 454px;
  width: 500px;
  position: fixed;
  top: 160px;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
  transform:rotate(0deg);
  -ms-transform:rotate;
  -webkit-transform:rotate;
  text-align: left;
  font-weight: normal; 
  font-size: 14px; 
  color: white; 
  font-family: Sans-Serif;
  background-image: url("http://12.xn--ervence-i6a.eu/kruh.png");
  background-position: left; 
  opacity: 1;
  padding-bottom: 0px; 
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 5;
}


.oznameni_vnitrek {
  height: 454px;
  width: 500px;
  position: fixed;
  top: 160px;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
  transform:rotate(0deg);
  -ms-transform:rotate;
  -webkit-transform:rotate;
  text-align: left;
  font-weight: normal; 
  font-size: 14px; 
  color: white; 
  font-family: Sans-Serif;
  background-image: url("http://12.xn--ervence-i6a.eu/vnitrek.png");
  background-position: right; 
  opacity: 1;
  padding-bottom: 0px; 
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 2;
}

.map {
  width: 400px;
  padding-bottom: 20px; 
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

