@charset "utf-8";

* {
	font-family:'helvetica';
	font-size:24px;
	font-style: normal;
    margin:0px;
    padding:0px;
	}


html {	
	background: url(../img/pb_bkgrnd01.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: scroll;
	color: white;
	}

@font-face {
    font-family: 'Impact';
		src: url('../fonts/impact.ttf');
    font-weight: normal;
    
	}
	

.header{
	margin: 0;
    padding: 0;
	padding-left:0px;
	padding-top:0px;
    overflow: hidden;
    background:black;
    position: fixed;
    top: 0;
    width: 100%;
	height:190px;
	border-bottom:solid 1px orange;
	box-shadow:0 1px 2px rgba(0, 00, 20, 1);
	text-align: center; 
	}

td, table {
	border-collapse: collapse;
	}
	
#logo {
	width:540px;
	padding-left:20px;
	padding-right:20px;
	padding-top:26px;
	
	}

	
#td_home, #td_band, #td_media {

	padding-top:44px;
	width:70px;
	}

#td_termine, #td_kontakt{

	padding-top:44px;
	width:90px;
	}	
	
#spaces {
	width:40px;
	font-size:30px;
	text-align:center;
	padding-top:44px;
	}


.main {
	width:50%;
	margin:auto;
	padding-top:214px;

	}
	
	
.txtblock {
	padding-left: 18px;
	padding-bottom:12px;
	padding-top:12px;
	padding-right:18px;
	width:704px;
	color:black;
	background-color:rgba(255, 255, 255, 0.8);
	}
	
.txtblockTop {
	padding-left: 18px;
	padding-bottom:12px;
	padding-top:190px;
	padding-right:18px;
	width:704px;
	color:black;
	background-color:rgba(255, 255, 255, 0.8);
	}
	
.higru {
        background:black;
        }

#mainimg {
	margin-bottom:20px;
	width:740px;
	border-radius: 10px 10px 10px 10px;
	height: 740px;
	box-shadow:2px 2px 3px rgba(0, 00, 20, 0.5); 
}
#kontaktimg {
	margin-bottom:20px;
	width:740px;
	border-radius: 10px 10px 10px 10px;
	}
	
.bndtd {
	padding-right:18px;
	padding-bottom:30px;
	text-align:center;
	}

.bndimg{
	box-shadow:2px 2px 3px rgba(0, 00, 20, 0.5); 
	border-radius: 10px 10px 10px 10px;
	}
	
#scndrow{
	margin-left:110px;	
	}
	
.bndmem{
	font-weight:bold;
	}
	
.selected {
	text-decoration:underline;
	color:white;
	font-size:32px;
	font-family:'Impact';
}

.unselected {
	text-decoration:none;
	color:white;
	font-size:32px;
	font-family:'Impact';
	}

.unselected:hover {
	text-decoration:underline;
	color:white;
	font-size:32px;
	font-family:'Impact';
	}
	
a {
	color:black;}
	
.absatz {
	padding-bottom:8px;}
	
.mediavid {
	padding-bottom:8px;
	padding-right:8px;
	}
	
