* {
  margin: 0;
  padding: 0;
}

.glidecontentwrapper{
  width: 660px;
  height: 300px;
  position: relative; /* Do not change this value */
   /* Set height to be able to contain height of largest content shown*/
  overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
  position: absolute; /* Do not change this value */
  visibility: hidden;
  background: url(img/plain.jpg);
  width:  100%;
}

.glidecontenttoggler{
  background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}


.glidecontenttoggler a{ /*style for every navigational link within toggler */
  /*display: -moz-inline-box;*/
  display: inline-block;
}

body {
  width: 660px;
  margin: 5% auto;
  font: 12px/16px Verdana,Arial,Geneva,Helvetica,sans-serif;
  color: #5b5b5b;
}
td {
  font: 12px/16px Verdana,Arial,Geneva,Helvetica,sans-serif;
}
a {
  cursor: pointer;
  color: #6e8db6;
  text-decoration: none;
}
img {
  border: 0;
}
h1 {
  font-size: 14px;
  color: #6e8db6;
  margin-bottom: 8px;
}
h2 {
  font-size: 13px;
  color: #6e8db6;
}


#top a.toc, #middle a.toc, #bottom a.toc{
  width: 132px;
  height: 132px;
  display: block;
  float: left;
  background: url(img/button3.jpg);
  color: #FFF;
  font-size: 3px;
  text-align: center;
}
#top, #bottom {
  height: 132px;
}
#middle {
  height: 300px;
  padding: 10px 0;
}
#middle a.toc {
  margin-top: 80px;
}
#footer {
  text-align: right;
  margin: 30px 0 0 0;
  clear:both;
}
#footer a{
  margin: 0 10px;
  color: #5b5b5b;
}

.blank {
  width:0;
  height:0;
}
.justify {
  text-align: justify;
}

.glidecontent .border {
  margin: 10px 15px 10px 10px;
}
  .border .picture {
    border: 1px solid #5b5b5b;
  }
  .border .description {
    float: right;
    width: 79%;
  }
  .border .webcontent, .border .datacontent {
    width: 55%;
    float: right;
  }
  


.glidecontent div p {
  text-align: justify;
}
.glidecontent a.back {
  text-decoration: none;
  font-weight: bold;
  padding: 2px 10px;
  border: 1px solid #b5c6da;
  background: url(img/menu_bg_hover.jpg) center center;
  color: #5b5b5b;
  position: absolute;
  margin: 200px 0 0 20px;
}
a.back:hover {
  color: #6e8db6;
}


.fax {
  background: url(img/icons/fax.gif) no-repeat;
}

.fon {
  background: url(img/icons/fon.gif) no-repeat;
}
.mail {
  background: url(img/icons/email.gif) no-repeat;
}
.web {
  background: url(img/icons/web.gif) no-repeat;
}
.fax, .fon, .mail, .web {
  padding: 0 0 0 20px;
  background-position: center left;
}