/* Navigation */



.anton a { text-decoration: none; }

.navTreeItem {
	display: inline;
	list-style: none;
	list-style-image: none;
}


.navTreeItem a,    .navTreeItem a:visited { text-decoration: none; color: #463229; }

.anton dd { margin-left: 0; }

.anton dt {
	background-color: #d3cebc;
	margin-bottom: 0.5em;
	display: block;
	padding: 0.2em 0.5em;
}

.antonFooter {
	border-bottom: 1px dashed #c9c4c0;
	padding: 0.5em;
	text-align: right;
}

* html .antonItem {
    padding-top: 120px;
}


.antonItemDetails { text-align: right; display: block; color: black; }


/* navigations-spezifischen Elemente */

.antonNavigationTree { 
margin:0;
padding-left: 0; 
}

.antonNavigationTree a {
   font-size:14px;
   font-weight:normal;
	background-color: #f5f5f5; 
	border-bottom: 1px solid #c9c4c0;
	/* margin-bottom: 0.5em; */
	display: block;
	padding: 0.3em 0.5em 0.3em;
}

.antonNavigationTree a:hover,    .navTreeCurrentItem {
	color: #FFFFFF !important;
	background-color: #b25f33 !important;
}

/* aktive Seiten */
/* 1. Ebene */
li.navTreeItem a.nohref {
	background-color: #c9c4c0;
	color: black /* weiss mit grün #FFFFFF */;
	border-bottom:1px solid black;
}

/* 2. Ebene */
li.navTreeItem ul li.navTreeItem a.nohref {
	background-color: #c9c4c0 /* grün #bcbd05 */;
	color: black /* weiss mit grün #FFFFFF */;
	border-bottom:1px solid black;
}


li.navTreeItem ul {
	padding-left: 25px;
}

/* Untermenü 2. Stufe */
li.navTreeItem ul li.navTreeItem a {
 	font-size:12px;
 }
 
/* Abstand Menübox von Bild*/
#anton-navigation-tree {
	margin:0;
	margin-top:1px;
}

 html body div#container div#left dl#anton-navigation-tree.anton dd.antonItem ul.antonNavigationTree li.navTreeItem ul {
 	margin-bottom:20px;
 }
 
 
#portal-breadcrumbs { margin: 1em 1em 1em 19em; }

#portal-breadcrumbs { display: none; }

#anton-navigation-tree .antonHeader { display: none; }


/* Servicenavigation */

div#servicemenue {
margin-top: 40px; 
margin-right: 90px;
}

*+html div#servicemenue {margin-top: -20px;} /* HACK nur für den IE7 */

div#servicemenue ul {
    background-color: transparent;
    border-left: 1px solid #B25F33;
    float: left;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 0;
}


div#servicemenue li {
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div#servicemenue li a {
    border-right: 1px solid #B25F33;
    color: #B25F33;
    display: block;
    float: left;
    font-size: 10px;
    margin: 0;
    padding: 2px 5px;
    text-decoration: none;
}