/* general set up */
html{
	margin:0% 10%;
	font-family:sans-serif;
}
table{
	border-collapse:collapse;
}
a{
	text-decoration:none;
}
a:link{
	color:#0000ff;
}
a:visited{
	color:#990000;
}
a:active, a:hover, a:focus{
	text-decoration:underline;
}


/* header, navigation and footer*/
table.header{
	width:100%;
	height:128px;
	font-size:1em;
}
table.header img{
	margin:0;
	padding:0;
}
table.header td{
    text-align:center;
}


table.navigation{
	border-collapse:separate;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin-top:.5em;
	padding:.5em 0em;
	width:100%;
	text-align:center;
	background:#ffffff;
}
table.navigation td{
	/*width:25%;*/
	width:20%;
	background:#ffffff;
}
table.navigation td a{
	color:#000000;
}
table.navigation td.selected{
	background:#000000;
}
table.navigation td.selected a{
	color:#ffffff;
}
table.navigation td:hover, table.navigation td.selected:hover{
	background:#888888;
}
table.navigation a{
	display:block;
	padding:.5em;
	text-decoration:none;
}


table.footer{
	width:100%;
	margin:2em 0em;
	border-top:1px solid black;
}
table.footer td{
	width:20%;
	padding-left:.25m;
	padding-right:.25em;
	padding-top:2em;
	text-align:center;
}


/* front page */
td.frontNews, td.frontRelease{
	width:33%;
}
td.frontNews{
	text-align:left;
}
td.frontRelease{
	text-align:center;
}
td.frontNews h3, td.frontRelease h3{
	margin-top:1em;
	margin-bottom:.25em;
	padding-top:0em;
}
td.frontRelease img{
	margin-top:1em;
}


/* releases */
table.releaseList{
	margin-bottom:1em;
}
table.releaseList  td{
	padding-left:0;
	padding-right:0;
}
table.releaseList td a{
	display:block;
	padding-left:.4em;
	padding-right:.4em;
}
td.trackNr{
	text-align:center;
}
td.trackTitle{
	padding-left:1em;
}
td.trackTime{
	text-align:right;
}


/* artists */
table.artists, table.supporters{
    width:100%;
    text-align:center;
}

table.friends{
    width:100%;
}


/* shop */
div.item{
	margin-top:2em;
}
div.item td.left{
	width:480px;
	text-align:center;
}
