﻿body
{
   font-family: Arial;
    font-size: 10px;
    margin: 0 0 0 0;
    color: Black;
    height:100%;
}
#container
{
width:1000px;
margin:0 auto
} 

ul.navMenuWine
{
  list-style: none;
  padding-left: 28px;
  #margin-left: 28px;
  #padding-left: 0px;
}


/*LEFT MENU*/
ul
{
    font-family: Arial;
   font-size: 10px;
}

bell
{
    
}


ul.navMenu
{
  padding-top:68px;
  list-style: none;
  padding-left: 28px;
  #margin-left: 28px;
  #margin-top: 69px;
  #padding-left: 0px;
  #padding-top:0px;
}

ul.navMenuSub
{
  list-style: none;
  padding-left: 10px;
  padding-top:8px;
  #margin-left: 10px;
  #margin-top:8px;
  #padding-left: 0px;
  #padding-top:0px;
  
}

ul.navMenu li a
{
    text-decoration: none;
}

ul.navMenu li
{
    padding-bottom: 5px;
}

ul.navMenuWine li a
{
    text-decoration: none;
}

ul.navMenuWine li
{
    padding-bottom: 5px;
}

form {margin: 0px 0px 0px 0px; }

a.selected
{
    font-weight: bold;
    color: Black;
}

a
{
    color: Gray;
}

.open
{
    display:block !important;
}
/* END LEFT MENU*/

/*SPLASH*/
.splash
{
    float:left;
    height: 90px
}

#splashBackground
{
    background: url(/images/3xsplash-grafik_810x90px.jpg) no-repeat left top;
    height: 90px;
    margin-left: -38px;
}
#imgLeftSplash
{
    padding-left:72px;
}

/*END SPLASH*/

div.left
{
    float: left;
    width: 161px;
}

div.middle
{
    float: left;
    width: 805px;  
}

div.right
{
    float: left;
    width: 50px;
}

div.bottom
{
    margin-left: 125px;
}

#divImageText
{
    font-family: Times;
    font-style: italic;
    margin-left: 60px;
    margin-top: 1px;
    margin-right: 80px;
    font-size:12px;
}


/*LOGO*/
div.logo
{
    width: 805px;
    height: 462px;
  /*  margin-left:15px;*/
    top: 10px;
    padding-top:10px;
    padding-left:15px;
   /* margin-top:15px;*/
   
}

logo:hover
{
    cursor:pointer;
}
/*END LOGO*/


img
{
    border:0;
}

div.verticalLine
{
    background-color:White;
    width:1px;
    height:22px;
    vertical-align:top;
    margin: 0px 4px 0px 4px;
}

td.contact
{
    vertical-align:top;
    color:White;
    font-family:Arial;
    font-size:9px;
}

div.content
{
   font-family: Arial;
   font-size: 11px;
   border-top: .1em solid #dadada; 
   width:750px;
   background: url(/images/background_blend.jpg) repeat-x;
   background-color: #dadada;
}

#divFooter
{
    padding-top:3px;
    font-family: Arial;
    font-size: 9px;
    color: #999999;
    width:750px;
}

#divHeadline
{
    padding-left:85px;
}

#divText
{
  /* float:left;*/
    /*width:75%;*/
   /* padding-left:85px;*/
    padding-top:20px;
}
#divTextLeft
{
    padding-left:85px;
    width:70%;
}

#divTextRight
{
    padding-left:15px;
    width:70%;
}

#divBooking
{
    padding-left:85px;
}


#divImage
{
    float:left;
 /*  width:25%;
    text-align:right;*/
    width:363px;
    vertical-align:bottom;
    
}

.clickableImage:hover
{
    cursor:hand;
    cursor:pointer;
}


/*MAP*/

#map
{
    height:300px;
    width:300px;
    display:none;
}

#mapContent
{
    padding-left:50px;
}

#divDirections
{
    padding-left:14px;
}

/*END MAP*/

/*BOOKING*/

input
{
    font-size:10px;
}

.dropdownDate
{
    font-size:10px;
}

input.short
{
    width:60px;
    font-size:10px;
}

input.medium
{
    width:120px;
    font-size:10px;
}

input.long
{
    width:240px;
    font-size:10px;
}

.bemaerkninger
{
    width:250px;
    height:60px;
    font-size:10px;
}

input.date
{
    width:60px;
    font-size:10px;
}

.sendButton
{
    font-size:10px;
}

/*END BOOKING*/

/*ADMIN SITE*/
.adminHeadline
{
    width:600px;
    font-size:10px;
    font-family:Verdana;
}
.adminContent
{
    font-size:10px;
    font-family:Verdana;
    width:600px;
    height:600px;
}

#butLogin
{
    font-size:10px;
    font-family:Verdana;
}
/*END ADMIN SITE*/


/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 57%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 0px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
