@charset "UTF-8";
/* CSS Document */

body{
background:#ffffff;
background-image:url(../img/bg.gif);
background-repeat:repeat-y;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#d40000;
margin-top:2px;
}

a:link{
	color: #000000;
	text-decoration: underline;
}
a:visited{
	color: #000000;
	text-decoration: underline;
}
a:active{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	color: #000000;
	text-decoration: underline;
	background-color:#d40000;;
}

.ticketslink:link{
	color:#d40000;
	text-decoration: underline;
}
.ticketslink:visited{
	color:#d40000;
	text-decoration: underline;
}
.ticketslink:active{
	color:#d40000;
	text-decoration: underline;
}
.ticketslink:hover{
	color:#d40000;
	text-decoration: underline;
	background-color:#000000;
}


#header{
background-image:url(../img/logo.gif);
background-repeat:no-repeat;
width:738px;
height:194px;
}

#navigation{
position:relative;
left:265px;
top:106px;
}

#frame_top{
width:738px;
height:18px;
background-color:#000000
}

#headline{
width:738px;
height: 42px;
}

#content{
background-image:url(../img/content_bg.gif);
background-repeat:repeat-y;
border-bottom-color:#000000;
border-left:0px;
border-right:solid 18px;
border-bottom:solid 18px;
width:720px;
padding-bottom:50px;
margin-bottom:100px;
clear:both;
line-height: 15px;
}

#content_index{
background-image:url(../img/bg_index.gif);
background-repeat:repeat-y;
border-bottom-color:#000000;
border-left:0px;
border-right:solid 18px;
border-bottom:solid 18px;
width:720px;
padding-bottom:50px;
margin-bottom:100px;
line-height: 15px;
}

/* #### INDEX #### */
#index{
position:relative;
left:38px;
}
.table_overview_index{
width:435px;
}
.table_overview_index td{
height:21px;
}

/* #### BERLIN #### */
#berlin_shows{
position:relative;
left:38px;
width:620px;
}
#berlin_shows img{
padding-right:20px;
}
#berlin_shows_text{
width:380px;
float:right;
clear:both;
}

/* #### ARTISTS OVERVIEW #### */
#artists_overview{
position:relative;
left:38px;
}
.table_overview{
width:671px;
}
.table_overview td{
height:21px;
}
.grey{
background-color:#CCCCCC;
}
.bandname{
font-weight:bold;
}
.bandname:link{
	color:#d40000;
	text-decoration: none;
}
.bandname:visited{
	color:#d40000;
	text-decoration: none;
}
.bandname:active{
	color:#d40000;
	text-decoration: none;
}
.bandname:hover{
	color:#d40000;
	text-decoration: none;
	background-color:#000000;
}

/* #### TOURS #### */
#tours{
position:relative;
left:38px;
width:620px;
}
#tours img{
padding-right:20px;
}
#tours_text{
width:380px;
float:right;
}
#tours_text h1{
margin-bottom:0px;
}
.table_tour td{
height:21px;
}
.date{
font-weight:bold;
width:110px;
}
.city{
font-weight:bold;
width:72px;
}
.links{
width:230px;