@charset "utf-8";
/* CSS Document */
html,body {
	margin:0;
	padding:0;
	font-family:Arial;
	background-color:#fafafa;
}
#heading {
	width:100%;
	height:92px;
	background-image:url(http://www.angelsmag.de/img/angels_head_bg.png);
	background-repeat:repeat-x;
	
}
img {
	border:none;
}
a:link, a:hover, a:active, a:visited {
	text-decoration:none;
	color:white;
}
#content a:link, a:hover, a:active, a:visited { color:#black; }
#wrap {
	width:981px;
	margin:auto;
	min-height:500px;
}
#banner {
	width:981px;
	height:92px;
	background-image:url(http://www.angelsmag.de/img/header.png);
	margin:auto;
}
#menu {
	width:981px;
	height:17px;
	color:white;
	padding-top:13px;
	font-size:13px;
	font-weight:bold;
}
#menu a {
	padding-right:30px;
	color:white;
}
#menu a:hover {
	color:#eee;
}
#content {
	width:981px;
	padding-top:30px;
}	
#content a {
	color:black;
	text-decoration:underline;
}
#similarArtists a { 
	text-decoration:none;
}