/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.9.2018, 10:34:40
    Author     : makovec
*/
body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5em; 
    color: #fff;
    background: #005155;
}

h1 {
    color: #ED6A8B;
    font-size: 42px;
    font-weight: normal;
}

a {
    color: #ED6A8B;
    text-decoration: underline;
}


.main {
    position: relative;
    width: 781px;
    height: auto;
    margin: 25px auto 0 auto;
}

.header {
    float: left;
    width: 781px;
    height: 85px;
}

.prefix {
    float: left;
    width: 159px;
    height: 479px;    
}

.right {
    float: right;
    width: 622px;
    height: auto;
}

.button {
    float: left;
}

.menu {
    float: right;
    width: 250px;
    height: auto;
    margin-top: 30px;
}

.menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.menu a:hover {
    color: #ED6A8B;
}

.footer {
    float: right;
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    text-align: right;
}

.footer a:hover {
    color: #fff;
}

.oou {
  float: left;
  width: 100%;
  height: auto;
  text-align: left !important;
}

.cook {
  position:fixed;
  width: 100%;
  height: 40px;
  padding-top:10px;
  bottom: 0px;
  background: #ccc;
  text-align: center;
  font-weight:bold;
  font-style: italic;
}

.cook table {
  table-layout: auto;
  position: relative;
  margin: 0 auto; 
}

.cook table td {
  padding: 5px 10px;
  color: #000;
}

.understand {
  color: #fff !important;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
  background: #016d7a;
  padding: 2px 5px 3px 5px;
  font-style: normal;
  font-weight: normal;
}
