/* CSS Document */
@font-face {
  font-family: Transonic;
  src: 	url('/Transonic.svg#Transonic') format('svg'),
	url('/Transonic.woff') format('woff'),
        url('/Transonic.ttf') format('truetype');
}

    body {
	background-color: rgb(127,127,127);
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;

         }


  #nav 
	{
	float:left;
	text-align: right;
	color:#e4e4e4;
	height: auto;
	width:95px;
	font-family: Verdana, sans-serif;
	border: 0px solid cyan;
	margin-top: 205px;
	margin-right: 10px;
	margin-left: 0px;
}


  #inhalt 
	{
	color:#e4e4e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	border: 0px solid green;
	width: 410px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 60px;
}

  a:link 
	{
	color: #e4e4e4;
	text-decoration: none;
	font-weight: bold;
    }

  a:visited 
	{
	color: #e4e4e4;
	text-decoration: none;
	font-weight: bold;
    }



  a:hover 
	{
	color: #CE004C;
	font-weight: bold;
    }


  a:active 
	{
	color: #CF91A7;
	text-decoration: none;
	font-weight: bold;
    }


  a#band:link 
	{
	color: #CF91A7;
	text-decoration: none;
	font-weight: bold;
    }

  a#band:visited 
	{
	color: #e4e4e4;
	text-decoration: none;
	font-weight: bold;
    }



  a#band:hover 
	{
	color: #CE004C;
	font-weight: bold;
    }


  a#band:active 
	{
	color: #CF91A7;
	text-decoration: none;
	font-weight: bold;
    }


  h1 
	{
	color: #CF91A7;
	font-weight: bold;
	font-size: 36px;
	text-align: right;
	margin-top:50px;
	width: auto;
}

  p,td 
	{
	color: #e4e4e4;
	font-size: 11px;
	line-height: 16px;
	border: 0px solid red;
    }
td {
	vertical-align:top;
}

.klein {
	font-size: 9px;
}

.link {
	font-weight: bold;
	color: #CF91A7;
}

.datum {
	font-weight: bold;
	text-align: right;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.auftritt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
	color: #e4e4e4;
}
li {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 7px;
}
.infobox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e4e4e4;
	color: 0d0d0d;
	padding-left: 3px;
	padding-right: 3px;
}
.infobox a:before {content: "info";}
.infobox a span {display: none;}
.infobox a:hover span {display: inline;
	z-index:1;
	position: absolute;
	width: 125px;
	padding: 5px;
	background-color: #e4e4e4;
	color: 0d0d0d;
	font: 90% normal sans-serif;
}

#pinfo {
	height: 3em;
}
#pinfo div  {
	display: none;
}

.transonic {
	font-family: Transonic, sans-serif;
	font-size: medium;
	color: #ce004c;
}

