
#content-wrap{
	background-image: url("../images/content_wrap_background.gif");
}

#content-top
{
	background-image:url(../images/home_image_left.jpg);
}

#container2 /* Container mit Adresse "content-top-right" */
{
	background-image:url(../images/bilderleiste/bild_1.jpg);
}

#container3 /* News-Container "content-bottom-left" */
{
	background-image: none;
}

#bottom {
	background-image: url(../images/bottom_image.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#content-top ul, #content-bottom ul {
	list-style-image: none;
}

.home-quicklinks
{
	list-style-image: none;
}

.csc-menu {
	list-style-image: none;
}

#content-border h1{
	background-image: url("../images/content_border_h1.gif");
}

/* List style icons for left submenu*/
#subnav ul li a{
	background-image: url(../images/list-submenu-short.gif);
	background-repeat: no-repeat;
}
#subnav>ul>li>a{
	background-image: url(../images/list-submenu-long.gif);
}
#subnav>ul>li>a:hover{
	background-image: url(../images/list-submenu-long-hover.gif);
}
#subnav ul li.active>a{
	background-image: none;
}