@import url('text.css');

body {
  margin: 0px;
  padding: 0px;
  background-color: rgb(244,244,244);
  background-image: url('../img/white_back.gif');
  background-repeat: repeat-x;

  text-align: center;
}

#frame {
  position: relative;
  margin: 0px auto;
  text-align: left;

  margin-top: 10px;
  width: 891px;
  overflow: hidden;

  border-top: 4px solid rgb(222,61,38);
}

#logo {
  position: relative;
  margin: 9px;
}

#euLogo {
  position: absolute;
  left: 773px;
  top: 10px;
}

#slideshow {
  position: relative;
  display: block;
  width: 891px;
  height: 194px;

  background-image: url('../img/bildspel/pic1.jpg');
  background-repeat: no-repeat;
}

#menu {
  position: absolute;
  top: 0px;
  left: 150px;

  margin: 0px;
  padding: 0px;

  list-style: none;
}

#menu li {
  display: block;
  float: left;
  margin-left: 7px;
  margin-right: 7px;

  width: 60px;
  height: 60px;

  text-align: center;
}

#menu li.selected {
  background-image: url('../img/menu_item.gif');
  background-repeat: no-repeat;
}

#menu li div {
  position: relative;
  left: 0px;
  top: 50%;

  margin-top: -10px;
  text-align: center;

  overflow: hidden;
}

#menu li.twoRows div {
  margin-top: -17px;
}

#mainArea {
  position: relative;
  margin: 0px;
  padding: 0px;
  background: white;
  overflow: hidden;
}

#content {
  position: relative;
  width: 487px;
  float: left;
  margin: 5px;
  overflow: hidden;
}

#contentPadding {
  margin: 0px 20px;
}

#newsArea {
  position: relative;
  width: 360px;
  float: left;
  margin: 10px;
  margin-left: 20px;
  overflow: hidden;

  border-left: 1px solid rgb(204,204,204);
}

#newsArea > div { /*HACK: newsArea padding*/
  margin: 20px;
}

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

#news li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgb(204,204,204);
}

#news li:first-child {
  border: 0px;
}

#footer {
  position: relative;

  padding: 20px;

  text-align: center;
  
  background: white;
}

#footer img {
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
}
