@CHARSET "ISO-8859-1";

html, body
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  font-size: 0;
  font-family: verdana, arial, sans-serif;
  color: black;
}

div.strong, a.strong
{
  font-weight: bold;
}

div.italic
{
  font-style: italic;
}

img#topImage
{
  position: absolute;
  left: 50%;
  margin-left: -495px;
}

div#bannerContainer
{
  width: 100%;
  height: 284px;
  clear: both;
  position: relative;
  background-image: url('../gfx/bannerBackground.png');
  background-repeat: repeat-x;
}

div#bannerContainer a:link,
div#bannerContainer a:visited
{
  position: absolute;
  z-index: 5;
  width: 210px;
  height: 40px;
  left: 360px;
  top: 190px; 
  display: block;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border: 0px;
}

div#bannerContainer div#banner
{
  width: 990px;
  height: 283px;
  position: absolute;
  left: 50%;
  margin-left: -495px;
  background-repeat: no-repeat;
}

div#bannerContainer div#banner.london
{
  background-image: url('../gfx/london_01.jpg');
}

div#bannerContainer div#banner.paris
{
  background-image: url('../gfx/paris_01.jpg');
}

div#bannerContainer div#banner.rome
{
  background-image: url('../gfx/rome_01.jpg');
}	

div#menuBar
{
  position: absolute;
  left: 50%;
  margin-left: -249px;
  margin-top: -1px;
  width: 708px;
  height: 32px;
  background-image: url('../gfx/bannerMiddle.png');
  vertical-align: bottom;
}

div#menuBar div#menuBarLeft
{
  width: 18px;
  height: 32px;
  margin-right: -3px;
  background-image: url('../gfx/bannerBottomLeft.png');
  background-repeat: no-repeat;
  float: left;
}

div#menuBar div#menuBarRight
{
  width: 18px;
  height: 32px;
  background-image: url('../gfx/bannerBottomRight.png');
  background-repeat: no-repeat;
  float: right;
  position: relative;
  z-index: 1;
}

div#menuBar a.menuItem
{
  position: relative;
  z-index: 2;
}

div#menuBar a.menuItem:link
{
  float: left;
  margin-top: 5px;
  padding: 0px 7px;
  font-weight: bold;
  font-size: 11px;
  color: #ce3131;
  text-decoration: none;
}

div#menuBar a.menuItem:visited
{
  float: left;
  margin-top: 5px;
  padding: 0px 7px;
  font-weight: bold;
  font-size: 11px;
  color: #ce3131;
  text-decoration: none;
}

div#menuBar a.menuItem:hover
{
  float: left;
  margin-top: 5px;
  padding: 0px 7px;
  font-weight: bold;
  font-size: 11px;
  color: #ce3131;
  text-decoration: underline;
}

div#menuBar div.menuSplit
{
  margin-top: 7px;
  font-size: 0px;
  background-image: url('../gfx/menuSplit.png');
  width: 2px;
  height: 11px;
  float: left;
}

div#page
{
  width: 990px;
  position: absolute;
  left: 50%;
  margin-left: -495px;
}

div#page div#leftColumn
{
  width: 235px;
  float: left;
  margin-top: 27px;
}

div#page div#leftColumn div.leftBox
{
  width: 235px;
  clear: both;
  font-size: 12px;
}

div#page div#leftColumn div.leftBox div.boxTop
{
  width: 235px;
  height: 15px;
  clear: both;
  margin-top: 15px;
}

div#page div#leftColumn div.leftBox div.boxMain
{
  padding: 0px;
  width: 205px;
  padding: 0px 15px;
  clear: both;
  color: white;
}

div#page div#leftColumn div.leftBox div.boxMain a:link, div#page div#leftColumn div.leftBox div.boxMain a:visited
{
  color: white;
}

div#page div#leftColumn div.leftBox.toright div.boxMain
{
  text-align: right;
}

div#page div#leftColumn div.leftBox div.boxBottom
{
  width: 235px;
  height: 15px;
  clear: both;
}

div#page div#leftColumn div.leftBox div.boxMain div.boxRow
{
  width: 235px;
  height: 20px;
  clear: both;
  margin-top: 8px;
}

div#page div#leftColumn div.leftBox div.boxMain div.boxRowSingle
{
  width: 205px;
  clear: both;
  margin-top: 8px;
  text-align: center;
}

div#page div#leftColumn div.leftBox div.boxMain div.boxRowSingle input.button
{
  border: 1px solid white;
  background-color: #d1ba80;
  color: white;
}

div#page div#leftColumn div.leftBox div.boxMain div.boxRow div.boxCell
{
  width: 100px;
  height: 20px;
  float: left;
}

div#page div#leftColumn div.leftBox div.boxMain div.boxRow div.boxCell.left
{
  float: left;
}

div#page div#leftColumn div.leftBox div.boxMain div.boxRow div.boxCell.right
{
  float: left;
}

div#page div#leftColumn div.leftBox div.boxMain div.boxRow div.boxCell input.lightbrown
{
  width: 100px;
  height: 15px;
  border: 1px solid white;
  background: #d1ba80;
  color: white;
  clear: none;
}

/* FOR THE LIGHTBROWN COLOR */

div#page div#leftColumn div.leftBox.lightbrown div.boxTop
{
  background-image: url('../gfx/leftBoxTopLightbrown.png');
  background-repeat: no-repeat;
}

div#page div#leftColumn div.leftBox.lightbrown div.boxMain
{
  background-image: url('../gfx/leftBoxMiddleLightbrown.png');
  background-repeat: repeat;
}

div#page div#leftColumn div.leftBox.lightbrown div.boxBottom
{
  background-image: url('../gfx/leftBoxBottomLightbrown.png');
  background-repeat: no-repeat;
}

/* FOR THE BLUE COLOR */

div#page div#leftColumn div.leftBox.blue div.boxTop
{
  background-image: url('../gfx/leftBoxTopBlue.png');
  background-repeat: no-repeat;
}

div#page div#leftColumn div.leftBox.blue div.boxMain
{
  background-image: url('../gfx/leftBoxMiddleBlue.png');
  background-repeat: repeat;
}

div#page div#leftColumn div.leftBox.blue div.boxBottom
{
  background-image: url('../gfx/leftBoxBottomBlue.png');
  background-repeat: no-repeat;
}

/* FOR THE LIGHTRED COLOR */

div#page div#leftColumn div.leftBox.lightbrown div.boxTop
{
  background-image: url('../gfx/leftBoxTopLightbrown.png');
  background-repeat: no-repeat;
}

div#page div#leftColumn div.leftBox.lightbrown div.boxMain
{
  background-image: url('../gfx/leftBoxMiddleLightbrown.png');
  background-repeat: repeat;
}

div#page div#leftColumn div.leftBox.lightbrown div.boxBottom
{
  background-image: url('../gfx/leftBoxBottomLightbrown.png');
  background-repeat: no-repeat;
}

div#page div#leftColumn div.leftBox.lightred div.boxTop
{
  background-image: url('../gfx/leftBoxTopLightred.png');
  background-repeat: no-repeat;
}

div#page div#leftColumn div.leftBox.lightred div.boxMain
{
  background-image: url('../gfx/leftBoxMiddleLightred.png');
  background-repeat: repeat;
}

div#page div#leftColumn div.leftBox.lightred div.boxBottom
{
  background-image: url('../gfx/leftBoxBottomLightred.png');
  background-repeat: no-repeat;
}

div#page div#mainWindow
{
  margin-top: 38px;
  margin-left: 246px;
}

div#page div#mainWindow div#leftMainColumn
{
  width: 18px;
  height: 255px;
  background: url('../gfx/mainLeft.png');
  float: left;
}

div#page div#mainWindow div#mainColumn
{
  padding-top: 43px;
  padding-left: 11px;
  width: 450px;
  width: 661px;
  background: url('../gfx/mainMiddle.png');
  background-repeat: repeat-x;
  float: left;
  margin-top: -1px;
  font-size: 12px;
}

div#page div#mainWindow div#mainColumn div#mainColumnContent
{
  float: left;
}

div#page div#mainWindow div#mainColumn h1
{
  margin-top: 0px;
  color: #ce3131;
  font-size: 26px;
  font-family: sans-serif, arial, verdana;
  font-style: italic;
}

div#page div#mainWindow div#mainColumn h2
{
  margin-top: 15px;
  color: #666666;
  font-size: 18px;
  font-family: sans-serif, arial, verdana;
  font-style: italic;
}

div#page div#mainWindow div#mainColumn ul.root
{
  display: block;
  list-style: none;
  margin-left: -60px;
}

div#page div#mainWindow div#mainColumn ul li.horizontal
{
  display: inline;
  list-style-type: none;
}

div#page div#mainWindow div#mainColumn ul li.horizontal ul
{
  float: left;
  display: block;
  list-style: none;
  margin-left: -20px;
}

div#page div#mainWindow div#mainColumn ul li.horizontal ul li
{
  background-image: url('../gfx/bullet.png');
  background-repeat: no-repeat;
  padding-left: 10px;
  background-position: 0px;
  width: 100px;
  color: #666666;
}

div#page div#mainWindow div#rightMainColumn
{
  width: 18px;
  height: 255px;
  background-image: url('../gfx/mainRight.png');
  float: left;
}

div#page div#mainWindow div#mainColumn p
{
  display: block;
  width: 386px;
  color: #666666;
}

div#page div#mainWindow div#mainColumn p a:link,
div#page div#mainWindow div#mainColumn p a:visited
{
  color: #666666;
}

div#page div#mainWindow div#mainColumn p a:hover
{
  color: #000000;
}

div#page div#mainWindow div#mainColumn div#Hoejre_kolonne,
div#page div#mainWindow div#mainColumn div#rightColumn
{
  width: 211px;
  float: right;
  margin-left: 64px;
  margin-top: -28px;
  margin-top: -14px;
}

div#page div#mainWindow div#mainColumn div#Hoejre_kolonne p,
div#page div#mainWindow div#mainColumn div#rightColumn p
{
  width: auto;
}

div#page div#mainWindow div#rightColumn div.rightBox
{
  width: 200px;
  clear: both;
  font-size: 12px;
}

div#page div#mainWindow div#rightColumn div.rightBox div.boxTop
{
  width: 200px;
  height: 10px;
  clear: both;
  margin-top: 15px;
  font-size: 0px;
}

div#page div#mainWindow div#rightColumn div.rightBox div.boxMain
{
  padding: 0px;
  width: 170px;
  padding: 0px 15px;
  clear: both;
  color: white;
}

div#page div#mainWindow div#rightColumn div#rotator.rightBox
{
  width: 200px;
  height: 175px;
  margin-top: 15px;
}

div#page div#mainWindow div#rightColumn div#rotator.rightBox img
{
  width: 200px;
  height: 175px;
}

div#page div#mainWindow div#rightColumn div.rightBox div.boxMain img.full
{
  margin-left: -15px;
  margin-top: 3px;

  margin-bottom: 15px;
}


div#page div#mainWindow div#rightColumn div.rightBox div.boxMain a,
div#page div#mainWindow div#rightColumn div.rightBox div.boxMain a.rightbox
{
  color: white;
  padding-bottom: 15px;
  clear: both;
  display: block;
}

div#page div#mainWindow div#rightColumn div.rightBox div.boxBottom
{
  width: 235px;
  height: 10px;
  clear: both;
  font-size: 0px;
}

/* NOW WHERE ADDING THE COLORS OF THE BOXES */

div#page div#mainWindow div#rightColumn div.rightBox.lightred div.boxTop
{
  background-image: url('../gfx/rightBoxTopLightred.png');
  background-repeat: no-repeat;
}

div#page div#mainWindow div#rightColumn div.rightBox.lightred div.boxMain
{
  /*background-image: url('../gfx/rightBoxMiddleLightred.png');*/
  background-image: url('../gfx/rightBoxMiddleLightred.png');
}

div#page div#mainWindow div#rightColumn div.rightBox.lightred div.boxBottom
{
  background-image: url('../gfx/rightBoxBottomLightred.png');
  background-repeat: no-repeat;
}

div#page div#mainWindow div#rightColumn div.rightBox.lightred div.boxTop
{
  background-image: url('../gfx/rightBoxTopLightred.png');
  background-repeat: no-repeat;
}

div#page div#mainWindow div#rightColumn div.rightBox.lightred div.boxMain
{
  /*background-image: url('../gfx/rightBoxMiddleLightred.png');*/
  background-image: url('../gfx/rightBoxMiddleLightred.png');
}

div#page div#mainWindow div#rightColumn div.rightBox.darkred div.boxBottom
{
  background-image: url('../gfx/rightBoxBottomLightred.png');
  background-repeat: no-repeat;
}

div#page div#mainWindow div#rightColumn div.rightBox.blue div.boxTop
{
  background-image: url('../gfx/rightBoxTopBlue.png');
  background-repeat: no-repeat;
}

div#page div#mainWindow div#rightColumn div.rightBox.blue div.boxMain
{
  background-image: url('../gfx/rightBoxMiddleBlue.png');
}

div#page div#mainWindow div#rightColumn div.rightBox.blue div.boxBottom
{
  background-image: url('../gfx/rightBoxBottomBlue.png');
  background-repeat: no-repeat;
}

div#page div#mainWindow div#rightColumn div.rightBox.lightbrown div.boxTop
{
  background-image: url('../gfx/rightBoxTopLightbrown.png');
  background-repeat: no-repeat;
}

div#page div#mainWindow div#rightColumn div.rightBox.lightbrown div.boxMain
{
  background-image: url('../gfx/rightBoxMiddleLightbrown.png');
}

div#page div#mainWindow div#rightColumn div.rightBox.lightbrown div.boxBottom
{
  background-image: url('../gfx/rightBoxBottomLightbrown.png');
  background-repeat: no-repeat;
}

div.clickable
{
  cursor: pointer;
}
