.verlauf_links   { 
                background-image: url("verlauf_links.jpg"); 
                background-repeat: repeat-y; 
                background-position: right top;

}

.verlauf_rechts   { 
                background-image: url("verlauf_rechts.jpg"); 
                background-repeat: repeat-y; 
                background-position: left top; 
}

.head_links { 
                color: white; font-size: 12px; 
                font-family: Verdana; 
                background-image: url("head_links.jpg"); 
                background-repeat: no-repeat; 
                background-position: right top; 
}

.head_rechts  { color: white; font-size: 12px; font-family: Verdana; background-image: url("head.jpg"); background-repeat: no-repeat; background-position: left top; padding-top: 12px; padding-left: 20px }

body { 
                margin-top: 0; 
                margin-bottom: 0; 
                padding-top: 0; 
                padding-bottom: 0; 
}

.menue_bar   { 	
                color: white; 
                font-size: 100%; 
                background-image: url("menue_bar.jpg"); 
                background-repeat: repeat-x; 
                background-position: center top; 
                text-align: left; 
}

.bottom_bar  { 
                color: white; 
                font-size: 100%; 
                background-image: url("menue_bar.jpg"); 
                background-repeat: repeat-x; 
                background-position: center top; 
                text-align: center; 
}

.seperator { 
                background-image: url("seperator.jpg"); 
                background-repeat: repeat-y; 
                background-position: 0 top;
}

.breadcrumbpane { 
                background-color: #E6F7E5;
				vertical-align:middle;
                font-size: 100%; 
}
.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active, a.breadcrumb:hover { 
                color:#026843;
				font-size: 90%; 
				font-family: Verdana; 
				text-decoration: none;
}
.breadcrumb
{
        color: black;
}

.content_pane { 
                background-color: #E6F7E5;
				text-align: center;
				padding: 8px;
}

.bottom_tags, a.bottom_tags:visited,a.bottom_tags:link { 
				color: white; 
				font-size: 90%; 
				font-family: Verdana; 
				text-decoration: none;
}

.Printtext, a.Printtext:visited, a.Printtext:link  {
		color:black;
		font-size: 90%;
		font-family: Verdana; 
		text-decoration: none;
}


/* Main Menu */

.MainMenu_MenuContainer {
				background-color: transparent;
}

.MainMenu_MenuBar {
				cursor: pointer; 
				cursor: hand; 
}

.MainMenu_MenuItem  { 
				color: #fff; 
				font-size: 90%; 
				font-family: Verdana; 
				font-style: normal; 
				font-weight: bold; 
				background: transparent; 
				cursor: hand; 
				padding: 2px 10px 3px 5px; 
				border-top: 1px solid #009400; 
				border-bottom: 1px solid #009400 
}

.MainMenu_MenuItemSel  { 
				color: #009400; 
				font-size: 90%; 
				font-family: Verdana; 
				font-style: normal; 
				font-weight: bold; 
				background: #fff; 
				cursor: hand; 
				padding: 2px 10px 3px 5px; 
				border: 0 
				}

.MainMenu_MenuIcon {
				display: none;
}


.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #009400; 
	filter: none;
	border: 2px solid #005500;
	margin-top: 2px;
	padding: 2px;
}

.MainMenu_MenuBreak {
	border-bottom: #f00 1px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 1px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 80%; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #009400 1px solid; 
	border-bottom: #009400 1px solid; 
	border-top: #009400 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 80%; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

/*Module-Menü */
.ModuleTitle_MenuContainer {
				background-color: transparent;
}

.ModuleTitle_MenuBar {
				cursor: pointer; 
				cursor: hand; 
}

.ModuleTitle_MenuItem  { 
				color: #fff; 
				font-size: 90%; 
				font-family: Verdana; 
				font-style: normal; 
				font-weight: bold; 
				background: transparent; 
				cursor: hand; 
				padding: 2px 10px 3px 5px; 
				border-top: 1px solid #009400; 
				border-bottom: 1px solid #009400 
}

.ModuleTitle_MenuItemSel  { 
				color: #009400; 
				font-size: 90%; 
				font-family: Verdana; 
				font-style: normal; 
				font-weight: bold; 
				background: #fff; 
				cursor: hand; 
				padding: 2px 10px 3px 5px; 
				border: 0 
				}

.ModuleTitle_MenuIcon {
				display: none;
}


.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #009400; 
	filter: none;
	border: 2px solid #005500;
	margin-top: 2px;
	padding: 2px;
}

.ModuleTitle_MenuBreak {
	border-bottom: #f00 1px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 1px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}



.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 80%; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #009400 1px solid; 
	border-bottom: #009400 1px solid; 
	border-top: #009400 0px solid;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 80%; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}


