/* CC-Farben

RED #a61e2c
GREEN #7fa211
BLUE #0f70b7


*/
/* STYLESHEET-RESET */ 

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}



/* GLOBAL */ 

body {
	padding-top: 20px;
	background: #dedede url(../images/background_lines.gif) no-repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.6;
	color: #333;
}

.grey { color: #111; }
.red { color: #a61e2c; }
.green { color: #7fa211; }
.blue { color: #0f70b7; }


/* SEITENELEMENTE */ 

#logo {
	margin-left: 240px;
	height: 300px;
}

#menu {
	width:200px;
	float: left;
	margin-right: 55px;
	padding-top:  10px;
	text-align: right;
}

#content {
	float: left;
	width: 751px;
	margin-bottom: 60px;
}
#footer {
	clear: both;
	width: 800px;
	margin-left: 255px;
	font-size: 0.7em;
}



/* MENU */ 

#menu ul li {
	text-align: right;
}

#menu ul li a.active:after, #menu ul li a:hover:after {
	content: ' ◄ ';
	margin-right: -20px;
}


/* FORMATIERUNG */ 

h1, h2 {
	color: #0f70b7;
}

.release h2, .release h3 {
	font-size: 1em;
	width:  220px;
	line-height: 1.3em;
}

h4 {
	font-size: 0.7em;
}

a {
	color: #0f70b7;
	text-decoration: none;
}

a:hover {
	color: #5d5d5d;
}

#content p {
	margin-bottom: 20px;
}

strong {
  font-weight: bolder;
}

.player {
	width: 220px;
	height: 220px;
	border: 1px solid #878787;
	margin-bottom: 15px;

}

.release {
	width: 250px;
	float: left;
	margin-right: ;
}

#content hr {
	clear: both;
	visibility: hidden;
	margin-bottom: 50px;
}
