@CHARSET "ISO-8859-1";

html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: #abaaaa;
  font-size: 13px;
  font-family: arial, verdana, sans-serif;
  font-family: verdana, genava, arial, sans-serif;
}

div#site {
  width: 942px;
  position: absolute;
  left: 50%;
  top: 28px;
  margin-left: -471px;
}

div#site div#page {
  width: 942px;
  background-color: #000;
  padding-bottom: 10px;
}

div#site div#page div#top {
  width: 100%;
  height: 113px;
  position: relative;
}

div#site div#page div#top div#logo {
  width: 70px;
  height: 84px;
  background-image: url('../gfx/logo.png');
  position: absolute;
  left: 32px;
  top: 14px;
  cursor: pointer;
}

div#site div#page div#top div#menu {
  position: absolute;
  left: 165px;
  top: 62px;
  top: 53px;
  z-index: 999;
}

div#site div#page div#top div#menu br {
  margin: 0px;
  padding: 0px;
  clear: none;
  font-size: 0px;
  height: 0px;
  width: 0px;
  float: left;
}

div#site div#page div#top div#menu a.topMenu:link,
div#site div#page div#top div#menu a.topMenu:visited {
  font-size: 14px;
  font-weight: bold;
  font-family: arial, verdana, sans-serif;
  /*font-family: verdana, genava, arial, sans-serif;*/
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 29px;
  display: block;
  float: left;
}

div#site div#page div#top div#menu a.menu:link,
div#site div#page div#top div#menu a.menu:visited {
  font-size: 14px;
  font-weight: bold;
  font-family: arial, verdana, sans-serif;
  /*font-family: verdana, genava, arial, sans-serif;*/
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 29px;
  display: block;
  float: left;
}

div#site div#page div#top div#menu a.topMenu:hover {
  border-top: 2px solid #fff;
  /*border-bottom: 2px solid #fff;*/
  margin-top: -2px;
}

div#site div#page div#top div#menu a.menu:hover {
  /*border-top: 2px solid #fff;*/
  border-bottom: 2px solid #fff;
  margin-bottom: -2px;
}

div#site div#page div#top div#languagesAndOptions {
  width: 71px;
  width: 229px;
  height: 58px;
  height: 16px;
  position: absolute;
  right: 29px;
  top: 14px;
  top: 61px;
  top: 80px; /* SO THAT THE MENU CAN BE LARGER */
  top: 95px; /* SO THAT THE MENU CAN BE LARGER */
}

div#site div#page div#top div#languagesAndOptions a:link,
div#site div#page div#top div#languagesAndOptions a:visited {
  /*font-size: 12px;*/
  font-family: arial, verdana, sans-serif;
  font-family: verdana, genava, arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 3px;
  display: block;
}

div#site div#page div#top div#languagesAndOptions a.optionLink:link,
div#site div#page div#top div#languagesAndOptions a.optionLink:visited {
  /* font-size: 12px; */
  font-family: arial, verdana, sans-serif;
  /*font-family: verdana, genava, arial, sans-serif;*/
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 3px;
  display: block;
  float: left;
  width: 15px;
}

div#site div#page div#top div#languagesAndOptions a.button:link,
div#site div#page div#top div#languagesAndOptions a.button:visited {
  width: 79px;
  margin-right: 3px;
}

div#site div#page div#top div#languagesAndOptions a.flagLink:link,
div#site div#page div#top div#languagesAndOptions a.flagLink:visited {
  font-size: 0px;
  text-decoration: none;
  display: block;
  /*margin-right: 6px;*/
  float: left;
  margin-top: 15px;
  margin-top: 6px;
  margin-left: 4px;
}

img, div#site div#page div#top div#languagesAndOptions a.flagLink img.flagImg {
  border: 0px;
}

div#site div#page div#grayArea {
  width: 926px;
  width: 911px;
  margin: 0px 8px -4px 8px;
  margin: 0px 8px 0px 8px;
  background-color: #abaaaa;
  padding: 0px;
  padding-left: 15px;
  /*padding-top: 10px;*/
}

div#site div#page div#grayArea a:link,
div#site div#page div#grayArea a:visited,
div#site div#page div#grayArea a:active {
  color: white;
  text-decoration: underline;
}

div#site div#page div#grayArea a:hover {
  color: white;
  text-decoration: none;
}

div#site div#page div#grayArea div#frontTop,
div#site div#page div#grayArea div#underTop
{
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  font-family: verdana, geneva;
  font-family: verdana, genava, arial, sans-serif;
}

div#site div#page div#grayArea div#frontTop h1,
div#site div#page div#grayArea div#frontTop h2,
div#site div#page div#grayArea div#frontTop h3,
div#site div#page div#grayArea div#frontTop h4,
div#site div#page div#grayArea div#frontTop h5,
div#site div#page div#grayArea div#frontTop p,
div#site div#page div#grayArea div#frontTop a,

div#site div#page div#grayArea div#underTop h1,
div#site div#page div#grayArea div#underTop h2,
div#site div#page div#grayArea div#underTop h3,
div#site div#page div#grayArea div#underTop h4,
div#site div#page div#grayArea div#underTop h5,
div#site div#page div#grayArea div#underTop p,
div#site div#page div#grayArea div#underTop a
{
  font-family: verdana, geneva, arial, sans-serif;
  margin-top: 0px;
}

div#site div#page div#grayArea div#frontTop a:link,
div#site div#page div#grayArea div#frontTop a:visited,
div#site div#page div#grayArea div#underTop a:link,
div#site div#page div#grayArea div#underTop a:visited {
  /* font-size: 12px; */
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

div#site div#page div#grayArea div#frontTop a:hover,
div#site div#page div#grayArea div#underTop a:hover{
  text-decoration: underline;
}

div#site div#page div#grayArea div#frontTop img {
  display: block;
  margin: 0px;
  padding-top: 10px;
}

div#site div#page div#fourRows {
  height: 289px;
  width: 911px;
  margin-top: 19px;
}


div#site div#page div#fourRows div#rowOne,
div#site div#page div#fourRows div#rowTwo,
div#site div#page div#fourRows div#rowThree,
div#site div#page div#fourRows div#rowFour {
  width: 211px;
  height: 289px;
  background-color: #000;
  float: left;
  margin-right: 16px;
  text-align: center;
  position: relative;
}

div#site div#page div#fourRows div#rowOne img,
div#site div#page div#fourRows div#rowTwo img,
div#site div#page div#fourRows div#rowThree img {
  display: block;
}

div#site div#page div#fourRows div#rowOne p.text,
div#site div#page div#fourRows div#rowTwo p.text,
div#site div#page div#fourRows div#rowThree p.text {
  width: 186px;
  height: 110px;
  margin: 0px;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
  font-family: verdana, genava, arial, sans-serif;
  color: #fff;
  text-align: left;
  margin-top: 18px;
  overflow: hidden;
}


div#site div#page div#fourRows td#wineRotate {
  text-align: right;
  vertical-align: top;
}

div#site div#page div#fourRows td#wineRotate div#wineRotator {
  height: 250px;
  width: 100%;
  padding-top: 13px;
}

div#site div#page div#fourRows div#rowFour div#wineRotator img,
div#site div#page div#fourRows td#wineRotate div#wineRotator img {
  margin: auto;
  display: block;
  /*margin-top: 10px;*/
}

div#site div#page div#fourRows div#rowOne a:link,
div#site div#page div#fourRows div#rowOne a:visited,
div#site div#page div#fourRows div#rowTwo a:link,
div#site div#page div#fourRows div#rowTwo a:visited,
div#site div#page div#fourRows div#rowThree a:link,
div#site div#page div#fourRows div#rowThree a:visited,
div#site div#page div#fourRows div#rowFour a:link,
div#site div#page div#fourRows div#rowFour a:visited {
  position: absolute;
  bottom: 13px;
  right: 15px;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
  font-family: verdana, genava, arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

div#site div#page div#fourRows div#rowOne a:hover,
div#site div#page div#fourRows div#rowTwo a:hover,
div#site div#page div#fourRows div#rowThree a:hover,
div#site div#page div#fourRows div#rowFour a:hover {
  text-decoration: underline;
}

div#site div#page div#fourRows div#rowFour {
  margin: 0px;
}

div#site div#page div#bottom
{
  height: 38px;
  background-color: #abaaaa;
  text-align: center;
  font-size: 10px;
  font-family: arial, verdana, sans-serif;
  font-family: verdana, genava, arial, sans-serif;
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
  /*margin-bottom: 10px;*/
}

div#site div#page div#bottom p
{
  margin: 0px;
  padding: 0px;
  padding-top: 19px;
  font-family: arial, verdana, sans-serif;
}
div#site div#page div#fourRows table {

}

div#site div#page div#fourRows table td.blackColumn {
  background-color: #000;
}

div#site div#page div#fourRows table tr td.blackColumn table tr td.blackColumnRowText {
  width: 186px;
  height: 110px;
  margin: 0px;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
  font-family: verdana, genava, arial, sans-serif;
  color: #fff;
  text-align: left;
  margin-top: 18px;
  overflow: hidden;
  padding: 0px 10px;
}

div#site div#page div#fourRows table tr td.blackColumn table tr td.blackColumnRowlink {
  text-align: right;
}

div#site div#page div#fourRows table tr td.blackColumn table tr td.blackColumnRowlink a:link,
div#site div#page div#fourRows table tr td.blackColumn table tr td.blackColumnRowlink a:visited,
div#site div#page div#fourRows table tr td#wineRotate a:link,
div#site div#page div#fourRows table tr td#wineRotate a:visited {

  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
  font-family: verdana, genava, arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

div#site div#page div#fourRows table tr td.blackColumn table tr td.blackColumnRowlink a:hover{

  text-decoration: underline;
}









div#site div#page div#fourRows table.bannertable td.blackColumn {
  background-color: #000;
}

div#site div#page div#fourRows table.bannertable td.blackColumnRowText {
  height: 110px;
  margin: 0px;
  font-size: 10px;
  font-family: verdana, genava, arial, sans-serif;
  color: #fff;
  text-align: left;
  overflow: hidden;
  width: 144px;
  padding: 0px 10px 0px 10px;
}

div#site div#page div#fourRows table.bannertable td.blackColumnRowlink {
  text-align: right;
  width: 160px;
  padding: 2px;
}

div#site div#page div#fourRows table.bannertable td.blackColumnRowlink a:link,
div#site div#page div#fourRows table.bannertable td.blackColumnRowlink a:visited {
  margin-bottom: 13px;
  margin-right: 5px;
  font-size: 10px;
  font-family: verdana, genava, arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

div#site div#page div#fourRows table.bannertable td.blackColumnRowlink a:hover{
  margin-bottom: 13px;
  margin-right: 5px;
  font-size: 10px;
  font-family: verdana, genava, arial, sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
}




td.fotoalbum_displaying,
span#imageNumberOfGallery{
  display: none;
}

div#site div#page div#grayArea div#frontTop table.kontaktFormTable {

}

div#site div#page div#grayArea div#frontTop table.kontaktFormTable td.kontaktForm_beskrivelse {
  font-weight: bold;
}

div#site div#page div#grayArea div#frontTop table.kontaktFormTable select,
div#site div#page div#grayArea div#frontTop table.kontaktFormTable textarea,
div#site div#page div#grayArea div#frontTop table.kontaktFormTable input {
  border: 1px solid black;
}

div#site div#page div#grayArea div#frontTop table.table_fotoalbum img {
  cursor: pointer;
}

div#site div#page div#grayArea div#frontTop table.table_fotoalbum td.fotoalbum_pages b,
div#site div#page div#grayArea div#frontTop table.table_fotoalbum td.fotoalbum_pages a {
  float: left;
}

.fotoalbum_pages a, .fotoalbum_pages b {
  padding-right: 10px;
}

.fotoalbum_pages b {
  text-decoration: underline;
}

div#site div#page div#top div#mailingListForm {
  position: absolute;
  right: 0px;
  top: 0px;
  /*width: 333px;
  width: 225px;*/
  height: 52px;
  width: 277px;
  /*background-image: url('../gfx/newsletterBackground.jpg');*/
}

div#site div#page div#top div#mailingListForm form {
  display: inline-block;
  padding-left: 5px;
  padding-top: 3px;
}

div#site div#page div#top div#mailingListForm form h2 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-size: 12px;
  font-weight: bold;
  font-family: verdana, arial, sans-serif;
  font-family: arial,verdana,sans-serif;
  color: white;
  font-weight: bold;
}

div#site div#page div#top div#mailingListForm form input {
  border: 1px solid white;
  border: 1px solid #AEAEAE;
  height: 17px;
  width: 118px;
  padding: 0px;
  margin: 0px;
  margin-right: 3px;
  background: black;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: bold;
  font-family: arial,verdana,sans-serif;
  color: white;
  float: left;
  text-transform: uppercase;
}

div#site div#page div#top div#mailingListForm form button {
  /*border: 1px solid white;*/
  /*border: 1px solid #AEAEAE;*/
  border: 0px;
  background-color: black;
  background-image: url('../gfx/newsletterButton.jpg');
  font-family: verdana, arial, sans-serif;
  color: white;
  font-size: 14px;
  font-size: 12px;
  font-weight: bold;
  font-family: arial,verdana,sans-serif;
  padding-left: 2px;
  padding-right: 2px;
  cursor: pointer;
  margin: 0px;
  height: 19px;
  width: 93px;
  margin-right: 4px;
  float: left;
}


/*                                     */
/* tabel from booking.com on frontpage */
/*                                     */
#b_editDates {
    width: 893px;
}

div#imagePadding {
  width: 100%;
  height: 10px;
  /*background: black;
  margin-bottom: 10px;*/
}

div#banner_rotator_images {
  width: 892px;
  height: 385px;
  margin-top: 10px;
  /*padding-top: 10px;*/
}

div#banner_rotator_images div.banner_rotator_images_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}

div#banner_rotator_images ul {
  position: relative;
  z-index: 2;
}

div#site div#page div#grayArea div#frontTop div#banner_rotator_images img {
  padding: 0px;
  margin: 0px;
}

div#banner_rotator_images div#number_floater {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 20px;
  width: 100%;
  z-index: 501;
  text-align: right;
}

div#site div#page div#grayArea div#frontTop div#banner_rotator_images div#number_floater a:link,
div#site div#page div#grayArea div#frontTop div#banner_rotator_images div#number_floater a:visited,
div#site div#page div#grayArea div#frontTop div#banner_rotator_images div#number_floater a:active {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: white;
  width: 16px;
  height: 14px;
  padding-top: 2px;
  border: 1px solid black;
  text-align: center;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: 1px;
  background: black;
}

div#site div#page div#grayArea div#frontTop div#banner_rotator_images div#number_floater a.current {
  background: #dedede;
}

div#banner_rotator_images div#number_floater div#number_float_background {
  /*position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: black;
  opacity: .45;*/
}

div#button_floater_prev {
  position: absolute;
  left: 0px;
  top: 124px;
  width: 33px;
  height: 140px;
  z-index: 502;
}

div#button_floater_next {
  position: absolute;
  right: 0px;
  top: 124px;
  width: 33px;
  height: 140px;
  z-index: 502;
}

div#button_floater_prev a:link,
div#button_floater_prev a:visited,
div#button_floater_prev a:active,
div#button_floater_next a:link,
div#button_floater_next a:visited,
div#button_floater_next a:active {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-indent: -9999px;
  z-index: 5;
}

div#button_floater_prev div#button_floater_prev_background1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 33px;
  height: 140px;
  background-image: url('../gfx/prevButton.png');
  z-index: 1;
}

div#button_floater_next div#button_floater_next_background1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 33px;
  height: 140px;
  background-image: url('../gfx/nextButton.png');
  z-index: 1;
}

div#site div#page div#grayArea div#frontTop {
  margin-top: 10px;
}


/*NAVIGATION*/
.nav{
	background: black
	font:14px arial,verdana,sans-serif;
	line-height:34px;
	margin:0;
	padding:0;
	list-style:none;
	height:34px;
	width: 100%;
        color: white;
}
.nav li{
	float:left;
	display: block;
	/*padding-left:55px;*/
}
.nav li a{
	font:14px arial,verdana,sans-serif;
	text-decoration:none;
	color:#fff;
        text-transform: uppercase;
	font-weight: bold;
	margin-right: 29px;
  float: left;
}
.nav li:hover,
.nav li.hover{
	position:relative;
}
.nav li:hover .list-drop,
.nav li.hover .list-drop {
	display: block;
}
.list-drop{
	background: black;
	background: #ABAAAA;
	border: 1px solid black;
border-top: 0px; /* IE9 FIX? */
	/*width:160px;*/
	position:absolute;
	/*top:34px;*/
	top: 20px;
	top: 17px;
	top: 15px;
	left:30px;
	left:-11px;
	font-size1px;
	line-height:29px;
	list-style:none;
	margin:0;
	padding:0;
	display: none;
}
.list-drop li{
	float:none;
	float: left;
	clear: both;
	/*width:129px;*/
	vertical-align:top;
	padding-left:0;
}
.nav .list-drop a {
	font:12px arial,verdana,sans-serif;
	display: block;
	height:1%;
	padding: 0px;
	padding:3px 10px;
        margin: 0px;
        clear: both;
	/*width: 109px;
	width: 130px;*/
	/*width: 100%;*/
	color: black;
	white-space:nowrap;
	background: #ABAAAA;
text-transform: none;
}

.list-drop li {
  border-top: 1px solid black;
	width: 100%;
	width: 100px;
}

.list-drop li.first {
  border-top: 0;
}

.list-drop a span {
  color: black;
}
.nav li .list-drop a {
        margin: 0px;
text-align: center;
float: none;
}
.list-drop a:hover {
	background:url(bg-drop-hover.png) repeat-x;
}


.when_would_you_like_to_stay  {
  width: 450px;
  height: 100px;
  float: center;
  padding-left: 240px;

}
