body { 
  margin:0; 
  padding:0;
  font-family:Arial,Verdana; 
  text-align:center; 
  background:#fff;
}

/*boxes*/
#page {
  position:relative;
  margin:0 auto 0 auto;
  width:1000px;
  background-color:#efefef;
  text-align:left;
}
#logobox {
  position:absolute;
  left:0;
  top:0;
  width:313px;
  height:144px;
  background-color:#fff;
  z-index:10;
}
#box1 {
  position:relative;
  float:right;
  width:687px;
  text-align:justify;
  background-color:#ff9600;
}
#box2 {
  position:absolute;
  left:0;
  top:0;
  padding:144px 0 0 0;
  width:313px;
}
#toptext {
  margin:0 0 70px 0;
  padding:40px 30px 0 35px;
  width:622px;
  height:104px;
}
#toptext a {
  color:#fff;
  
}
#menubox {
  position:absolute;
  top:144px;
  left:0;  
  margin:0;
  padding:0;
  width:687px;
  height:70px;
  background-color:#3f4249;
}
#text {
  padding:20px 0 20px 0;
  width:687px;
  min-height:720px;
}
#b2tbox {
  padding:28px 0 0 0;
  height:262px;
  text-align:justify;
}
#foot {
  position:relative;
  margin:auto;
  width:1000px;
  height:59px;
  text-align:left;
}
#textimage {
  width:687px;
  height:290px;
  background:#dbdbdb;
}

/*classes*/
.clear { clear:both;line-height:0;}
.wbox {background:#fff;}
.hid {display:none;}

/*logo*/
#logobox h1 {
  position:absolute;
  top:49px;
  left:72px;  
	margin:0; 
	padding:0;
	width:180px; 
	height:40px;
	z-index:10;
	font-size:3px;
}
#logobox h1 span {
	display:block;
	position:absolute; 
	margin:0; 
	padding:0;
	left:0; 
  top:0; 
	width:180px; 
	height:40px;
	z-index:0;
	cursor:pointer;
	background:url("../images/logo.jpg") no-repeat left top;
}

/*toptext*/
#toptext h2 {
  margin:0 0 15px 0;
  padding:0;
  color:#fff;
  font-size:0.9em !important;
}
#toptext p {
  margin:0;
  padding:0;
  color:#fff;
  font-size:0.75em;
}
/*text*/
#text h2 {
  margin:8px 35px 0 35px;
  padding:0;
  color:#fff;
  font-size:0.85em;
  
}
#text h3 {
  margin:8px 35px 0 35px;
  padding:0;
  color:#3f4249;
  font-size:0.9em;
  text-transform:uppercase;
  border-bottom:1px solid #3f4249;
}

#text h4 {
  margin:8px 35px 0 35px;
  padding:0;
  color:#3f4249;
  font-size:0.8em;
}

#text h5 {
  margin:8px 35px 0 35px;
  padding:0;
  color:#fff;
  font-size:0.75em;
}

#text p {
  margin:10px 35px 20px 35px;
  padding:0;
  color:#fff;
  font-size:0.75em;
}
#text p a {color:#3f4249;font-weight:bold;}
#text p a:hover {text-decoration:none;}

#text p.big {
  font-size:0.9em;
  font-weight:bold;
}
#text ul {
  margin:0 0 0 55px;
  padding:0;
}
#text ul li {
  margin:0;
  padding:0;
  color:#fff;
  font-size:0.75em;
}
#text ul li a {color:#3f4249;font-weight:bold;}
#text ul li a:hover {text-decoration:none;}

#text table {
  margin:10px 35px 20px 35px;
  padding:0;
  color:#fff;
  font-size:0.75em;
  border-collapse:collapse;
}

#text table.tab {
  margin:10px 35px 20px 35px;
  padding:0;
  color:#fff;
  font-size:0.75em;
  border-collapse:collapse;
  width:88%;
}

#text table.tab td {
  vertical-align:top;
  border:1px solid #fff;
  padding:5px;
  
}

#text table td input {
  border:1px solid #ffffff;
  width:200px;
}

#text table td textarea {
  border:1px solid #ffffff;
}

#text table td input.radio {
  border:0;
  width:30px;

}

#text table td a {color:#3f4249;font-weight:bold;}

#text table td input.submit {
  border:1px solid #ffffff;
  width:120px;
  text-align:center;
}


#text table.tab td input.cena {
  border:1px solid #ffffff;
  width:32px;
  text-align:right;
}

#text img {
  border:0;
}

/*menu*/
#menu {
  position:absolute;
  top:0;
  right:0;  
  margin:0;
  padding:0;
  width:675px;
  height:70px;
}
#menu li {
  display:inline;
  margin:0;
  padding:0;
  list-style:none;
}
#menu li a {
  display:block;
  float:left;
  margin:0 2px 0 10px;
  padding:4px 0 0 0;
  height:66px;
  line-height:66px;
  font-size:0.7em;
  color:#898d90;
  text-decoration:none;
	background:url("../images/menu-bg.jpg") no-repeat left top;
}
#menu li a:hover, #menu li a.selected {
  color:#ff9600;
	background:url("../images/menu-bg-hover.jpg") no-repeat left top;
}
/*box2*/
#box2 h2 {
  margin:28px 0 28px 20px;
  font-size:0.85em !important;
  color:#5a5a5a;
}
#b2toptitle {
  margin:0 0 0 0 !important;
  padding:0 0 0 21px !important;
  height:70px !important;
  line-height:70px !important;
  color:#fff !important;
  font-size:0.8em !important;
  background-color:#3f4249 !important;
}
#box2 p {
  margin:0 20px 10px 20px;
  font-size:0.75em;
  color:#9e9e9e;
}
strong.orange {color:#ff9600;font-weight:normal;}
#box2 p a {color:#9e9e9e;text-decoration:none;}
#box2 p a:hover {text-decoration:underline;}
.contactp {
  padding:0 0 0 27px;
  color:#5a5a5a !important;
}
.contactp a {color:#5a5a5a !important;}
#phone {background:url("../images/ico-phone.gif") no-repeat left top;}
#email {background:url("../images/ico-email.gif") no-repeat left top;}
#address {background:url("../images/ico-address.gif") no-repeat left top;}

/*foot*/
#footmenu {  
  position:absolute;
  right:0;
  top:0;
  width:687px;
  height:50px;
  background-color:#3f4249;
}
#foot ul {
  position:absolute;
  right:0;
  top:0;
  margin:0;
  padding:0 8px 0 0;
  height:50px;
}
#foot ul li {
  display:inline;
  margin:0;
  padding:0 0px 0 2px;
  line-height:50px;
  list-style:none;
}
#foot ul li a {
  color:#64686d;
  font-size:10px;
  text-decoration:none;
}
#foot ul li a:hover, #foot ul li a.selected {color:#ff9600;}
#foot p {
  padding:13px 0 0 20px;
  margin:0;
  width:293px;
  height:37px;
  font-size:0.6em;
  color:#a3a6ab;
  background:red;
  background:#4c4f56;
}

#foot2 {
position:relative;
  margin:auto;
  width:1000px;
  text-align:right;
  color:#a3a6ab;
 font-size:0.75em;
 height:20px;
}

#foot2 a {
  color:#a3a6ab;
}
#foot2 a:hover {
  color:#999999;
}
/*snews*/
.snews {
  margin:0 13px 30px 6px;
  padding:0 6px 35px 6px;
}
.line {background:url("../images/snews-line.gif") repeat-x left bottom;}
.nimage {
  float:left;
}
.snews a img {
  padding:1px;
  border:1px solid #cecece;
}
.snews p {
  float:left;
  margin:0 0 0 10px !important;
  padding:0 !important;
  width:210px;
  text-align:justify;
}
.snews h3 a {
  float:left;
  margin:0 0 5px 10px;
  padding:0;
  color:#fe9600 !important;
  font-weight:none;
  font-size:0.8em;
  text-decoration:none;
}
.snews h3 a:hover {text-decoration:underline;}

.vpravo {
  float:right;
  margin-left:30px;
  margin-right:30px;
}

.vlevo {
  float:left;
  margin-left:30px;
  margin-right:30px;
}


.error {
  text-align:Center;
  color:#ffffff;
  background-color:#ff0000;
  padding:10px;

}

.odkazy a img { border:0; }

