/* Background Green CSS */

body {
	background-color: #2C5C66;
	background-image: url(../i/bg_verloop_G.gif);
}

#header {
	background-image: url(../i/bg_content_up_G.jpg);
}

#content {
	background: #FFF no-repeat right bottom url(../i/bg_content_down_G.gif);
}

#styleswitch {
	background: #162E33 no-repeat right top url(../i/bg_sel_rechts_G.gif);
}

#styleswitch a img,
#styleswitch a:visited img {
	border: 1px solid #2C5C66;
}

#styleswitch a:hover img,
#styleswitch a:visited:hover img {
	border: 1px solid #FFF;
}

#styleswitch p {
	color: #2C5C66;
	background: #162E33 no-repeat left top url(../i/bg_sel_links_G.gif);
}

#styleswitch a,
#styleswitch a:visited {
	color: #2C5C66;
	text-decoration: underline;
}

#styleswitch a:hover,
#styleswitch a:visited:hover {
	color: #FFF;
	text-decoration: underline;
}

#credits {
	color: #162E33;
}

#credits p {
	color: #162E33;
}

#credits a,
#credits a:visited {
	color: #162E33;
	text-decoration: underline;
}

#credits a:hover,
#credits a:visited:hover {
	color: #FFF;
	text-decoration: underline;
}


