﻿/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



*
{
margin: 0;
padding: 0;
}
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button
{
cursor: pointer;
}

h1        /* 2014!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
{
color:#808080;
text-align: center;
font-style: italic;
text-decoration: underline;
font-weight:300;
font-size:22pt;
letter-spacing:0.2em;
padding-bottom: 20px;
}

h2        /* 2014 */
{
color:#808080;
text-align: center;
text-decoration: underline;
font-style:italic;
font-weight: 200;
font-size:20pt;
letter-spacing:0.1em;
}

h3
{
color:#808080;
text-align:center;
font-style:italic;
font-weight: 100;
font-size:18pt;
letter-spacing:0.2em;
}

h4
{
color:#808080;
font-weight: 100;
font-size:10pt;
}

h6 /* Titel Addresse Restaurant */
{
color:#808080;
font-size: 18px;
font-style: italic;
padding: 5px 0px 5px 0px;
text-decoration: underline;
white-space: nowrap;
}

hr
{
 border: 0; /* Firefox und Opera */
 border-bottom: solid 2px #3C3838;
 margin: 0 auto;
}

body
{
font-family:'palatino linotype', verdana, sans-serif;
font-style:italic;
font-size: 16px;
height: 100%;
background-color:#FFFFAA;
}

.nobr
{
white-space:nowrap;
}

#header    /* Kopfzeile 2014!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
{
height: 80px;
position: fixed;
width: 100%;
overflow: hidden;
background-color:#FDEA80;
border-bottom-style: ridge;
border-bottom-width: medium;
vertical-align: middle;
z-index: 100;
text-align: center;
font-style: italic;
color:#808080;
font-weight:100;
font-size:40pt;
letter-spacing:0.2em;
word-spacing:0.1em;
display: block;
white-space: nowrap;
}

#footer     /* Fusszeile 2014!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
{
height: 2em;
position: fixed;
width: 100%;
bottom: 0%;
border-top-style: ridge;
background-color:#FDEA80;
padding-top: 0.1em;
padding-bottom: 0.1em;
z-index: 99;
}

.urh
{
color:#808080;
font-weight: 100;
font-size:10pt;
text-align: left;
padding-left: 30px;
padding-top: 5px;
}

#wrapper    /* Inhaltsbox 2014!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
{
width: 100%;
max-width: 1200px;
margin: 0 auto;
}

#servicecontainer    /* 2014!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
{
width: 800px;
padding-top: 110px;
padding-bottom: 50px;
padding-right: 10px;
padding-left: 10px;
position: relative;
background-color: #FFFFAA;
margin: 0 auto;
z-index: 50;
}

#inhaltcontainer  /* index slideshow */
{
position: relative;
top: 70px;
width:600px;
margin: 0 auto;
}

#zuruecku
{
position:fixed;
bottom: 5px;
right: 15px;
}

#zuruecko
{
position:fixed;
top: 5px;
left: 15px;
}

p
{
/*color:#0000A4;
font-weight: 200 ;
font-size: 12px;*/
line-height: 1em;
}

a:link {color:#0000A4;text-decoration:none;}
a:visited {color:#0000A4;text-decoration:none;}
a:focus {color:#387598;text-decoration:underline;}
a:hover {color:#387598;text-decoration:underline;}
a:active {color:#0000A4;text-decoration:none;}
a:active, a:focus {outline: none;}






#lauftext
{
border:0px solid #606060;
padding:10px 40px 10px 40px;
line-height:250%;
width:auto;
font-size:30pt;
color:#000080;
}

#menuewrapper               /* wrapper für Menuegerüst */
{
    height: 100%;
    min-height: 100%;
    width: 97%;
    min-width: 800px;
    mwidth: 2000px;
    margin: 0 auto;
    position: relative;
}
#leftbox, #rightbox     /* Grundgerüst 2013 */
{
    max-height: 950px;
    max-width: 250px;
    text-align: center;
    overflow: auto;
}
#leftbox                /* Grundgerüst 2013 */
{
    float: left;
}
#rightbox               /* Grundgerüst 2013 */
{
    float: right;
}
#centerbox              /* Grundgerüst 2013 */
{
    width: 0 auto;
    max-height: 950px;
    margin-left: 250px;
    margin-right: 250px;
}
#leftboxin, #rightboxin   /* 2013 */
{
    background-color:#BCF0CC;
    width: 250px;
    height: 875px;
    margin-top: 25px;
    padding-top:30px ;
    text-align: center;
}
#centerboxin             /* 2013 */
{
    width: 93%;
    height: 900px;
    padding-top: 50px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
/* Google Maps neu 2013 */
.maps
{
    height:auto;
    padding-right:10px;
    margin-top:20px;
}
/* li/re Spalte neu 2013 */
.linksbox, .rechtsbox
{
   color: #808080;
   overflow: auto;
   text-align: center;
   position: static;
   padding-top: 40px;
   z-index: 1;
}
/* linke Spalte neu 2013 */
.linksbox
{
   width: 260px;
   height:  auto;
   float: left;
}
   /* rechte Spalte neu 2013 */
.rechtsbox
{
   width: 220px;
   height: auto;
   float: right;
   display: block ;
}
.rechtsboxin
{
    text-align: center;
    margin: 0 auto;
}
/* mittlere Spalte neu 2013 */
.mitte
{
   height:  auto;
   margin-left: 270px;
   margin-right: 270px;
   text-align: center;
   z-index: 2;
}
.mittein
{
   margin: 0 auto;
   padding-left: 20px;
   padding-right: 20px;
   overflow: auto;
   text-align: center;
}
/* untere Spalte neu 2013 */
.unten
{
   width: 93%;
   text-align: center;
}
/* text unter Bildern zentriert */
.figure {
        margin: 2px;
        padding: 10px;
        text-align: center;
        }
.figcaption {
        font-style: italic;
        font-size: 16px;
        }



#menuecontainer /* linkes Menue 2014 Scrollbalken links!!!!!!!!!!!!!!!*/
{
background-color:#BCF0CC;
position: fixed;
float: left;
top: 100px;
bottom: 60px;
left: 0.2em;
width: 15em;
overflow:auto;
text-align: center;
z-index: 50;
scrollbar-arrow-color: #800000;
scrollbar-base-color: #5F9693;
direction: rtl;
}
#infocontainer  /* rechtes Menue 2014 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
{
background-color:#BCF0CC;
Position:fixed;
float: right;
top: 100px;
bottom: 60px;
right: 0.2em;
width: 15em;
overflow: auto;
text-align: center;
z-index: 30;
scrollbar-arrow-color: #800000;
scrollbar-base-color: #5F9693;
}
.menuetitle
{
padding: 10px 0px 0px 0px;
color:#808080;
font-weight:200;
font-size:1.5em;
letter-spacing:0.2em;
}



.infotitle
{
padding: 10px 0px 0px 0px;
text-align: center;
color:#808080;
font-weight:200;
font-size:1.5em;
letter-spacing:0.2em;
}


.menue  /* linkes Menue Schrift */
{
font-weight:100;
font-size: 18px;
line-height:26px;
color:#0000A4;
}


.title
{
padding: 10px 0px 12px 0px;
color:#808080;
font-weight:100;
font-size:36pt;
letter-spacing:0.2em;
word-spacing:0.2em;
}

.titleunder
{
text-align: center;
padding:10px 0px 5px 0px;
color:#808080;
font-weight:100;
font-size:14pt;
letter-spacing:0.1em;
word-spacing:0.1em;
text-decoration: underline;
}

.titleliste
{
text-align:left;
color:#808080;
font-weight:100;
font-size:14pt;
letter-spacing:0.1em;
word-spacing:0.1em;
}

.titlesmall
{
padding: 20px 0px 20px 0px;
color:#808080;
font-weight:100;
font-size:24pt;
letter-spacing:0.1em;
word-spacing:0.1em;
text-align: center;
}

#listencontainer
{
left: 50%;
width: 70%;
height: 0 auto;
display: block;
padding:50px 25px 25px 25px;
overflow:auto;
text-align: center;
margin: 0 auto;
}
.restokurz
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #808080;
}
.golfkurz
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #808080;
}
.textk
{
margin:auto;
color:#0D76CC;
font-weight:300;
font-size:1.2em;
line-height:1.5em;
}

.textsmall
{
margin:auto;
color:#505E61;
font-weight:300;
font-size:14pt;
line-height:1.3em;
text-align: center;
}

.textliste
{
margin-left:5em;
margin-top:1em;
margin-bottom:2em;
text-align:left;
color:#0D76CC;
font-weight:300;
font-size:12pt;
line-height:18px;
}

.tabelle
{
color:#0000FF;
font-weight:200;
font-size:0.9em;
}
.text         /* alt */
{
    font-size: 16px;
    color: #575957;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: auto;
    line-height: 25px;
}
.text14         /* 14px neu */
{
    font-size: 14px;
    color: #575957;
    padding-top: 2px;
    padding-bottom: 2px;
    overflow: auto;
    line-height: 16px;
}
.text16         /* 16px neu */
{
    font-size: 16px;
    color: #575957;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: auto;
    line-height: 25px;
}
.text18         /* 18px neu */
{
    font-size: 18px;
    color: #575957;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: auto;
    line-height: 30px;
}
.text20         /* 20px neu */
{
    font-size: 20px;
    color: #575957;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: auto;
    line-height: 30px;
}
.add             /* Adresse service*/
{
    font-size: 12px;
    color: #575957;
    padding-bottom: 5px;
    line-height: 20px
}
.gps              /* Button Wegbeschreibung service*/
{
    height:auto;
    margin-top: 30px;
    text-align: center;
}
.daten             /* Adresse etc service*/
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #808080;
}

.infotext
{
font-weight:100;
font-size: 12pt;
line-height:26px;
color:#000000;
}

#infozeile
{
line-height:180%;
width:auto;
font-size: 14pt;
bottom:0em;
Margin-left:0.5em;
Margin-right:0.5em;
text-align: center;
}

#textcontainer
{
position:absolute;
top: 1.5em;
width:60em;
bottom:1em;
left:15em;
padding:0px 20px 0px 20px;
margin: auto;
}


.abstand
{
padding-top: 15px;
}

.img {border:0;}

.clear
{
    clear: both;
}
.cll
{
    clear: left;
}
.clr
{
    clear: right;
}
/* Scroller Box */
#scroller_container
{
 width: 90%;
 height: 20px;
 overflow: hidden;
}
/* Scoller Box */

#maps
{
float:right;
height:auto;
padding-right:10px;
margin-top:15px;
}
img.mittig {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.zentriert {
  width: 263px;
  margin: 0 auto;
}
/* test für klappmenue */
.nav {
    width: 960px;
}
.nav ul {
    padding: 0px;
    margin: 0px;
}
.nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
    .nav ul,.nav ul li{
    background-color: #FAFAFA;
}
    .nav ul li {
    list-style: none;
    float:left;
}
.nav ul li a {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 14px 34px 14px 34px;
}
.nav ul li:hover > ul {
    visibility: visible;
}
.nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
}
.nav ul li ul li{
    float: none;
}
.nav ul li ul li a:hover{
    color: #333;
}

.iframe {
	max-width="200"; 
	max-height="200";
	frameborder="0";
    style="border:0";
}
