/* html5 */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* @group CSS Reset */
/* Remove implicit browser styles to have a neutral starting point:
   - No elements should have implicit margin/padding
   - When we want markers on lists, we will be explicit about it
   - Browsers are inconsistent about hX/pre/code, reset
   - Linked images should not have borders
   */
* { margin: 0; padding: 0; }
* ul,ol { list-style:none; }
* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
* a img,:link img,:visited img { border:none }
a { outline: none; text-decoration: underline; }
table { border-spacing: 0; }
img { vertical-align: text-bottom; }
input::-moz-focus-inner /*Remove button padding in FF*/ { border: 0;padding: 0; }
/* @end */

.hidden {
	display: none;
}
.visualClear {
	clear: both;
}

a {
    color: #ece6c0;
}
a:hover {
    color: #f7901e;
}

body {
    background: #528c73 url(images/bg.png) repeat-x;
    font-family: arial;
    color: #ece6c0;
    font-size: 12px;
}
#outer {
	background: url(images/bottom.png) repeat-x 50% bottom;    
}
#wrapper {
    padding: 95px 0 0;
}
#inner {
    width: 820px;
    margin: 0 auto;
    background: none #000000;
    position: relative;
}
header aside {
    background: url(images/lady.png) no-repeat;
    height: 512px;
    width: 241px;
    position: absolute;
    left: -176px;
    top: -90px;
}
#logo {
    position: absolute;
    left: 300px;
    top: -60px;
}
#logo span {
  display: block;
  font-size: 37px;
  color: #cbbc01;
}
header ul {
    padding-top: 24px;
    padding-bottom: 80px;
}
header ul.left {
    padding-left: 62px;
    float: left;
    width: 300px;
}
header ul.right {
    padding-right: 12px;
    float: right;
}
nav {
  background: url(images/flappen.png) no-repeat 48px 52px;
}
nav li {
    float: left;
    padding: 0 8px;
    font-size: 21px;
    font-family: "Carnivalee Freakshow";
    text-transform: uppercase;
}
nav a {
    text-decoration: none; 
}
h1, h2 {
    font-size: 30px;
    font-family: "Carnivalee Freakshow";
    text-transform: uppercase;
    margin: 10px 0;
}
p {
    margin: 10px 0;
}
p, td {
    line-height: 17px;
}
article {
    clear: both;
    width: 734px;
    padding-left: 62px;
}
hr {
    background: url(images/lijn.png) no-repeat;
    height: 20px;
    border: 0;
    margin: 10px 0;
}

table td {
    width: 190px;
}
.bands img {
    max-width: 400px;
    max-height: 400px;
}
.bands {
    font-family: "Carnivalee Freakshow";
    font-size: 26px;
    letter-spacing: 3px;
    text-decoration: none;

}
.bands a {
  color: #f7901e;
}
.bands a:hover {
    color: #ece6c0;   
}
.w1 {
    float: left;
}
#google_map {
    float: right;
    height: 319px;
    width: 300px;;
}

footer {
    clear: both;
    width: 766px;
    margin: 20px auto 0;
    padding-bottom: 20px;
    font-size: 10px;
    color: #7d7475;
}
footer a {
    text-decoration: none;
    color: #7d7475;
}

.fb_iframe_widget {
    right: 0px;
    top: -24px;
    position: absolute !important;
}
#endbats {
  position: absolute;
  bottom: 300px;
  right: -100px;
  background: url(images/bats.png) no-repeat;
  width: 77px;
  height: 97px;
}