﻿body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    
}

.hlavicka {
    background-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #CC3300;
    height: 50px;
    width: 100%;
    color: #CC3300;
    font-size: 12px;
  /*  position: fixed; */
}

.Paticka {
    background-color: #FFFFFF;
    height: 30px;
    width: 100%;
    color: #CC3300;
    font-size: 12px;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #CC3300;
}


.menu {
    font-size: 13px;
    color: #FF0000;
    white-space: normal;
    letter-spacing: 0.1em;
    vertical-align: middle;
    
}

a {
    font-size: 13px;
    color: #FF0000;
    white-space: normal;
    letter-spacing: 0.1em;
    vertical-align: middle;
    text-decoration: none;
}


.loginbox {
    padding: 10px;
    margin: 10px;
    background-color: #FF9B9B;
    border: thin solid #CC0000;
    width: 250px;
    text-align: center;
}

.logintitle {
    height: 25px;
    letter-spacing: 0.2em;
}

.logintextbox {
    border: thin solid #FF0000;
    font-size: 16px;
    height: 25px;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
}

.loginbutton {
    margin: 10px;
    border: thin solid #FFFFFF;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    background-color: #990000;
    color: #FFFFFF;
    width: 150px;
}

.loginlabel {
    padding: 10px 0px 3px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.HlavickaKlientJmeno {
    color: #004276;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    width: 300px;
    min-width:280px 
    
}
.HlavickaKlientJmenoS {

    background-image: url("images/ui-icons_cc0000_256x240.png");
    background-position: -65px -16px;
    
}

