/* ... Index.php ... */

body {
background-color:#cfcfcf;
}


#container {
	width: 932px;
	margin: 13px auto;
	background-color: #fff;
	z-index: 1;
}

#head {
    width:932px;
	height:398px;
}

#upper {
	background:url(../template/upper.jpg);
	top:0px;
	left:0px;
	width:713px;
	height:100px;
}

#logo {
	background:url(../template/logo.jpg);
	top:0px;
	left:0px;
	width:219px;
	height:100px;
}

#bild {
	position:relative;
	top:0px;
	left:0px;
	width:932px;
	height:291px;
}

#bild_01 {position:relative; background:url(../images/head_01.jpg); top:0px; left:0px; width:932px; height:291px; }
#bild_02 {position:relative; background:url(../images/head_02.jpg); top:0px; left:0px; width:932px; height:291px; }
#bild_03 {position:relative; background:url(../images/head_03.jpg); top:0px; left:0px; width:932px; height:291px; }
#bild_04 {position:relative; background:url(../images/head_04.jpg); top:0px; left:0px; width:932px; height:291px; }
#bild_05 {position:relative; background:url(../images/head_05.jpg); top:0px; left:0px; width:932px; height:291px; }
#bild_06 {position:relative; background:url(../images/head_06.jpg); top:0px; left:0px; width:932px; height:291px; }
#black   {position:relative; background-color:#000000;  width:932px; height:7px; }

.lower {
background-image:url(lower.jpg);
background-repeat:repeat-x;
}
.details {
display: none;
clear: both;
padding: 2px;
}

#footer {
	width: 932px;
	height: 28px;
}






/* ... includes ... */

.standard {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #3d3d3d;
}

/* ... discographie ... */

.head {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #485d8c;
font-weight: bold; 
padding-top: 15px;
}

.discographie {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
padding-left: 5px;
text-decoration: none;
color: #3d3d3d;
}
.interpret {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
padding-left: 5px;
color: #3d3d3d;
font-weight: bolder; 
text-decoration: none;
}





