/* Background Red CSS */

body {
	background-color: #CC1719;
	background-image: url(../i/bg_verloop_R.gif);
}

#header {
	background-image: url(../i/bg_content_up_R.jpg);
}

#content {
	background: #FFF no-repeat right bottom url(../i/bg_content_down_R.gif);
}

#styleswitch {
	background: #660B0C no-repeat right top url(../i/bg_sel_rechts_R.gif);
}

#styleswitch a img,
#styleswitch a:visited img {
	border: 1px solid #CC1719;
}

#styleswitch a:hover img,
#styleswitch a:visited:hover img {
	border: 1px solid #FFF;
}

#styleswitch p {
	color: #CC1719;
	background: #660B0C no-repeat left top url(../i/bg_sel_links_R.gif);
}

#styleswitch a,
#styleswitch a:visited {
	color: #CC1719;
	text-decoration: underline;
}

#styleswitch a:hover,
#styleswitch a:visited:hover {
	color: #FFF;
	text-decoration: underline;
}

#credits {
	color: #660B0C;
}

#credits p {
	color: #660B0C;
}

#credits a,
#credits a:visited {
	color: #660B0C;
	text-decoration: underline;
}

#credits a:hover,
#credits a:visited:hover {
	color: #FFF;
	text-decoration: underline;
}


