    
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    CSS RESET
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    /* or use default: */
    /* line-height: 1.33; */
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* probably add this */
/* the disabled automatic scollbars in IE */
textarea { overflow: auto; }
/* EO CSS RESET */




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    BASIC TAGS
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
body {
  background-color: #fff;
  
  /*
  background-image: url('/i/bg-wrapper-content2.gif');
  background-repeat: repeat-y;
  background-position: center;
  */
  
  color: #222;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

h1, h2 {
  /*color: #800010;*/
  color: #005714;
  font-family: Georgia, "Trebuchet MS", serif;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

h1 {
  font-size: 14px;
  border-bottom: 1px dotted #005714;
}
h2 {
  font-size: 12px;
  /* border-bottom: 1px dotted #DDD6BC */;
}

h1.navon, h2.navon {
  color: #DD8500;
  /* padding-left:8px; */
}

p {
    margin: 0 0 10px 0;
}
/*
ul {
    margin: 0 0 10px 0;
    list-style:disc;
}

li {
    margin-left: 16px;
}
*/

br.clear {
  clear: both;
  display: block;
}

img {
    /* border: 1px solid #666666; */
}
a,  a:link {
  /* color: #DD8500; */
  color: #222;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  /* color: #DD8500; */
  color: #222;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #005714;
  text-decoration: underline;
}
a:focus {
  /* color: #DD8500; */
  color: #005714;
}
a:active {
  color: #c26c01;
}
/* EO BASIC TAGS */

    
    
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    LAYOUT
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 30px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 900px;
}
#outerWrapper #header {
  background-color: #fff;
  height: 240px;
  padding: 0;
}
    #header .branding {
        background-color: #66a178;
        float:left;
        height: 240px;
        width: 300px;
    }
    #header .animation {
        background-color: #eee;
        float:left; 
        height: 240px;
        width: 400px;
    }
    #header .quickbooking2 {
        background-color: #ccebdc;
        float:left;
        margin-top:120px;
        width: 200px;
    }
    
    #header .quickbooking {
        background-color: #ccebdc;
        float:left;
        height: 240px;
        width: 200px;
    }
    
    #header .quickbooking .inner {
        padding: 4px 10px;
    }
    
    #header .quickbooking .inner .qbtype01 {
        /* border: 1px solid #222; */
        /* padding:1px; */
        /* margin-right: 2px; */
        width:110px;
    }
    
    #header .quickbooking .inner label {
        
    }
    
    #header .quickbooking .inner p {
        margin: 2px 0;
    }
    
    #header .quickbooking .inner input.submit_res {
        /* border: 1px solid #222; */
        background-color: #66A178;
        color: #FFF;
        font-weight: bold;
        margin-top: 8px;
        padding: 2px 4px;
        
    }
    
    

#outerWrapper #subheader {
  border-bottom: solid 1px #005714;
  padding: 4px 0;
}

    #subheader .address {
        text-align: left;
        clear: both;
        width:100%;
    }
    #subheader .metanav {
        color: #005714;
        text-align: right;
        width:100%;
    }

#outerWrapper #contentWrapper {
    border-top: solid 1px #f2f2f2; 
}

    
#outerWrapper #contentWrapper #secondary {
    background-color: #66a178; 
    float: left;
    width: 300px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #primary {
    float: right;
    width: 600px;
}

#outerWrapper #contentWrapper #primary .inner {
    border-top: solid 20px #e5e5e5;
    border-right: solid 10px #e5e5e5;
    border-bottom: solid 10px #e5e5e5;
    border-left: solid 10px #e5e5e5;

    /* margin: 0 0 0 300px; */

    /* define "Block Formatting Context" */
    overflow:hidden;

    padding: 10px 10px 10px 10px;
    
    /* width:400px;  */
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
    clear:both;
    color: #666;
    font-size: 11px;
    padding: 2px 10px 10px 310px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#footer .part1 {
    float: left;
    text-align: left;
    width:270px; 
}
#footer .part2 {
    float: right;
    text-align: right;
    width:270px; 
}


/* EO LAYOUT */




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    NAV
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
ul.nav a {
    text-decoration: none;
}

ul.nav {
    /* padding-right: 10px; */
    width:290px;
    border-bottom: 1px solid #005714; 
}

ul.nav li {
    background-color: #E5E5E5;
    font-size: 11px;
    line-height: 18px;
    padding: 0 2px;
}

ul.nav li.lev0, ul.nav li.lev1 {
    font-size: 13px;
    padding: 2px 2px; 
}

ul.nav li.lev1 {
    border-top: 1px solid #005714;
}

ul.nav li.lev2 {
    border-top: 1px solid #CCEBDC;
    font-size: 12px;
    padding-left: 16px;
}

ul.nav li.lev3 {
    padding-left: 30px; 
}

ul.nav li.p1 {
    /* background-color: #CCEBDC; */
    background-color: #EAF7F0;
}

ul.nav li.on a {
    /* color: #67A20C; */
    color: #CB060D;
}

/* EO NAV */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    CONTEXT
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.metanav a {
    color: #005714;
}

#footer a {
    text-decoration: underline;
}

#primary ul
{
    margin: 0 0 10px 4px;
    padding: 0;
    list-style: none;
}

#primary ul li 
{
    padding: 0 0 3px 18px;
    background-image: url(/u/list-bullet-66A178.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
}
/* EO CONTEXT */




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    TEXT1PIC
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.imagebox-left {
    float:left;
    margin-right: 10px;
    /*border: 1px solid #000000;*/
}

.imagebox-right {
    float:right;
    margin-left: 10px;
    /*border: 1px solid #000000;*/
}
.bu {
    border-bottom: 1px solid #005714;
    margin: 0px 0px 10px 0px;
    font: normal 10px tahoma, arial, helvetica, geneva;
    padding: 3px 0px 3px 3px;
    background: #EAF7F0;
}
.right {
    float: right;
}

.left {
    float: left;
}

/*
div.TEXT1PIC ul li {
    margin: 7px 7px 7px 24px;
    line-height:130%;
    list-style: square;
}
div.TEXT1PIC ol li {
    margin: 7px 7px 7px 24px;
    line-height:130%;
    list-style: decimal;
}
*/

div.TEXT1PIC ul {
    list-style:disc;
    margin: 0 0 10px 0;
}

div.TEXT1PIC ol {
    list-style:decimal;
    margin: 0 0 10px 0;
}

div.TEXT1PIC li {
    margin-left: 16px;
    line-height: 1.33;
}

div.bu a
{
    text-decoration: none;
}
/* EO TEXT1PIC */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    D_FORM und D_BOOKING
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
input,textarea{margin:0;padding:0;border:0;}

.style1 {
    border: 1px solid #CCC;
    width:440px;
    background-color: #F0F9F4;
    margin-bottom: 3px;
    padding:1px;
}
/* EO D_FORM */


table.D_BOOKING {
    border: 1px solid #CCC;
    background-color: #F0F9F4;
    margin-top: -6px;
    width: 100%;
}



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    A_SPECIAL
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.A_SPECIAL {
    border: 4px solid #66A178;
    padding:5px;
    margin-bottom: 10px;
}

a.booking {
    display: block;
    margin-top: 12px;
    color: #DD8500;
}

div.A_SPECIAL h2 {
    background-color: #EAF7F0;
    padding: 3px 3px; 
    
}

div.A_SPECIAL h3 {
    color: #005714; 
    padding: 3px 0;
    margin-bottom: 5px;
    font-size: 12px;
}

div.A_SPECIAL a.booking {
    background-color: #F1E356;
    color: #000;
    padding: 3px 3px; 
}
/* EO A_SPECIAL */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    A_WEATHER
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.WEATHER {
    margin-bottom: 10px;
}
/* EO A_WEATHER */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    A_TEXT1PICLAYER
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.A_TEXT1PICLAYER {
    border-left: 4px solid #F4F0EA;
    /* background-color:#F4F0EA; */
    padding: 5px;
    margin-bottom: 12px;
    
}

div.hidden {
    display:none; 
    border-bottom: 1px dotted #DDD6BC;
    /* margin:4px 0 0 0; */
    /* border-bottom:1px solid #000; */
    /* padding-bottom: 5px; */
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    A_GALLERY
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.A_GALLERY {
    /*
    border-top: 1px dotted #DDD6BC;
    border-bottom: 1px dotted #DDD6BC;
    */
    border-top: 4px solid #CCEBDC;
    border-bottom: 4px solid #CCEBDC;
    padding: 4px;
}

div.A_GALLERY div {
    float:left;
    margin: 0 6px 0 0;
    /*
    border: 2px solid #FFF;
    */
}

div.A_GALLERY div.last {
    float:left;
    margin: 0;
    /*
    border: 2px solid #FFF;
    */
}
/* A_GALLERY */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    A_DISHES
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.A_DISHES {
    margin-bottom:20px;
}

div.A_DISHES div.descr {
    float:left; 
    width:75%;
}
div.A_DISHES div.price {
    float:right;
}

div.A_DISHES div.divider {
    margin: 15px 0 15px 0; 
    border-bottom:1px dotted #DDD6BC;
}
/* A_DISHES */

/* A_KONN_SPECIAL */
div.A_CONN_SPECIAL {
    /* margin:20px 10px 20px 10px; */
}
/* EO A_KONN_SPECIAL */ 
    
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
A_TEASER
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.A_TEASER
{
    width:100%; 
    /* height: 136px; */
    /* margin-bottom: 10px; */
}
div.A_TEASER a
{
    text-decoration: none;
}

div.A_TEASER .teaser
{
    float:left; 
    margin-right: 10px;
    width:275px; 
}

div.A_TEASER .last
{
    margin-right: 0;
}

div.A_TEASER div.pic
{

}

div.A_TEASER h3
{
    /* margin: 86px 11px 0 11px; */
    background-color: #66A178;
    /* border-top: #DDD6BC 6px solid; */
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}

/* EO A_TEASER */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    D_NEWSLETTER_SUBSCRIBE
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.D_NEWSLETTER_SUBSCRIBE form {
    margin-bottom: 20px;
}

input.email {
    width:220px; 
    border: 1px solid #666;
    height: 18px;
}

form#optin input.email {
    background-color:#CCEBDC;
}
form#optout input.email {
    background-color:#FFCCCC;
}

div.D_NEWSLETTER_SUBSCRIBE p.error {
    padding: 5px;
    border: 1px solid #CC0000;
    color: #CC0000;
}

div.D_NEWSLETTER_SUBSCRIBE p.confirm {
    padding: 5px;
    border: 1px solid #005714;
    color: #005714;
}

div.D_NEWSLETTER_SUBSCRIBE input.button {
    background-color: #EEE;
    border: 1px solid #000000; 
    padding: 1px 3px;
}

