@import url('boxes/tipsMenu.css');
@import url('boxes/textSizeAndPrint.css');
@import url('boxes/search.css');
@import url('boxes/goingekartan.css');
@import url('boxes/monthlyTip.css');
@import url('boxes/specialPlace.css');
@import url('boxes/lunch.css');
@import url('boxes/events.css');
@import url('ads.css');
@import url('lightbox.css');

body {
  background: rgb(219,219,219);
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

img {
  border: 0px;
}

#frame {
  position: relative;
  width: 992px;

  margin-top: 15px;

  background: rgb(148,165,78);

  text-align: left;
}

p img {
  margin: 7px;
}


/*=========================================================================TOP==*/
#top {
  position: relative;
  left: 0px;
  width: 100%;
  height: 118px;

  border-bottom: 1px solid white;
}

#bildspel {
  position: absolute;
  left: 230px;
  top: 0px;

  border-left: 1px solid white;
}

#logo {
  position: absolute;
  left: 32px;
  top: 28px;
}

/*========================================================================MENU==*/
#menu {
  margin: 0px;
  margin-top: 7px;
  margin-left: 34px;
  border: 0px;
  display: block;
}

#submenu {
  position: relative;
  top: 0px;
  width: 972px;

  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;

  background: white;
}

#submenu ul {
  margin: 0px;
  
  padding: 0px;
  list-style: none;
}

#submenu ul li {
  position: relative;
  display: inline;
  padding: 0px;
  margin-left: 20px;
}

#submenu ul li:first-child {
  margin-left: 50px;
}

#submenu ul li a {
  color: black;
}

/*===================================================================CONTAINER==*/
#container {
  position: relative;
  top: 0px;
  margin-left: 10px;
  width: 972px;

  background: white;

  overflow: hidden;
}

#leftPane {
  width: 210px;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

#contentPane {
  width: 517px;
  float: left;
}

#contentPanePadding {
  margin: 20px;
}

#rightPane {
  width: 245px;
  float: left;
  padding-top: 0px;
  padding-bottom: 20px;
}

/*====================================================================FOOTER====*/
#footer {
  position: relative;
  top: 0px;
  width: 952px;

  overflow: hidden;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 10px;

  color: white;
}

#footer a {
  color: white;
}

#footer div.rightLinks {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#footer img.footerDivider {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

/*====================================================================STANDARD==*/
table {
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}

table th {
  background: rgb(217,217,217);
  font-weight: normal;
  text-align: left;
  padding: 2px;
  padding-right: 15px;
}

table th img {
  margin-left: 5px;
  vertical-align: middle;
}

table td {
  padding: 5px;
  border-bottom: 1px solid rgb(217,217,217);
}
