
.cornerimage { background : url(../cornerimage/001.jpg) top left no-repeat; }

.part01 { background	: url(../images/bg_01.png) top left no-repeat; }
.part02 { background	: url(../images/bg_02.png) top left repeat-x; }
.part03 { background	: url(../images/bg_03.png) top right no-repeat; }
.part04 { background	: url(../images/bg_04.png) bottom left repeat-y; }
.part05 { background	: url(../images/bg_05.png) top left repeat; }
.part06 { background	: url(../images/bg_06.png) bottom right repeat-y; }
.part07 { background	: url(../images/bg_07.png) bottom left no-repeat; }
.part08 { background	: url(../images/bg_08.png) bottom left repeat-x; }
.part09 { background	: url(../images/bg_09.png) bottom right no-repeat; }

.menu_left_01 { background : url(../images/menu_links_01.png) top left no-repeat; }
.menu_left_02 { background : url(../images/menu_links_02.png) top left repeat-y; }
.menu_left_03 { background : url(../images/menu_links_03.png) bottom left no-repeat; }

.menu_right_01 {	background : url(../images/menu_rechts_01.png) top left no-repeat;}
.menu_right_02 {	background : url(../images/menu_rechts_02.png) top left repeat-y;}
.menu_right_03 {	background : url(../images/menu_rechts_03.png) bottom left no-repeat; }

#page { background-color: #233975; }
body { background-color: #233975; }
table.contenttoc { background: #D1DDEE; }

#page_outer {
	max-width	: 1200px;
	min-width	: 950px;
}


.menu_left_content ul li a:link, .menu_left_content ul li a:visited {
	border-bottom	: 1px dotted #233975;
	color			: #233975;
	display			: block;
	font-weight		: bold;
	padding			: 6px 0 6px;
	text-indent		: 0px;
}

.menu_left_content ul li a:hover , #current a {
	color			: #dee1ea;
	text-decoration	: none;
}

hr {
	color		: #233975;
}
