.zcontainer {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
.zcontainer div.comTitle
{
    font-size: 25px;
    color: #808080;
    margin-bottom: 10px;
}
.zcontainer div.comTitle1
{
    font-size: 17px;
    color: #808080;
}
a.alphabetRight
{
    display: block;
    float: right;
    color: #73b002;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
a.alphabetRight:hover
{
    text-decoration: none;
}

.spec{
  padding: 5px;	
    color: #73b002;
    font-size: 13px;
    
}
.zcats {
width: 192px;
height: 230px;
float: left;
margin: 0 0 25px 0;
}
.zcats2 {
width: 174px !important;
height: 165px !important;
}
.zcats2 s{
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.zcats .ps {
margin: 0;
float: left;
text-decoration: none;
}
.zcats div {
  margin:5px 0 0 0;
  width:180px;
  overflow:hidden;
  float:left;
  font-size:12px;
  color:#777777;
}
.zcats .girl {
font-size: 12px;
color: #e81d3d !important;
font-weight: bold;
}
.zcats .ps{
cursor: pointer;
display: block;
width: 120px;
height: 120px;
background-size: 120px auto;
}

.fl-cats {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 7px;
}
.fl-cats ul,
.fl-cats li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fl-cats ul li,
.fl-cats li li {
  float: left;
  width: 50%;
  margin-bottom: 7px;
  min-height: 22px;
}
.fl-cats ul li a,
.fl-cats li li a {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  display: inline-block;
  padding-right: 10px;
}
.fl-cats ul li a:hover,
.fl-cats li li a:hover {
  text-decoration: underline;
}
.fl-cats ul li a span,
.fl-cats li li a span {
  font-weight: bold;
  padding-left: 5px;
}

.fl-fmenu {
  display: inline-block;
  float: right;
right:0;
  width:250px;
}
 .fl-fmenu1 {
  position: absolute;
  display: none;
  top:30px;
  width:260px;
  right:0;
  z-index:99;	
}
 a.fl-addspez{
color: #fff;
  background: #ffab00;
  padding: 3px 15px;
  display: inline-block;
  text-decoration: none;
  margin:10px;
  font-size: 16px;
  min-width:230px;
  width:auto;	
	
}
 a.fl-add {
  color: #fff;
  background: #ffab00;
  padding: 3px 15px;
  display: inline-block;
  text-decoration: none;

  font-size: 16px;
  min-width:230px;
  width:auto;
}
 a.fl-add:hover,  .fl-info a.fl-add1:hover{
  text-decoration: underline;
}
 a.fl-add1 {
  color: #fff;
  background: #ffab00;
  padding: 3px 15px;
  display: inline-block;
  text-decoration: none;

  font-size: 16px;
  float: right;
}
#spec_search_form {
padding: 5px 10px;
overflow: hidden;
border: 1px solid #e1e1e1;
}
#spec_search_form h2 {
font-family: 'HeliosCondLight',Arial,Helvetica,sans-serif;
padding: 11px 0 10px;
font-size: 24px;
font-weight: normal;
color:#666;
}
#spec_search_form label {
display: block;
float: left;
width: 270px;
height: 24px;
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
color: #666666;
}
#spec_search_form select{
width: 220px;
margin-bottom: 2px;
font-size: 12px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
-webkit-appearance: menulist;
box-sizing: border-box;
align-items: center;
border: 1px solid;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
white-space: pre;
-webkit-rtl-ordering: logical;
color: black;
background-color: white;
cursor: default;
}
#spec_search_form input[type="text"] {
width: 90px;
margin-bottom: 2px;
font-size: 12px;
font-family: Tahoma, Arial, Helvetica, sans-serif;

box-sizing: border-box;
align-items: center;
border: 1px solid #bbb;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;

-webkit-rtl-ordering: logical;
color: #666666;
background-color: white;
cursor: default;	
}
#spec_search_form #submit {
margin-left: 270px;
display: inline-block;
border: 1px solid #4db626;
border-bottom: 1px solid #3d7311;
padding: 0 10px;
min-width: 120px;
text-align: center;
font-size: 14px;
text-decoration: none;
height: 30px;
overflow: hidden;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5bb75b;
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
border-color: #51a351 #51a351 #387038;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

}







.day {
	font-size:16px;
	text-align:center!important;
}
.month {
	color:#ccc;
	text-align:center!important;	
}
.dayname {
	color:#ccc;
	text-align:center!important;	
}
.norecept {
	color: #7FC375;
	padding: 10px;
	font-size: 16px;
	background-color: #eeeeee;
	border: 1px dotted #CCCCCC;
	text-align:center!important;
	text-decoration: none;	
}
 .norecept a {
	color: #7FC375!important;
	text-align:center!important;
	text-decoration: none!important;	
}
.recept {
	color: #9C80C4;
	padding: 5px;
	font-size: 16px;
	background-color: #eeeeee;
	border: 1px dotted #CCCCCC;
	font-weight: bold!important;
	text-align:center!important;
}
.recept a {
		font-weight: bold!important;
		color: #9C80C4!important;
		text-decoration: none!important;
		cursor: pointer;
                border: none;
}
.dop_text {
	font-size:10px!important;
	text-align:center!important;
}
.nextweek{
	width:33%;
        float:right;

}
.prevweek{
	width:33%;
        float:left;

}
.dayweek{
	width:33%;
        float:left;
	text-align:center!important;

}
td {
vertical-align: top;
}
.photovt {
border: 1px solid #ccc;
padding: 5px;
}
img {
vertical-align: top;
}
.fiospec {
font-size: 16px;
}

.buttonvs {
padding: 10px;
font-size: 14px;
background-color: #eeeeee;
border: 1px dotted #CCCCCC;
font-weight: bold;
text-align: center!important;
}
.buttonvs a {
color: #999;
text-decoration: none;
}


.toolmenu {
padding: 0px;
margin-bottom: 2px;
margin-top: 0px;

border: 1px solid #CCC;
}
.toolmenuitem{
	float:left;
	display:block;
	width:32px;
	height:32px;
	padding:5px;
	margin-right:2px;
}
.toolmenuitem:hover{
	float:left;
	display:block;
	width:32px;
	height:32px;
	background:#FFF;
	padding:4px;
	margin-right:2px;
    border-color:#8E9CAE #DFE5EC #DFE5EC #8E9CAE;
    border-style:solid;
    border-width:1px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
