/* ================================== */
/*  E5 Salzburg CSS : Layout Styles  */
/* ================================== */


body {
  background-color: #7D7D7D;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 68.75%;
  line-height: 1.5;
}

/* --- Main outer Elements ------------------------------------- */

#pagecenter {
  margin: 10px auto 0;
  width: 895px;
}

#top {
  padding-left: 15px;
}

#page {

}

#logoPrint {
  display: none;
}

#header {
  background: #FFDD00 url(/images/ui/bgPageTop.png) no-repeat left top;
  padding-left: 15px;
  position: relative;
}

#header h1 {
  margin: 25px 0 0px 0; 
}

#cols {
  background: white url(/images/ui/bgPageBottom.png) no-repeat left bottom;
  padding-left: 15px;
  position: relative;
}

#mainNav {
  background: transparent url(/images/ui/bgMainNavBottom.png) no-repeat left bottom;
  float: left;
  margin: 10px 0 0 -53px;
  width: 240px;
}

#side {
  background-color: #E4E4E4;
  float: right;
  padding: 18px 12px 0 12px;
  width: 229px;
}

#mainContent {
  float: left;
  padding: 15px 0 0 20px;
  width: 396px;
}

#content {
  background-color: white;
}

#footer {

}

