@CHARSET "utf-8";

/*************** COLOR SETTINGS BRIGHT********************/

/********************* GLOBAL ****************************/

body,
.content .content-article h2,
.content .content-article .info,
.content .content-article .details,
.content .content-article time,
.content .content-article mark,
menu a.active,
menu a:hover,
menu.active a:hover{
	color: rgb(235,235,235);
	color: rgba(255,255,255,0.9)
}
menu a{
	color: rgb(175,175,175);
	color: rgba(255,255,255, 0.5);
}

/********************* EVENTS ****************************/

.headline {
	border: none;
	background: url(../images/bgsWhite/headlineDark.png);
	border-bottom: 1px solid #888888;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
	/* IE 5-7 */
	filter: alpha(opacity=85);
	
	/* Netscape */
	-moz-opacity: 0.9;
	
	/* Safari 1.x */
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.headline h1{
	color: rgb(255,255,255);
}
.headline .tab,
body a,
body a:visited,
.content .content-article .details[class*="fontawesome-"],
.content .content-article .details[class*="zocial-"],
.content .content-article .details[class*="myspace"]{
	color: rgb(175,175,175);
	color: rgba(255,255,255, 0.8);
    text-decoration: none;
}


.headline .tab:hover,
body a:hover,
.content .content-article .details[class*="fontawesome-"]:hover,
.content .content-article .details[class*="zocial-"]:hover,
.content .content-article .details[class*="myspace"]:hover {
	color: rgb(255,255,255);
	color: rgba(255,255,255, 1);
}
.headline .tab.grey:hover{
	color: rgb(175,175,175);
	color: rgba(255,255,255, 0.8);
}
.headline .tab:hover h1{
	color: rgb(175,175,175);
	color: rgba(255,255,255, 0.8);
}
.headline .tab.active{
	color: rgb(255,255,255);
	border-bottom: 1px solid rgba(255,255,255,0.9)
}
.content.docks .content-article.konzert .title{
	background: url(../images/stern-white.png) 8px 13px no-repeat;
}
.content.prinzenbar .content-article.konzert .title{
	background: url(../images/krone-white.png) left 15px no-repeat;
}
.content .content-article .info{
	font-weight: 300;
}
.content .content-article.even{
	border: none;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(35, 35, 35, 0.9);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5353535, endColorstr=#E5353535);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5353535, endColorstr=#E5353535)";
}
.content-article.odd {
	border: none;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(25, 25, 25, 0.9);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5252525, endColorstr=#E5252525);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5252525, endColorstr=#E5252525)";
}
.content-article .col.c-mid .next{
}
.content-article .col.c-mid .still{
	background: url(../images/stillDark.png);
}
/*
.content article.next{
	background-color: rgba(220,220,220, 0.95);
	/* background: url(../images/bg-light.png); */
}*/


/******************* EXTRA SITES ******************/


.extra-content{
	color: rgb(235,235,235);
	color: rgba(255,255,255,0.9)
	background-color: rgba(55,55,55, 0.9);
}
.extra-content a{
	color: rgb(175,175,175);
	color: rgba(255,255,255, 0.5);

}
.extra-content a:hover{
	color: rgb(255,255,255);
	color: rgba(255,255,255, 1);
}

/************** COLOR SETTINGS END ****************/