* html, body {
	margin: 0;
	padding: 0;
	font: normal 11px/16px verdana, arial, helvetica, tahoma, sans-serif;
	background: #444;
}
* html a:hover {
	visibility: visible;
}
/*LAYOUT*/	
.main {
	position:relative;
	float:left;
	width:100%;			
	overflow:hidden;		
}
.main2 {
	position:relative;
	float:left;
	width:100%;		
}
.logo,
.content,
.nav {
	float:left;
	width:100%;			
	position:relative;
	padding-top: 40px;
}
.colmain,
.colnav,
.collogo {
	float:left;
	position:relative;
}
.threecol {
	background:#444;		
}
.threecol .content {
		right:25%;			
		background:#444;		
}
.threecol .nav {
		right:50%;			
		background: #444;	
}
.threecol .colmain {
		width:40%;			
		left:105%;			
}
.threecol .colnav {
		width:23%;			
		left:36%;			
}
.threecol .collogo {
		width:23%;			
		left:88%;	/*calc = (100% - .nav width) + (main l & r padding) + (.nav l & r padding) + (.logo l padding)*/
}
.collogo img {
	float: left;
}
	#footer {
		clear:both;
		float:left;
		width:100%;
		height:40px;
}
/* END LAYOUT*/
/* NAV */
div#nav {
	width: 100px;
	border: 3px double #999;
	background: #666;
	float: right;
}
#nav a:hover {
	color: #FFF;
}
.lnav {
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	background: url(images/rollover.gif) no-repeat;
	display: block;
	width: 96px;
	height: 20px;
	margin: 2px;
}
.lnav a {
	display: block;
	width: 96px;
	height: 20px;
	color : #000; 
	text-decoration: none;
}
.lnav img {
	width: 96px; 
	height: 20px; 
	border: 0; 
}
.lnav a:hover img {
	visibility: hidden;
}
.lnav span {
	font-weight: bold;
	position: absolute;
	left: 2px;
	top: 2px;
	margin: 0;
}
/*END NAV*/
div#content {
	border: 3px double #999;
	float: left;
	background: #666;
}
.sections {
	background: #777;
	margin: 2px;
	text-align: center;
}
.sections span {
	font-weight: bold;
}
.sections img {
	max-width: 475px;
}
.sections a, a:visited, a:focus {
	text-decoration: none;
	color: #000;
}
.sections a:hover {
	text-decoration: none;
	color: #FFF;
}
/*FLYER IMG*/
a.gallery, a.gallery:visited {
	display:block; 
	color:#000; 
	text-decoration:none; 
	border:1px solid #000;
	width: 63px;
	height: 63px; 
	float:right;
	position:relative;
	cursor:default;
}
a.gallery span {
	visibility:hidden; 
	display:block;
	float: right;
	margin-right: 63px;
}
a.gallery:hover span {
	visibility:visible;
}
a.gallery img {
	width: 200px;
	text-decoration: none;
	border:6px solid #000;
}
a.f270908 {
	background:url('images/achtungsept08.jpg');
}
a.f180708 {
	background:url('images/QCjuly08flyer.jpg');
}
a.f280707 {
	background:url('images/ISLIXIII.jpg');
}
a.f241106 {
	background:url('images/SandI.jpg');
}
a.f300906 {
	background:url('images/ISLIVII.jpg');
}
a.f3009062 {
	background:url('images/ISLIVII.jpg');
}
a.f280506 {
	background:url('images/infektedtech.jpg');
}
a.f040206 {
	background:url('images/savak_zymosizgreen.jpg');
}
a.f041204 {
	background:url('images/ferryboatflyer.jpg');
}
/*END FLYERS*/
/*DISCOG*/
.discog {
	background: #777;
	margin: 2px;
	text-align: center;
}
.discog span {
	font-weight: bold;
}
.discog img {
	border:1px solid #000;
	float: right;
	width: 63px;
}
.discog a, a:visited, a:focus {
	text-decoration: none;
	color: #000;
}
.discog a:hover {
	text-decoration: none;
	color: #FFF;
}
/*END DISCOG*/
/*FOOTER*/
div#footercontent {
	width:  100%;
	background: #444;
	padding-top: 25px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #333;
}
/*clear footer*/
html, body, #wrap {
    height: 100%;
}
body > #wrap {
    height: auto; 
    min-height: 100%;
}
#main {
    padding-bottom: 50px;
}  /* must be same height as the footer */
#footer {
    position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
} 
/*fix*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


