/* 
	Setzt die Hintergrundbilder für 9 Teilbereiche
*/

.bg01 {
	background:url(../images/blue/bg_01.png) top left no-repeat;
}
.bg02 {
	background:url(../images/blue/bg_02.png) top left repeat-x;
}
.bg03 {
	background:url(../images/blue/bg_03.png) top right no-repeat;
}
.bg04 {
	background:url(../images/blue/bg_04.png) bottom left repeat-y;
}
.bg05 {
	background:url(../images/blue/bg_05.png) top left repeat;
}
.bg06 {
	background:url(../images/blue/bg_06.png) bottom right repeat-y;
}
.bg07 {
	background:url(../images/blue/bg_07.png) bottom left no-repeat;
}
.bg08 {
	background:url(../images/blue/bg_08.png) bottom left repeat-x;
}
.bg09 {
	background:url(../images/blue/bg_09.png) bottom right no-repeat;
}

/* Menu Links */
.menu_links_01 {
	background:url(../images/blue/menu_links_01.png) top left no-repeat;
}
.menu_links_02 {
	background:url(../images/blue/menu_links_02.png) top left repeat-y;
}
.menu_links_03 {
	background:url(../images/blue/menu_links_03.png) bottom left no-repeat;
}


/* Menu Rechts */
.menu_rechts_01 {
	background:url(../images/blue/menu_rechts_01.png) top left no-repeat;
}
.menu_rechts_02 {
	background:url(../images/blue/menu_rechts_02.png) top left repeat-y;
}
.menu_rechts_03 {
	background:url(../images/blue/menu_rechts_03.png) bottom left no-repeat;
}

body { background-color: #A3BBDD; }
#page{ background-color: #A3BBDD; }
table.contenttoc { background: #D1DDEE; }
