body{
     background: url('img/background.png') top left repeat-x;
     margin: 0 0;
     font-family: verdana;
     color: #4e4e4e;
     }
     
a{
  color: #4e4e4e;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

img {
border: 0px;
}

h1,h2,h3{
         text-align: center;
}

.center{
        text-align: center;
}

.cena{
      color: red;
      font-size: 17px;
      text-align: center;
      font-weight: bold;
}

.cena a{
      color:red;
      font-family: garamond;
      text-decoration: none;
}

p.objednat{
          text-align: center;
          font-weight: bold;
}
     
#obalka{
        width: 950px;
        margin: 0 auto;
        }
        
#header{
        background: url('img/header.png') center top no-repeat;
        width: 100%;
        height: 230px;
}

#header-nadpis{
               height: 75%;
               width: 100%;
}

#header-image{
               padding-top: 70px;
               padding-left:250px;
               width: 533px;
               height: 70px;
               
}

#header a{
        padding: 10px 7px;
        vertical-align : middle;
        text-decoration: none;
        color: #4e4e4e;
}

#header a:hover{
        color: #1da9da;
}

#header img{
        vertical-align : middle;
        border: 0px;
}

#header-menu{
             margin: 0 20px;
             color: #4e4e4e;
             font-weight: bold;
             font-size: 18px;
             text-align: center;
             
}

#menu-leve{
           float:left;
           width:20%;
           padding-left: 15px;
           margin-top: 15px;
           
}

#menu-prave{
           float:right;
           width:20%;
           padding-right: 0px;
           margin-top: 15px;
}

#obsah{
       float:left;
       width: 530px;
       text-align: justify;
       margin: 0 auto;
       margin-top: 7px;
}

.box{
     width: 177px;
     padding-bottom: 20px;
}

.box-nadpis{
            background: url('img/box-hlavicka.png') center top no-repeat;
            height: 30px;
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 5px;
            color: #FFF;
            font-weight: bold;
            text-align: center;
            margin-top: 5px;
            vertical-align: bottom;
}

.box-odkazy{
            width: 175px;
            background-color: #FFF;
            margin: 0px;
            padding: 0px;  
            padding-left: 0px;
            margin-left: 0px;      
            border: 1px solid white;
            text-align: center;
}

.box-odkazy p{
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}


.box-odkazy a h2{
            padding-top: 0px;
            font-size: 18px;
            color: red;
            text-decoration: underline;
}

.box-odkazy a:hover h2{
            text-decoration: none;
}


.odkaz-lgray a{
             display: block;
             line-height: 22px;
             font-size: 16px;
             background: #ebebeb;
             color: #4e4e4e;
             text-align: center;
             text-decoration: none;
             font-weight: bold;
             border: 2px solid white;
}

.odkaz-lgray a:hover{
             background: #1da9da;
}

.odkaz-gray a{
             display: block;
             line-height: 22px;
             font-size: 16px;
             background: #a7a9ab ;
             color: #4e4e4e;
             text-align: center;
             text-decoration: none;
             font-weight: bold;
             border-left: 2px solid white;
             border-right: 2px solid white;
}
.odkaz-gray a:hover{
             background: #1da9da;
}

.nadpis{
        width: 100%;
        height: 40px;
        background: url('img/obsah-nadpis.png') center top no-repeat;
        margin-top: 0px;
        color: #373737;
}

.nadpis h1{
           font-size: 20px;
           font-weight: bold;
           text-align: center;
           padding-top: 8px;
}

.nadpis h2{
           font-size: 20px;
           font-weight: bold;
           text-align: center;
           padding-top: 8px;
}

.obdelnicek h2{
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            }

.obdelnicek-top{
                 background: url('img/obdelnicek-top.png') center top no-repeat;
                 height: 6px;
}
.obdelnicek-bot{
                background: url('img/obdelnicek-bot.png') center top no-repeat;
                height: 6px;
}
.obdelnicek-mid{
                background: url('img/obdelnicek-mid.png') center top repeat-y;
               padding: 5px;
               padding-left: 12px;
               padding-right: 12px;
               height: 320px;
               
}

.obdelnicek{
            width: 176px;
            padding: 0px;
            margin-top: 2px;
            float:left;
}

.obdelnicek img{
    border: 1px solid #4e4e4e;
}

.obdelnik-top{
                 background: url('img/obdelnik-top.png') center top no-repeat;
                 height: 6px;
}
.obdelnik-bot{
                background: url('img/obdelnik-bot.png') center top no-repeat;
                height: 6px;
}
.obdelnik-mid{
              background: url('img/obdelnik-mid.png') center top repeat-y;
               padding: 15px;
}

.obdelnik{
            width: 530px;
            padding: 0px;
            margin-top: 2px;
            
}

.kocarek-potah{
               float:left;
}

#footer{
        width:100%;
        height: 51px;
        background: url('img/footer.png') center top no-repeat;
        padding-top: 10px;
        text-align: center;
        margin-bottom: 0;
        font-size: 12px;
}



a.objednat {
	font-weight: normal;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#FFFFFF;
	font-family:Arial;
	font-size:20px;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}a.objednat:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}a.objednat:active {
	position:relative;
	top:1px;
}




