* { margin: 0px; padding: 0px; }

@font-face {
  font-family: 'Yanone Kaffeesatz';
  src: url('../fonts/YanoneKaffeesatz.eot'); /* IE6,7,8 */
  src: local('YanoneKaffeesatz'),
       url('../fonts/YanoneKaffeesatz.ttf') format('truetype'),
       url('../fonts/YanoneKaffeesatz.otf') format('opentype'), /* non-IE */
       url('../fonts/YanoneKaffeesatz.woff') format('woff'), /* IE9 */
       url('../fonts/YanoneKaffeesatz.svg') format('svg'); /* for graphic */
}

body { 
    margin: auto;
    padding: 0;
    background: #fff; 	
    color: #555;	 
    width: 100%;
    font-family: 'Yanone Kaffeesatz', arial, georgia, sans-serif, serif;
}

table {
    width: 100%;
}

h2 { 
    margin: 0 0 15px 0;
    font-family: mujfont;
    color: black;
    text-align: center;
}

h3 { 
    margin: 10px 0 15px 0;
    font: italic bold 18px/1.5 'Yanone Kaffeesatz', arial, georgia;
    color: black;
    text-align: center;
}

ol { 
    float: center;
    color: black;
}	

form { 
    float: left;
    border: 2px solid #555; 
    padding: 15px 25px 15px 25px; 
    margin: 20px 0 15px 0;
    width: 705px;
    background: #fff;
    
    /* -- CSS3 - define rounded corners -- */	
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
     
    /* -- CSS3 - create a background gradient -- */
    background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFF)); 
    background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE); 
     
    /* -- CSS3 - add a drop shadow -- */
    -webkit-box-shadow:0px 0 50px #ccc;
    -moz-box-shadow:0px 0 50px #ccc; 
    //box-shadow:0px 0 50px #ccc;
}

input {
    padding: 4px;
    //padding: 8px; 
    margin: 4px 0 20px 0;
}

input, textarea { 		
    background: #fff; 
    width: 175px; 
    font-size: 12px; 
    color: #555; 
    border: 1px #ddd solid;
    
    /* -- CSS3 Shadow - create a shadow around each input element -- */ 
    -webkit-box-shadow: 0px 0px 4px #aaa;
    -moz-box-shadow: 0px 0px 4px #aaa; 
    box-shadow: 0px 0px 4px #aaa;
     
    /* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
    -webkit-transition: background 0.3s linear;	
}

input:hover, textarea:hover { 
    background: #eee; 
}
 
label {	
    font-size: 18px;
    color: #666; 
}
 
fieldset { border: none; }
 
#user-details { 
    float: left;
    width: 230px; 
}

#user-message { 
    float: right;
    width: 405px;
}

textarea {		
    width: 445px; 
    height: 250px;
    //height: 175px;
}

input.submit { 	
    width: 135px; 
    color: #eee; 
    text-transform: uppercase; 
    margin-top: 10px;
    background-color: #18a5cc;
    border: none;
    //display:block
    
    /* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
    -webkit-transition: -webkit-box-shadow 0.3s linear;
     
    /* -- CSS3 Shadow - create a shadow around each input element -- */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#18a5cc), to(#0a85a8)); 
    background:  -moz-linear-gradient(25% 75% 90deg,#0a85a8, #18a5cc); 
     
    /* -- CSS3 - Rounded Corners -- */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px;
}

input.submit:hover { 		
    -webkit-box-shadow: 0px 0px 20px #555;
    -moz-box-shadow: 0px 0px 20px #aaa; 
    box-shadow: 0px 0px 20px #555;		
    cursor:  pointer; 
}

td {
    color: black;
    padding: 5px 0 5px 0;
}

.cervene {
    color: red;
}

.bile {
    background-color: white; 
    padding: 4px 20px 4px 20px; 
    border-radius: 30px; 
    box-shadow: 0px 0px 25px 5px #2e4569;
}

.message { 
    color: red;
    font-size: 20px;
    //width: 255px;
    font-family: 'Yanone Kaffeesatz', arial, sans-serif, serif, georgia;
}

.hlaska, .kontrola, .oznameni {
    padding: 4px 0 4px 0;
    color: black;
    text-align: center;
}

.hlaska { 
    font-size: 25px;
}

.kontrola { 
    margin-top: 10px;
    font-size: 20px;
}

.oznameni { 
    font-size: 15px;
}

.text { 
    padding: 0 18px 0 15px;
}

.neviditelna {
    display: none
}

a.tlacitko {
    width: 135px; 
    color: #eee;   
    text-transform: uppercase; 
    margin-top: 10px;
    border: none;
    font-family: arial, serif, georgia, arial, sans-serif;
    padding: 10px 20px 10px 20px; 
    background-color: #18a5cc;
    font-size: 14px;
    text-decoration: none;
    //display: block 
    
    /* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
    -webkit-transition: -webkit-box-shadow 0.3s linear;
     
    /* -- CSS3 Shadow - create a shadow around each input element -- */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#18a5cc), to(#0a85a8)); 
    background:  -moz-linear-gradient(25% 75% 90deg,#0a85a8, #18a5cc); 
     
    /* -- CSS3 - Rounded Corners -- */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px; 
} 

a.tlacitko:hover{
    -webkit-box-shadow: 0px 0px 20px #555;
    -moz-box-shadow: 0px 0px 20px #aaa; 
    box-shadow: 0px 0px 20px #555;		
    cursor:  pointer;
}

.highslide-html-content {
    text-align: justify;
}

#lista {             
    border: 1px solid #555;
    float: right;
    background-color: #FFE4B5; 
    color: black;
    padding: 10px 10px 10px 10px;
    margin: 0px 0 15px 0;
    font-size: 15px;
    border-radius: 10px;
}

#tabulka {             
    border: 1px solid #555;
    float: left;
    background-color: #B5C7DE; 
    color: black;
    padding: 10px 10px 10px 10px;
    margin: 0px 0 15px 0;
    font-size: 15px;
    border-radius: 10px;
}