/* CSS Document */



* {

	margin:0;

	padding:0;

}



body {

	background-color:#000000;

	font-family:"Georgia","Garamond","Times New Roman", Times, serif;
	color:#FFFFFF;

}

#intro {

	position:absolute;

	width:500px;

	height:400px;

	left:50%;

	top:50%;

	margin-left:-250px;

	margin-top:-220px;

	text-align:center;

}

#intro img {border:none; }



a {

	color:#909090;

	text-decoration:none;

}

a:hover {

	text-decoration:underline;

}



#container {

	position:absolute;

	left:50%;

	top:20px;

	width:800px;

	height:600px;

	margin-left:-400px;

}



#logo {

	position:absolute;

	width:800px;

	text-align:center;

}

img {

	margin-left:7px;

	margin-right:7px;

	

}

#navigation {

	position:absolute;

	width:900px;

	height:75px;

	left:0px;

	top:155px;

	text-align:justify;

}



#content {

	position:absolute;

	left:50px;

	width:700px;

	height:590px;

	top:240px;

}

#text {

	width:650px;
	
	margin:0px auto;

	margin-bottom:100px;

	text-align:justify;

	font-size:11pt;

	padding-bottom:40px;
}



.newslist {

	margin-bottom:20px;

	padding-bottom:10px;

	margin-left:20px;

	margin-bottom:5px;

	padding-left:0px;

	list-style-type:circle;	

}



h1 {

	margin-bottom:15px;

}



li {

	margin-left:20px;

	margin-bottom:5px;

	padding-left:0px;

	list-style-type:circle;

}



#bild {

	position:relative;

	width:200px;

	margin-top:10px;

	height:auto;

	float:left;

}

.bild {

	position:relative;

	width:200px;

	margin-top:10px;

	height:auto;

	float:left;

}



#bildbeschreibung {

	position:relative;

	width:320px;

	margin-top:10px;

	height:auto;

	float:right;



}

.bildbeschreibung {

	position:relative;

	width:320px;

	margin-top:10px;

	height:auto;

	float:right;



}

table.img tr td {
	vertical-align:top;
}

span.tracklist {font-size:80%; }

