/*
CSS Credit: http://www.neubauer.com
*/

html {
}

body {
        margin: 0;
        padding:0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 1.5em;
        width: 100%;
        display: table;
        background: url(images/neubauer_header.jpg) repeat-x;
}

a:link, a:visited { color: #0066CC; text-decoration: underline; }
a:active, a:hover { color: #990000; text-decoration: none; }

p {
        color: #666;
        text-align: justify;
        margin: 0 0 10px 0;
}

h1 {
        font-size: 16px;
        color: #ff8b00;
        margin: 0 0 10px 0;
}

.container {
        width: 930px;
        margin: auto;
}

#header {
        width: 930px;
        height: 75px;
        padding: 2px 0 0 0;
        margin: 0 0 5px 0;
}

#logo_area {
        width: 1200px;
        height: 25px;
        font-weight: bold;
        color: #fff;
        margin: 10px 0 0 0;
        margin-left:auto;
        margin-right:auto;
        letter-spacing:0.3em;
}
#logo_area ul {
        list-style: none;
        display: inline;
}

#logo_area ul li {
        list-style: none;
        float: left;
        margin: 0;
        padding: 0;
}

#menu {
        height: 28px;
        float: left;
        width: 980px;
        margin: 10px 0 0 0;
}

#menu ul {
        list-style: none;
        display: inline;
}

#menu ul li {
        list-style: none;
        float: left;
        margin: 0;
        padding: 0;
}

#menu li a {
        float: left;
        height: 23px;
        display: block;
        color: #414242;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        margin: 0 5px 0 0;
        padding: 5px 20px 0 20px;
        text-shadow: 0 0 5px #fff;
        transition: text-shadow 0.3s;
    -webkit-transition: text-shadow 0.3s;
    -moz-transition: text-shadow 0.3s;
    -o-transition: text-shadow 0.3s;
}

#menu li.current a, #menu li a:hover {
        color: #fff;
        text-shadow: 0 0 5px #000;
}


.cleaner {
        clear: both;
        height: 0;
        margin: 0;
        padding: 0;
}
#neubauer_middle_wrapper {
        width: 100%;
        height: 400px;
        margin-top: 50px;
        background: #1f1f1e url(images/neubauer_middle.jpg) no-repeat ;
}

#neubauer_middle {
        width: 960px;
        margin: 0 auto;
        padding: 10px 10px;
}

/* Page */

#page {
        width: 700px;
        margin: 20px auto;
        margin-bottom: 40px;
        padding: 80px 50px;
        border-left: 3px solid #0a9be8;

        -webkit-box-shadow: 8px 8px 6px -6px black;
           -moz-box-shadow: 8px 8px 6px -6px black;
                box-shadow: 8px 8px 6px -6px black;
}

#content {
         padding: 5px 25px 25px 25px;

}
#suggestPost
      {
        background:transparent url(images/facebook.png) no-repeat scroll 0px 0px;
        height:64px;
        left:0;
        position:fixed;
        top:150px;
        width:64px;
      }

      #suggestPost a
      {
        display:block;
        height:64px;
        width:64px;
      }


.vorschaubild{border: 2px solid #ff8b00;
}

#lokal {
border: 2px solid #0a9be8;
  -webkit-box-shadow: 3px 3px 3px #000000;
        -moz-box-shadow: 3px 3px 3px #000000;
        box-shadow:3px 3px 3px #000000}
}