/****** Wienerwald CSS, based ZEN ********/

/** body **/
  body   {
    margin: 0;
    padding: 10px;
    background-color: #fff;
  }

  #page {
  border: 1px solid #ccc;
  border-right: 2px solid #ddd;  
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fff;
  width: 990px;
  margin-left: auto;    
  margin-right: auto;
  }

  #page-inner  {
  border: 0px solid #f00;
  margin: 0px;  
  }

#topimg {
  height:90px; 
  width:100%; 
  overflow:hidden;
  background-color: #08412a;
}

/* Navi primary */
#topmenu{
}

#aktion-icon {
  float:right;
  position:relative;
  right:0px; 
  top: 0px;
}

/** header **/
  #header  {
  height: 20px;
  width: 990px;
  margin-left:auto;
  margin-right:auto;
  }

  #header-inner  {
  }

  #langswitch {
  color: #669900;
  width: 100px;
  height: 20px;
  }
  #langswitch select {
  margin: 0;
  font-size: 10px;
  font-weight:bold;
  color: #669900;
  border: 1px solid #ccc; 
  }


  #logo-title { /* Wrapper for logo, website name, and slogan */
  }

  #logo { /* Wrapper for logo */
    float:right;
    margin: 10px 10px 0 0;
    padding: 0;
  }

  #logo-image { /* The actual logo image */
  }

  h1#site-name, div#site-name { /* The name of the website */
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover  {
    text-decoration: underline;
  }

  #site-slogan { /* The slogan (or tagline) of a website */
  }

  #header-blocks { /* Wrapper for any blocks placed in the header region */
  }

/** main (container for everything else) **/
  #main  {
    clear:both;
  }

  #main-inner  {
  }

/** content **/
  #content  {
  }

  #content-inner  {
  }

  #mission { /* The mission statement of the site (displayed on homepage) */
  }

  #content-top { /* Wrapper for any blocks placed in the "content top" region */
  }

  #content-header { /* Wrapper for breadcrumb, title, messages, tabs, and help */
  }

  .breadcrumb { /* The path to the current page in the form of a list of links */
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title  /* Comment title */  {
    margin: 0;
  }

  div.messages { /* Important messages (status, warning, and error) for the user */
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
    padding-left: 35px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }


  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }


  #primary { /* Primary links */
  height: 20px;
  margin-left: 0px;
  padding-top: 0px;
  background-color: #92aa1e;
  border: 0px solid #ffb400;
  text-align: left;
  color: #fff;
  }
  #primary a {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0px;;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #fff;    
    font-family: verdana;
    width: 120px;
    height:20px;
background-color: #50aa1e;
margin-right: 0px;    
    
  }
  #primary ul {
  text-align: left;
  }  
  #primary ul li {
  float: none;
  }

/* Secondary links */
#secondary { 
  float:right;
  height: 20px;
  margin-left: 0px;
  padding-top: 0px;
  background-color: transparent;
  border: 0px solid #ffb400;
  text-align: right;
  color: #333;
}
#secondary .edit{
margin-top:20px;
padding-top:10px;
width: 200px;
}

#secondary.block{
margin:0px;
}

#secondary ul {
margin:0px;
}  
#secondary ul li {
  float: left;  
}


#secondary a {
  color: #669900;
  font-weight:bold;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
}
#secondary a:hover {
  color: #11522a;
}

/*  deaktiv weil im IE(7) nicht moeglich
#secondary ul li a:after {
  padding-left: 5px;
  padding-right: 5px;  
  content: "|";  
  
}
#secondary ul li.last a:after {
  content: "";  
}
*/

#secondary ul li a {
  padding-left: 5px;
  padding-right: 5px;  
  border-right: 1px solid;
  border-right-color: inherit;  
}
#secondary ul li.last a {
  border-right: 0px solid #f00;  
}



/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
    overflow: hidden;
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }



  .block /* Block wrapper */
  {
    margin-bottom: 0em;
  }


  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
  {
    border-bottom: none;
    padding: 0;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }





li.collapsed, li.leaf, li.expanded {
list-style-image:none;
list-style-type:none;
}
 
 
/* node content */

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
margin:0; padding:0; line-height: 100%;
margin-top:1em;
} 
.content p {
margin:0; padding:0; 
line-height: 125%;
margin-top: 0.5em;
font-family: verdana;
font-size: 12px;
color: #003333;
}


h1.title {
  color:#88a111;
  font-size: 16px;  
}


.content h2 {
  color:#669900;
  font-size: 14px;
}


.sitemap-box a {
text-decoration: none;
color: #669900;
font-weight:bold;
}

#simplemenu ul {
margin-top: -3px;
}


/* node-type-restaurant */
.node-type-restaurant table {width:50%;}
.node-type-restaurant td {
vertical-align: top;
padding-right: 40px;
}
.node-type-restaurant td.address {
font-weight:bold;
}
.node-type-restaurant .images {
width:320px;
float:right;
overflow:hidden; 
text-align: center;
margin-right:20px;
}

.node-type-restaurant .images img {
margin-bottom: 20px;
}

.node-type-restaurant a.download {
color: #86ac33;
font-weight:bold;
text-decoration: none;
}

#edit-field-hours-0-value-wrapper {
width:440px;
}

.restaurant-region {
margin-top: 20px;
font-weight:bold;
font-size: 110%;
}

.restaurantview {
margin-top: 10px;
padding-left: 20px;
}
.restaurantview .bundesland {
margin-top: 10px;
font-size: 14px;
font-weight: bold;
}
.restaurant-row {
}
.restaurant-row a {
text-decoration: none;
color: #86ac33;
}
.restaurant-row a:hover {
color: #669900;
}


/* Banner Block */
.block-nodesinblock {
background: #fff;
width: 100%;
height: auto;
}

.bannerblock {
}
.bannerblock .nodesinblock {
  float:left;
  width: auto;
  height: auto;
  margin-right:5px;
  border: 0px solid #cdcdcd;
}
.bannerblock .nodesinblock .book-navigation {
display: none;
}
.bannerblock .nodesinblock ul.links {
display: none;
}

div.node-type-css .content {
  font-family: monospace;
  font-size: 14px;
  white-space:pre;
  margin-top: 2px;
}
div.node-type-css .unpublished {
  display:none;
}


#book-outline {
  min-width:56em;
  width:95%;
}


#restaurant-dmap {
  position:relative;
  float:right;
  width:300px;
  height:400px;
  top: 50px;
  left: -50px;
  background-color:transparent;
}

.restaurant-wwpos {
  position:absolute;
  visibility:visible;
  z-index:2;
  width:20px;
  height:20px;
}
.restaurant-wwpos img {
  width: 20px;
  height: 20px;
}
