/*
//==============================================================================
//  File:             /css/_atumn.css
//  Description:      This is the atumn theme
//
//  Author:           patsko, Webbstudion
//  Copyright:        2007 - 2017 Webbstudion Œ
//  Change History:   2007-08-31 - Created by patsko, Webbstudion.
//                    2008-04-17 - Added new styles for the updated news box. (Patrik Bauhn, Webbstudion/Inrikta)
//==============================================================================
*/
body {
  background:#FFF top left url('/img/bgGrey.png');
}
#layoutMenu {
  background:top left no-repeat url('/img/menuRed.png');
  height:168px;
  left:50%;
  margin-left:-434px;
  position:absolute;
  top:0;
  width:869px;
  z-index:4;
  vertical-align: bottom;
  text-align: center;
}

/* SubMenu */
#subMenu li {
  background:top left repeat-x url('/img/subMeny/bgHeader.png');
  color:#FFF;
  cursor:pointer;
  display:table;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:700;
  height:22px;
  line-height:22px;
  padding:0 0 0 5px;
  text-transform:uppercase;
  width:209px;
}

/* News */
#newsBoxTop {
  background:top left no-repeat url('/img/boxes/news/red_newsTop.jpg');
  height:50px;
  width:261px;
}

/* New News */
#newsBoxTop2 {
  background:top left no-repeat url('/img/boxes/news/red_newsTop.jpg');
  height:50px;
  width:261px;
}

/* Ads */
#adBoxLeft {
  background:top right no-repeat url('/img/boxes/ads/grey_left.jpg');
  height:148px;
  width:49px;
}
#adBoxRight {
  background:top left no-repeat url('/img/boxes/ads/grey_right.jpg');
  height:148px;
  width:49px;
}
