/*---CSS---Parkcafe-Pillnitz---*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

body {
    background: #ecf0f4;
    font-family: Arial, sans-serif;
    font-size: 100%;
}

.clear {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
}

/*---FONTS---*/

h1 {}
h2 {font-size: 16px; }
h3 {font-size: 12px; color: #005874;}
#content h3 {
    border-bottom: 1px solid #005874;
    font-size: 0.9em;
    margin: 5px 0;
}

p {font-size: 12px; padding: 0 0 10px 0;}

.compact p {margin: 0; padding: 0;}
.compact {margin: 0; padding: 0;}

.jiggy h2 {color: #fff; line-height: 1.3em;}
.jiggy p {color: #fff; }

#directions {font-size: 12px;}

/*---LINKS---*/

a.backlink {color: #003a4d;font-size: 0.9em;}
p a, #directions a {text-decoration: underline; color: #003a4d;}

a.morelink {
    color: #005874;
    background: url(../assets/layout/morelink.gif) no-repeat 100% 3px;
    padding-right: 13px;
    font-size: 0.8em;
}

a.linkExt {
    background: url(../assets/layout/linkExt.gif) no-repeat 0% 3px;
    padding-left: 13px; 
}

#main a:hover {text-decoration: underline;}


#fastlinks {
    background: #5f98aa;
    width: 180px;
    margin: 20px 0 0 -10px;
    padding: 5px 10px;
    border-top: 1px solid #005874;
    border-bottom: 1px solid #005874;
}

#fastlinks a {
    color: #fff;
    font-size: 0.8em;
    display: block;
}

#content li {margin-left: 15px; font-size: 14px; color: #e68400;}
#content li a {color: #005874;}

#text1 li {color: #000; font-size: 12px;}

#footer span {margin-left: 120px;}
#footer span a {
    color: #fff; 
    font-size: 12px;
    background: url(../assets/layout/toplink.gif) no-repeat 0% 0;
    padding-left: 10px;
}
#footer span a:hover {text-decoration: underline;}

/*---LAYOUT---*/

#container {
    width: 900px;
    background: url(../assets/layout/bg_content.gif);
    margin: 0 auto;
    padding: 0px;
}

#header  {
    width: 900px;
    height: 179px;
}

#header a {
    display: block;
    height: 179px;
    float: left;
}

#banner {
    width: 400px;
    height: 179px;
    background: url(../assets/layout/banner_restaurant.png);
    float: left;
    margin-left: 1px;
}

#menu {
    margin-top: 1px;
    width: 900px;
    height: 3.25em;
    background: #fff;

}

#nv1 {
    list-style: none;
    height: 1.5em;
    background: url(../assets/layout/bg_nv1.gif) repeat-x #3a7d93;

}

#nv1 li {
    float: left;
    padding-left: 20px;
    display: block;
}

#nv1 li a {
    color: #fff;
    display: block;
    line-height: 1.25em;
    border-top: 5px solid #005874;
    font-size: 0.9em;
}

#nv1 li a:hover, #nv1 a.s1, #nv1 a.a1 {
    border-top: 5px solid #e68400;
}

#nv2 {
    list-style: none;
    padding-left: 20px;
    border-top: 1px solid #d1dde4;
    height: 1.7em;
    background: url(../assets/layout/bg_nv2.gif) repeat-x;
}

}
#nv2 li {
    float: left;

}

#nv2 li a {
    color: #fff;
    display: block;
    height: 1.8em;
    float: left;
    line-height: 19.5px;
    font-size: 0.9em;
    margin: 0 20px 0 0;
    //margin: 0 10px 0 0;
}

#nv2 li a:hover, #nv2 a.s1, #nv2 a.a1 {
    background: url(../assets/layout/bg_nv2_hover.gif) repeat-x;
}

#main {
    width: 900px;
    width: 900px;
    background: url(../assets/layout/bg_content_2.gif) repeat-y;
    margin: 0 auto;
    margin-top: -1px;
    padding: 15px 4px;
}

#content {
    width: 660px;
    float: left;
    background: #d1dde4;
    padding: 0 0 0 20px;
}

#jiggys {
    width: 180px; 
    float: right;
    background: #7baebd;
    margin-right: 10px; 
}

#footer  {
    width: 900px;
    height: 32px;
    background: url(../assets/layout/bg_content_footer.gif) no-repeat;
    margin: 0 auto;
    padding: 0 4px;
}

#footer p {
    line-height: 28px;
    color: #fff;
    font-size: 0.7em;
    padding: 0 0 0 20px;
    display: inline;
}

.sendmail_emptyfield1 label {
  color:red;
}
.sendmail_emptyfield1 input,textarea {
  border:1px solid red;
}

