/* CSS Document */

body               { 
            background: url(/images/background2.jpg) no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            color: black;
            text-align: center;
            font-size: 12px
            margin: 0 auto;
            }				
h1        {
          font-size: 26px;
          }
h2        {
          font-size: 20px;
          }
h3        {
          font-size: 16px;
          }
h4        {
          font-size: 14px;
           }
h5         {
          font-size: 12px;
           }
a          {
            color: black;
            text-decoration: underline;
            }
a:hover     {
            color: Red;
            } 
.ttp         {
              line-height: 20px;
              font-family: Times New Roman;
              font-weight: bold;
              font-size: 20px;
              font-style: italic;
              text-align: center;
              color: black;
              text-decoration: none;
            }
#page       {
            width: 950px;
            position: relative;
            margin: 0 auto;			
			     height: 0 auto;
            }
#menu       {
            margin-top: -9px;
            margin-left: 0px;
            height: 153px;
            width: 949px;
            background-image: url(../images/menu.png);
            background-repeat: no-repeat;
            position: relative;
            z-index: 1;
            } 
.menu_text  {
            margin-top: 6px;
            width: 940px;
			      text-align: center;
            font-family: Times New Roman;
            }
#obsah      {
            margin-top: -107px;
            margin-left: -89px;
            height: 565px;
            width: 1037px;
            background-image: url(../images/obsah2.png);
            background-repeat: no-repeat;
            position: relative;
            z-index: 1;
            }
.obsah_text {
            margin-top: 155px;
            margin-left: 278px;
            width: 350px;
            color: Black;
            text-align: center;
            font-family: Verdana;
            font-size: 14px;
		      	font-family: Times New Roman;
            }
.obsah_text2 {
            margin-top: -425px;
            margin-left: 570px;
            width: 350px;
            overflow: hidden;
            position: relative;
            color: Black;
            text-align: center;
            font-family: Verdana;
            font-size: 14px;
		      	font-family: Times New Roman;
            z-index: 1;
            }
.break      {
            width: 1px;
            height: 1px;
            }
input.odeslat {
border-radius:1em;
border-top-left-radius:0.4em;
border-top-right-radius:0.4em;
border-bottom-right-radius:0.4em;
border-bottom-left-radius:0.4em;
height: 26px;
background-image: url(../images/bottom_1.jpg);
border: solid black 1px;
color: white;
font-family: Times New Roman;
font-weight: bold;
font-size: 19px;
font-style: italic;
cursor: hand;
}
input.odeslat:hover {
background-image: url(../images/bottom_12.jpg);
}