@charset "utf-8";
body {
  background: #00457d;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}
a {
  color: #FFFFFF;
  text-decoration: none
}
a:hover {
  text-decoration: none;
  color: #FFFF00;
}
a.txtbtn {
  font-size: 11px;																 /* Text-Button Font-Size */
  color: #353535;																	 /* Text-Button Font-Color */
  background-color: #f2f4f6;											 /* VAR $ Text-Button Background */
  display: inline-block;
  border: 1px solid #949494;											 /* Text-Button Border */
  padding-left: 7px;															 /* Left space between bext and border */
  padding-right: 7px;															 /* Right space between bext and border */	
  padding-top: 2px;																 /* Top space between bext and border */	
  padding-bottom: 2px;													   /* Bottom space between bext and border */	
  text-decoration: none;													 /* Text-Button Text-Decoration */
}
a.txtbtn:hover {
  font-size: 11px;																 /* Text-Button Font-Size on Mouse-Over */
  color: #353535;																	 /* Text-Button Font-Color on Mouse-Over */
  background-color: #edf5fc;											 /* VAR $ Text-Button Background on Mouse-Over */
  border: 1px solid #949494;											 /* Text-Button Border on Mouse-Over */
  padding-left: 7px;															 /* Left space between bext and border on Mouse-Over*/
  padding-right: 7px;															 /* Right space between bext and border on Mouse-Over*/	
  padding-top: 2px;																 /* Top space between bext and border on Mouse-Over*/	
  padding-bottom: 2px;													   /* Bottom space between bext and border on Mouse-Over*/	
  text-decoration: none;													 /* Text-Button Text-Decoration on Mouse-Over*/
}
#banner {
  width: 100%;
  height: 60px;
}
#banner #logo  {
  position: fixed;
  top: 10px;
  left: 0px;
  width: 60px;
  height: 60px;
  float: left;
}
#banner #text {
  position: fixed;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  position: absolute;
  width: 790px;
  left: 175px;
  top: 25px;
  font-weight: bold;
}
#address {
  position: fixed;
  top: 175px;
  left: 10px;
}
#guides {
  position: fixed;
  top: 365px;
  left: 10px;
}
#guides a {
  background-image: url(../img/pdficon.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
}
#shopclients  {
  position: absolute;
  left: 175px;
  top: 175px;
  margin-right: 10px;
}
.clientpart {
  margin-right: 40px;
  width: 152px;
  font-size: 10px;
  float: left;
  height: 190px;
  margin-bottom: 5px;
}
.inshop {
  opacity:0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);  
}
.non-active {
  opacity:0.2;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);  
}

/* Messagebox */
#msgbox {
  width: auto;
  height: auto;
  border: none;
  background-color:#FFFFFF;
  padding: 10px;
  font-size: 10px;
  color: red;
}
#msgbox td {
  font-size: 12px;
  color: #000000;
}

#saniliste {
  float: left;
  position: absolute;
  left: 340px;
  top: 170px;
}
#backbuttton {
  float: left;
}

