/*------------------------------- LAYOUT ----------------------------------------------*/
body {margin:0; padding-top:150px; background:#ffffff; font-size: 11px; line-height: 1.5; font-family: Tahoma, Verdana, Arial, lucida, sans-serif; }

#main {
     width: 550px;   /* celková šířka */
     border: 1px solid #00B9FF;
     -webkit-border-radius: .5em;
     -moz-border-radius: .5em;
     border-radius: .5em;
     -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.4);
     -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.4);
     box-shadow: 2px 2px 3px rgba(0,0,0,.4);
     margin-left: auto;
     margin-right: auto;
     text-align: left;
}
#hlavicka-null {
     width: 100%;
     padding: 0;
     border: 0;     
}
#hlavicka {
     padding: 10px;
     border-bottom: 1px solid #ccc;     
     background: #d0dceb;   
     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00B9FF), to(#008FC4));
     background: -moz-linear-gradient(bottom,#008FC4, #00B9FF);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B9FF', endColorstr='#008FC4'); 
}
#vpravo-null {
     width: 356px;
     float: right;  
}

#vpravo {
     padding: 10px;
     border-left: 1px solid #ccc;
}
#vlevo-null {
     width: 190px;
     float: left;
     padding: 2px;
     
}
#vlevo {
	height: 144px;
	margin-top: 12px;
	margin-left: 25px;
    background: url('../img/gapars.png') 0 0 no-repeat; 
}
#paticka-null {
     clear: both;
     width: 100%;
     border: 0;     
}
#paticka {
     padding: 10px;
     border-top: 1px solid #ccc;
     background: #d0dceb;
     text-align: center;
	   color: #1D3F66;
	   text-shadow: 0 1px 1px rgba(0,0,0,.2);
	   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008FC4), to(#00B9FF));
	   background: -moz-linear-gradient(bottom,#00B9FF, #008FC4);
	   filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#008FC4', endColorstr='#00B9FF');
}
.noscreen { 
     display: none
}

/* KONKRÉTNí STYLY */

#hlavicka h1 {
     margin: 0;
     font-size: 150%;
     text-shadow: 1px 1px 0 rgba(224,224,224,.6);
     color: #2A5D96;
     padding: 0 20px 0 0;
	   text-align: right;	   
}

.clear { clear: both; overflow: hidden ;}
.break { height: 1px;}

label,input
{
display: block;
width: 150px;
float: left;
margin-bottom: 10px;
font-size: 11px;
text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

label
{
text-align: right;
width: 100px;
padding-right: 20px;
text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.form {
      border: 1px solid #CCC;
      border: 1px solid rgba(0,0,0,.4); 
      -webkit-border-radius: .3em;
      -moz-border-radius: .3em; 
      border-radius: .3em;
      -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.3);
      -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.3);
      box-shadow: 0px 1px 2px rgba(0,0,0,.3);      
}
.button {
        cursor: pointer;
        border: 1px solid #699EC9;
        text-shadow: 0 1px 1px rgba(0,0,0,.3);
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        border-radius: .5em;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
        -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
        box-shadow: 0 1px 2px rgba(0,0,0,.5);
        background-color: #699EC9;
        color: white;        
}

.button:hover {
	      text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

fieldset {border: 1px solid #ccc;-webkit-border-radius: .5em; -moz-border-radius: 0.5em; border-radius: .5em;}
legend {color: gray; text-shadow: 0 1px 1px rgba(0,0,0,.2);}

a {color: #14549C;}

.back {text-align: center; padding-top: 5px; color: gray; text-shadow: 0 1px 1px rgba(0,0,0,.2);}


