@CHARSET "UTF-8";
* {
  margin:0;
  padding:0;
}
html, body {
  height:100%;
}
body {
  background-color:#fff;
  text-align:center; /* horizontal centering for IE Win quirks */
}
#distance { 
  width:1px;
  height:50%;
  background-color:#fff;
  margin-bottom:-280px;
  float:left;
}
#container {
  margin:0 auto;
  position:relative;
  text-align:left;
  height:588px;
  width:994px;
  clear:left;
  background-color:#fff;
}
#contentGlobal {
  width:994px;
  height:510px;
}
#menu {
  height:40px;
  margin-top: 20px;
 
 
}
#menu img {
  border: none;
}
#menu ul {
  list-style-type: none;
}
#menu li {
  float:left;
  cursor: pointer;
  height:40px;
}

#menuKontakt {
  background-image:url(../../images/menu/kontakt_on.gif);
  width:76px;
}

#imgContainer {
  
}

#submenu {
  height:40px;
 width:994px;
}
#submenu ul {
  list-style-type:none;
}
#submenu li {
  float:left;
  cursor:pointer;
  height:40px;
}

#kontaktFrame {
  width:860px;
  height:300px;
  padding: 100px 0px 0px 40px;
  background-image:url(../../images/kontakt_nachricht.jpg);
  background-repeat: no-repeat;
}
#kontaktFrame .textInput {
  border: 1px solid #F38400;
  width: 125px;
  height: 20px;
  padding-left:3px;    
  font-family: Frutiger, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #585451;
}
#kontaktFrame .message {
  border: 1px solid #F38400;
  width: 150px;
  height: 78px;
  font-family: Frutiger, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #585451;
  padding: 3px;
}
#kontaktFrame .button {
  border: 1px solid #F38400;
  width: 156px;
  height: 22px;
  background-color: #fff;
  font-family: Frutiger, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #585451; 
}
#infoBox {
  color: #fff;
  font-family: Frutiger, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: left;  
}
#infoBox a:active, #infoBox a:hover, #infoBox a:link, #infoBox a:visited {
  font-family: Frutiger, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color:#fff; 
  text-decoration: none;
}
#infoBox a:hover {
  text-decoration: underline;
}

@font-face {

     font-family: Frutiger;

     src: url(../fonts/FrutigerLTStd-Roman.otf) format("opentype");

}
