/****
 * copyright 2007
 * 
 * Freiraum Medien
 * http://freiraum-medien.de
 *
 *	.:: Farbwerte ::.
 *	.:: weiss			::	#fff ::.
 *	.:: hellblau		::	#acc1d6 ::.
 *	.:: dunkelblau		::	#00243f ::.
 **/
@import url(default_print.css);

body {
	background: black;
	color: white;
}
a,
#cRight a,
#nav a {
	color: white !important;
}
a:hover,
#cRight a:hover,
#nav a:hover {
	color: black !important;
	background: white !important;
}

#header a {
	background: url(../images/logo-kontrast.gif) 0 0 no-repeat;
}
#contentBox #header a:hover {
	background: url(../images/logo-kontrast.gif) 0 0 no-repeat !important;
}

/*
	aenderungen fuer cRight.css
 */
#cRight #newsletter .header,
#cRight #presse .header,
#cRight #access .header,
#cRight #newsarchiv .header {
	background: #6a6a6a;
	border-left: none;
	border-right: none;
}
#cRight #newsletter .header h4, 
#cRight #presse .header h4,
#cRight #access .header h4,
#cRight #newsarchiv h4 {
	color: white;
}
#cRight #newsletter .content,
#cRight #presse .content,
#cRight #access .content,
#cRight #newsarchiv .content {
	border-bottom: 0.15em solid black;
	border-top: 0.15em solid black;
}
#cRight #newsletter .content div,
#cRight #presse .content div,
#cRight #access .content div,
#cRight #newsarchiv .content div {
	color: white;
}
#cRight #access .content h5 {
	color: white;
}

/*
	aenderungen fuer emotionPic.css
 */
#emotionPic {
	background: #6a6a6a;
	border-bottom: 0.2em solid black;
}
#emotionPic img {
	border-right: 0.2em solid black;
}
#emotionPic .comment {
	color: white;
}

/*
	aenderungen fuer content.css
 */
h1, h2, h3, h4, h5, h6 {
	color: white;
}

/*
	aenderungen fuer ext_ttnews.css
 */
.news-list-container hr.clearer {
	border-top:  1px solid white;
}

/*
	aenderungen fuer ext_search.css
 */
.tx-indexedsearch-secHead h2.portal a {
	color: #fff;
}
.tx-indexedsearch-secHead h2.portal .result-count {
	color: #fff;
	font-size: 10px;
}
.tx-indexedsearch-redMarkup, .csc-sword {
	color: #0390c7;
}

