*{
  margin:0;
  padding:0;
}
a {
  text-decoration: none;
  color: #aaaaaa;
  }

a:hover {
 color: #f12452;
}

p {
  margin-bottom: 8px;
  line-height: 20px;
  }

h2,h3 {
  padding-bottom: 15px;
}

h3 {
	line-height: 23px;
}

/* accordion */
#accordion a{
  font-weight: bold;
  border: 2px solid #242424;
  padding: 5px;
  height: 30px;
}

#accordion div {
    border: 1px solid #222222;
    padding: 10px;
    margin-bottom: 15px;
}

h4 {
  padding-bottom: 5px;
}
  
img{
  border:none;
}
body {
  font-family: "PT Sans", sans-serif;
  background: #f5f5f5;
}

.left {
  position: relative;
  float: left;
  width: 40%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

p a {
	border-bottom: 1px dotted #333333;
	line-height:0.4em;
}

#footer p a {
	border-bottom: 0px solid;
	line-height: 21px;
	font-style: normal;
}

adress {
	line-height: 20px;
	font-family: "PT Sans", sans-serif;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.highlight {
  color: red;
}

#header {
  position: relative;
  margin-top: 35px;
  margin-left: 90px;
  margin-bottom: 10px;
  width: 550px;
  height: 156px;
  z-index: 0;
}

span.date {
  color: #f12452;
  font-weight: bold;
  border: 2px solid #242424;
  padding: 5px;
  height: 30px;
}

span#countdown {
    background-color: #f12452;
    color: #ffffff;
    padding: 2px;
}

span.blogentry  {
  padding: 5px;
  padding-right: 25px;
  background-color: #242424;
  border: 2px solid #242424;  
  height: 30px;
  font-weight: bold;
  color: #b0b0b0;
}

.entrycontent {
  position: relative;
  padding: 2px;
  padding-bottom: 50px;
}

.contentbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 90px;
  z-index: 6;
  text-align: left;
  font-size: 11pt;
  line-height: 14pt;
  color: #b3b3b3;
  padding: 20px;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, 0.9);
  width: 500px;
}

.map {
  position: relative;
  width: 500px;
  height: 300px;
}

#footer {
 padding-bottom:  5px!important;
 padding-top:  8px!important;
 margin-bottom: 20px;
}

.entryhead {
 margin-bottom: 20px;
}

#menuwrap {
  position: relative;
  margin-top: 20px;
  margin-left: 90px;
  margin-bottom: 0px!important;
  z-index: 6;
  text-align: left;
  font-size: 11pt;
  line-height: 13pt;
  background-color: transparent;
  width: 535px;
  /*color: #C8C8C8;*/
}

#menu {
  position: relative;
  font-size: 16pt!important;
  padding: 15px;
  float: left;
  background-color: rgba(0, 0, 0, 0.9);
    /*color: #C8C8C8;*/
}

#menu a {
  vertical-align: middle;
  margin-right: 15px;
}

#active {
  border-bottom: solid 2px;
}

#social {
  position: relative;
  width: 135px!important;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  float: right;
  vertical-align: middle;
}


#social img {
  padding-top: 12px;
  padding-left: 14px;
}


/*********BAND STUFF*********************************/
ul { list-style-type: none; }
ul li { display: inline; }
ul li div { display: block; float: left; width: 245px; height: 163px; overflow: hidden; position: relative; margin-right: 0px;  margin:2px;}
ul li div img { height: 163px; border: none;}
ul li div p { display: block; width: 245px; height: 163px; position: absolute; top: 163px; left: 0; margin-top: -163px; padding: 0 0; color: #f5f5f5; font-size: 26px; line-height: 28px; padding:6px;}

li img{
	filter:alpha(opacity=80); 
	opacity: 0.8;
	/* -moz-opacity:0.1; */
}

li:hover img{
	filter:alpha(opacity=100); 
	opacity: 1.0;
  text-shadow: 3px 3px 5px;
	/* -moz-opacity:0.1; */
}

ul li div p:hover {
  background-color: rgba(241, 36, 82, 0.2);
  color: #f12452;
}

/******************************************/


/***************************************/

  /*Demo Styles*/
  #content{ width:550px;  }
        
  .plugin-logo{ float:right; }
  .stamp{ float: right; margin: 0px 0px 0 0;}
      
/***************************************/

.bandContainer {
  position: relative;
  width: 260px;
  height: 200px;
  z-index: 2;
}

.bandBild {
  position: relative;
  width: 260px;
  height: 200px;
  z-index: 1;
}

#contentframe{
  overflow: hidden;
  border-top:solid 1px #4F4F4F;
  border-bottom:1px solid #000;
  height: 100%;
  text-align:left;
  z-index: 3;
}

::selection {
  background-color: #f12452; 
  color: #fff; 
}

::-moz-selection {
  background-color: #f12452; 
  color: #fff; 
}

::-webkit-selection {
  background-color: #f12452; 
  color: #fff; 
}