@charset "utf-8";
/* Styl pre web */



body {
   font-size:11px;
   background-repeat: repeat-x;
   color: #000000;
   background
}

a{
  color:#F26522;
  text-decoration: underline;
}

a:hover{

}

a.act, a.act:hover {
   text-decoration: underline;
}

a.inact, a.inact:hover {
   text-decoration: none;
}


#all-uvod {
   margin: 80px auto;
   height: 560px;
   width: 921px;
}

#all {
   margin: 0px auto;
   height: 560px;
   width: 921px;
}

#top-uvod {
   height: 75px;
}

#top{
   height: 64px;
   width: 819px;
   
   background-repeat: no-repeat;
}

#logo {
   position: relative;
   
}

#top-menu {
   background-image: url('../image/roh.png');    
   background-position: right top;
   background-repeat: no-repeat;
   text-align:left;
   padding:0px;
   margin:0px;
   background-color:white;
   width:819px;
}

#top-menu img{
   padding: 0px 0px 0px 0px;
}

#middle-top {
   background-color:white;
   background-image: url('../image/vrch-uvod.png');
   background-position: top;
   background-repeat: no-repeat;
   height: 7px;
}

#middle-uvod {
   background-color: #FFFFFF;
   width: 921px; 
   height: 451px;
   
}

#middle-mid {
   padding-top:50px;
   float:left;
   width: 238px; 
   height: 151px; 
}

#middle-rig {
   float:left;
   padding-top: 30px;
   padding-left: 50px;  

}


#middle-orange {
   background-color: #FFFFFF;
   width: 819px; 
   height: 500px;
}
#middle-orange a {
   color:#eb7a0f;
}
#middle-orange a : hrover {
   color:#eb7a0f;
}

#middle-green {
   background-color: #FFFFFF;
   width: 819px; 
   height: 500px;
}
#middle-green a {
   color:#789c32;
}
#middle-green a : hrover {
   color:#789c32;
}


#middle-blue {
   background-color: #FFFFFF;
   width: 819px; 
   height: 500px;
}
#middle-blue a {
   color:#0b9cc6;
}
#middle-blue a : hrover {
   color:#0b9cc6;
}


#middle-red {
   background-color: #FFFFFF;
   width: 819px; 
   height: 500px;
}
#middle-red a {
   color:#e21827;
}
#middle-red a : hrover {
   color:brown;
}

#middle-brown {
   background-color: #FFFFFF;
   width: 819px; 
   height: 500px;
}
#middle-brown a {
   color:brown;
}
#middle-brown a : hrover {
   color:brown;
}

#middle-left {
   width: 33%;
   float: left;
   margin: 0px 10px 10px 0px;
   padding: 10px 0px 0px 0px;
   background-image: url('../image/menu-back.png');

   font-size: normal;
}

#anketa {
   width: 100%;
   text-align:center;
   
}
#anketa a {
   text-decoration:none;
}

#middle-right {
   width: 61%;
   float: left;
   margin: 10px 0px 10px 0px;
   padding-left: 0px;
   text-align:justify;
}

#image-menu {
   text-align:center;
   padding: 10px 10px 15px 10px;
}

#image-menu img {
   margin: 0 15px 0 15px;
}

#separator {
   margin-left: 30px;
   background-image: url('../image/separator.gif');
   background-repeat: repeat-x;
   width: 93%;
   height: 1px;
}

#middle-bottom {
   background-image: url('../image/spodok.png');
   background-position: top;
   background-repeat: no-repeat;
   height: 7px;
}

#bottom {
   color: #737373;
   height: 30px;
   margin-top: 10px;
   margin-left: 40px;
   margin-right: 20px;
}

#bottom-left {
   height: 30px;
   width: 330px;
   text-align:left;
   float:left;
}

#bottom-right{
   height: 30px;
   width: 329px;
   text-align:right;
   float:left;
}

#bottom a {
   color: #737373;
}


/* contact */
.contact_form {
  margin-top:30px;
  width:380px;
  
}

.contact_form label {
	float: left;
	width: 25%;
	padding-right: 5px;
	text-align: right;

}
.contact_form .textinput, .contact_form textarea, .contact_form select {
	width: 260px;
	background-color:#fcede6;
	border:1px solid #E55A18;
	margin:1px; 0px;
}
.contact_form .button {
	background-color:#fcede6;
	border:1px solid #E55A18;
	margin:1px; 0px;
}

