/* content */
div#content {
	background: #000000;
	color: #EEEEEE;
}
div#content h1 {
	color: #FFFFFF;
	background: #000000 !important;
}
div#content h2 {
	color: #999999;
	background: #000000 !important;
}
div#content a {
	color: #EEEEEE;
}
div#content .linklist li {
	background: url(/layout/gfx/pagemenu_bullet_white.png) left 3px no-repeat;
}
div#content .linklist a {
	color: #EEEEEE;
}
div#content .linklist a:hover {
	color: #009EE3;
}

/* pagemenu */
ul#pagemenu {
	background: #000000 !important;
}
ul#pagemenu li {
	background: url(/layout/gfx/pagemenu_bullet_white.png) left 3px no-repeat;
}
ul#pagemenu a {
	color: #EEEEEE;
}
ul#pagemenu a:hover {
	color: #009EE3;
}

/* back button */
a#back {
	color: #A3A3A6;
}
a#back:hover {
	color: #AF0260;
}

/* carousel */
div#carousel {
	background: #000000 !important;
}

/* headlines */
div#headlines {
	background: #000000 !important;
}

/* article */
div#article {
	background: #000000 !important;
}